Top "Dojo" questions

Dojo Toolkit is an open source modular JavaScript library designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites.

How do I specify the selected tab with dijit.layout.TabContainer?

How do you specify the selected tab at startup? How do you programmatically select tabs?

dojo tabcontainer
Dojo Select onChange event firing when changing value programmatically

I have a dojo (dijit) select dropdown that calls a js function onChange. I was expecting this to only call …

dojo dijit.form
Dojo : how to set to disable new button

Hi I have trouble setting the new button to disabled. I am using Dojo 1.8 See my code below:- require(["…

button dojo
Set Value of Dijit.Form.Textarea

I have a dijit dialog that contains a form that I want to auto-populate. I can get the dialog to …

javascript dojo dijit.form
Does Dojo have an equivalent to jQuery.trigger()?

In jQuery, you can do this: $('#myElement').trigger('change'); How do I do that in Dojo?

jquery events dojo
How can I change one value in style attribute with JavaScript?

I have a div defined with a style attribute: <div id="div1" style="width:600;height:600;border:solid 1px">&…

javascript dojo
How to update dojo tree data dynamically

I would like to know how ot update the data of the dojo.dijit.tree component dynamically. At the moment …

javascript dojo tree
Chained promises not passing on rejection

I am have a problem understanding why rejections are not passed on through a promise chain and I am hoping …

javascript node.js dojo promise deferred
dojo: destroy all widgets by dom node

My content is replaced with ajax but sometimes an element will have the same id on two pages (ie, a …

javascript dojo
Encoding a line break in a string without using HTML

Is there a way to encode a line break into a string without using any HTML entities or tags? Specifically, …

javascript string dojo line-breaks gfx