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

dxRangeSelector background image

Reference
Specifies image properties.

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

Reference
Configures toolbar items. These items allow users to format text and execute commands.

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

Reference
An object that defines the Gantt UI component's configuration properties.

", "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

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

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

Reference
This section describes properties that configure the XmlaStore.

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