Class: ContentBox

Core.ContentEdit. ContentBox

The ContentBox class which includes a control handle and an HTML text edit element.

new ContentBox()

Methods


getBoxAttributes()

Gets the attributes pulled at the content box level
Returns:
The attributes pulled at the content box level
Type
Core.ContentEdit.TextAttributes

getBoxData()

Gets the text box properties used for creating the content box.
Returns:
The text box object
Type
Core.ContentEdit.TextBox | Core.ContentEdit.ObjectBox

isEditing()

Checks if the content box is currently being edited.
Returns:
True if the content box is currently being edited, false otherwise
Type
boolean

startContentEditing()

Starts editing the content of the content box.

stopContentEditing()

Stops editing the content of the content box.