Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
dxGantt contextMenu items
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
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
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
(""); } } ); } } }).dxDiagram("instance"); $.ajax({ url: "data/diagram-flow.json", dataType: "text", success: function(data
Add DevExtreme to a Vue Application
-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