MCPcopy Index your code
hub / github.com/tinymce/tinymce / hasEditableRoot

Method hasEditableRoot

modules/tinymce/src/core/main/ts/api/Editor.ts:1136–1138  ·  view source on GitHub ↗

* Returns the current editable state of the editor's root element. * * @method hasEditableRoot * @return {Boolean} True if the root element is editable, false if it is not editable.

()

Source from the content-addressed store, hash-verified

1134 * @return {Boolean} True if the root element is editable, false if it is not editable.
1135 */
1136 public hasEditableRoot(): boolean {
1137 return EditableRoot.hasEditableRoot(this);
1138 }
1139
1140 /**
1141 * Announces a message to screen readers via the page-wide aria-live region, without shifting focus.

Callers 7

assertRootEditableStateFunction · 0.80
contentBodyLoadedFunction · 0.80
toggleReadOnlyFunction · 0.80
setEditableRootFunction · 0.80
focusEditorFunction · 0.80
enableEditorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected