Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

hover text in a button

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?


UnionSystems

Try changing start of code from

<br><button class=

To

<br><button title=“this is hover text” class=

tford

Thanks for the tip, but that didn't work for some reason.