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

dxList items

Reference
An array of items displayed by the UI component.

information: Potentially Vulnerable API - html. You can use the text property as a safe alternative. icon Specifies the list item's icon. This property accepts one of the following: The icon's URL

dxTabs items

Reference
An array of items displayed by the UI component.

the text property as a safe alternative. icon Specifies the icon to be displayed on the tab. This property accepts one of the following: The icon's URL The icon's name if the icon is from

dxTreeView items

Reference
An array of items displayed by the UI component.

: 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

dxFunnel Configuration

Reference
This section describes properties that configure the Funnel UI component's contents, behavior and appearance.

-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

dxList Configuration

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

if the objects contain fields described in the items section. Data Array Assign the array to the dataSource option. View Demo Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON.... This method is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#listContainer").dxList({ // ... dataSource