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

Textarea Maxlength Value Not Working

I have a textarea and I am setting maxlength from JS using DOJO library.The code is as follows: … Read more Textarea Maxlength Value Not Working

How To Write Reusable Controllers Code For Dojox.mobile Views

I'm writing an application based on dojox.mobile framework. I'm using dojo 1.9. Some views … Read more How To Write Reusable Controllers Code For Dojox.mobile Views

Is It Possible To Have A Button Start A Download Of A Dom Element?

I have an svg that is generated in a page, I am not bringing it in from an outside source. I want t… Read more Is It Possible To Have A Button Start A Download Of A Dom Element?

Stateful Server Side Filtering In Dojo

I am doing server side filtering in the enhanced grid in dojo 1.10 version. Here in document it is … Read more Stateful Server Side Filtering In Dojo

Dojo Timing Issue With Dijit/registry And Dojo/domready

I am working on a one-page application in Dojo which submits forms via ajax and returns parses the … Read more Dojo Timing Issue With Dijit/registry And Dojo/domready

How To Catch All Javascript Errors With Window.onerror? (including Dojo)

this question is a follow-up to javascript: how to display script errors in a popup alert? where it… Read more How To Catch All Javascript Errors With Window.onerror? (including Dojo)