-
Ext User
Hide TreeNode
TreeNode have not method for hiding him. I want to walk on tree recursively and hide node's that meet the conditions.
-
Sencha User
TreeNode UI is what you should be looking at.
It provides UI implementation (for node) and there you have hide().
So to hide a node, use something like:
yourTreeNode.getUI().hide();
or
yourTreeNode.ui.hide();
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