Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerEditorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
ContainerEditor
Class defined in ui/ContainerEditor.js#31 inherits from
Represents an editor for content rendered in a flow, such as a manuscript.
Example
Create a full-fledged ContainerEditor
for the body
container of a document.
Allow Strong and Emphasis annotations and to switch text types between paragraph
and heading at level 1.
$$(ContainerEditor, {
name: 'bodyEditor',
containerId: 'body'
})
new ContainerEditor()
Constructor defined in ui/ContainerEditor.js#33
this.getContainerId()
Method defined in ui/ContainerEditor.js#251
Returns the containerId the editor is bound to