Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxRangeSelector Configuration
. 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
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
.###" // 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
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
. 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