[CLOSED] Custom Image in Button

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Custom Image in Button

    The Code:

    <%@ Page Language="vb" %>
     
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
            <ext:Button
                 runat="server"
                 Height="80"
                 Width="60"
                 IconAlign="Top"
                 TextAlign="Center"
                 Text="Simple<br>test"
                 Scale="Large"
                 IconUrl="Image48x48.png"
                 Margin="50"
                 EnableToggle="true"
                 Flat="true"/>
        </form>
    </body>
    </html>
    Show a Button with image truncate vertically !
    It's possible show a full image with text multiline on bottom?

    Name:  Image48x48.png
Views: 731
Size:  2.9 KB

    Click image for larger version. 

Name:	Example.png 
Views:	181 
Size:	4.5 KB 
ID:	23981
    Last edited by Daniil; May 22, 2015 at 10:39 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Image Button using CSS
    By speedstepmem4 in forum 3.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 31, 2015, 6:16 AM
  2. Replies: 0
    Last Post: May 03, 2011, 12:13 PM
  3. [CLOSED] Image next to radio button?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 06, 2009, 11:31 AM
  4. Image Button
    By sz_146 in forum 1.x Help
    Replies: 0
    Last Post: Oct 23, 2008, 7:54 AM

Tags for this Thread

Posting Permissions