Opened 14 years ago
Closed 14 years ago
#2146 closed defect (wontfix)
TreeV3 context menu: disabled actions do not work for a programmatically created tree
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | TreeV3 | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
I tried a json array but none of the actions are disabled in my tree menu. This works for a TreeV3 created via standard html markup.
var treeNodes = [
{title: "test title", id: "1", actionsDisabled: ["REMOVE","OPEN","MOVE","EDIT"]}
]
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 0.9 |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Context menus for the Tree in Dijit 0.9 are no longer supported (you have to use a normal context menu and some custom code to connect them.