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 to read JSON file with Dojo

How to read JSOn files with Dojo ?

dojo
dijit.form.Select won't set value programmatically

I have a dynamic dojo form in which I have a dijit.form.Select whose selected value I have tried …

dojo dijit.form
Use of this.own() method in dojo

i would like to know the intention of the "this.own()" method in dojo widgets. This method is mentioned in …

javascript dojo
ajax call in jsf 2.0 (myfaces), the onevent Javascript function in the ajax tag gets called before the rendering is complete

This is my first time asking a question on a forum, since usually my questions have already been asked and …

java javascript jsf-2 dojo
Deciding between: dojo, backbone.js, knockout.js (or other) for Rails 3.1 app

We have an existing Rails 3.1 consumer-facing web app and are reworking the UI to be far more interactive, snappy, app-like. …

javascript ruby-on-rails-3.1 dojo backbone.js knockout.js
Error: Tried to register widget with id==grid1but that id is already registered

I am currently developing my personal website and part of my site I have a biased view pr avoid duplication …

dojo
dojo and dynamically added options to dijit.form.select

I use dojo 1.8.2 and here is my problem (I have seen this and this question, but they eren't helpful) : My …

dojo dijit.form
When do I have to call the startup() method of programmatically instantiated widgets?

I create instances of dijit.layout.ContentPane, dijit.layout.StackContainer and dijit.layout.BorderContainer from my JS code. It seems …

layout widget startup dojo
How to make and display a form in a Dijit Dialog programmatically?

I've been trying to figure out how to create and display a form inside of a Dialog using Dojo 1.7. I …

forms dojo dialog
What is the main difference between require() and define() function in dojo and when would we use either?

I am new to learning dojo and I have come across the require() and define() functions and I can not …

javascript dojo js-amd ibm-mobilefirst