Wijmo UI for the Web
viewTypeChanged Event
The new viewType value.
Occurs when viewType option has been changed.
Syntax
Javascript (Usage) 
$(function () {
    // Set viewTypeChanged event handler function
    $(".selector").wijevcal({
        viewTypeChanged : function (viewType) {
     
        }
    });
});
Javascript (Specification) 
viewTypeChanged = function ( 
   viewType : string
) { };

Parameters

viewType
The new viewType value.

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.