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

dxRangeSelector Configuration

Reference
An object that defines configuration properties for the RangeSelector UI component.

. If not, use the selectedRangeColor and tick to customize the appearance of your UI component. View Demo behavior Specifies the RangeSelector's behavior properties. chart...; </RangeSelector> ); } } export default App; export Configures the exporting and printing features. These features allow a user to export your UI component into a document

dxColorBox Configuration

Reference
An object defining configuration properties for the ColorBox UI component.

Specifies whether or not the UI component allows an end user to enter a custom value. accessKey Specifies the shortcut key that sets focus on the UI component. The value of this property will be passed..., use this property to specify aria-label for the component. jQuery index.js $(function(){ $("#colorBoxContainer").dxColorBox({ // ... inputAttr: { 'aria-label': 'your

dxNumberBox Configuration

Reference
An object defining configuration properties for the NumberBox UI component.

.###" // 123,456.789 Examples below show different ways to apply percentage formatting to decimals. Use caution if your format string starts with a zero ('0'), because the formatted number may lose... index.js $(function(){ $("#numberBoxContainer").dxNumberBox({ // ... inputAttr: { 'aria-label': 'your-label', }, }); }); Angular app.component.html <dx

dxCalendar Configuration

Reference
An object defining configuration properties for the Calendar UI component.

programmatically, disabled dates are selected in the values array. If you use UI to change selection (clicks on dates or weeks, the Enter key), you cannot select disabled dates in 'multiple' mode. In 'range' mode... to implement your own week number calculation rule, use the cellTemplate function: jQuery index.js $(function() { let lastDateOfWeek; function getWeekNumber(date, firstDayOfWeek

dxForm Methods

Reference
This section describes members used to manipulate a UI component.

. If an item is not in a group, the whole Form is refreshed. To update only your chosen items, wrap them into a separate group. NOTE When you call this method, Form rerenders the layout. As a result, all...); }); When you modify an item, the Form also refreshes all other items in its group. If an item is not in a group, the whole Form is refreshed. To update only your chosen items, wrap them into a separate