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