Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Gantt Elements
() { $("#gantt").dxGantt({ tasks: { dataSource: tasks }, // your code }); }); var tasks = [{ 'id': 1, 'parentId': 0, 'title': 'Software Development', 'start': new Date('2019-02-21T05:00:00.000Z'), 'end': new Date('2019-07-04T12:00:00.000Z'), 'progress': 31 }, // your code ]; If the data source's field names differ from the standard field names
Tree Shaking
only the modules used in your application. For instance, the following import takes the DxButtonModule from the devextreme-angular module: TypeScript import { DxButtonModule } from 'devextreme-angular'; If tree shaking is not configured in your application, import exports from specific modules instead of the main devextreme-angular module to reduce the bundle size: TypeScript import
Specify Toolbar Items
="https://url/to/an/image" /> <div id="popoverContainer"> <p>Popover content</p> </div> Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx... ], // ... }) Vue <template> <div> <img id="image" src="https://url/to/an/image" /> <DxPopover :width="200" target="#image" show-event
dxFileManager Custom
(pathInfo) { // Your code goes here }, renameItem: function(item, name) { // Your code goes here }, createDirectory: function(parentDir, name) { // Your code goes here }, deleteItem: function(item) { // Your code goes here
Object Structures font
. Use the jsPDF font converter to generate a custom font object. Specify font settings and load your font file (.ttf). The converter generates a .js file with the content of your font file. Add the generated .js file or only a base64-encoded string from this file to your project to export data with your font. Refer to the font property description for the example. name The font name. style