Jmol-Testseite

Aus Hergipedia
Zur Navigation springen Zur Suche springen

Das hier ist ein Test für die Darstellung von 3D-Molekülen mit Jmol

Variante 1: Darstellung im Fließtext

<jmol>

 <jmolApplet>
   <uploadedFileContents>bagger_ligand.xyz</uploadedFileContents>
   <script>spin on</script>
 </jmolApplet>

</jmol>

Variante 2: Darstellung als Popup-Fenster

<jmol>

 <jmolAppletButton>
   <uploadedFileContents>bagger_ligand.xyz</uploadedFileContents>
   <text>3D-Popup</text>
   <script>spin on</script>
 </jmolAppletButton>

</jmol>

Dies sind einfache Beispiele. Man kann zusätzlich Bedienelemente wie z.B. Buttons, Checkboxen etc. hinzufügen.