Is events processing in dojox.gfx Surface supported by browsers other than Firefox 3? Say, i have a variable named surface that is an instance of a gfx surface, i then listen to开发者_运维技巧 click
My question is: can we use dojo.xhrPost to post some Json data? More detail: I have been experimenting with Dojo code to POST JSON data to a RESTful service. It seems to be that the behaviours of doj
I have an input box that is inside of a div, the div has a background image and the input box inside of it is positioned and limited in size / font to work nicely with the background image.In FF every
I am struggling with a simple dojo datagrid in my Zend Framework project. I have a list of data from a mysql table that I can display, however I want users to be able to开发者_开发知识库 remove select
I\'m totally new to Dojo (using 1.3 via Google\'s XD), and want to try to do things the \'right way\', but don\'t see an obvious dojo.layout.*Container for this.
Dojo\'s Autocomplete widget requires that I have a dropdown to start off with. Is there a way to create an autocomplete box in Dojo which starts out with a textbox like YUI\'s? I\'m trying to use Dojo
I would like to know if there is a way to move the node programmatically in dojo Dnd? The reason is I would like to revert the changes to the drag and drop when the web service call triggered a failed
I have a page constructed using Dojo and I need to measure how long the page takes to complete rendering on my browser (NOT time-to-first-byte, or time-to-last-byte).
I\'m used to the jQuery style of selecting, which would be fairly easy in this case $(\"tbody td:has(input)\").click(...);
I\'m testing a little bit of Adobe AIR - the HTML version in Aptana. And I chose Dojo Toolkit as the JS framework to have. And the generated html-page with dojo ain\'t working.