Opened 10 years ago
Closed 10 years ago
#11907 closed defect (fixed)
ExpandoPane's title attribute does not have a set method
Reported by: | Douglas Hays | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Layout | Version: | 1.5 |
Keywords: | Cc: | bill | |
Blocked By: | Blocking: |
Description
Unlike TitlePane?, you cannot do w.set('title', <string>) with an ExpandoPane? widget. Since title is used in the template, it seems there should be an attributeMap entry for title. Something like:
attributeMap: dojo.delegate(dijit.layout.ContentPane.prototype.attributeMap, { title: { node: "titleNode", type: "innerHTML" } }),
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [23610]) fixes #11907 - make set(title, ...) work for ExpandoPane?. change to claro, add test for title settage \!strict