Search Results: x666🪛🪛🪛🪛🪛tool box girl

dxHtmlEditor Configuration

Reference
This section describes properties that configure the HtmlEditor UI component's contents, behavior, and appearance.

folder, check the "Encode to Base64" check box to display an uploaded image as a base64 string. jQuery index.js $(function() { $("#htmlEditorContainer").dxHtmlEditor

dxVectorMap Configuration

Reference
An object that specifies configuration properties for the UI component.

use one of the following out-of-the-box projections: Mercator projection Equirectangular projection Lambert cylindrical projection Miller cylindrical projection To set a custom projection

dxPivotGrid Configuration

Reference
This section describes the configuration properties of the PivotGrid UI component.

restrictions apply when users export PivotGrid: Only XLSX files are supported out of the box. To export PivotGrid to CSV, call the exportPivotGrid(options) method as shown in the following ticket: Export

dxTreeList Configuration

Reference
An object defining configuration properties for the TreeList UI component.

component is bound to a remote data source. Editing does not work with hierarchical data sources out of the box, but you can use the code sample from the following example to implement... with hierarchical data sources out of the box, but you can use the code sample from this KB to implement it. View Demo See Also Editing elementAttr Specifies the global

dxDataGrid Configuration

Reference
This section describes the configuration properties of the DataGrid UI component.

restrictions apply when users export DataGrid: Only XLSX and PDF files are supported out of the box. To export DataGrid to CSV, call the excelExporter.exportDataGrid(options) method as shown