<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://jsxgraph.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.147.115.75</id>
	<title>JSXGraph Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://jsxgraph.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.147.115.75"/>
	<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Special:Contributions/84.147.115.75"/>
	<updated>2026-04-06T02:19:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=72</id>
		<title>Create your own constructions/visualizations using JavaScript</title>
		<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=72"/>
		<updated>2008-09-15T20:02:59Z</updated>

		<summary type="html">&lt;p&gt;84.147.115.75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== First step ===&lt;br /&gt;
Link to prototye.js and to jsxgraphcore.js:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Second step ===&lt;br /&gt;
Insert a div inside of the document body:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;box&amp;quot; class=&amp;quot;jxgbox&amp;quot; style=&amp;quot;width:400px; height:400px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Third step ===&lt;br /&gt;
Connect JXG with the div (usually at the end of the document body)&lt;br /&gt;
and call initBoard():&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
 var board = JXG.JSXGraph.initBoard(&#039;box&#039;, {originX: 100, originY: 200, unitX: 50, unitY: 50});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
# Parameter 1: id of the division&lt;br /&gt;
* Parameter 2: properties of the board. Possible entries are:&lt;br /&gt;
 ** originX&lt;br /&gt;
 ** originY&lt;br /&gt;
 ** unitX&lt;br /&gt;
 ** unitY&lt;br /&gt;
 ** zoomX&lt;br /&gt;
 ** zoomY&lt;/div&gt;</summary>
		<author><name>84.147.115.75</name></author>
	</entry>
	<entry>
		<id>https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=71</id>
		<title>Create your own constructions/visualizations using JavaScript</title>
		<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=71"/>
		<updated>2008-09-15T19:58:27Z</updated>

		<summary type="html">&lt;p&gt;84.147.115.75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== First step ===&lt;br /&gt;
Link to prototye.js and to jsxgraphcore.js:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Second step ===&lt;br /&gt;
Insert a div inside of the document body:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;box&amp;quot; class=&amp;quot;jxgbox&amp;quot; style=&amp;quot;width:400px; height:400px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Third step ===&lt;br /&gt;
Connect JXG with the div (usually at the end of the document body)&lt;br /&gt;
and call initBoard():&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
 var board = JXG.JSXGraph.initBoard(&#039;box&#039;, {originX: 100, originY: 200, unitX: 50, unitY: 50});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
 * Parameter 1: id of the division&lt;br /&gt;
 * Parameter 2: properties of the board. Possible entries are:&lt;br /&gt;
    - originX&lt;br /&gt;
    - originY&lt;br /&gt;
    - unitX&lt;br /&gt;
    - unitY&lt;br /&gt;
    - zoomX&lt;br /&gt;
    - zoomY&lt;/div&gt;</summary>
		<author><name>84.147.115.75</name></author>
	</entry>
	<entry>
		<id>https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=70</id>
		<title>Create your own constructions/visualizations using JavaScript</title>
		<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=70"/>
		<updated>2008-09-15T19:55:08Z</updated>

		<summary type="html">&lt;p&gt;84.147.115.75: /* First step */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== First step ===&lt;br /&gt;
Link to prototye.js and to jsxgraphcore.js:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Second step ===&lt;br /&gt;
Insert a div inside of the document body:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;box&amp;quot; class=&amp;quot;jxgbox&amp;quot; style=&amp;quot;width:400px; height:400px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>84.147.115.75</name></author>
	</entry>
	<entry>
		<id>https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=69</id>
		<title>Create your own constructions/visualizations using JavaScript</title>
		<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=69"/>
		<updated>2008-09-15T19:53:38Z</updated>

		<summary type="html">&lt;p&gt;84.147.115.75: /* First step */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== First step ===&lt;br /&gt;
&lt;br /&gt;
- Link to prototye.js and to jsxgraphcore.js:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>84.147.115.75</name></author>
	</entry>
	<entry>
		<id>https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=68</id>
		<title>Create your own constructions/visualizations using JavaScript</title>
		<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Create_your_own_constructions/visualizations_using_JavaScript&amp;diff=68"/>
		<updated>2008-09-15T19:52:59Z</updated>

		<summary type="html">&lt;p&gt;84.147.115.75: New page: === First step ===  - Link to prototye.js and to jsxgraphcore.js: &amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css&amp;quot; /&amp;gt;  &amp;lt;script...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== First step ===&lt;br /&gt;
&lt;br /&gt;
- Link to prototye.js and to jsxgraphcore.js:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
 &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>84.147.115.75</name></author>
	</entry>
	<entry>
		<id>https://jsxgraph.org/wiki/index.php?title=Displaying_GEONExT_constructions&amp;diff=67</id>
		<title>Displaying GEONExT constructions</title>
		<link rel="alternate" type="text/html" href="https://jsxgraph.org/wiki/index.php?title=Displaying_GEONExT_constructions&amp;diff=67"/>
		<updated>2008-09-15T19:46:14Z</updated>

		<summary type="html">&lt;p&gt;84.147.115.75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Loading a GEONExT construction from a file ===&lt;br /&gt;
Here, we load the content of the GEONExT file &amp;quot;pythagoras.gxt&amp;quot; into JSXGraph, i.e.&lt;br /&gt;
into the division with the id &amp;quot;box&amp;quot;.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;box&amp;quot; class=&amp;quot;jxgbox&amp;quot; style=&amp;quot;width:500px; height:500px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
  var brd = JXG.JSXGraph.loadBoardFromFile(&#039;box&#039;, &#039;pythagoras.gxt&#039;, &#039;Geonext&#039;);&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Loading a GEONExT construction from a string ===&lt;br /&gt;
The content of a GEONExT file is a string which contains the GEONExT XML description of the construction compressed by gzip and encoded with base64.&lt;br /&gt;
This string can be written directly into the HTML file. Here is an example:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;box&amp;quot; class=&amp;quot;jxgbox&amp;quot; style=&amp;quot;width:500px; height:500px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
  var brd = JXG.JSXGraph.loadBoardFromString(&#039;box&#039;, &#039;eNrtXOtv48YR/2z9FQv...+A+Ve+/sNQRlkZsVVddkvk/CpkHvA==&#039;, &#039;Geonext&#039;);&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>84.147.115.75</name></author>
	</entry>
</feed>