Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Application Template
;!-- Your content here --> </div> Apply Theme Variables to Custom Elements Theme variables are defined in the src\themes\generated\variables.base.scss and src\themes\generated... as the background-color of my-element: SCSS // Your SCSS file @import "../../../themes/generated/variables.base.scss"; #my-element { background-color: $base-accent; } Authentication A DevExtreme Vue application
Getting Started with Popup
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 Popup
Getting Started with TabPanel
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
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