MarvinSketch Example - Pure visualization mode, detaching MarvinSketch from the web page

Seems like a viewer? Click on it!

<script type="text/javascript" SRC="../../../marvin.js"></script>
<script type="text/javascript">
<!--
msketch_begin("../..", 200, 200);
msketch_param("mol", "../../mols-2d/esterification.rxn");
msketch_param("autoScale", "true");
msketch_param("detach", "hide");
msketch_param("undetachByX", "false");
msketch_param("menubar", "false");
msketch_end();
//-->
</script>

 

It is also possible to display the sketcher window immediately.

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!