Opened 15 years ago
Closed 15 years ago
#4418 closed enhancement (fixed)
Tree without root +
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It would be great if the Tree dijit had an option not to display the + for the root element. In my application (and many others, judging from the availability of the option in other toolkits) , the root node is always expanded (or can expand on a double click or enter). The + moves the entire tree to the right and can take up too much valuable screen space.
Change History (1)
comment:1 Changed 15 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That can be achieved simply with a CSS rule about dijitTreeIsRoot. Of course, that doesn't automatically open the tree...