Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Widget_checkableentry

Simon Ser edited this page Feb 18, 2014 · 1 revision

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.

Clone this wiki locally