Check documentation for the latest version of dhtmlxSuite bringToBottom DHTMLX Docs

bringToBottom

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

void bringToBottom();

Example

myWins.window(id).bringToBottom();

Back to top