I'm starting to look into replacing the LGPL Javascript components with ones provided by Dojo, a toolkit we are already
using. Dojo already has the following widgets:
- date picker -
http://archive.dojotoolkit.org/nightly/tests/widget/test_DatePicker.html
- tooltip -
http://archive.dojotoolkit.org/nightly/tests/widget/test_Tooltip.html
- rich text editor -
http://archive.dojotoolkit.org/nightly/tests/widget/test_Editor.html
My question is how should we handle the Dojo imports? Currently Dojo is only imported in the header of the ajax theme.
I propose we import dojo.js in the header of the simple theme (which is imported by the other themes), leaving each
component to do the dojo.require() call to ensure their widget is available.
Don
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]