Is there a minimal theme? One that has no styling at all, except what's needed to add handles to the various controls? That would be really nice, because I'm not looking forward to editing a 1000 line css file to undo all of the prettification that's been added to make the dijits look nice out of the box.
dijits
DateTextBox not working on Safari 3.1
I am using Version 3.1 (5525.13) and there are a bunch of errors that are visible in the Web Inspector when viewing http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/form-validation-s.... I was particularly interested in the dijit.form.DateTextBox, which doesn't show up at all. Below are the error messages:
How to combine dynamically created dijits with DnD?
Hi, I am new to dojo, I am trying to evaluate it for possible use in designing web based dynamically generated and some data driven UI.
I was wondering if somebody can answer few preliminary questions.
1. How to combine dijits with DnD?
Is it possible to combine one or more dijit with dojo DnD, i.e. make them dragable? I would like to have dijit tabs in dijit TabContainer dragble, so that their order can be changed dynamically (actually only the handles with the tab titles need to be dragable).
2. Dynamically created dijits?
