Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Application Template
to this element: JSX <div className={'dx-swatch-additional'}> <!-- Your content here --> </div> Apply Theme Variables to Custom Elements Theme variables are defined in the src\themes.... The following code applies the $base-accent variable as the background-color of my-element: SCSS // Your SCSS file @use "../../../themes/generated/variables.base.scss"; #my-element
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
dxForm ButtonItem
() { // Implement your logic here } } }, // ... ] }); }); Angular HTMLTypeScript <dx-form ...> <dxi-item itemType... = { text: "Do Something", type: "success", onClick: function () { // Implement your logic here } }; } @NgModule({ imports
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