Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dojo

How Can I Enable Use Of Background Elements When The Dialog Is Appeared?

I created a dojo dialog using the example . I work with maps in background. The problem is that whe… Read more How Can I Enable Use Of Background Elements When The Dialog Is Appeared?

Unregister/delete All Child Nodes Of A Div Tag In Dojo

I have a div tag, lets say 'mydivTag' It has a child node under it with an ID of 'child… Read more Unregister/delete All Child Nodes Of A Div Tag In Dojo

How Does Dojo/request Handle Html/javascript Response?

Actually, we know dojo/request have a property 'handleAs' that can handle about: text json… Read more How Does Dojo/request Handle Html/javascript Response?

Dojo: How To Disable A Dijit.form.filteringselect Option

I am trying to disable option items in a dijit/Form/FilteringSelect. Here is code Solution 1: You… Read more Dojo: How To Disable A Dijit.form.filteringselect Option

Dijit Tree, How To Improve Performance For A Large Tree With 500 Child Nodes Under Root

Each tree node contains other inner widgets, so it takes long time to render the whole 500 items es… Read more Dijit Tree, How To Improve Performance For A Large Tree With 500 Child Nodes Under Root

Dojo And The Offline Application Cache

We've been working on an offline capable JavaScript applicaion using Dojo and the storage and o… Read more Dojo And The Offline Application Cache

How Do I Create A Div With Dojo Create?

i want to generate the divNodes0 div from this example via dojo create (including the h1 and ul): S… Read more How Do I Create A Div With Dojo Create?

Why Doesn't This Dojo 1.9/js Code Work In Internet Explorer 7?

We are having a problem with a web application that uses Dojo 1.9. The application works fine in … Read more Why Doesn't This Dojo 1.9/js Code Work In Internet Explorer 7?