Template:Button Toggle Surface: Difference between revisions
From Proteopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<jmol> | <jmol> | ||
<jmolButton> | <jmolButton> | ||
<script>if (!~surf); isosurface on; ~surf=true; else; isosurface off; ~surf=false; endif; | |||
<script>if (~surf); isosurface | |||
</script> | </script> | ||
<text> | <text>Toggle Surface</text> | ||
</jmolButton> | </jmolButton> | ||
</jmol> | </jmol> | ||