Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Accessibility
Accessibility Features Overview NOTE The overall accessibility level of your application depends on the Form features that you use. Accessibility Requirement Support Level Right-to-Left Support Keyboard Navigation Support Screen Reader Support Contrast Color Theme
Item Properties
items in its group. If an item is not in a group, the whole Form is refreshed. To update only your chosen items, wrap them into a separate group. NOTE When you call this method, Form rerenders
Accessibility
Accessibility Features Overview NOTE The overall accessibility level of your application depends on the Gallery features you use. Accessibility Requirement Support Level Right-to-Left Support Keyboard Navigation Support Screen Reader Support Contrast Color Theme
Customize Item Appearance
Gallery items are not sctrictly images. They can contain text or other elements of your choice. For a minor customization of Gallery items, you can define specific fields in item data objects. For example, the following code generates two items: one is disabled and the other has a specified alt attribute. jQuery JavaScript $(function () { $("#galleryContainer").dxGallery
Export Data
The Gantt component allows you to export its data in PDF format. This feature requires the jsPDF library (v2.3.1+) to export data and the jsPDF-AutoTable plugin to create tables in exported files. To configure export operations, use the exportGantt(options) method from the pdfExporter module. You can call this method at any point in your application. In this example, this method is called