The nodeCollapsed event fires when a tree node is collapsed.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.nodeCollapsed = function(e, data) { };
|
Javascript (Specification) | |
---|
nodeCollapsed = function (
: jQuery.Event,
: object
) { };
|
Parameters
- e
- jQuery Event object
- data
- The node widget that relates to this event.
See Also
Reference
options type