This old version of Proteopedia is provided for student assignments while the new version is undergoing repairs. Content and edits done in this old version of Proteopedia after March 1, 2026 will eventually be lost when it is retired in about June of 2026.
Apply for new accounts at the new Proteopedia. Your logins will work in both the old and new versions.
Apply for new accounts at the new Proteopedia. Your logins will work in both the old and new versions.
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
| |||||||||||
