Skip to content
Joel Felsinger edited this page Apr 10, 2015 · 5 revisions

Methods

Methods

Properties

  • Model.options - the options that are set to the model.
  • Model._id - readonly, the value that will be used as the key when saving to a database adapter.

Methods

  • Field - construct the field with given options.
  • Field.get - get the value of the field.
  • Field.set - set the value of the field.
  • Field.allowOptions - allow options to be set on the field when constructing.

Properties

  • Field.options - The different options that are set for the field.

Properties

Clone this wiki locally