Difference between revisions of "Jmol MediaWiki Extension/Examples"
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) (add to Category) |
|||
(24 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><jmolApplet><color>gray</color> | + | <center><jmol> |
− | < | + | <jmolApplet> |
+ | <title>Ethanol</title><color>gray</color> | ||
+ | <uploadedFileContents>Ethanol.xyz</uploadedFileContents> | ||
+ | </jmolApplet> | ||
+ | <jmolMenu> | ||
+ | <item><text>Start spinning</text><script>spin on</script></item> | ||
+ | <item><text>Stop spinning</text><script>spin off</script></item> | ||
+ | <menuHeight>-1</menuHeight> | ||
+ | </jmolMenu> | ||
+ | <jmolButton> | ||
+ | <script>console</script> | ||
+ | <text>open a console window</text> | ||
+ | </jmolButton> | ||
+ | </jmol></center> | ||
− | < | + | <br /><br /> |
+ | ----- | ||
+ | <br /><br /> | ||
+ | |||
+ | <center><jmol><jmolAppletButton><title>Show ethanol in popup window</title><color>gray</color> | ||
+ | <uploadedFileContents>Ethanol.xyz</uploadedFileContents></jmolAppletButton> | ||
+ | </jmol></center> | ||
+ | |||
+ | [[Category:Pages Using Jmol MW Extension]] |