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

Using Rollup

Guides

: [ // ... DxButtonModule ], // ... }) export class AppModule { } Now you can use the DevExtreme UI component in your application: app.component.htmlapp.component.ts <dx-button...... npm run build ... and open the index.html file in your browser. Demos and Code Examples Refer to the following resources for code samples and usage examples: Component Configuration Syntax Technical

Add DevExtreme to a jQuery Application

Guides

the <head> tag on your index page. The order of the scripts and stylesheets is important. All CDN links are listed in the CDN article. Optionally, you can verify the files by adding SRI hashes... in the DevExtreme folder (%ProgramFiles%\DevExpress 24.1\DevExtreme\Sources) if you used the Unified Component installer. Copy the Lib folder into the folder with your application. Then, link jQuery

Getting Started with Menu

Guides

jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Vue NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. React NOTE Before you start the tutorial, ensure DevExtreme is installed in your application

Getting Started with Tabs

Guides

jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Vue NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. React NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. The Tabs

DataSource Configuration

Reference
This section describes properties that configure the DataSource.

Mapping onChanged A function that is executed after data is loaded. jQuery JavaScript var ds = new DevExpress.data.DataSource({ onChanged: function () { // Your code goes here...({ onChanged: () => { // Your code goes here } }); } } Vue App.vue <script> import DataSource from 'devextreme/data/data_source'; const ds = new