add - add([parent], nodes)
 
    Adds a sidebar node or nodes.
    Called when sidebar looses focus.
    click - click(id, [event])
 
    Called when user clicks the node.
    Collapses node with id.
    Collapses all expanded children of specified node.
    Called when user right clicks the node.
    Called when user double clicks the node.
    Disables sidebar node or nodes with id.
    Iterates nodes
    enable - enable(id1, [id2], ...)
 
    Enables sidebar node or nodes with id.
    Expands sidebar node with id.
    Expands all collapsed children of specified node.
    Expands each parent of the specified node.
    find - find([parent], attrs)
 
    Finds sidebar nodes that have attributes defined inattr and returns them or an empty array.
    Called when sidebar gets focus.
    get - get([parent], [id], [returnIndex])
 
    Finds sidebar node with id and returns it or its index.
    Called when flat button is clicked.
    hide - hide(id1, [id2], ...)
 
    Hides sidebar node or nodes with id.
    Returns true if node is in visible area of the sidebear
    insert - insert([parent], before, nodes)
 
    Inserts a node or nodes before node before.
    Processes keydown events.
    lock - lock(message, [showSpinner])
 
    Locks the sidebar.
    Called when user select item from context menu.
    mouseAction - mouseAction(action, anchor, nodeId, event, [type])
 
    Called when mouse action needs to be processed.
    Shows or hides tooltip for the node's icon, handle or badge.
    remove - remove(id1, id2, ...)
 
    Removes nodes from the sidebar.
    Scroll nodes into view
    Performs textual search on the sidebar
    Selects sidebar node with id.
    set - set([parent], id, node)
 
    Finds sidebar node with id and extends it with node object.
    setCount - setCount(id, count, [className], [style])
 
    Updates badge text and style of the sidebar node with id.
    show - show(id1, [id2], ...)
 
    Shows sidebar node or nodes with id.
    Shows or hides "Show/Hide" text on the right in the groups
    sort - sort([options], [nodes])
 
    Sorts sidebar nodes
    Toggles sidebar node with id.
    Shows or hides tooltip for the node.
    Unlocks the sidebar.
    Unselects sidebar node with id.
    Quick refresh of a node if possible
 
			
    Destroys the widget and removes it from the global w2ui object
    off - off(type, [handler])
 
    Removes event listener from the object.
    Adds event listener to a object.
    Refreshes the widget or a specific part of it
    Renders the widget into the specified HTML element
    Resizes the widget to fit its container
    Executes all event listeners added with on() method.
    Unmounts the widget and cleans up resources