core/editor/utils/attachtoform
module
Functions
attachToForm( editor ) → voidmodule:core/editor/utils/attachtoform~attachToFormChecks if the editor is initialized on a
<textarea>element that belongs to a form. If yes, it updates the editor's element content before submitting the form.This helper requires the ElementApi interface.
Parameters
editor : objectEditor instance.
Returns
void