Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost

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.

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

ODataStore

Reference
The ODataStore is a store that provides an interface for loading and editing data from an individual OData entity collection and handling related events.

jQuery JavaScript var store = new DevExpress.data.ODataStore({ url: "http://www.example.com/Northwind.svc/Products", key: "ProductID", keyType: "Int32", // Other ODataStore properties go here }); // ===== or inside the DataSource ===== var dataSource = new DevExpress.data.DataSource({ store: { type: "odata", url: "http://www.example.com/Northwind.svc/Products

dxDataGrid stateStoring

Reference
Configures state storing.

; var storageRequestSettings = { url: "https://url/to/your/storage/" + JSON.stringify(storageKey), headers: { "Accept" : "text/html", "Content-Type" : "text/html.../operator/catch"; // ... export class AppComponent { constructor(private httpClient: HttpClient) { } sendStorageRequest = (storageKey, dataType, method, data) => { let url

dxPivotGrid stateStoring

Reference
A configuration object specifying properties related to state storing.

= { url: "https://url/to/your/storage/" + JSON.stringify(storageKey), headers: { "Accept" : "text/html", "Content-Type" : "text/html" }, method: method... class AppComponent { constructor(private httpClient: HttpClient) { } sendStorageRequest = (storageKey, dataType, method, data) => { let url = "https://url/to/your/storage