Widget_entry - gd-99/symbiogd GitHub Wiki
An entry.
Child of $.webos.container.
Options
Options:
label: the entry labelvalue: the entry default valuedisabled: 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
disabledinstead.. - jQuery label() : Get this entry label container.
- jQuery input() : Get this entry input.
Static methods
This class hasn't any static method.