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

dxVectorMap Configuration

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

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

Utils pdfExporter

Reference
An object that serves as a namespace for the methods that export DevExtreme UI components to PDF.

"); gantt.exportToPdf({ format: "A4", landscape: true, exportMode: "chart", dateRange: "visible" }).then(function(doc) { doc.autoPrint(); window.open(doc.output('your_url'), '_blank'); });

dxFileManager File System Providers

Reference
File system providers are components that provide APIs used to access and modify virtual file systems. This section describes file system providers supported by the FileManager.

; ); } } export default App; ASP.NET MVC Controls Razor C# @(Html.DevExtreme().FileManager() .FileSystemProvider(provider => provider.Remote() .Url(Url.RouteUrl("FileManagerDBProviderApi... C# @(Html.DevExtreme().FileManager() .FileSystemProvider(provider => provider.Remote() .Url(Url.RouteUrl("FileManagerDBProviderApi"))) ) <!--FileManagerDBProviderApiController-->

Utils Errors and Warnings

Reference
This section lists core errors and warnings that may occur in DevExtreme applications.

: "iPhone", "iPhone5", "iPad", "iPhone6", "iPhone6plus", "iPad", "iPadMini", "androidPhone", "androidTablet", "msSurface", and "desktop". E0006 Occurs when requesting a Url by the key that is not defined within the EndpointSelector's configuration object. Check to make sure that the EndpointSelector key of the required URL is included into the configuration object. E0007 An internal error

dxAutocomplete Configuration

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

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 extensions... 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