Widget_entry - gd-99/symbiogd GitHub Wiki

An entry.

Child of $.webos.container.

Options

Options:

  • label: the entry label
  • value: the entry default value
  • disabled: true to disable the entry, false otherwise

Methods

  • String value([value]) : Get/set this entry value.
  • String [value] The new value.
  • disabled() : Enable/disable this entry. Deprecated: Use option disabled instead..
  • jQuery label() : Get this entry label container.
  • jQuery input() : Get this entry input.

Static methods

This class hasn't any static method.