Enabled dynamic property attributes

Purpose

Attributes that allow page authors to specify whether an element is enabled or not.

Attributes

Attribute Description Type Default Options Use
enabled The initial enabled state of the element. Setting this attribute to 'false' will cause the element to be disabled when the page is initially loaded. xs:Boolean true  false, true  optional 
initial-enabled-state

The initial enabled state of the element. Setting this attribute to 'false' will cause the element to be disabled when the page is initially loaded.

Note:

This attribute has been deprecated in favor of the enabled attribute.

xs:Boolean true  false, true  deprecated