Subversion Repositories wimsdev

Rev

Rev 6584 | Rev 16896 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6584 bpr 1
slib_lang_exists_tmp=yes
2
slib_title=Plugin for JSXGraph
3
slib_parms=3\
4
jsxbox,id of the jsxgraph board\
5
300 x 300, size : <span class="tt">width x height</span>\
6
,script
7
 
8
slib_out=Figure in JSXgraph
9
slib_comment= One can define some css style for jxgbox and .jsxgraph_button.\
10
 For example \
13862 obado 11
 <pre>&lt;style>\
6584 bpr 12
.jxgbox {margin-left:auto;margin-right:auto}\
13
.jsxgraph_button {text-align:center;}\
14
&lt;/style></pre>