UI - CMSIcon Control

kuntesh thakker asked on April 2, 2015 09:14

Hi

How can we show tool tip on a Question iconHelp image

Thanks

Recent Answers


kuntesh thakker answered on April 2, 2015 09:46 (last edited on April 2, 2015 09:53)

I used :- <asp:Label runat="server" ID="spanServerScreenReader" CssClass="sr-only" ResourceString="UPS_UPSAuthentication.iconServerHelp"></asp:Label> <cms:CMSIcon runat="server" ID="iconServerHelp" EnableViewState="false" CssClass="icon-question-circle" aria-hidden="true"></cms:CMSIcon> Still no tool tip i got

0 votesVote for this answer Mark as a Correct answer

Suneel Jhangiani answered on April 2, 2015 12:58

I think you want to use the following:

<cms:CMSIcon runat="server" ID="iconServerHelp" EnableViewState="false" CssClass="icon-question-circle" aria-hidden="true" AlternativeText="UPS_UPSAuthentication.iconServerHelp">

0 votesVote for this answer Mark as a Correct answer

kuntesh thakker answered on April 2, 2015 13:06

HI Suneel ,

Actually u need to use below for that . We need to register Bootstrap:- ScriptHelper.RegisterTooltip(Page); ScriptHelper.RegisterBootstrapTooltip(Page, ".info-icon > i");

Thanks Kuntesh Thakker

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.