JMol Plugin? Posted by chemistry2004 20 Sep 2010 01:49 GMT-0000 posts: 2 Is there a way to show chemical structures with JMol? I searched, but not successful.
Posted by Xavier de Pedro 20 Sep 2010 09:28 GMT-0000 posts: 1817 Hi chemistry2004 and welcome to Tiki community! It should be fairly easy (I haven't tried myself, I'm from the biology-ecology field, not from the chemistry or molecular biology world!): for what I've seen in the jmol website, you need to use the Javascript library (LGPL!, so you could hire a coder to integrate that into tiki, if needed!, since that's the same ocpyright license as Tiki's) I guess that you need to place your js files somewhere in your server, and then use the PluginJS to have your Jmol animations shown. For applets, you could try the PluginHTML instead. Ask again if in doubt or you need any more help. Cheers
Posted by chemistry2004 21 Sep 2010 01:10 GMT-0000 posts: 2 Thanks Xavi, Thanks. It is working. There are two problems I face. The first is calling jmol.js file through absolute url, is it possible to have relative url. The second problem is admin approval requirement for every page. Can this be made automatic for a group, say JmolUsers thanks