User:Jaime Prilusky/Test/JSmolExtensionExamples
From Proteopedia
(Difference between revisions)
Line 55: | Line 55: | ||
</pre> | </pre> | ||
+ | ==<i class="far fa-hand-point-right"></i> jmolRadioGroup== | ||
+ | <jmol> | ||
+ | <jmolRadioGroup> | ||
+ | <item> | ||
+ | <text>labels on</text> | ||
+ | <script>select all;label "%a";select _H;label off;select all;</script> | ||
+ | </item> | ||
+ | <item> | ||
+ | <text>labels off</text> | ||
+ | <script>select all; labels off;</script> | ||
+ | </item> | ||
+ | </jmolRadioGroup> | ||
+ | </jmol> | ||
+ | |||
+ | <pre> | ||
+ | <jmol> | ||
+ | <jmolRadioGroup> | ||
+ | <item> | ||
+ | <text>labels on</text> | ||
+ | <script>select all;label "%a";select _H;label off;select all;</script> | ||
+ | </item> | ||
+ | <item> | ||
+ | <text>labels off</text> | ||
+ | <script>select all; labels off;</script> | ||
+ | </item> | ||
+ | </jmolRadioGroup> | ||
+ | </jmol> | ||
+ | </pre> | ||
</StructureSection> | </StructureSection> | ||
== References == | == References == | ||
<references/> | <references/> |
Revision as of 04:14, 14 July 2020
Plain examples for JSMolExtension
|