Changes between Initial Version and Version 2 of Ticket #9537
- Timestamp:
- Jul 12, 2009, 11:17:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9537
- Property Owner changed from anonymous to Douglas Hays
-
Property
Component
changed from
General
toDijit
-
Ticket #9537 – Description
initial v2 2 2 3 3 ######## code snippet from dijit.form.ComboBox widget ############## 4 {{{ 4 5 _onBlur: function(){ 5 6 // summary: called magically when focus has shifted away from this widget and it's dropdown … … 17 18 } 18 19 }, 20 }}} 19 21 20 22 ########################################