Wijmo UI for the Web
beginUpdate Method
Use beginUpdate and endUpdate when making a large number of changes to widget options.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijevcal("beginUpdate");
});
Javascript (Specification) 
function beginUpdate() : any;
Example
$("#wijevcal").wijevcal("beginUpdate");
$("#wijevcal").wijevcal("option", "timeInterval", 10);
  $("#wijevcal").wijevcal("option", "timeRulerInterval", 20);
$("#wijevcal").wijevcal("endUpdate");
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.