Search Results: wegh edit

Getting Started with ColorBox

Guides

a color from the drop-down editor, the ColorBox displays the selected color as a string in hexadecimal format. To allow users to control the transparency of the selected color, enable the editAlphaChannel... <dx-color-box value="#000000" [editAlphaChannel]="true" > </dx-color-box> Vue App.vue <template> <DxColorBox value="#000000" :edit-alpha-channel

Getting Started with TextArea

Guides

. The TextArea component allows users to enter and edit multi-line text. This tutorial shows how to add a TextArea component to a page and configure the component's core settings. As a result, you will create...: "static" The component displays the label above the input field. "floating" The component uses the label as a placeholder, but when the editor gets focus, the label moves to the position above the input

Getting Started with TextBox

Guides

is a component that allows users to enter and edit a single line of text. This tutorial shows how to add a TextBox to your application and configure its core features. Each section in this tutorial... displays the label above the input field. "floating" The component uses the label as a placeholder, but when the editor gets focus, the label moves to the position above the input field. "hidden" The label

Application Template

Guides

. This command also creates a navigation menu item for the added view in the src\app\app-navigation.ts file. Configure the Navigation Menu Configure Menu Items Edit the src\app\app-navigation.ts file

Update Data

Guides

). Use them to edit local and remote data. Call the DataSource's reload() method afterwards to update data in the DataSource. jQuery index.js $(function() { var dataSource = new