¶
-
class
CascadingTreeNode
(config)¶ A subclass of
Ext.tree.AsyncTreeNode
. Tree parent node with checkbox that recursively toggles its childnodes when checked/unchecked. Can be used to switch on/off on multiple Layers in childGeoExt LayerNodes
.
Config Options¶
Configuration properties.
-
checked
Shows a checkbox when
true
(checked) orfalse
(unchecked) or none ifundefined
. Default value isfalse
.