Hai friends
I had gone through dojo book n dojo examples n dojo source but i was not abt to figure out how to adding a label when creating a formfield widget with javascript?
Dijit Form Label
Submitted by tuxhero on Sun, 03/23/2008 - 13:51.
- Login or register to post comments
- Unsubscribe post

<label>
As per the way HTML works the label isn't part of the TextBox or related widget. Need to use a <label> node. Inconvenient, but that's the way HTML works.