Wijmo UI for the Web
expand Event
Standard jQuery event object
Gets or sets the javascript function name to be called before panel1 is expanded.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.expand = function(e) { };
Javascript (Specification) 
expand = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
Example
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; });

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.