Wijmo UI for the Web
beforeSlide Event
Standard jQuery event object
The beforeSlide event handler. A function called before the calendar view slides to another month. Cancellable.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.beforeSlide = function(e) { };
Javascript (Specification) 
beforeSlide = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.