RichEditOptionsPreparedEventArgs Interface
Provides data for the TextBoxItemEditorExtensionOptions.RichEditOptionsPrepared event.
Declaration
export interface RichEditOptionsPreparedEventArgs
Remarks
Enable Text Box Editor before you handle the event. For this, add the RichEdit scripts, styles, fonts, and register TextBoxItemEditorExtension in the Web Dashboard. See the following topic for details: Enable Text Editor Functionality.
Properties
itemName Property
Gets the component name of the Text Box item for which the event was raised.
Declaration
itemName: string
Property Value
Type | Description |
---|---|
string | A string value that is the component name of the Text Box item. |
richEditOptions Property
Specifies RichEdit widget options before the widget is rendered.
Declaration
richEditOptions: any
Property Value
Type | Description |
---|---|
any | Options of the underlying RichEdit widget used in the Text Box dashboard item. |