Rev 1033 | Rev 5578 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1033 | Rev 1141 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !endif |
3 | !endif |
4 | !set wims_dynapi=loaded |
4 | !set wims_dynapi=loaded |
5 | 5 | ||
6 | <script language="javascript" type="text/javascript" src="scripts/js/dynapi3x/src/dynapi.js"></script> |
6 | <script language="javascript" type="text/javascript" src="scripts/js/dynapi3x/src/dynapi.js"></script> |
7 | <script language="javascript" type="text/javascript"> |
7 | <script language="javascript" type="text/javascript"> |
8 | dynapi.library.setPath( |
8 | dynapi.library.setPath('scripts/js/dynapi3x/src/'); |
9 | dynapi.library.include('dynapi.api'); |
9 | dynapi.library.include('dynapi.api'); |
10 | dynapi.library.include( |
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}); |
13 | !endif |
13 | !endif |
14 | </script> |
14 | </script> |
15 | 15 |