Skip to main content
All docs
V24.2

RichEditOptionsPreparedEventArgs Interface

#Declaration

TypeScript
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

TypeScript
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

TypeScript
richEditOptions: any

#Property Value

Type Description
any

Options of the underlying RichEdit widget used in the Text Box dashboard item.