[CLOSED] Bug in ext:qtip in asp image button

  1. #1

    [CLOSED] Bug in ext:qtip in asp image button

    Hi
    I have ext qtip in asp image button. But this does seems to work here is my code


    css
    .convert_pdf
    {
    	background-image:url(../images/toolbar/pdf.png);
    	background-position:no-repeat;
    	height:25px;
    	width:25px;
    	border:none;
    }
    code
    <ul>
                               <li><a href="#"><asp:ImageButton ID="ImageButton1" ext:qtip="Convert to excel" ImageUrl="~/images/toolbar/excel.png" &#111;nclick="ImageButton1_Click"  runat="server" /></a> </li>       
                               <li><a href="#"><asp:ImageButton ID="ImageButton2" ext:qtip="Convert to csv" ImageUrl="~/images/toolbar/csv.png" &#111;nclick="ImageButton2_Click"  runat="server" /></a> </li>
                               <li><a href="#"><asp:ImageButton ID="ImageButton3" ext:qtip="Convert to pdf" ImageUrl="~/images/toolbar/pdf.png" &#111;nclick="ImageButton3_Click"  runat="server" /></a> </li>
                               
                               <li><img src='images/blank.png' class='line'  alt='' /></li> 
                           </ul>
    Please provide me with examples

    thank you,

    Regards,
    Madna

  2. #2

    RE: [CLOSED] Bug in ext:qtip in asp image button

    Hi Madan,

    You might have to programatically set the "ext:qtip" attribute using .Attributes.Add.


    I'm not sure if the <asp:ImageButton> controls support the "ext:qtip" type of attribute definition in the tag.




    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Bakcground image for button
    By bakardi in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 08, 2012, 6:58 AM
  2. [CLOSED] How to assign Image to button through CSS
    By sriram in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 10, 2010, 6:57 AM
  3. How to add ext:qtip to image?
    By dbassett74 in forum 1.x Help
    Replies: 4
    Last Post: May 11, 2009, 5:26 PM
  4. Image Button
    By sz_146 in forum 1.x Help
    Replies: 0
    Last Post: Oct 23, 2008, 7:54 AM

Posting Permissions