In a few places in our web app, we would like to add some 
http://dojotoolkit.org dojo  functionality. For example, we would like to
add some of the validation functionality demonstrated here:
http://archive.dojotoolkit.org/nightly/tests/widget/test_validate.html
http://archive.dojotoolkit.org/nightly/tests/widget/test_validate.html 


This require generating html like:

<input type="text" name="phone" 
          value="someTestString" 
          dojoType="RegexpTextbox"
          regexp="^[\w]+$" required="true" invalidMessage="Invalid Non-Space
Text." />

(for now, we don't need to interface with the netui validation framework)


How can we generate the extra attributes required by dojo (dojoType, regexp,
required, invalidMessage? Do we have to make our own DojoNetui tags that
extands the standard tags, or is there a simpler method?

-- 
View this message in context: 
http://www.nabble.com/Adding-dojo-attributes-to-netui-tags--tf3185948.html#a8842656
Sent from the Beehive - User mailing list archive at Nabble.com.

Reply via email to