Wijmo UI for the Web
readOnly Field

Default value: false

Set this option to true if you want to prevent users to edit events data.

Syntax
Javascript (Usage) 
var value; // Type: boolean
value = jQuery.wijmo.wijevcal.options.readOnly;
Javascript (Specification) 
var readOnly : boolean;
Example
$("#report").wijevcal({ 
    readOnly: true
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.