RichEditCreatedEventArgs Interface
In This Article
Provides data for the TextBoxItemEditorExtensionOptions.RichEditCreated event.
#Declaration
TypeScript
export interface RichEditCreatedEventArgs
#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. |
#richEditInstance Property
Specifies an instance of the underlying RichEdit control in the Text Box item.
#Declaration
TypeScript
richEditInstance: any
#Property Value
Type | Description |
---|---|
any | The Rich |