Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxDropDownButton Configuration

Reference
This section describes properties that configure the DropDownButton UI component's contents, behavior, and appearance.

. 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

Reference
An object that serves as a namespace for the methods that export DevExtreme UI components to PDF.

"); 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

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.... 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

Reference
This section describes an API that can be used in different application parts such as UI components, data and the application framework.

. 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

Reference
An object defining configuration properties for the ActionSheet UI component.

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