Skip to main content
All docs
V25.1
  • RichEditCreatedEventArgs Interface

    Declaration

    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

    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

    richEditInstance: any

    Property Value

    Type Description
    any

    The RichEdit instance.