Widget_checkableentry - gd-99/symbiogd GitHub Wiki

A checkable entry.

Child of $.webos.entry.

Options

Options:

  • autoCheck: true to auto check the entry's value as the user types
  • check: a callback which takes the entry's value as argument and returns true if this value is valid, false otherwise

Methods

  • Boolean isValid() : Check if the entry's value is valid.
  • Boolean check() : Check if the entry's value is valid. If not, set this entry as invalid.

Static methods

This class hasn't any static method.