ButtonΒΆ

/libs/granite/ui/components/endor/actionbar/button

Button is a component to represent a standard HTML button (<button>). This component is only best used inside /libs/granite/ui/components/endor/layouts/actionbar

It has the following content structure:

granite:EndorActionBarButton
  1. granite:commonAttrs
  2. granite:renderCondition
typestring
  1. button
  1. button
  2. submit
  3. reset

The type attribute.

disabledboolean

true to disable the button; false otherwise.

formIdstring

The form attribute.

textstring
i18n

The body text of the element.

activeboolean

true to make this button in active state; false otherwise.

iconstring

The icon class.

hideTextboolean

Visually hide the text.