Difference between revisions of "Jmol JavaScript Object/ChemDoodle"
AngelHerraez (talk | contribs) (getting specialized subsections out of the main Jmol-JSO page) |
AngelHerraez (talk | contribs) |
||
Line 3: | Line 3: | ||
'''''Note that this option is not being further developed''''' | '''''Note that this option is not being further developed''''' | ||
− | Web pages utilizing ChemDoodle (either HTML5/WebGL or HTML5/non-WebGL versions) should have the following in their <code>head</code> section: | + | Web pages utilizing [http://web.chemdoodle.com/ ChemDoodle Web Components] (either HTML5/WebGL or HTML5/non-WebGL versions) as a surrogate for the JmolApplet should have the following in their <code>head</code> section: |
<code> | <code> |
Latest revision as of 00:46, 26 February 2013
ChemDoodle option
Note that this option is not being further developed
Web pages utilizing ChemDoodle Web Components (either HTML5/WebGL or HTML5/non-WebGL versions) as a surrogate for the JmolApplet should have the following in their head
section:
<script type="text/javascript" src="jQuery.min.js"></script>
<script type="text/javascript" src="jQuery.iecors.js"></script>
<script type="text/javascript" src="JmolCore.js"></script>
<script type="text/javascript" src="JmolApplet.js"></script>
<script type="text/javascript" src="JmolControls.js"></script>
<script type="text/javascript" src="JmolApi.js"></script>
<script type="text/javascript" src="gl-matrix-min.js"></script>
<script type="text/javascript" src="mousewheel.js"></script>
<script type="text/javascript" src="ChemDoodleWeb.js"></script>
<script type="text/javascript" src="JmolCD.js"></script>