An object defining configuration properties for the Popup UI component.
Name Description accessKeySpecifies the shortcut key that sets focus on the UI component.
animation containerSpecifies the container in which to render the UI component.
contentComponentAn alias for the contentTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
contentRenderAn alias for the contentTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
contentTemplateSpecifies a custom template for the UI component content.
deferRenderingSpecifies whether to render the UI component's content when it is displayed. If false, the content is rendered immediately.
disabledSpecifies whether the UI component responds to user interaction.
dragAndResizeAreaSpecifies an element with boundaries within which users can drag and resize the Popup. Ignored if the dragOutsideBoundary property is set to true.
dragEnabledSpecifies whether or not to allow a user to drag the popup window.
dragOutsideBoundaryAllows users to drag the Popup within the browser window or beyond the window's borders.
enableBodyScrollSpecifies whether to enable page scrolling when the UI component is visible.
focusStateEnabledSpecifies whether the UI component can be focused using keyboard navigation.
fullScreenSpecifies whether to display the Popup in full-screen mode.
heightSpecifies the UI component's height.
hideOnOutsideClickSpecifies whether to hide the UI component if a user clicks outside it.
hideOnParentScrollSpecifies whether to hide the Popup 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.
maxHeightSpecifies the maximum height the UI component can reach while resizing.
maxWidthSpecifies the maximum width the UI component can reach while resizing.
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.
onResizeA function that is executed each time the UI component is resized by one pixel.
onResizeEndA function that is executed when resizing ends.
onResizeStartA function that is executed when resizing starts.
onShowingA function that is executed before the UI component is displayed.
onShownA function that is executed after the UI component is displayed.
onTitleRenderedA function that is executed when the UI component's title is rendered.
positionPositions the UI component.
resizeEnabledSpecifies whether or not an end user can resize the UI component.
restorePositionSpecifies whether to display the Popup at the initial position when users reopen it.
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.
showCloseButtonSpecifies whether or not the UI component displays the Close button.
showTitleA Boolean value specifying whether or not to display the title in the popup window.
tabIndexSpecifies the number of the element when the Tab key is used for navigating.
titleThe title in the overlay window.
titleComponentAn alias for the titleTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information.
titleRenderAn alias for the titleTemplate property specified in React. Accepts a rendering function. Refer to Using a Rendering Function for more information.
titleTemplateSpecifies a custom template for the UI component title. Does not apply if the title is defined.
toolbarItemsConfigures toolbar items.
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.
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