Check documentation for the latest version of dhtmlxSuite setProgressMode DHTMLX Docs

setProgressMode

sets the mode of displaying progress status

void setProgressMode(string mode);
modestring"percent" (default), "eta"

Example

myValut.setProgressMode("eta");

Details

This API page is for Vault v2.5. Please go to docs.dhtmlx.com/vault/ to see API reference for the current version of dhtmlxVault.

Change log

added in version 2.0

Back to top