Check documentation for the latest version of dhtmlxSuite bringToTop DHTMLX Docs

bringToTop

brings/sends a window to the top (z-positioning)

void bringToTop();

Example

myWins.window(id).bringToTop();

Back to top