Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxFileManager toolbar items

Reference
Configures toolbar items' settings.

cssClass Specifies a CSS class to be applied to the item. disabled Specifies whether the UI component item responds to user interaction. icon Specifies the icon to be displayed on the toolbar item. This property 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

dxForm TabbedItem tabs

Reference
An array of tab configuration objects.

: 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

dxGallery items

Reference
An array of items displayed by the UI component.

element. imageSrc Specifies the URL of the image displayed by the item. render An alias for the template property specified in React. Accepts a rendering function. Refer to Using a Rendering Function

Object Structures loadPanel

Reference
Configures the load panel.

whether the load panel is enabled. height Specifies the height of the load panel in pixels. indicatorSrc Specifies a URL pointing to an image to be used as a loading indicator. shading Specifies

Customize the Loading Indicator

Guides

If you need to use a 3rd-party loading indicator inside the LoadPanel, assign its URL to the indicatorSrc property. jQuery JavaScript$(function() { $("#loadPanelContainer").dxLoadPanel({ hideOnOutsideClick: true, indicatorSrc: "https://js.devexpress.com/Content/data/loadingIcons/rolling.svg" }); $("#buttonContainer").dxButton({ text: "Show the Load Panel