GeoGebraAppletFromAttachmentSnippet

Geo Gebra Applet From Attachment Snippet

Read more about the GeoGebra open source project
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

Please install Java 1.4 (or later) to use this page.

Tags:
Created by Jerome Velociter on 2008/11/08 14:54
Last modified by Jerome Velociter on 2008/11/10 07:58

This wiki is licensed under a Creative Commons license
2.3.28624