Check documentation for the latest version of dhtmlxSuite enableTitleScreen DHTMLX Docs

enableTitleScreen

enables/disables displaying the initial screen (when no files are selected)

void enableTitleScreen(boolean mode);
modebooleantrue/false to enable/disable the initial screen

Example

var myUploader = myForm.getUploader(name); 
myUploader.enableTitleScreen(true);

Details

similar to the titleScreen parameter

Back to top