Ticket #5879 (closed task: fixed)
Tree: finalize design for specifying root node
| Reported by: | bill | Owned by: | bill |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
Before beta, need to finalize design for specifying root node of tree.
As per #5812, the current root node specification is polymorphic:
new dijit.Tree({ root: 5, ... });
new dijit.Tree({ root: "continents", ... });
Unfortunately this doesn't fly well with the parser.... root is always treated as a string.
<div dojoType="dijit.Tree" root="5">
... even if it looks like a number
Change History
Note: See
TracTickets for help on using
tickets.