Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
javascript
javascript
that.isEditing();

Determines if the component is currently in edit mode: Returns true if edit mode is shown, false if view mode is shown.

Code Block
javascript
javascript

that.refreshView(source);

Updates the state of the inline editor in the DOM, based on changes that may have happened to the model.

...