Top "Dijit.form" questions

The Dojo Toolkit dijit.

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
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
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
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
How to make a Dojo dijit form programmatically

Im new to Dojo and im trying to make some ui, but only using the programmatic way. I would like …

dojo dijit.form
dojo dijit.form.DateTextBox constraints not working, datetextbox

Hi I'm new to javascript and dojo. I'm trying to use two dijit DateTextBoxes with the drop-down calendars to establish …

javascript dojo dijit.form
Dojo: dojo onblur events

I have a form setup with dojo 1.5. I am using a dijit.form.ComboBox and a dijit.form.TextBox The …

javascript dojo dom-events onblur dijit.form
Remove all options from dijit.form.FilteringSelect

I need help withe deleting all options from FilteringSelect. Html code of select: <select id="kat" dojoType="dijit.form.…

jquery dojo dijit.form
Dojo/Dijit setting invalid message and failing validation

I have a form item with missingMessage and invalidMessage defined for the item. I call the form validation method on …

javascript validation dojo dijit.form
Dojo FilteringSelect Only Fires OnChange Event Once

I have a dojo.form.FilteringSelect widget in a dojo.Dialog that is create programmatically. I connected an onChange event …

javascript dojo dom-events dijit.form