Hello,
i noticed some dhtmlx modules, such as dhtmlxMenu, supports a “setToolTip” method.
Does dhtmlxForm also support this method, please? I tried the following on a drop-down:
myForm.setItemToolTip("Project", "Please select a project.");
but it doesn’t seem to do anything at all.
If “setToolTip” is not supported, is there another way to produce tool tips inside of dhtmlxForm, please?
Thank you.