Back to Devexpress

CommonResources.JSZip Field

blazor-devexpress-dot-blazor-dot-commonresources-7a450e29.md

latest2.0 KB
Original Source

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

csharp
public static readonly DxResource JSZip

Field Value

TypeDescription
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 additional information on how to enable the inline editing functionality, refer to the following help topics:

See Also

CommonResources Class

CommonResources Members

DevExpress.Blazor Namespace