|
|||
(11 tussenliggende versies door 2 gebruikers niet weergegeven) | |||
Regel 1: | Regel 1: | ||
<noinclude> |
<noinclude> |
||
− | Dit is |
+ | Dit is de EM3DNavigator Widget. |
+ | You have to include the script d3.v3.js with the script-tag because it is used in document.ready |
||
</noinclude> |
</noinclude> |
||
− | |||
− | |||
<includeonly> |
<includeonly> |
||
− | + | <script src="../extensions/EM3DNavigator/js/d3.v3.js" charset="utf-8"></script> |
|
− | |||
− | <script src=" |
||
− | |||
− | |||
− | |||
<script type="text/javascript"> |
<script type="text/javascript"> |
||
− | |||
mw.loader.using( 'ext.EM3DNavigator' ).done( function () { |
mw.loader.using( 'ext.EM3DNavigator' ).done( function () { |
||
$(document).ready(function() { |
$(document).ready(function() { |
||
− | + |
var visualisationInstance= new Visualisation();
|
|
+ |
visualisationInstance.drawHTMLElements("<!--{$baseDiv|default:'bodyContent'}-->","<!--{$currentPageName|default:'Pagename niet doorgekregen'}-->"); |
||
+ | //visualisationInstance.drawModel( ); |
||
+ |
//visualisationInstance.test(); |
||
}); |
}); |
||
}); |
}); |
||
+ | //$(document).ready(function() { |
||
+ | //mw.loader.using( ['ext.EM3DNavigator']).done( function () { |
||
+ | //} |
||
+ | //);//mw.loader |
||
+ | |||
+ | //});//document.ready |
||
</script> |
</script> |
||
</includeonly> |
</includeonly> |
Dit is de EM3DNavigator Widget. You have to include the script d3.v3.js with the script-tag because it is used in document.ready