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

dxTreeList stateStoring

Reference
Configures state storing.

(storageKey, dataType, method, data) { var deferred = new $.Deferred; var storageRequestSettings = { url: "https://url/to/your/storage/" + JSON.stringify(storageKey), headers...) { } sendStorageRequest = (storageKey, dataType, method, data) => { let url = "https://url/to/your/storage/" + JSON.stringify(storageKey); let req: HttpRequest<any> = new HttpRequest(method

ODataContext Configuration

Reference
This section describes the ODataContext's configuration properties.

beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var context = new DevExpress.data.ODataContext({ url: "https://js.devexpress.com...() { this.context = new ODataContext({ url: "https://js.devexpress.com/Demos/DevAV/odata/", entities: { Employees: { key: "Employee

dxMenu items

Reference
Holds an array of menu items.

for more information. disabled Specifies whether the menu item responds to user interaction. icon Specifies the menu item's icon. This property accepts one of the following: The icon's URL... for the url option. You can assign all attributes described in the Attributes article except for the following: href Use the url property to specify a link instead. Global attributes You can specify

ODataStore Configuration

Reference
This section describes the ODataStore's configuration properties.

beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var store = new DevExpress.data.ODataStore({ url: "https://js.devexpress.com/Demos...() { this.store = new ODataStore({ url: "https://js.devexpress.com/Demos/DevAV/odata/Products", beforeSend: (e) => { e.params = { "param1

dxDiagram CustomCommand

Reference
An object that provides information about a custom command in the Diagram UI component.

icon Specifies the custom command's icon. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see External Icon Libraries) The icon in the Base64 format The icon in the SVG format. Ensure that the source is reliable. items Lists command sub items. location