Wijmo UI for the Web
beginUpdate Method
Use beginUpdate and endUpdate when making a large number of changes to widget options.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: any
value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.