cf2:ui.DynamicProperties#Enabled

Purpose

Determines whether a component is enabled or not. When the property is set to 'true', the component is in the enabled state. Setting the property to 'false' disables the component.

Exported Features

cf2:ui.DynamicProperties#Enabled

Imported Features

n/a

XDIME elements

The cf2:ui.DynamicProperties#Enabled dynamic property is supported on the following components:

Default state

The default state of the property is 'true', i.e. enabled.

Pseudo-classes

The :enabled pseudo-class corresponds to the enabled state; the :disabled pseudo-class corresponds to the disabled state.

Observable property

The observable property associated with cf2:ui.DynamicProperties#Enabled is called enabled.

Initial state attribute

The initial-enabled-state attribute specifies the initial state of the property.

Note:

The initial-enabled-state attribute is deprecated. Instead, the initial-state attribute should be used. Refer to the topic entitled Custom dynamic properties for further information.

Related topics