0.9 beta --> 0.9 production changes
Notable changes since 0.9 beta:
* lists within dojoAttachPoint, dojoAttachEvent, waiRole, and waiState are now comma-separated (not separated by semi-colons)
* enable()/disable() → setDisabled(boolean)
* onValueChanged() → onChange() (called for value changes for most widgets but state changes for toggle widgets like checkbox)
* setSelected() → setChecked()
* dijit.util.manager.byNode() → dijit.byNode()
* dijit.util.manager.getAllWidgets() replaced by dijit.registry.forEach(), filter(), etc.
* Dialog::closeNode attribute deleted. Dialog now extends _FormMixin, which means that you need a dijit.form.Button type="submit" button to close the Dialog. Ideally all the controls in your form should be widgets, and then the execute() method of your form will get all the data from the widgets. See test_Dialog.html for an example.
* all custom widgets with children (and templates) must declare dojoAttachPoint=containerNode. It doesn't default to domNode anymore
- Printer-friendly version
- Login or register to post comments
- Unsubscribe post
