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

Accessibility

Guides

Accessibility Features Overview NOTE The overall accessibility level of your application depends on the TextBox features that you use. Accessibility Requirement Support Level Right-to-Left Support Keyboard Navigation Support Screen Reader Support Contrast Color Theme

Accessibility

Guides

Accessibility Features Overview NOTE The overall accessibility level of your application depends on the Toast features that you use. Accessibility Requirement Support Level Right-to-Left Support Keyboard Navigation Support Screen Reader Support Contrast Color Theme

Accessibility

Guides

Accessibility Features Overview NOTE The overall accessibility level of your application depends on the Toolbar features that you use. Accessibility Requirement Support Level Right-to-Left Support Keyboard Navigation Support Screen Reader Support Contrast Color Theme

Application Template

Guides

the dx-swatch-additional class to this element: HTML <div class="dx-swatch-additional"> <!-- Your content here --> </div> Apply Theme Variables to Custom Elements Theme variables... with the rest of the application. The following code applies the $base-accent variable as the background-color of my-element: SCSS // Your SCSS file @import "../../../themes/generated/variables.base.scss

Server-Side Rendering

Guides

Server-side rendering (SSR) generates static pages on the server to reduce the application's loading time. Follow the Angular guide on SSR to create Angular project with SSR or add SSR to an existing project. Then, add DevExtreme components to your application. To finish DevExtreme SSR configuration, import DxServerModule in the app.module.server.ts file: app.module.server.ts import