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.
User:Wayne Decatur/Sandbox JmolSetEchoImageTest
From Proteopedia
(Difference between revisions)
m |
m |
||
| Line 5: | Line 5: | ||
<jmol> | <jmol> | ||
<jmolCheckbox> | <jmolCheckbox> | ||
| - | <scriptWhenChecked>set echo logo [0 0];set echo logo image "/wiki/logos/proteopedia_135x200px_v1.01.gif";</scriptWhenChecked> | + | <scriptWhenChecked>set echo logo [0 0];set echo depth 0; echo logo image "/wiki/logos/proteopedia_135x200px_v1.01.gif";</scriptWhenChecked> |
| + | <!--set echo depth 0 puts echo image at back and without this command it is in the front--> | ||
<scriptWhenUnchecked>set echo logo off;</scriptWhenUnchecked> | <scriptWhenUnchecked>set echo logo off;</scriptWhenUnchecked> | ||
<!--<checked></checked> TO MAKE UNCHECKED SEEMED ONLY WAY IS TO DELETE or HIDE THIS LINE--> | <!--<checked></checked> TO MAKE UNCHECKED SEEMED ONLY WAY IS TO DELETE or HIDE THIS LINE--> | ||
Revision as of 23:33, 2 April 2011
| |||||||||||
| |||||||||||
Testing using Jmol's 'set echo image' command from within Proteopedia
To figure out file name I used Proteopedia:Cookbook under the FLASH example section and used "View image info" from right clicking on image to get path on wiki like in the FLASH example.
