Class: EditorModel

Drupal.quickedit.EditorModel()

Extends

  • Backbone.Model

Members

currentValue :string

Analogous to originalValue, but the current value.

Type:
  • string
Source:

defaults :object

Type:
  • object
Properties:
Name Type Description
originalValue string
currentValue string
validationErrors Array
Source:

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
Source:

validationErrors :Array

Stores any validation errors to be rendered.

Type:
  • Array
Source: