The nodeExpanding event fires before a tree node is expanded.
This event can be canceled, if return false
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set nodeExpanding event handler function
$(".selector").wijtree({
nodeExpanding : function (e, data) {
}
});
});
|
Javascript (Specification) | |
---|
nodeExpanding = function (
: jQuery.Event,
: object
) { };
|
Parameters
- e
- jQuery Event object
- data
- The node widget that relates to this event.
See Also
Reference
options type
wijtree jQuery Widget