hover text in a button

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

hover text in a button

Post by tford »

I used the "Add button" option in an HTML cell and have this in the cell:

<br><button class="k-primary aw_custom_form_button" data-ref="<operation name="Clear School" type="start_process" operand="Filters_Clear_School" bgnd_color="ffff00" text_color="ff0000" css_class=""> </operation>"></button>

Any clues how I would add hover text?
Tom - V8.8 build 3137 - MySql / PostGres
UnionSystems
Posts: 197
Joined: Fri Jun 17, 2016 7:10 am
Location: Brisbane Australia
Contact:

Re: hover text in a button

Post by UnionSystems »

Try changing start of code from

Code: Select all

<br><button class=
To

Code: Select all

<br><button title=“this is hover text” class=
AWS Linux, Windows Server, AIM 8.4 & 8.6
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Re: hover text in a button

Post by tford »

Thanks for the tip, but that didn't work for some reason.
Tom - V8.8 build 3137 - MySql / PostGres
Post Reply