MarvinSpace

This example shows the multicell view of MarvinSpace.

Synchronized manipulation

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 );
    

 

Do you have a question? Would you like to learn more? Please browse among the related topics on our support forum or search the website. If you want to suggest modifications or improvements to our documentation email our support directly!