User:Jaime Prilusky/JSmolExtension

From Proteopedia

< User:Jaime Prilusky(Difference between revisions)
Jump to: navigation, search
(A few examples of supported tags using [http://proteopedia.org/wiki/support/JSmolExtension/JmolExtension_604.zip JmolExtension_604.zip])
Current revision (04:55, 24 February 2025) (edit) (undo)
 
(3 intermediate revisions not shown.)
Line 1: Line 1:
-
<div style='background-color:#66FF66;padding:5px;'>
+
* [[User:Jaime_Prilusky/JSmolExtension/Simple Tags|Simple Tags]]
-
== A few examples of supported tags using JmolExtension_604 ==
+
* [[User:Jaime_Prilusky/JSmolExtension/Tags for In-page Models|Tags for In-page Models]]
-
 
+
* [[User:Jaime_Prilusky/JSmolExtension/Tags_for_Controls|Tags for Controls]]
-
* Download the file [http://proteopedia.org/wiki/support/JSmolExtension/JmolExtension_604.zip JmolExtension_604.zip]
+
<!-- * [[User:Jaime_Prilusky/JSmolExtension/Tags for Pop-in Models|Tags for Pop-in Models]] -->
-
* Expand this .zip in the extensions folder of your wiki. It will create the folder Jmol/.
+
* [[User:Jaime_Prilusky/JSmolExtension/Tags for Pop-up Models|Tags for Pop-up Models]]
-
* Add to the LocalSettings.php a line wfLoadExtension( 'Jmol' );
+
* [[User:Jaime_Prilusky/JSmolExtension/Demo|Demo]]
-
 
+
-
</div>
+
-
Some [[User:Jaime Prilusky/Test/JSmolExtensionExamples|more examples]]
+
-
 
+
-
== JSmol applet in the same page ==
+
-
<jmol><jmolApplet>
+
-
<title> wikiPageContents </title>
+
-
<float>right</float>
+
-
<color>red</color><size>200</size>
+
-
<uploadedFileContents>chair.xyz</uploadedFileContents>
+
-
<pspeed>2</pspeed>
+
-
<caption>Some caption here, enabled for wikitext, i.e double square brackets [[3rec]]</caption>
+
-
<controls>spin popup</controls>
+
-
<animgifurl>http://proteopedia.org/wiki/images/8/8d/2cts.gif</animgifurl>
+
-
</jmolApplet></jmol>
+
-
 
+
-
<pre>The applet on the right is generated from this code
+
-
<jmol><jmolApplet>
+
-
<title> wikiPageContents </title>
+
-
<float>right</float>
+
-
<color>red</color><size>200</size>
+
-
<uploadedFileContents>chair.xyz</uploadedFileContents>
+
-
<pspeed>2</pspeed>
+
-
<caption>Some caption here, enabled for wikitext, i.e double square brackets [[3rec]]</caption>
+
-
<controls>spin popup</controls>
+
-
<animgifurl>http://proteopedia.org/wiki/images/8/8d/2cts.gif</animgifurl>
+
-
</jmolApplet></jmol>
+
-
</pre>
+
-
 
+
-
* &lt;caption> Text displayed below the applet
+
-
* &lt;captioncss> CSS style for Caption
+
-
* &lt;color> Applet background colour
+
-
* &lt;controls> Draws control buttons [ all | spin | quality | popup ]
+
-
* &lt;float> [ left | right ]
+
-
* &lt;frame> true: draws frame around applet
+
-
* &lt;pspeed> Platform speed for applet [ 1 .. 8 ]
+
-
* &lt;script> Jmol script, i.e. ''load $NC(Cl)(C)O;''
+
-
* &lt;size> Applet side in pixels
+
-
* &lt;title> Text displayed on top of the applet
+
-
* &lt;titlecss> CSS style for Title
+
-
* &lt;animgifurl> URL for animated GIF to display before rendering the model
+
-
* &lt;uploadedfilecontents> renders uploaded structure
+
-
* &lt;urlcontents> renders structure from URL
+
-
* &lt;wikipagecontents> renders content from wiki page
+
-
 
+
-
== JSmol applet in a popup window ==
+
-
 
+
-
'''jmolFile''' <nowiki><jmolFile text="Explanatory text for link">Chair.xyz</jmolFile></nowiki >
+
-
 
+
-
... 'and what is the use of a book,' thought Alice 'without <jmolFile text="pictures">Chair.xyz</jmolFile> or conversation?'
+
-
 
+
-
'''jmolSmiles''' <nowiki><jmolSmiles text='nitrobenzene'>c1ccccc1[N+](=O)[O-]</jmolSmiles></nowiki>
+
-
 
+
-
Both versions, using the target as a link or using an alternate text, are supported:
+
-
<jmolSmiles text='nitrobenzene'>c1ccccc1[N+](=O)[O-]</jmolSmiles>
+
-
and
+
-
<jmolSmiles>c1ccccc1[N+](=O)[O-]</jmolSmiles>
+
-
 
+
-
'''jmolAppletButton'''
+
-
<jmol>
+
-
<jmolAppletButton>
+
-
<uploadedFileContents>Chair.xyz</uploadedFileContents>
+
-
<text>show Chair</text>
+
-
</jmolAppletButton>
+
-
</jmol>
+
-
 
+
-
'''jmolPdb''' <nowiki><jmolPdb>3rec</jmolPdb></nowiki> <jmolPdb>3rec</jmolPdb>
+
-
 
+
-
 
+
-
<!--
+
-
<jmol>
+
-
<jmolApplet>
+
-
<signed>true</signed>
+
-
<title>SMILES samples</title>
+
-
<size>200</size>
+
-
<script>load $NC(Cl)(C)O</script>
+
-
</jmolApplet>
+
-
<jmolMenu>
+
-
<item>
+
-
<script></script>
+
-
<text>..choose..</text>
+
-
</item>
+
-
<item>
+
-
<script>load $CCC(C)C</script>
+
-
<text>CCC(C)C</text>
+
-
</item>
+
-
<item>
+
-
<script>load $NC(C)C(O)=O</script>
+
-
<text>NC(C)C(O)=O</text>
+
-
</item>
+
-
<item>
+
-
<script>load $c1ccccc1</script>
+
-
<text>c1ccccc1</text>
+
-
</item>
+
-
</jmolMenu>
+
-
</jmol>
+
-
-->
+

Current revision

Proteopedia Page Contributors and Editors (what is this?)

Jaime Prilusky

Personal tools