Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
AbstractEditor
Class defined in ui/AbstractEditor.js#18 inherits from
Reusable abstract editor implementation.
Example
class SimpleWriter extends AbstractEditor {
render($$) {
// render editor
}
}
new AbstractEditor()
Constructor defined in ui/AbstractEditor.js#20
this.render()
Method defined in ui/AbstractEditor.js#56
Define the editors render method here.