CommonResources.JSZip Field
Returns an identifier for the JSZip client script. Required for the Rich Text functionality in the Report Designer and Dashboard control.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.Resources.v25.2.dll
NuGet Package: DevExpress.Blazor.Resources
Declaration
public static readonly DxResource JSZip
Field Value
| Type | Description |
|---|---|
| DxResource | The JSZip client script. |
Remarks
The JSZip 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:
- Blazor Report Designer – Enable Rich Text Editor
- Blazor Dashboard – Enable Text Editor Functionality