Show
Ignore:
Timestamp:
07/13/07 06:05:54 (18 months ago)
Author:
doughays
Message:

Fixes #3741. Change the textbox onblur to _onBlur.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/form/templates/Textbox.html

    r9627 r9638  
    1 <input dojoAttachPoint='textbox;focusNode' dojoAttachEvent='onblur;onfocus;onkeyup;onkeypress:_onKeyPress' 
     1<input dojoAttachPoint='textbox;focusNode' dojoAttachEvent='onfocus;onkeyup;onkeypress:_onKeyPress' 
    22        id='${id}' name='${name}' class="dijitInputField" type='${type}' size='${size}' maxlength='${maxlength}' tabIndex='${tabIndex}'>