Quentin, this may not work. You cannot successfully load many many applets
on a page. There are generally much better alternatives. Consider an image
in each row and the capability to click on an image to load a single
applet, perhaps.

Also, you should use JmolCore.js, not just put an applet tag on the page.

On Tue, Jun 19, 2012 at 8:51 AM, Quentin Delettre <
quentin.delet...@gmail.com> wrote:

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


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Chemistry Department
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
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