Geo Gebra Applet From Attachment Snippet
Discover a whole wiki dedicated to mathematics, including a lot of GeoGebra integration in XWiki examples :
http://geogebra.normala.hr (in Croatian language)
Code
The snippet below runs a GeoGebra file attached to the current document into the GeoGebra applet. Simply replace the filename (here
sinusoida.ggb) by the one attached to your wiki document, and you are done !
<applet code="geogebra.GeoGebraApplet"
archive="http://www.geogebra.org/webstart/geogebra.jar"
width=500 height=300 codebase="/xwiki/bin/download">
<param name="framePossible" value="false">
<param name="filename" value="$doc.space/$doc.name/sinusoida.ggb">
Please <a href="http://java.sun.com/getjava">install Java 1.4</a> (or later) to use this page.
</applet>
Result