READONLY Attribute | readOnly Property
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
Sets or retrieves whether the keyboard and mouse are disabled for the calendar behavior.
Syntax
XML <ELEMENT READONLY = bReadonly... > Scripting [ bReadonly = ] calendar.readOnly
Possible Values
bReadonly Boolean that specifies or receives one of the following values.
- 0
- Default. Mouse and keyboard are enabled for the calendar.
1
- Mouse and keyboard are disabled for the calendar.
The property is read/write. The property has a default value of 0.
Remarks
Disabling the mouse and keyboard for the calendar does not affect access to any other part of the document .
The readOnly property is available only to objects participating in the calendar behavior.
Applies To
calendar