User 1fdfc2ff04
27-05-2005 17:36:49
Is there an API call to the jmview applet to popup the marvinview window?
User 1fdfc2ff04
27-05-2005 17:36:49
ChemAxon 7c2d26e5cf
27-05-2005 19:11:20
User 1fdfc2ff04
27-05-2005 19:54:03
Tamas wrote: |
There is no method in the JMView applet to pop-up viewer windows programatically. If you really need this feature, we can add it to the feature request list of Marvin. |
ChemAxon 7c2d26e5cf
30-05-2005 20:16:50
Code: |
<script language="JavaScript" src="marvin.js"></script> <script language="JavaScript"><!-- function setMolecule(mol) { if(document.msketch != null) { document.msketch.setMol(mol,null); } } mview_name="msketch"; mview_begin(".",0,0); mview_param("detach","show"); mview_param("viewonly", "true"); //--></script> |