No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
The video describes how to do a treeview and a flot.js diagram in a Turnkey site. | The video describes how to do a treeview and a flot.js diagram in a Turnkey site. | ||
<p class="warn"> | <p class="video-warn"> | ||
<em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme | <em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini | ||
player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the video. Now | |||
you can pick any topic to be instructed without watching the whole video.</em> | |||
</p> | |||
<br> | <br> | ||
<div | <div class="video"> | ||
<div class="video__wrapper"> | |||
<iframe src="https://www.youtube.com/embed/OIJGGU9VF2I?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe> | |||
<span class=" | </div> | ||
<span class=" | <div class="video__navigation"> | ||
<span class=" | <span class="navigation-item" data-video="OIJGGU9VF2I" data-start="15" tabindex="0"> Example Treeview </span> | ||
<span class=" | <span class="navigation-item" data-video="OIJGGU9VF2I" data-start="273" tabindex="0"> Grids as a data repository</span> | ||
<span class=" | <span class="navigation-item" data-video="OIJGGU9VF2I" data-start="362" tabindex="0"> Implement TreeView with the ViewModel (building the data structure) </span> | ||
<span class=" | <span class="navigation-item" data-video="OIJGGU9VF2I" data-start="435" tabindex="0"> Content Override </span> | ||
<span class=" | <span class="navigation-item" data-video="OIJGGU9VF2I" data-start="554" tabindex="0"> .cshtml directives and how to match up the pattern</span> | ||
<span class=" | <span class="navigation-item" data-video="OIJGGU9VF2I" data-start="739" tabindex="0"> tkTreeView typescript file to install the directives</span> | ||
<span class=" | <span class="navigation-item" data-video="OIJGGU9VF2I" data-start="1020" tabindex="0"> ecomdl VS modlr </span> | ||
<span class=" | <span class="navigation-item" data-video="OIJGGU9VF2I" data-start="1115" tabindex="0"> Saving locally </span> | ||
<span class="navigation-item" data-video="OIJGGU9VF2I" data-start="1191" tabindex="0"> | |||
<modelname>_AssetsTK folder to update</span> | |||
<span class="navigation-item" data-video="OIJGGU9VF2I" data-start="1245" tabindex="0"> AppWideAngularScriptsIncludes.cshtml </span> | |||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> | ||
Revision as of 08:44, 1 August 2018
The video describes how to do a treeview and a flot.js diagram in a Turnkey site.
To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the video. Now you can pick any topic to be instructed without watching the whole video.
The files to achieve this is both javascript and css - they must be placed in the correct locations so that assumptions that are done in tree and flot are correct.
The complete sample model - in this case saved as a 7z file of the ecomdl file and subfiles are found here. Also note the folder ending in _AssetsTK whenever the cloud upload executes it will try and find such a folder <yourModelName>_AssetsTK - it will include this in the upload to the TurnkeyServer and there it will be expanded.
It is the _AssetsTK folder that holds the javascripts and css that does the magic in this case. File:AussiWork.7z