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

Application Template

Guides

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

Guides

;!-- 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

Reference
Configures a button form item.

() { // 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

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 Popup

Getting Started with TabPanel

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