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

dxSparkline Configuration

Reference
An object that specifies configuration properties for the Sparkline UI component.

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 extensions to enable the server to process data according... as shown below. This method is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#sparklineContainer").dxSparkline

dxDataGrid Configuration

Reference
This section describes the configuration properties of the DataGrid UI component.

. View Demo Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. View Demo OData Implement an ODataStore. Make sure to specify the key... $(function() { let serviceUrl = "https://url/to/my/service"; $("#dataGridContainer").dxDataGrid({ // ... dataSource: DevExpress.data.AspNet.createStore({ key: "ID

CustomStore Configuration

Reference
This section describes properties that configure the CustomStore.

: function (values) { return $.ajax({ url: "http://mydomain.com/MyDataService/myEntity", method: "POST", data: values }) } }); Angular TypeScript... $.ajax({ url: "http://mydomain.com/MyDataService/myEntity/" + encodeURIComponent(key), method: "DELETE", }) } }); Angular TypeScript import { ..., Inject } from

dxAccordion items

Reference
An array of items displayed by the UI component.

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

dxChart Configuration

Reference
This section describes properties that configure the contents, behavior and appearance of the Chart UI component.

", text: "Annotation text" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function..." text="Annotation text"> </dxi-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi