Opened 12 years ago
Closed 12 years ago
#11096 closed enhancement (duplicate)
Adding the possibility to insert widgets inside the Tree
Reported by: | zladivliba | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.5.0b1 |
Keywords: | Tree widgets | Cc: | |
Blocked By: | Blocking: |
Description
A very interesting new feature would be to allow users to use the tree as a base source for displaying widgets instead of text nodes.
This would allow to add text + inlineEditBoxes for exemple, show different widgets in orders, ... wild range of possiblilities.
Change History (1)
comment:1 Changed 12 years ago by
Component: | General → Dijit |
---|---|
Milestone: | tbd → 1.2 |
Priority: | high → normal |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is effectively already supported by the _createTreeNode(). method. Closing as dup of #5719.