State.setState

Set the item state. The only valid states are normal, disabled or hidden.

mixintemplate State()
setState
(
this T
)
(
string state
)

Parameters

state string

The state to set.

Return Value

Type: auto

This item to aid method chaining.

See Also

Meta