Sunday 26 April 2015

How to display tooltip when input text is disabled

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..

3 comments:

  1. hi prabhat
    it is not working for me . can u please suggest some other work around
    Thanks in advance

    ReplyDelete
    Replies
    1. Hi Sravani,

      Can you please share your code then i will check once.

      Thanks,

      Delete
  2. Hi Prabhat,

    How to customize tool tip for ADF Input date ??

    Thanks,
    Vishal Kumar

    ReplyDelete