returns the maximum used z-index
number | the maximum z-index value |
//to be on the top
div.style.zIndex = webix.ui.zIndex();
Each time you call the method, the maximum z-index increases. So each next method call retrieves the value bigger than older ones.
Back to top