You are here: Reference > JavaScript > client-side > browser > properties > frozen (external)

frozen property (external)

Browser support:
Returns a Boolean value that indicates whether the document containing the current Scriptlet Component is ready to handle events.
This property is supported by Scriptlets and cannot be used in HTML applications.

Syntax:

object.frozen;
You can find the related objects in the Supported by objects section below.
This property is read-only.

Possible values:

Boolean that retrieves whether event handling is possible.
One of the following values:
false
Handling is possible.
true
Handling is not possible.
Default: this property has no default value.

Supported by objects:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content