Static Class inputEx.widget.JsonTreeInspector
Create a treeview to inspect a javascript object
Constructor
inputEx.widget.JsonTreeInspector
( parentEl,object )
- Parameters:
-
parentEl <String|HTMLElement>
- where to append the tree
-
object <Object>
- the object to inspect
Methods
buildBranch(obj,parentEl)
Build the sub-branch for obj
onItemClick(e,params)
When the user click on a node