Jmol-Testseite: Unterschied zwischen den Versionen

Aus Hergipedia
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


== Variante 1: Darstellung im Fließtext ==
== Variante 1: Darstellung im Fließtext ==
Die Bedienelemente (Buttons, Radiogroups, Checkboxen etc.) sowie alle <script>-Befehle sind natürlich allesamt OPTIONAL.
<jmol>
<jmol>
   <jmolApplet>
   <jmolApplet>
Zeile 17: Zeile 18:
   </jmolAppletButton>
   </jmolAppletButton>
</jmol>
</jmol>
Dies sind einfache Beispiele. Man kann zusätzlich Bedienelemente wie z.B. Buttons, Checkboxen etc. hinzufügen.

Version vom 19. März 2009, 14:32 Uhr

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

Variante 1: Darstellung im Fließtext

Die Bedienelemente (Buttons, Radiogroups, Checkboxen etc.) sowie alle <script>-Befehle sind natürlich allesamt OPTIONAL. <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>