Benutzer-Werkzeuge

Webseiten-Werkzeuge


test01

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
test01 [2022/07/11 09:21] torsten.roehltest01 [2022/07/11 09:54] torsten.roehl
Zeile 1: Zeile 1:
 ==AA== ==AA==
 <PRELOAD> <PRELOAD>
- 
- /lib/scripts/jqplot/jquery.jqplot.js 
- /lib/scripts/jqplot/jquery.jqplot.css    # css 
- /lib/scripts/jqplot/jquery.min.js        #(not required since DokuWiki 2012-01-25 Angua uses jQuery)  
- /lib/scripts/jqplot/jquery.jqplot.min.js # js 
  
-  
 # #
 # jsxgraph # jsxgraph
 # #
-#https://cdn.jsdelivr.net/npm/jsxgraph/distrib/jsxgraphcore.js +https://cdn.jsdelivr.net/npm/jsxgraph/distrib/jsxgraphcore.js 
-#https://cdn.jsdelivr.net/npm/jsxgraph/distrib/jsxgraph.css +https://cdn.jsdelivr.net/npm/jsxgraph/distrib/jsxgraph.css
-/lib/scripts/jsxgraphcore.js  +
-/lib/scripts/jsxgraph.css +
- +
- +
-+
-# personal  +
-+
-/lib/scripts/src/header.js  +
-/lib/scripts/src/pointCharge.js+
  
 </PRELOAD> </PRELOAD>
 +<HTML> 
 +<body> 
 +<div id="box" class="jxgbox" style="width:500px; height:500px;"></div> 
 +<script type="text/javascript"> 
 + var board = JXG.JSXGraph.initBoard('box', {boundingbox: [-10, 10, 10, -10], axis:true}); 
 +</script> 
 +</body> 
 +</HTML>
 hhjkjkj hhjkjkj
-<JS> 
- 
  
-JXG.JSXGraph.freeBoard(board); 
-board = JXG.JSXGraph.initBoard('box',{originX:100, originY:100, unitX:1, unitY:1, axis:true}); 
-board.create('point',[50,50]); board.create('point',[100,50]); 
-</JS> 
test01.txt · Zuletzt geändert: 2022/07/11 09:57 von torsten.roehl