Wijmo UI for the Web
beforeCollapse Event
Standard jQuery event object
Occurs before the content area collapses. Return false or call event.preventDefault() in order to cancel event and prevent the content area from collapsing.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.beforeCollapse = function(e) { };
Javascript (Specification) 
beforeCollapse = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.