DHTMLX Docs & Samples Explorer

setTitleText(text)

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

Parameters:

  • text - the text to set
var myUploader = myForm.getUploader(name); 
myUploader.setTitleText("Select files for upload");

Similarly to the titleText parameter.