Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Using Rollup
: [ // ... 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
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
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
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
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