Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost

dxGantt contextMenu items

Reference
Configures context menu item settings.

the menu item responds to user interaction. icon Specifies the menu item's icon. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon

dxPivotGrid Configuration

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

serviceUrl = "https://url/to/my/service"; $("#pivotGridContainer").dxPivotGrid({ // ... dataSource: new DevExpress.data.PivotGridDataSource({ store...; constructor() { let serviceUrl = "https://url/to/my/service"; this.pivotGridDataSource = new PivotGridDataSource({ store: createStore({ key: "ID

CSS Classes

Reference
This section describes the DevExtreme CSS classes you can use to define the appearance of an element.

of this class must include the real name of the icon. For instance, the "myicon" icon must be defined by the "dx-icon-myicon" class. CSS.dx-icon-myicon { background-image: url(data:image/png

Customize the Diagram Component

Guides

(""); } } ); } } }).dxDiagram("instance"); $.ajax({ url: "data/diagram-flow.json", dataType: "text", success: function(data

Add DevExtreme to a Vue Application

Guides

-loader, css-loader, and url-loader are listed in devDependencies. Additional Configuration for Vite NOTE If you created your application with Vue CLI, skip this step. Using Nuxt Nuxt uses server