Hello.
We are running Seaside
3.0
Our application uses the JQDeployment and JQUIDeployment
libraries along with a custom library.
For some components, I would like to unload the JQ*Deployment
libraries and load an older version.
Specifically, I am trying to use JGCharts1.0
http://maxb.net/scripts/jgcharts/include/demo/
I am successfully loading the jgcharts.js library on the fly
in my component’s updateRoot:anHtmlRoot method.
However, the library uses an older version of jquery: jquery-1.3.1.min.js
Before loading this library in updateRoot:anHtmlRoot, I would like to unload the existing libraries.
Examining the protocol for WAHtmlRoot shows now removeScript
or removeCSS elements.
Any ideas?
Thanks in advance.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside