Check documentation for the latest version of dhtmlxSuite progressOff DHTMLX Docs

progressOff

hides the progress indicator in a window

void progressOff();

Example

myWins.window(id).progressOff();

Back to top