Difference between revisions of "Sandbox Smiles"

From Jmol
Jump to navigation Jump to search
(Created page with 'Loading from SMILES: <jmol> <jmolApplet> <signed>true</signed> <size>250</size> </jmolApplet> <jmolMenu> <item> <script></script> <text>..choose..<...')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Loading from SMILES:
 
 
 
<jmol>
 
<jmol>
  <jmolApplet>
+
<jmolApplet>
    <signed>true</signed>
+
  <signed>true</signed>
    <size>250</size>
+
  <size>250</size>
   </jmolApplet>
+
</jmolApplet>
 +
</jmol>
 +
<jmol>
 +
<jmolButton>
 +
  <script>var x=prompt('enter a SMILES string','');if(!x){quit};load @{'$'+x};
 +
   </script>
 +
  <text>enter a SMILES to be loaded</text>
 +
  </jmolButton>
 
   <jmolMenu>
 
   <jmolMenu>
 
     <item>
 
     <item>
Line 24: Line 29:
 
     </item>
 
     </item>
 
   </jmolMenu>
 
   </jmolMenu>
 +
</jmol>
 +
<jmol>
 +
<jmolButton>
 +
  <script>var x=prompt('enter a 4-character PDB id','');if(!x){quit};load @{'='+x};
 +
  </script>
 +
  <text>enter a PDB id to be loaded</text>
 +
  </jmolButton>
 
</jmol>
 
</jmol>

Latest revision as of 19:25, 25 September 2010

Contributors

AngelHerraez