<< < 3 4 5 6 7 8   ∑:176  Sort:Rank

Loading JSME JavaScript in "body"
Can I load JSME JavaScript code in HTML "body" element instead of "head"? Yes, you can load JSME JavaScript code in HTML "body" element instead of "head" 1. Create a new HTML document, load-JSME-in-body.html, with JSME loaded in the "body" element: &lt;html&gt; &lt;head&gt; &lt;t...
2020-05-18, 1373🔥, 0💬

Install JSME on Apache Web Server
How to install JSME on an Apache Web server? If you want to install JSME on a Web server for others to try it remotely, you can follow this tutorial to install it an an Apache Web server. 1. Follow the previous tutorial to download and install JSME on your local computer in the "./JSME_nnnn-nn-nn" s...
2020-05-18, 1270🔥, 0💬

Introduction to JSME
Where to find FAQ (Frequently Asked Questions) on basic understanding of JSME, Molecule Editor in JavaScript? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on basic understanding of JSME, Molecule Editor in JavaScript. What IS JSME - Molecule Ed...
2020-05-18, 1155🔥, 0💬

JS Loading Error - JSME Instance Named as "jsme"
Why I am getting the JavaScript file loading error, if I name the JSME Instance Named as "jsme"? "jsme" is used in JSME JavaScript code for another object. If you use it to name your new JSME object, it will override the other object and cause JavaScript loading errors. 1. Follow the previous tutori...
2020-05-18, 904🔥, 0💬

Migrate JME Applet to JSME JavaScript
How to migrate my old JME Applet Web pages to use JSME JavaScript? If you have old Web pages that use the JME Applet molecule editor, you migrate your old pages to use JSME by making 2 changes: 1. Load JSME JavaScript library using a "script" tag in the "head" tag. &lt;script type="text/javascri...
2020-05-18, 823🔥, 0💬

Show InChI and InChIKey on JSME
How to display the InChI string and InChIKey of the molecule in JSME editor? JSME does not offer any API methods to export the InChI string and InChIKey of the molecule in the editor. But you can display them on the editor UI. 1. Follow the previous tutorial to install JSME on your Web server. 2. Ru...
2020-05-18, 1428🔥, 0💬

Build Molecule Pattern in JSME
How to build a molecule pattern in JSME editor? I also want to save it a SMARTS string to do substructure search. If you want to build a molecule pattern in JSME, you can follow this tutorial. 1. Follow the previous tutorial to install JSME on your Web server. 2. Run the demo page on the Apache Web ...
2020-05-18, 1101🔥, 0💬

JSME User Interface Menu Icons
What are JSME user interface menu icons? JSME user interface menu icons are organized into 3 groups: 1. Action Icons - Located on in the first icon bar on top of the editor. Actions icons allows you to perform the following actions: SMILES - Displays the SMILES string of everything in the editor. De...
2020-05-18, 913🔥, 0💬

<< < 3 4 5 6 7 8   ∑:176  Sort:Rank