Show
Ignore:
Timestamp:
09/16/07 21:17:19 (14 months ago)
Author:
peller
Message:

Merge attributemap branch. Still need to move style/class quirks from _Widget to parser, fix Slider,TextArea?,ComboBox?,FilteringSelect? widgets. Refs #3058

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/changes.txt

    r9679 r10527  
    2626createWidget() call removed since multiple renderers are no longer supported (see next section). 
    2727 
    28 At least for the dijit widgets, all widgets are guaranteed to work programatically, which in 
     28At least for the dijit widgets, all widgets are guaranteed to work programmatically, which in 
    2929effect means that all widgets must have templates, unless the default <div> works. 
    3030 
     
    5959(not separated by semi-colons) 
    6060 
     61Standard HTML attributes like 'id', 'name', 'lang', etc. are carried over programmatically 
     62by the _Widget constructor and do not need to be declared in the template (see _Widget.attributeMap) 
     63 
    6164Parent/Child relationships 
    6265--------------------------