A stateful tree view using cookies to remember the tree state
request_variable
(type:
str
)
'tree-state'
cookieTree(root=None, filter=None)
Build a tree with tree state information from a request.
folderTree(root=None)
Cookie tree with only folders (and site managers).
rootTree()
Cookie tree with only folders and the root container as root node.
siteTree()
Cookie tree with only folders and the nearest site as root node.
statefulTree(root=None, filter=None, tree_state=None)
Build a tree with tree state information from a request.
virtualHostTree()
Cookie tree with only folders and the root container as root node.