Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Overview
SpeechToText is a UI component that transcribes speech and serves as a voice input for text editors. This overview highlights SpeechToText elements, key features, and what to explore next. Elements...
Overview
DevExtreme TreeList is a UI component for displaying hierarchical data in a grid. It can handle a collection of linked plain objects and build a tree hierarchy. Key features include data editing and...
Data Columns
Data columns are the most common type of columns used in the TreeList UI component. They are generated for all members of the columns array that do not configure band columns. Usually, a data column...
Web API Service (CRUD)
title: Backend Web/REST API for JS Apps with Access Control Rights (Powered by EF Core) Client-side JavaScript (JS) applications often require an easy-to-setup and secure Web API backend for CRUD...
Link Modules
: { filename: 'bundle.js' } }; Link the bundle script file to your application. HTML <script type="text/javascript" src="bundle.js" charset="utf-8"></script> Add DevExtreme themes. HTML.... Codejspm install npm:devextreme Link the system.js and configuration files to your HTML page. HTML <script src="jspm_packages/system.js"></script> <script src="config.js"><