Skip to main content
All docs
V25.1
  • CommonResources.RichEditJS Field

    Returns an identifier for the RichEdit client script. Required for the Rich Text functionality of the Report Designer and Dashboard control.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Resources.v25.1.dll

    NuGet Package: DevExpress.Blazor.Resources

    Declaration

    public static readonly DxResource RichEditJS

    Field Value

    Type Description
    DxResource

    The Rich Edit client script.

    Remarks

    The RichEditJS script is required for inline editing functionality in the Rich Text report control and Text Box dashboard item. The Resource Manager automatically registers this script if you call the ReportingResourcesConfigurator.RegisterRichEditScripts or DashboardResourcesConfigurator.RegisterRichEditScripts method in your application.

    For more information on how to enable the inline editing functionality, refer to the following help topics:

    See Also