Changeset 10527 for dijit/trunk/changes.txt
- Timestamp:
- 09/16/07 21:17:19 (14 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/changes.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/changes.txt
r9679 r10527 26 26 createWidget() call removed since multiple renderers are no longer supported (see next section). 27 27 28 At least for the dijit widgets, all widgets are guaranteed to work program atically, which in28 At least for the dijit widgets, all widgets are guaranteed to work programmatically, which in 29 29 effect means that all widgets must have templates, unless the default <div> works. 30 30 … … 59 59 (not separated by semi-colons) 60 60 61 Standard HTML attributes like 'id', 'name', 'lang', etc. are carried over programmatically 62 by the _Widget constructor and do not need to be declared in the template (see _Widget.attributeMap) 63 61 64 Parent/Child relationships 62 65 --------------------------