Module Celerity::DisabledElement
In: lib/celerity/disabled_element.rb

Mixed in to all elements that can have the ‘disabled’ attribute.

Methods

Included Modules

Celerity::Exception

Public Instance methods

Used internally. @api private

disabled()

Alias for disabled?

Returns true if the element is disabled.

Returns false if the element is disabled.

[Validate]