Jmol-Testseite: Unterschied zwischen den Versionen
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> | ||
Version vom 19. März 2009, 13: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>