Rev 5768 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5768 | Rev 5903 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | setLineStyle setAnimationSpeed startAnimation\ |
16 | setLineStyle setAnimationSpeed startAnimation\ |
17 | </pre>\ |
17 | </pre>\ |
18 | The complete list <a target="wims_external" href="http://www.geogebra.org/en/wiki/index.php/GeoGebra_JavaScript_Methods"> is here.</a>\ |
18 | The complete list <a target="wims_external" href="http://www.geogebra.org/en/wiki/index.php/GeoGebra_JavaScript_Methods"> is here.</a>\ |
19 | <br/>Allowed options are the followings (see <a target="wims_external" href="http://www.geogebra.org/en/wiki/index.php/GeoGebra_Applet_Parameters"> \ |
19 | <br/>Allowed options are the followings (see <a target="wims_external" href="http://www.geogebra.org/en/wiki/index.php/GeoGebra_Applet_Parameters"> \ |
20 | here</a> for details).\ |
20 | here</a> for details).\ |
21 | <br/><tt |
21 | <br/><span class="tt wims_code_words">height</span> default <span class="tt wims_code_words">300</span>\ |
22 | <br/><tt |
22 | <br/><span class="tt wims_code_words">width</span> default <span class="tt wims_code_words">300</span>\ |
23 | <br/><tt |
23 | <br/><span class="tt wims_code_words">file</span> default <span class="tt wims_code_words">none</span>. Be careful : the .ggb file must be in the "image" \ |
24 | directory if you use the slib in an OEF exercise, \ |
24 | directory if you use the slib in an OEF exercise, \ |
25 | <br/>in the "files" directory if you use the slib in a document ;\ |
25 | <br/>in the "files" directory if you use the slib in a document ;\ |
26 | <br/>otherwise you have to use relative adress from module directory.\ |
26 | <br/>otherwise you have to use relative adress from module directory.\ |
27 | <br/><tt |
27 | <br/><span class="tt wims_code_words">showToolBar</span> default <span class="tt wims_code_words">false</span>\ |
28 | <br/><tt |
28 | <br/><span class="tt wims_code_words">customToolBar</span> default <span class="tt wims_code_words">none</span>. Be careful : no comma is allowed and if you want \ |
29 | <br/>to separate two integers by a space-character, type a <tt |
29 | <br/>to separate two integers by a space-character, type a <span class="tt wims_code_words">@</span> instead of this space-character ! \ |
30 | The list of the icones <a target="wims_external" href="http://www.geogebra.org/source/program/doc/geogebra_modes.html">is here</a>\ |
30 | The list of the icones <a target="wims_external" href="http://www.geogebra.org/source/program/doc/geogebra_modes.html">is here</a>\ |
31 | <br/><tt |
31 | <br/><span class="tt wims_code_words">showMenuBar</span> default <span class="tt wims_code_words">false</span>\ |
32 | <br/><tt |
32 | <br/><span class="tt wims_code_words">showAlgebraInput</span> default <span class="tt wims_code_words">false</span>\ |
33 | <br/><tt |
33 | <br/><span class="tt wims_code_words">showAlgebraView</span> default <span class="tt wims_code_words">true</span>\ |
34 | <br/><tt |
34 | <br/><span class="tt wims_code_words">showResetIcon</span> default <span class="tt wims_code_words">false</span> (Be careful : this option enable to \ |
35 | reset the applet, but without the construction done from wims)\ |
35 | reset the applet, but without the construction done from wims)\ |
36 | <br/><tt |
36 | <br/><span class="tt wims_code_words">showToolBarHelp</span> default <span class="tt wims_code_words">true</span>\ |
37 | <br/><tt |
37 | <br/><span class="tt wims_code_words">enableRightClick</span> default <span class="tt wims_code_words">true</span> (Be careful : by right-clicking \ |
38 | on an object, the student can modify all the objects in the construction !)\ |
38 | on an object, the student can modify all the objects in the construction !)\ |
39 | <br/><tt |
39 | <br/><span class="tt wims_code_words">language</span> default <span class="tt wims_code_words">fr</span>\ |
40 | <br/><tt |
40 | <br/><span class="tt wims_code_words">enableLabelDrags</span> default <span class="tt wims_code_words">true</span>\ |
41 | <br/><tt |
41 | <br/><span class="tt wims_code_words">enableShiftDragZoom</span> default <span class="tt wims_code_words">true</span>\ |
42 | <br/><tt |
42 | <br/><span class="tt wims_code_words">errorDialogsActive</span> default <span class="tt wims_code_words">true</span>\ |
43 | <br/><tt |
43 | <br/><span class="tt wims_code_words">debug</span> default <span class="tt wims_code_words">false</span>\ |
44 | <br/>< |
44 | <br/><span class="tt wims_code_words">number</span> number of the applet in the html page (default <span class="tt wims_code_words">1</span>)\ |
45 | <br/> In case of filestring, write <tt |
45 | <br/> In case of filestring, write <span class="tt wims_code_words">ggbBase64=the_filestring</span>\ |
46 | without space and on the first line.\ |
46 | without space and on the first line.\ |
47 | <p>EXAMPLE\ |
47 | <p>EXAMPLE\ |
48 | <pre>\integer{x=random(3)}\ |
48 | <pre>\integer{x=random(3)}\ |
49 | \text{appletcommand= Z=(\x,3.78)\\ |
49 | \text{appletcommand= Z=(\x,3.78)\\ |
50 | W=(6.2,2.8)\\ |
50 | W=(6.2,2.8)\\ |