Dear all,

I am developing a website that will use data (mainly sdf files) from a database, and provide a table like view to the users with the jquery plugin Datatables <http://datatables.net/index> .

I want to provide a jmol applet for each data row, using sdf data stored in a javascript variable.

For the moment, i achieve to initialize and instantiate applets with

In the body :
    jmolInitialize("./jmol-12.2.25");

And in the cell, the jquery plugin let me put a string that is:
<applet name="jmol" code="JmolApplet" archive="./jmol-12.2.25/JmolApplet.jar" width="150" height="150">

So, how to use jmolLoadInline function ?

Thanks a lot.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to