Difference between revisions of "Jmol MediaWiki Extension/Examples"

From Jmol
Jump to navigation Jump to search
(add to Category)
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page demonstrates the use of the Jmol Mediawiki Extension.
+
This page demonstrates a simple use of the [[MediaWiki|Jmol Mediawiki Extension]].
  
<center><jmol><jmolApplet><title>Ethanol</title><color>gray</color>
+
<center><jmol>
<uploadedFileContents>Ethanol.xyz</uploadedFileContents></jmolApplet>
+
<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>
 
</jmol></center>
  
Line 12: Line 24:
 
<uploadedFileContents>Ethanol.xyz</uploadedFileContents></jmolAppletButton>
 
<uploadedFileContents>Ethanol.xyz</uploadedFileContents></jmolAppletButton>
 
</jmol></center>
 
</jmol></center>
 +
 +
[[Category:Pages Using Jmol MW Extension]]

Latest revision as of 20:34, 23 November 2010

This page demonstrates a simple use of the Jmol Mediawiki Extension.

Ethanol