This is a migrated thread and some comments may be shown as answers.

RadSpell Tooltip property not showing

1 Answer 58 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Nandini
Top achievements
Rank 1
Nandini asked on 26 Jun 2012, 03:48 PM
All I am trying to do is set tooltip to say "This is to check spelling for user Input". But radspell shows  "Spell Check" but but when I hover outside the radspell it show my tooltip but thats not how its supose to work. I would appreciate if I can get exactly what i need to do to get tooltip on control .

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Jun 2012, 01:43 PM
Hi Nandini,

Try the following JQuery to show the tooltip of RadSpell.

JS:
<script type="text/javascript">
    $(document).ready(function () {
        $(".rscLinkImg").attr('title', "");
    });
</script>

Hope this helps.

Thanks,
Princy.
Tags
Spell
Asked by
Nandini
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or