[CLOSED] Toolbar Button UI

  1. #1

    [CLOSED] Toolbar Button UI

    I was hoping to colorize a button on a toolbar to help make it standout, but I guess it is not possible with UI?

    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>UI Example</title>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
            <ext:Button runat="server" Text="New" UI="Success" />
            <ext:Toolbar runat="server">
                <Items>
                    <ext:Button runat="server" Text="New" UI="Success" />
                    <ext:Button runat="server" Text="Update" />
                </Items>
            </ext:Toolbar>
        </form>
    </body>
    </html>
    Last edited by Daniil; Nov 19, 2014 at 12:57 PM. Reason: [CLOSED]
  2. #2
    Hi

    Please set Flat="false" for the button in the toolbar to apply UI
  3. #3
    That made the customer happy. Please close the thread.

Similar Threads

  1. [CLOSED] CalendarPanel Toolbar button issue
    By speedstepmem4 in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 14, 2014, 5:12 AM
  2. [CLOSED] How to set button colors on toolbar
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 01, 2012, 7:54 AM
  3. [CLOSED] V2.0 ToolBar Button
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 23, 2012, 9:16 AM
  4. Bug adding Ext Button to a ToolBar
    By garag in forum 1.x Help
    Replies: 1
    Last Post: Sep 28, 2011, 3:19 PM
  5. Replies: 0
    Last Post: Feb 01, 2010, 5:44 AM

Posting Permissions