This blog we will see how to display the tool tip when input text is disabled.
Generally if the af:inputText is disable then the shortDesc will not work. For displaying the shortDesc we need to add the code like the below.
<af:panelGroupLayout id="pgl2" shortDesc="Hello PKN">
<af:inputText value="Hello PKN" id="ot6" disabled="true"/>
</af:panelGroupLayout>
Thanks..
Generally if the af:inputText is disable then the shortDesc will not work. For displaying the shortDesc we need to add the code like the below.
<af:panelGroupLayout id="pgl2" shortDesc="Hello PKN">
<af:inputText value="Hello PKN" id="ot6" disabled="true"/>
</af:panelGroupLayout>
Thanks..