Difference between revisions of "Jmol JavaScript Object"

From Jmol
Jump to navigation Jump to search
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 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.
  
Installation
+
==Installation==
  
Initialization
+
==Initialization==
Basic
+
===Basic===
  
Initialization parameters
+
===Initialization parameters===
  
API
+
==API==

Revision as of 15:15, 18 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 ressources.

Installation

Initialization

Basic

Initialization parameters

API