The LoadPanel is an overlay UI component notifying the viewer that loading is in progress.
import DxLoadPanel from "devextreme-vue/load-panel"
An object that defines configuration properties for the LoadPanel UI component.
Name Description animationConfigures UI component visibility animations. This object contains two fields: show and hide.
containerSpecifies the UI component's container.
deferRenderingSpecifies whether to render the UI component's content when it is displayed. If false, the content is rendered immediately.
delayThe delay in milliseconds after which the load panel is displayed.
focusStateEnabledSpecifies whether or not the UI component can be focused.
heightSpecifies the UI component's height.
hideOnOutsideClickSpecifies whether to hide the UI component if a user clicks outside it.
hideOnParentScrollSpecifies whether to hide the LoadPanel when users scroll one of its parent elements.
hintSpecifies text for a hint that appears when a user pauses on the UI component.
hoverStateEnabledSpecifies whether the UI component changes its state when a user pauses on it.
indicatorSrcA URL pointing to an image to be used as a load indicator.
maxHeightSpecifies the maximum height the UI component can reach while resizing.
maxWidthSpecifies the maximum width the UI component can reach while resizing.
messageSpecifies the text displayed in the load panel. Ignored in the Material Design theme.
minHeightSpecifies the minimum height the UI component can reach while resizing.
minWidthSpecifies the minimum width the UI component can reach while resizing.
onContentReadyA function that is executed when the UI component is rendered and each time the component is repainted.
onDisposingA function that is executed before the UI component is disposed of.
onHiddenA function that is executed after the UI component is hidden.
onHidingA function that is executed before the UI component is hidden.
onInitializedA function used in JavaScript frameworks to save the UI component instance.
onOptionChangedA function that is executed after a UI component property is changed.
onShowingA function that is executed before the UI component is displayed.
onShownA function that is executed after the UI component is displayed.
positionPositions the UI component.
rtlEnabledSwitches the UI component to a right-to-left representation.
shadingSpecifies whether to shade the background when the UI component is active.
shadingColorSpecifies the shading color. Applies only if shading is enabled.
showIndicatorA Boolean value specifying whether or not to show a load indicator.
showPaneA Boolean value specifying whether or not to show the pane behind the load indicator.
visibleA Boolean value specifying whether or not the UI component is visible.
widthSpecifies the UI component's width.
wrapperAttrSpecifies the global attributes for the UI component's wrapper element.
This section describes members used to manipulate the UI component.
This section describes events fired by this UI component.
Name Description contentReadyRaised when the UI component is rendered and each time the component is repainted.
disposingRaised before the UI component is disposed of.
hiddenRaised after the UI component is hidden.
hidingRaised before the UI component is hidden.
initializedRaised only once, after the UI component is initialized.
optionChangedRaised after a UI component property is changed.
showingRaised before the UI component is displayed.
shownRaised after the UI component is displayed.
Feel free to share topic-related thoughts here.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4