new EditorModel()
Extends
- Backbone.Model
Members
currentValue :string
Analogous to originalValue, but the current value.
Type:
- string
defaults :object
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
originalValue |
string | |
currentValue |
string | |
validationErrors |
Array |
originalValue :string
Not the full HTML representation of this field, but the "actual" original value of the field, stored by the used in-place editor, and in a representation that can be chosen by the in-place editor.
Type:
- string
validationErrors :Array
Stores any validation errors to be rendered.
Type:
- Array