Class: block.editor.AbstractFormElementEditor
Extends
block.editor.AbstractEditor.
An abstract form editor with label
Defined in: editor.js.
Class Methods
Class Method Detail
destroy
Cleanup and remove the input element
getValue
- Returns:
- String
render
Render the label and form element
- Returns:
- jQuery
renderFormElement
Render the form input element
- Returns:
- jQuery
renderLabel
Render the label for the editor
- Returns:
- jQuery
setValue
We do not throw any change event here, as we need to break the loop "Block" -> "Editor" -> "Block"
- Parameters:
- value
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 30 2011 13:33:45 GMT+0100 (CET)