Rev 6130 | Rev 8491 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8490 | bpr | 1 | !! no mathml zooming in dynapi |
5578 | schaersvoo | 2 | !set disable_zoom=yes |
8490 | bpr | 3 | !set dynapi_agent=!lowercase $httpd_HTTP_USER_AGENT |
4 | |||
5 | !if chrome isin $dynapi_agent or trident isin $dynapi_agent or android isin $dynapi_agent |
||
6 | !set disable_mathml=1 |
||
7 | !reset dynapi_size_hack |
||
8 | !else |
||
9 | !set dynapi_size_hack=\size[80] |
||
10 | !endif |
||
11 | |||
20 | reyssat | 12 | !if $wims_dynapi=loaded |
13 | !exit |
||
14 | !endif |
||
15 | !set wims_dynapi=loaded |
||
16 | |||
6130 | bpr | 17 | <script type="text/javascript" src="scripts/js/dynapi3x/src/dynapi.js"></script> |
18 | <script type="text/javascript"> |
||
1141 | bpr | 19 | dynapi.library.setPath('scripts/js/dynapi3x/src/'); |
20 | reyssat | 20 | dynapi.library.include('dynapi.api'); |
8490 | bpr | 21 | dynapi.library.include('dynapi.api.ext.DragEvent') |
20 | reyssat | 22 | !if $wims_html_onload!=$empty |
23 | dynapi.onLoad(function() {$wims_html_onload}); |
||
24 | !endif |
||
25 | </script> |
||
26 |