1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
slib_lang_exists_tmp=yes
slib_title=Jmol Applet
slib_require=jmol
slib_parms=7\
, filename or a code describing the structure\
500,width (pixels)\
400,height (pixels)\
white,couleur\
,jmol script (see <a href="http://chemapps.stolaf.edu/jmol/docs/">the Jmol documentation</a> for details)\
0,applet id (number)\
HTML5,type
slib_comment=The first applet on a page must be have the id 0.\
When multiple applets are inserted in a page, their id must be all different.<br>\
The sturcture file should preferably stored in the data directory of a module or\
in the case of a class in the image directory (thus the address is \
<code class="wims_code_words">\imagedir/nom_du_fichier</code>). <br>\
You have the possibility to load a structure file from the \
<i>National Cancer Institute</i> database, indicating its IUPAC or SMILES code.\
In this case, the name/code has to be preceded by a @.\
The exercises using this functionality will be dependent from the availability \
to the NCI database.
slib_out=text that displays the Jmol applet.
|