How can I display dijit.tooltip on a validation text box , when the validation text box is disabled.
Currently <div dojoType="dijit.Tooltip" id = "SomeId" connectId="someId" label = "Hello" ></div>
But this only works for validation boxes that are enabled, how can I show this on disabled boxes.
html part
JS PARt
Try this
You can give HTML tags too in label.