Question
Tata Consultancy Services
IN
Last activity: 30 Dec 2019 5:25 EST
Displaying tooltip/smart tip for a disabled button (on hover action) - 8.1.5
Hello,
I have requirement is to display a message(tooltip or smart tip) when user hovers over a button. The message should only be displayed when the button is disabled. When button is enabled, the message should not pop-up. The tool tip is working only when button is enabled it is not working when button is disable. I tried all the options on button settings and on action tab smart info tool tip as well. I am using Pega 8.1.5 version.
Could you please suggest me how to achieve this?
Thanks in advance...!!!
Hi Sridhar,
When a button or any element is disabled, event actions do not work so I suggest to enclose disabled button in a layout and define smart tip/info on hover of this layout with visibility condition.
So whenever condition is to show enabled button, it is visible and in other case layout with disabled button is shown.
Hope this helps.