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

dxPolarChart commonAnnotationSettings

Reference
Specifies settings common for all annotations in the PolarChart.

only. height Specifies the annotation's height in pixels. image Configures the image to be displayed in the annotation. Applies only if the type is "image". To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property. View Demo offsetX Moves the annotation

dxVectorMap commonAnnotationSettings

Reference
Specifies settings common for all annotations in the VectorMap.

". To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property

dxDiagram nodes

Reference
Allows you to bind the collection of diagram nodes to a data source. For more information, see the Data Binding section.

() { return orgItems; }, }; imageUrlExpr Specifies the name of a data source field or an expression that returns an image URL or Base64 encoded image for a node. This property is in effect for nodes of the "cardWithImageOnLeft", "cardWithImageOnTop", or "cardWithImageOnRight" type. A function assigned to this property should do the following: Return an image URL or Base64 encoded image when

dxDropDownButton Configuration

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

for more information. 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 that returns JSON data... of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#dropDownButtonContainer").dxDropDownButton({ // ... dataSource

dxFileManager Remote Configuration

Reference
This section describes properties that configure the Remote file system provider.

; ); } } export default App; dateModifiedExpr Specifies which data field provides timestamps that indicate when a file was last modified. endpointUrl Specifies the URL of an endpoint used to access and modify... contain 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