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