ChemWriter by Example
ChemWriter was designed to play well with other Web page content. These demonstrations highlight some of ChemWriter’s capabilities and give concrete approaches to using them.
Simple Editor Deployment
The best-practice approach for deploying the ChemWriter editor. Demo
Scripting the Editor
Exercises the complete ChemWriter EditorApplet API through JavaScript. Demo
Scripting the Painter
Exercises the complete ChemWriter PainterApplet API through JavaScript. Demo
Preloading the Editor
Using the molfile parameter, ChemWriter can be configured to display any molfile on startup. Demo
Sample Experimental Procedure
Shows how ChemWriter can be used as a component of a Web-based database of experimental procedures. Demo
Transferring Structures
Illustrates the use of JavaScript to move a structure from one ChemWriter component to another. Demo
Table View
Displays a table of structures and associated data - in this case, the top ten best-selling pharmaceuticals of 2006. Demo
Cell View
Shows a grid of chemical structures, a form well-suited for browsing large collections. Demo
Working with Java
Shows how simple it can be to get Java deployed on your client’s machines. Learn more