Check documentation for the latest version of dhtmlxSuite setTitleText DHTMLX Docs

setTitleText

sets the text of the initial screen

void setTitleText(string text);
textstringthe text which should be set

Example

var myUploader = myForm.getUploader(name); 
myUploader.setTitleText("Select files for upload");

Details

the default text of the screen - ”Drag-n-Drop files here or click to select files for upload”.

The method is similar to the titleText parameter.

Back to top