Template:Checkbox Toggle Csr19: Difference between revisions

Wayne Decatur (talk | contribs)
m New page: <!-- checkboxes are now functional, since the update to the extension on 14 May 09 --> <jmol> <jmolCheckbox> <scriptWhenChecked>select 19; spacefill on;</scriptWhenChecked> <scriptWhe...
 
Wayne Decatur (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
<jmol>
<jmol>
  <jmolCheckbox>
  <jmolCheckbox>
   <scriptWhenChecked>select 19; spacefill on;</scriptWhenChecked>
   <scriptWhenChecked>select 19; spacefill on; color magenta;cartoon off;select hetero; spacefill off;select all; label off;</scriptWhenChecked>
   <scriptWhenUnchecked>select 19; spacefill off;</scriptWhenUnchecked>
   <scriptWhenUnchecked>select 19; spacefill off;color chain;cartoon on;select all; label off;</scriptWhenUnchecked>
   <text>Residue 19 on/off</text>
   <text>Residue 19 (site of supressor AL) on/off</text>
  </jmolCheckbox>
  </jmolCheckbox>
</jmol>
</jmol>