DHTMLX Docs & Samples Explorer

Tooltips

To set the tooltip for the input label , use the tooltip attribute.

formData = [{
         type: "input", 
         name: "prj_name", 
         label: "Project Name", 
         tooltip:"Enter your Project Name here"
}];