I think there needs to be a bit more development before this is ready for public use.

refering to

http://moodle.yeovil.ac.uk/course/view.php?id=63&topic=3

The radio buttons do not work if there are multiple applets on the page.
The problem is that your filter is pulling in Jmol.js twice and initializing twice.

A simple fix to your version of jmol.js should fix this:

1) add at the top of jmol.js:
if(_jmol) exit()

2) remove the alert() message at the beginning of jmolInitialize()

I see this is being changed as I write....


Egon Willighagen wrote:

On Thursday 23 February 2006 23:57, Geoff Rowland wrote:
I just wanted to draw your attention to the recently developed 'Jmol
Filter' for the open source virtual learning environment Moodle. The filter
is a PHP/Javascript 'wrapper' which enables teachers to easily add Jmol
applets to their online Moodle courses - with not much more than a link to
an uploaded chemical structure file.

Excellent! It's much like the code people wrote for including Jmol applets in Wikis.

Added a page to Jmol's wiki:

http://wiki.jmol.org/MoodlesUsingJmol

Egon




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to