core library

Classes

EditorCallFunction
This will call a JS custom function.
EditorClearFocus
Notify the editor clear the focus from the field.
Notify the editor to create a link.
EditorDisable
Notify the editor to disable the editor field.
EditorEnable
Notify the editor to enable the editor field.
EditorEvent
Events sent to the editor from the controller.
Notify the editor to insert a network image link.
EditorInsertText
Notify the editor to insert some text.
EditorMessage
A DTO representing a message transferred between dart and javascript.
EditorPasteHtml
Notify the editor to paste html code.
EditorRedo
Notify the editor to redo the last action.
EditorReload
Notify the editor to reload itself.
EditorRequestFocus
Notify the editor to get focus the field.
EditorReset
Notifty the editor to clear the content and remove all stored history.
EditorResizeToParent
Notify the editor to resize itself to the parent widget.
EditorSetCursorToEnd
Notify the editor to move the cursor at the end of the current content.
EditorSetHtml
Notify the editor to change the current html to the payload.
EditorToggleView
Notify the editor to change the view type of the editor.
EditorUndo
Notify the editor to undo the last action.
HtmlEditorValue

Enums

EditorCallbacks
The list of callbacks which can be used in the editor.
ResizeMode
Defines the resize mode of the editor.
UploadError
Defines the 3 different cases for file insertion failing