wijmo.splitter.wijsplitter Namespace > options type : sizing Event |
Javascript (Usage) | |
---|---|
$(function () { // Set sizing event handler function $(".selector").wijsplitter({ sizing : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
sizing = function ( e : jQuery.Event ) { }; |
Supply a callback function to handle the sizing event: $("#element").wijsplitter({ sizing: function () { } }); Bind to the event by type: $("#element").bind("wijsplittersizing", function () { });