Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxDropDownButton Configuration
. dataSource Provides data for the drop-down menu. The DropDownButton works with collections of objects or string or number values. Depending on your data source, bind DropDownButton to data as follows... for more information. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data
Utils pdfExporter
"); gantt.exportToPdf({ format: "A4", landscape: true, exportMode: "chart", dateRange: "visible" }).then(function(doc) { doc.autoPrint(); window.open(doc.output('your_url'), '_blank'); }); ... within the <head> tag. If you use Angular, Vue, or React, install the library with the following command: npm install jspdf You can call this method at any point in your application. Warning
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.... Use Globalize at your own risk. In v25.1, we will remove Globalize from our installation, templates, and demos. We recommend switching to Intl for a more secure solution. If you want to use
Utils
. To populate the animationPresets repository with your animations, use the registerPreset(name, config) method. To get the required animation from the repository, use the getPreset(name) method. config() Gets the current global configuration. config(config) Configures your application before its launch. jQuery index.js DevExpress.config({ rtlEnabled: true, forceIsoDateParsing: false
dxActionSheet Configuration
displayed in the button that closes the action sheet. dataSource Binds the UI component to data. The ActionSheet works with collections of string values or objects. Depending on your data source, bind... Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web