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

dxAccordion Configuration

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

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

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

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

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

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

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

-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

dxMultiView Configuration

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

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.... This method is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#multiViewContainer").dxMultiView({ // ... dataSource