jQuery.wijmo.wijsplitter Namespace > options type : expand Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.expand = function(e) { }; |
Javascript (Specification) | |
---|---|
expand = function ( e : jQuery.Event ) { }; |
Supply a callback function to handle the expand event: $("#element").wijsplitter({ expand: function () { return false; } }); Bind to the event by type: $("#element").bind("wijsplitterexpand", function () { return false; });