Difference between revisions of "Jmol MediaWiki Extension/Examples"
Jump to navigation
Jump to search
(menu) |
AngelHerraez (talk | contribs) (add to Category) |
||
(21 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | This page demonstrates | + | This page demonstrates a simple use of the [[MediaWiki|Jmol Mediawiki Extension]]. |
<center><jmol> | <center><jmol> | ||
Line 7: | Line 7: | ||
</jmolApplet> | </jmolApplet> | ||
<jmolMenu> | <jmolMenu> | ||
− | < | + | <item><text>Start spinning</text><script>spin on</script></item> |
− | < | + | <item><text>Stop spinning</text><script>spin off</script></item> |
<menuHeight>-1</menuHeight> | <menuHeight>-1</menuHeight> | ||
</jmolMenu> | </jmolMenu> | ||
+ | <jmolButton> | ||
+ | <script>console</script> | ||
+ | <text>open a console window</text> | ||
+ | </jmolButton> | ||
</jmol></center> | </jmol></center> | ||
Line 20: | Line 24: | ||
<uploadedFileContents>Ethanol.xyz</uploadedFileContents></jmolAppletButton> | <uploadedFileContents>Ethanol.xyz</uploadedFileContents></jmolAppletButton> | ||
</jmol></center> | </jmol></center> | ||
+ | |||
+ | [[Category:Pages Using Jmol MW Extension]] |