Wijmo UI for the Web
beforeUpdateEvent Event
Standard jQuery event object
Information about an event
Occurs before the update event action. Return false or call event.preventDefault() in order to cancel event and prevent the update action.
Syntax
Javascript (Usage) 
$(function () {
    // Set beforeUpdateEvent event handler function
    $(".selector").wijevcal({
        beforeUpdateEvent : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
beforeUpdateEvent = function ( 
   e : jQuery.Event,
   data : IBeforeUpdateEventEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.