Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
Errors and Warnings
('url/to/the/resource', loadOptions).done(function (response) { deferred.resolve({ data: response.data, totalCount: response.totalCount }); }); return deferred.promise.... index.js var store = new DevExpress.data.CustomStore({ // . . . load: function (loadOptions) { var deferred = $.Deferred(); $.get('url/to/the/resource', loadOptions
dxAccordion Configuration
if the objects contain fields described in the items section. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file... is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#accordionContainer").dxAccordion({ // ... dataSource
dxBox Configuration
contain fields described in the items section. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service... of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#boxContainer").dxBox({ // ... dataSource
dxGallery Configuration
if the objects contain fields described in the items section. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file... is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#galleryContainer").dxGallery({ // ... dataSource
dxMenu Configuration
-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following... method to configure access to the server on the client as shown below. This method is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service