cancel
Showing results for 
Search instead for 
Did you mean: 

Tooltip for RadioButtonGroupByKey

Former Member
0 Kudos

Hi,

Can anyone tell me how to set different tooltip for a RadioButtonGroupByKey UI element. I create the Simple Values for the an attribute and bind this to the RadioButtonGroupByKey.

As each UI element has one setTooltip() method, how can we set different tooltip for each radio button in the RadioButtonGroupByKey UI element.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

That's not possible. From Web Dynpro side, this is only one UI element. It would work with separate radio buttons.

Armin

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,,

You can find the which radio button is clicked and assign the tooltip accordingly

Regards

Saravanan K

Former Member
0 Kudos

How?

Armin

Former Member
0 Kudos

Hi Armin,

Thanx for the answer, actually I was looking for someone to confirm it

Partially Saravanan is correct as I can modify the tooltip on each selection of the radiobutton but this will not solve the problem as for all the radiobuttons I will see the same tooltip.

Thanks Again.

Former Member
0 Kudos

Hi,

i think we can get the value of the attribute(Simpletype) which is bound to the radiobutton groupbykey.

then set that text to the tooltip attribute.

regards,