Rev 20 | Rev 1141 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 1033 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $wims_dynapi=loaded |
1 | !if $wims_dynapi=loaded |
2 | !exit |
2 | !exit |
3 | !endif |
3 | !endif |
4 | !set wims_dynapi=loaded |
4 | !set wims_dynapi=loaded |
5 | 5 | ||
6 | <script language=" |
6 | <script language="javascript" type="text/javascript" src="scripts/js/dynapi3x/src/dynapi.js"></script> |
7 | <script language=" |
7 | <script language="javascript" type="text/javascript"> |
8 | dynapi.library.setPath("scripts/js/dynapi3x/src/"); |
8 | dynapi.library.setPath("scripts/js/dynapi3x/src/"); |
9 | dynapi.library.include('dynapi.api'); |
9 | dynapi.library.include('dynapi.api'); |
10 | dynapi.library.include("dynapi.api.ext.DragEvent"); |
10 | dynapi.library.include("dynapi.api.ext.DragEvent"); |
11 | !if $wims_html_onload!=$empty |
11 | !if $wims_html_onload!=$empty |
12 | dynapi.onLoad(function() {$wims_html_onload}); |
12 | dynapi.onLoad(function() {$wims_html_onload}); |