Difference between revisions of "Jmol JavaScript Object"

From Jmol
Jump to navigation Jump to search
(link to Jmol.js documentation page)
Line 1: Line 1:
Jmol Javascript Object is a set of javascript functions and utilities refactored  and reorganized into a single javascript object. It supersedes the former Jmol.js javascript library as it allows for a cleaner, more efficient way to interact with the applet from javascript, and abstracts the view of a molecular model so that the applet could be seamlessly replaced by an image, or a third party visualization method depending on client's browser ressources.
+
Jmol Javascript Object is a set of javascript functions and utilities refactored  and reorganized into a single javascript object. It supersedes the former [{{Website}}jslibrary/ Jmol.js javascript library] as it allows for a cleaner, more efficient way to interact with the applet from javascript, and abstracts the view of a molecular model so that the applet could be seamlessly replaced by an image, or a third party visualization method depending on client's browser resources.
  
 
==Installation==
 
==Installation==

Revision as of 17:51, 20 June 2012

Jmol Javascript Object is a set of javascript functions and utilities refactored and reorganized into a single javascript object. It supersedes the former Jmol.js javascript library as it allows for a cleaner, more efficient way to interact with the applet from javascript, and abstracts the view of a molecular model so that the applet could be seamlessly replaced by an image, or a third party visualization method depending on client's browser resources.

Installation

Initialization

Basic

Initialization parameters

API