Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxRangeSelector background image
You can display an image as the background of a range selector instead of the default color. Set the image's URL and location using the corresponding properties of the image object to do... of the background configuration object to do this. url Specifies the image's URL.
dxHtmlEditor toolbar items
the widget property and configure the UI component in the options object. In this case, you should also implement all the logic. The toolbar provides a short syntax for implementing a custom drop-down...: [ // ... { widget: "dxCheckBox", options: { text: "My Format", onValueChanged: function(e) { // Implement your logic
dxGantt Configuration
", "SF", "sf" Use the dataSource property to bind the UI component to a data source, which contains information about dependency types. If the field names in your data source differ..., resources and dependencies. Set the enabled property to true to enable edit functionality. NOTE Make sure that your data sources (tasks, resources and dependencies) support edit actions
dxTextArea Configuration
this property to specify aria-label for the component. jQuery index.js $(function(){ $("#textAreaContainer").dxTextArea({ // ... inputAttr: { 'aria-label': 'your-label', }, }); }); Angular app.component.html <dx-text-area ... [inputAttr]="{ 'aria-label': 'your-label' }"> </dx-text-area> Vue App.vue <template> <DxTextArea
XmlaStore Configuration
beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var store = new DevExpress.data.XmlaStore({ url: "https://my-web-srv01/OLAP... PivotGridDataSource({ // ... store: new XmlaStore({ url: "https://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube