Examples found in the dojo documentation won\'t load in IE. Such as: http://docs.dojocampus.org/dijit/Calendar
Using the dojo toolkit, what is the proper way of locally testing code that will be executed as cross-domain, without making the actual build?
I use quite a lot of Dojo, but to date I\'ve only used it by including from a CDN such as AOL/Google.
I\'m looking for a dojo toolkit appr开发者_StackOverflow中文版oach to communicating across iFrames. Something similar to Julien Lecomte\'s CrossFrame technique shown here http://www.julienlecomte.net/
I want to perform some client side form validation and I was thinking to use Dojo to do it. I want the user to be able to insert what he wants in the text boxes, but when he clicks submit, the form t
I have a problem concerning dojox.charting, after updating to the new version of dojo IE 8 doesn\'t show the labels of my chart开发者_运维百科s anymore. Seems to be a dojox.gfx text problem.
I wish to do something like as follows: 开发者_C百科When the mouse goes over to some element, record it
I\'ve got a GWT application, which periodically needs to update the screen with new tick items as they come in. We also have messages published by a CometD/Bayeux server (for a different AJAX applicat
Runni开发者_Python百科ng the following code: dojo.toJson(formSearch.attr(\"value\")); Appears to not serialize the value of dijit.form.DateTextBox controls.Looking in Firebug, I can see that formSe
We are trying to switch the packaging for our project from dojo to google closure, but we haven\'t had any luck so far. Here is a simple example that illustrates what we are trying to accomplish: