An object that serves as a namespace for static methods that affect overlay UI components.
Specifies the base z-index for all overlay UI components.
import { DxOverlayTypes } from "devextreme-vue/overlay"
The z-index of all overlay UI components located on a page is calculated based on the value passed to this method. Since an overlay UI component is added, its z-index is increased by one relative to a previously added overlay UI component.
The following example demonstrates how to call the method.
jQueryDevExpress.ui.dxOverlay.baseZIndex(2000); // ===== or when using modules ===== import { baseZIndex } from 'devextreme/ui/overlay'; baseZIndex(2000);Angular
import { baseZIndex } from 'devextreme/ui/overlay'; baseZIndex(2000);Vue
import { baseZIndex } from 'devextreme/ui/overlay'; baseZIndex(2000);React
import { baseZIndex } from 'devextreme/ui/overlay'; baseZIndex(2000);
By default, the base z-index for all overlay UI components except Toast is 1500.
The base z-index for Toast UI components is greater than the value specified by this method by 8000. For example, if you pass 2000 to the baseZIndex method, the Toast base z-index is 10000.
The method affects the following UI components.
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