Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
dxTreeList stateStoring
(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
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
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
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
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