Plugins in Turnkey
(Created page with "<html> <p> Shows how to integrate any javascript library into your MDriven Turnkey application. In this example Flot diagrams are used. </p> <p class="warn"> <em>To make you...")
 
No edit summary
Line 71: Line 71:
for (var i = 0; i < IMG.length; i++) {
for (var i = 0; i < IMG.length; i++) {
   IMG[i].onclick = function() {
   IMG[i].onclick = function() {
     IFRAME.src = 'http://www.youtube.com/embed/' + this.dataset.video + '?rel=0&autoplay=1';
     IFRAME.src = 'https://www.youtube.com/embed/' + this.dataset.video + '?rel=0&autoplay=1';
     if(this.dataset.end) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&end=' + this.dataset.end);
     if(this.dataset.end) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&end=' + this.dataset.end);
     if(this.dataset.start) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&start=' + this.dataset.start);
     if(this.dataset.start) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&start=' + this.dataset.start);

Revision as of 18:15, 3 April 2017

Shows how to integrate any javascript library into your MDriven Turnkey application. In this example Flot diagrams are used.

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 timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.


Setting the validation rules FLOT plugin diagrams wiki.MDriven.net Setting the ViewModel for diagram AngularUIOverride angular controller AppWideAngularScriptsIncludes.html Editable data in diagram (Edit in grid) PlotFromModel function

This page was edited 94 days ago on 02/10/2024. What links here