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

dxRangeSelector background

Reference
Specifies the properties for the range selector's background.

can display an image as the background of a range selector instead of the default color. Set the image's URL and location using the corresponding properties of the image object to do this. The width

Object Structures floatingActionButtonConfig

Reference
Configures a Floating Action Button (FAB) that emits a stack of related actions (speed dial).

. icon Specifies the icon the FAB displays when the speed dial is closed. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library

dxTreeView Configuration

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

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 Libraries...) { var d = $.Deferred(); $.get("http://url/to/the/service", { // Here, 0 is the "rootValue" property's value. parentId: parentNode ? JSON.stringify

dxFileManager Remote

Reference
The Remote file system provider works with a file system located on the server.

MVC Controls Razor C# @(Html.DevExtreme().FileManager() .FileSystemProvider(provider => provider.Remote() .Url(Url.RouteUrl("FileManagerDBProviderApi"))) ) <...().FileManager() .FileSystemProvider(provider => provider.Remote() .Url(Url.RouteUrl("FileManagerDBProviderApi"))) ) <!--FileManagerDBProviderApiController--> [Route("api/file-manager-file

Utils

Reference
This section describes the utility objects that the DevExtreme data layer provides.

); this.query = Query([10, 20, 50, 40, 30]); } // ... } export default App; See Also Query Concept query(url, queryOptions) Creates a Query instance that accesses a remote data service using its URL. The queryOptions object should contain the adapter function that implements data access logic. The queryOptions object can also contain the errorHandler function for handling errors