Template:Button Toggle Surface: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Angel Herraez (talk | contribs)
New page: surface: <jmol> <jmolButton> <script>isosurface on</script> <text>show</text> </jmolButton> <jmolButton> <script>isosurface off</script> <text>hide</text> </jmolButton> </jmol>
 
Angel Herraez (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
surface:
<jmol>
<jmol>
  <jmolButton>
  <jmolButton>
   <script>isosurface on</script>
   <script>if (~surf); isosurface off; ~surf=false; else; isosurface on; ~surf=true; endif;
   <text>show</text>
   </script>
</jmolButton>
   <text>Toggle Surface</text>
<jmolButton>
  <script>isosurface off</script>
   <text>hide</text>
  </jmolButton>
  </jmolButton>
</jmol>
</jmol>

Latest revision as of 23:45, 4 February 2009

Proteopedia Page Contributors and Editors (what is this?)

Angel Herraez