Widget_button - gd-99/symbiogd GitHub Wiki

A button.

Child of $.webos.container.

Options

Options:

  • label: the button's label
  • Boolean submit: true if it's a submit button
  • Boolean disabled: true if this button is disabled
  • Boolean activated: true if this button is activated

Methods

  • disabled() : Get/set this button disabled value. Deprecated: Use option disabled instead..

Static methods

This class hasn't any static method.