Ticket #4817 (closed defect: fixed)
dijit.Tree -- needs a way to update icon and labelNode classes
| Reported by: | tk | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | tree labelNode iconNode class |
| Cc: |
Description
Basically if you have a Tree where you are using custom icon/labelNode classes, and you update one of those properties on a Tree_node, the icon/label classes will never update since these calls are only done via postCreate();
Patch included that adds defaultItem/LabelNodeClasses variables (needed to revert these nodes to their original state and then append their updated class names to them (otherwise you get long long classNames)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.