Jmol/Interactivity: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Karsten Theis (talk | contribs)
No edit summary
Karsten Theis (talk | contribs)
No edit summary
Line 130: Line 130:
Again, you can use a template to type less:
Again, you can use a template to type less:
  <nowiki>
  <nowiki>
{{subst:Triple radio button
{{subst:Triple radiobutton
|Residue 35|select sidechain; spacefill off; select sidechain and 35 ; spacefill on
|Residue 35|select sidechain; spacefill off; select sidechain and 35 ; spacefill on
|Residue 52|select sidechain; spacefill off; select sidechain and 52 ; spacefill on
|Residue 52|select sidechain; spacefill off; select sidechain and 52 ; spacefill on
Line 136: Line 136:




{{subst:Triple radio button|Residue 35|select sidechain; spacefill off; select sidechain and 35 ; spacefill on|Residue 52|select sidechain; spacefill off; select sidechain and 52 ; spacefill on|No side chains|select sidechain; spacefill off}}
<jmol>
  <jmolRadioGroup>
    <item>
      <script>select sidechain; spacefill off; select sidechain and 35 ; spacefill on</script>
      <text>Residue 35</text>
    </item>
    <item>
      <script>select sidechain; spacefill off; select sidechain and 52 ; spacefill on</script>
      <text>Residue 52</text>
    </item>
    <item>
      <script>select sidechain; spacefill off</script>
      <text>No side chains</text>
      <checked>true</checked>
    </item>
  </jmolRadioGroup>
</jmol>
</StructureSection>
</StructureSection>