Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
Custom Shapes
="'employee' + employee.ID" :base-type="'rectangle'" :default-text="employee.Full_Name" :allow-edit-text="false" :key="employee.ID" /> <DxToolbox
Client-Side Settings
Upload Mode Depending on the uploadMode, the FileUploader UI component uses an HTML form or a FormData interface with a series of Ajax requests to upload files. View Demo ...
Getting Started with HtmlEditor
application. To create an HTML Editor on your page, use the following code: app.component.htmlapp.component.tsapp.module.ts <dx-html-editor> <!-- Configuration goes here --> </dx-html... the option(optionName, optionValue) method: index.js $(function () { const editor = $("#html-editor").dxHtmlEditor({ valueType: "html" }).dxHtmlEditor('instance'); editor.option("value
Getting Started with PivotGrid
VS Code? Leverage the capabilities of a brand new VS Code Report Designer extension to create and edit reports/documents on any platform, be it Windows, macOS, or Linux. Get Started with DevExpress...", url: "https://demos.devexpress.com/Services/OLAP/msmdpump.dll", catalog: "Adventure Works DW Standard Edition", cube: "Adventure Works
Getting Started with Autocomplete
Drop-down editors allow users to navigate through a list of items, select one or multiple items, and search through the list. To learn how to choose a DevExtreme drop-down editor and for more details about the component's features, refer to the following article: How to Choose a Drop-Down Editor. jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application