Jmol: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 35: | Line 35: | ||
==Loading Pages with Custom Jmol Versions== | ==Loading Pages with Custom Jmol Versions== | ||
Advanced users may have reasons that they need to load a Proteopedia page with a version of Jmol other than the currently used version. Testing new versions of Jmol in Proteopedia or running the signed applet in order to save an image file would involve running such custom versions. To do this | Advanced users may have reasons that they need to load a Proteopedia page with a version of Jmol other than the currently used version. Testing new versions of Jmol in Proteopedia or running the signed applet in order to save an image file would involve running such custom versions. To do this, in your browser's address bar paste code that is similar to below after the normal Proteopedia page URL. The normal Proteopedia page URL in this example is <nowiki>http://proteopedia.org/wiki/index.php/1stp</nowiki>. | ||
CODE TO PASTE THERE: | CODE TO PASTE THERE: | ||
?JMOLJAR=http://chemapps.stolaf.edu/jmol/docs/examples-11/JmolAppletSigned0.jar | <pre>?JMOLJAR=http://chemapps.stolaf.edu/jmol/docs/examples-11/JmolAppletSigned0.jar</pre> | ||
Resulting example of the URL in your browser's address bar of: | |||
http://proteopedia.org/wiki/index.php/1stp?JMOLJAR=http://chemapps.stolaf.edu/jmol/docs/examples-11/JmolAppletSigned0.jar | <pre>http://proteopedia.org/wiki/index.php/1stp?JMOLJAR=http://chemapps.stolaf.edu/jmol/docs/examples-11/JmolAppletSigned0.jar</pre> | ||
Please note that although URLS, such as http://www.proteopedia.org/wiki/index.php/1stp, will work to load a normal Proteopedia page, you cannot have 'www.' in front of 'proteopedia.org' for URLs where you want to load custom Jmol versions. | Please note that although URLS, such as http://www.proteopedia.org/wiki/index.php/1stp, will work to load a normal Proteopedia page, you cannot have 'www.' in front of 'proteopedia.org' for URLs where you want to load custom Jmol versions. |