The Textbox.io Editor API starts with the textboxio
JavaScript global. The textboxio
global is available after the editor JavaScript file is loaded on a page.
The textboxio
global lets you create, modify, and interact with instances of the Textbox.io Rich Text Editor.
Methods
replace | Replaces a DOM element with a Textbox.io Editor instance. |
replaceAll | Replaces DOM elements with Textbox.io Editor instances. |
inline | Creates an inline editable instance from a DOM element |
inlineAll | Creates a list of inline editable instances from a Jquery-style selector string or list of DOM elements |
get | Retrieves editor instances. |
getActiveEditor | Retrieves the active (last focused) editor instance. |
isSupported | Identifies whether Textbox.io supports the current browser. |
version | Identifies the version of the Textbox.io Editor client. |
Options
config | Configuration item for Textbox.io Editor instances created with replace or replaceAll . |