Changes between Initial Version and Version 1 of Ticket #15045
- Timestamp:
- Mar 20, 2012, 10:16:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15045 – Description
initial v1 1 Since at least Dojo 1.5, the lines 490+ in dijit.form._FormSelectWidget::__fullContent()say:1 Since at least Dojo 1.5, the lines 490+ in {{{dijit.form._FormSelectWidget::_fillContent()}}} say: 2 2 3 3 {{{ … … 7 7 }}} 8 8 9 Moving to data-dojo-props would not only solve the "disabled" and "selected" issues but would also developers to pass data from markup to JS without having to override _ _fullContent().9 Moving to data-dojo-props would not only solve the "disabled" and "selected" issues but would also developers to pass data from markup to JS without having to override _fillContent().