DHTMLX Docs & Samples Explorer

enableTitleScreen(true/false)

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

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

Similarly to the titleScreen parameter.