-
Sencha User
TreeList context menu
I have this TreeList for a document/file manager and I can't seem to create a context menu on it. Is this feature still available in extreact?
<TreeList
flex={1}
store={documents.treeStore}
ui={"nav"}
micro={false}
singleExpand={true}
highlightPath={true}
expanderFirst={false}
expanderOnly={false}
scrollable
listeners={{
itemclick : this.onItemClick,
}}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules