Jmol-Testseite: Unterschied zwischen den Versionen

Aus Hergipedia
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
Das hier ist ein Test für die Darstellung von 3D-Molekülen mit Jmol
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>
<jmol>
   <jmolAppletButton>
   <jmolAppletButton>

Version vom 19. März 2009, 08:57 Uhr

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>