ui.zIndex

webix.ui.zIndex([see official doc])

webix.ui.zIndex helper.

Please look into the linked official documentation.

References

helpers
zIndexBase().

Referenced by

helpers
_popups().
mixins
DragControl(), Modality().
views
popup(), sidemenu(), window().

External references

Official documentation page.

Code

1
2
3
webix.ui.zIndex = function(){
    return webix.ui.zIndexBase++;
};