zIndex

the stack order of the component

number zIndex;

Example

webix.ui({
    view:"window",
    zIndex:1,
    ..//config
});

Details

Use zIndex:"auto" for setting zIndex equal to that of its parent.

By default, a modal window has the same zIndex as the previous absolutely positioned element, but because of the attaching order the modal layer will be on top anyway.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.