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)

Convert Decorator To Custom Widget In Dojo?

I would like to know if it possible to convert my decorator function in a custom widget (based on d… Read more Convert Decorator To Custom Widget In Dojo?

Dojo: Getting Access To The Clicked Item In A Dijit.form.select?

I have a dijit Select widget and need to do something when the user clicks one of the dropdown item… Read more Dojo: Getting Access To The Clicked Item In A Dijit.form.select?

Modify Dojo Chart X Axis With Real Data

Question: How can I build an X axis for a dojo chart from a Date column? I'm trying to create a… Read more Modify Dojo Chart X Axis With Real Data

Dojo Jsonrest Appends &name=* To Target Url

I try to use the Dojo JsonRest to fill a dijit.form.select Box and I use the following code: var s… Read more Dojo Jsonrest Appends &name=* To Target Url

Dojo: How To Load An Object (containing Other Objects) From Json?

I have an object model that I want to be able to save. I am going to export it to JSON and then re… Read more Dojo: How To Load An Object (containing Other Objects) From Json?

Dojo Build - Copyonly Does Not Work In Profile

I am creating a custom build in DOJO. I need to to keep in the build folder dojoConfig.js file not … Read more Dojo Build - Copyonly Does Not Work In Profile

Possible Bug - Event Change Fires After Widget.set('options', [])

Currently I am using dijit/form/Select to display a list of options and I need to programmatically … Read more Possible Bug - Event Change Fires After Widget.set('options', [])

Jquery (or Any Web Tool) Nested Expression Builder

I would like to add a feature to a web app I am developing to allow the user to create rules with a… Read more Jquery (or Any Web Tool) Nested Expression Builder

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?

Gridx/dojo & Jquery : Is There A Callback When Sorting Is Completed?

This table is generated using GridX / dojo in NodeWebkit. The '[BV][B][V]' are links that a… Read more Gridx/dojo & Jquery : Is There A Callback When Sorting Is Completed?

Color Dgrid Cell Based On Cell Value

I've got a dgrid and I'm trying to set the cell background color based on the value of the … Read more Color Dgrid Cell Based On Cell Value

Dynamically Assign Single Dojo Tooltip To Multiple Nodes

Imagine that we have a widget with a list of nodes (e.g. divs). We would like to display a Dojo Too… Read more Dynamically Assign Single Dojo Tooltip To Multiple Nodes

Access Http Body On Dojo Request Error

My webservice puts details about the occoured error in the http body. How can I access this details… Read more Access Http Body On Dojo Request Error

Dojo Tree Event On Root Nodes

**I'm building dojo tree using the following code: The tree is displayed as expected. The prob… Read more Dojo Tree Event On Root Nodes