Regel 1: | Regel 1: | ||
<noinclude> |
<noinclude> |
||
Dit is de EM3DNavigator Widget. |
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 |
+ | 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> |
+ | |
+ | |||
+ | <div class="toccolours mw-collapsible mw-collapsed"> |
||
+ | 3D View |
||
+ | <div id="3DNavAnchor" class="mw-collapsible-content"></div> |
||
+ | </div> |
||
+ | |||
+ | <script src="../extensions/EM3DNavigator/js/d3.v3.js" |
||
+ | charset="utf-8"></script> |
||
<script type="text/javascript"> |
<script type="text/javascript"> |
||
− | + | function checkIfReadyAndExecute() |
|
− | + | { |
|
− | + |
if (typeof mw === 'undefined' || !mw) |
|
− | + |
window.setTimeout(checkIfReadyAndExecute, 500); |
|
− | + | else |
|
− | + |
{ |
|
− | + |
mw.loader.using( 'ext.EM3DNavigator' ).done( function () { |
|
− | + | new ContextNavigator.Navigator(); |
|
− | + |
}); |
|
− | + | } |
|
− | + | } |
|
− | + |
checkIfReadyAndExecute(); |
|
− | |||
− | |||
</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