[CLOSED] Toolbar border on Crisp

  1. #1

    [CLOSED] Toolbar border on Crisp

    On the following sample, Toolbar's Border is set to true, but border is not shown.

    Is that the expected behaviour?

    Thanks in advance.



    <!DOCTYPE html>
    <html>
    <head runat="server">
    </head>
    <body>
        <ext:ResourceManager Theme="Crisp" runat="server" />
        <ext:Panel Title="Form" Border="true" Width="200" Height="200" runat="server">
            <BottomBar>
                <ext:Toolbar Border="true" runat="server">
                    <Items>
                        <ext:Button Text="Action 1" runat="server" />
                        <ext:Button Text="Action 2" runat="server" />
                    </Items>
                </ext:Toolbar>
            </BottomBar>
        </ext:Panel>
    </body>
    </html>
    Attached Thumbnails Click image for larger version. 

Name:	tb001.png 
Views:	8 
Size:	1.2 KB 
ID:	21391  
    Last edited by Daniil; Feb 19, 2015 at 10:59 AM. Reason: [CLOSED]
  2. #2
    Hi Raphael,

    Yes, it is how the Crisp theme works. It just doesn't define any borders CSS rules for Toolbars (and many other container) and, as far as I can understand, it just ignores a Border setting.
    Last edited by Daniil; Feb 19, 2015 at 10:47 AM.
  3. #3
    Thank you. Please mark this thread as closed.

Similar Threads

  1. Replies: 4
    Last Post: Jan 23, 2015, 12:35 PM
  2. [CLOSED] ExtJS 5.0 Beta and the Crisp Theme
    By leonardm in forum 2.x Legacy Premium Help
    Replies: 24
    Last Post: Dec 18, 2014, 10:06 AM
  3. Replies: 3
    Last Post: Jul 01, 2013, 6:24 AM
  4. Replies: 1
    Last Post: Mar 07, 2011, 9:39 AM
  5. Replies: 0
    Last Post: Feb 01, 2010, 5:44 AM

Posting Permissions