Rev 8490 | Rev 11233 | 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 | !endif |
||
8491 | bpr | 8 | !set wims_texbasesize=5 |
8490 | bpr | 9 | |
20 | reyssat | 10 | !if $wims_dynapi=loaded |
11 | !exit |
||
12 | !endif |
||
13 | !set wims_dynapi=loaded |
||
14 | |||
6130 | bpr | 15 | <script type="text/javascript" src="scripts/js/dynapi3x/src/dynapi.js"></script> |
16 | <script type="text/javascript"> |
||
1141 | bpr | 17 | dynapi.library.setPath('scripts/js/dynapi3x/src/'); |
20 | reyssat | 18 | dynapi.library.include('dynapi.api'); |
8490 | bpr | 19 | dynapi.library.include('dynapi.api.ext.DragEvent') |
20 | reyssat | 20 | !if $wims_html_onload!=$empty |
21 | dynapi.onLoad(function() {$wims_html_onload}); |
||
22 | !endif |
||
23 | </script> |
||
24 |