This example shows the multicell view of MarvinSpace.
MarvinSpace supports multicell display mode that is the main canvas can be divided equally to cells that are organized in rows and columns. The cells have different control, they can have different data to display and different display options.
To create a multicell mode applet, new applet parameters have to be used:
<param name="rowCount" value="2"/> <param name="columnCount" value="2"/>To load input molecules to the cells the following parameters can be used:
<param name="cell0" value="http://www.chemaxon.com/marvinspace/data/1AID.pdb"> <param name="cell1" value="http://www.chemaxon.com/marvinspace/data/1AID.pdb"> <param name="cell2" value="http://www.chemaxon.com/marvinspace/data/1AID.pdb"> <param name="cell3" value="http://www.chemaxon.com/marvinspace/data/1AID.pdb">Synchronous manipulation (rotate, zoom, shift, etc.) can be enabled by the
"SynchronousMode"
property:document.MSpaceApplet.setProperty( "SynchronousMode", document.Synchronized.chbox.checked==1 );