User:Jaime Prilusky/Test/JSmolExtensionExamples
From Proteopedia
(Difference between revisions)
(New page: ==Plain examples for JSMolExtension== <StructureSection load='1stp' size='340' side='right' caption='Caption for this structure' scene=''> </StructureSection> == References == <references...) |
|||
Line 1: | Line 1: | ||
==Plain examples for JSMolExtension== | ==Plain examples for JSMolExtension== | ||
- | <StructureSection load=' | + | <StructureSection load='3rec' size='340' side='right' caption='Caption for this structure' scene=''> |
+ | |||
+ | <jmol> | ||
+ | <jmolLink> | ||
+ | <script> select all; labels on; </script> | ||
+ | <text>Turn on labels</text> | ||
+ | </jmolLink> | ||
+ | </jmol> | ||
+ | |||
+ | <jmol> | ||
+ | <jmolButton> | ||
+ | <script> select all; labels off; </script> | ||
+ | <text>Turn off labels</text> | ||
+ | </jmolButton> | ||
+ | </jmol> | ||
</StructureSection> | </StructureSection> | ||
== References == | == References == | ||
<references/> | <references/> |
Revision as of 03:27, 14 July 2020
Plain examples for JSMolExtension
|