Login Register

attributes

HTML compliance possible?

Been working now for a couple of days with dijit, very nice, i like! Only drawback i've encountered so far is the use of attributes like:

<input type="text" name="name" value="" dojoType="dijit.form.ValidationTextBox"/>

Makes it quite impossible to validate large HTML files as they are full with errors. Is there any way to circumvent this incompliance?

Ta!

DateTextBox: datePattern and selector attributes

Hi all,

With Dojo 1.0.1 I've tried to use attribute datePattern for widget DateTextBox to format date as "dd/MM/yyyy" but it doesn't work. However, if I use constraints attribute as:
constraints="{datePattern: 'dd/MM/yyyy'}"
Works perfectly.

Is this a known bug or is DateTextBox simply changed ?

Another info: is possible to use attribute selector to choose time from the popup calendar of the DateTextBox ?

Thanks !

Syndicate content