Does dhtmlxForm support a "setToolTip" method?

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.

BTW, I figured out how to do this using just CSS. Still, a cleaner, more abstracted approach would be nice.

Thanks.