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
Line 2: Line 2:
<jmol>
<jmol>
  <jmolCheckbox>
  <jmolCheckbox>
   <scriptWhenChecked>select 19; spacefill on;</scriptWhenChecked>
   <scriptWhenChecked>select 19; spacefill on; color red;</scriptWhenChecked>
   <scriptWhenUnchecked>select 19; spacefill off;</scriptWhenUnchecked>
   <scriptWhenUnchecked>select 19; spacefill off;</scriptWhenUnchecked>
   <text>Residue 19 on/off</text>
   <text>Residue 19 on/off</text>
  </jmolCheckbox>
  </jmolCheckbox>
</jmol>
</jmol>