Changeset 9638 for dijit/trunk/form/templates/Textbox.html
- Timestamp:
- 07/13/07 06:05:54 (18 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/form/templates/Textbox.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/templates/Textbox.html
r9627 r9638 1 <input dojoAttachPoint='textbox;focusNode' dojoAttachEvent='on blur;onfocus;onkeyup;onkeypress:_onKeyPress'1 <input dojoAttachPoint='textbox;focusNode' dojoAttachEvent='onfocus;onkeyup;onkeypress:_onKeyPress' 2 2 id='${id}' name='${name}' class="dijitInputField" type='${type}' size='${size}' maxlength='${maxlength}' tabIndex='${tabIndex}'>