[CLOSED] Accordion Layout Style Issue

  1. #1

    [CLOSED] Accordion Layout Style Issue

    Hi,

    In version 1.x if I have this code:

    <ext:Panel runat="server" Layout="AccordionLayout" Border="false" Height="500">
            <Items>
                <ext:MenuPanel ID="menuPanelAdministracion" runat="server" Layout="FitLayout" Collapsed="false"
                    Title="Menu Title" Border="false" SaveSelection="false">
                    <Menu ID="Menu5" runat="server">
                        <Items>
                            <ext:MenuItem ID="MenuItem25" runat="server" Text="Option 1" Icon="ApplicationKey" />
                            <ext:MenuItem ID="MenuItem26" runat="server" Text="Option 2" Icon="CalculatorLink" />
                            <ext:MenuItem ID="MenuItem23" runat="server" Text="Option 1" Icon="ApplicationKey" />
                            <ext:MenuItem ID="MenuItem24" runat="server" Text="Option 2" Icon="CalculatorLink" />
                        </Items>
                    </Menu>
                </ext:MenuPanel>
            </Items>
        </ext:Panel>
    Like in v2 between icon and text of every menuitem there is a line. But in v1.x this line fits to the end of the panel (gray layer). But in v2 this line is only rendered in menu items.

    Any fix or workaround?
    Last edited by Daniil; Jun 25, 2012 at 3:25 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please set up:
    <Menu runat="server" Cls="my-menu">
    <style type="text/css">
        .my-menu .x-menu-icon-separator {
            height: 100% !important;
        }
    </style>
  3. #3
    It would be fixed in 2.0rc2 ?

    Or I have to apply always this patch?
  4. #4
    Hi,

    Well, it's fixed in ExtJS 4/ Ext.NET v2. Since the fact that a menu separator exceeds the menu items height has been considered a bug.
  5. #5
    Ok thanks!

Similar Threads

  1. Accordion Layout Issue - v2.0 beta
    By projecta98 in forum 2.x Help
    Replies: 3
    Last Post: Mar 12, 2012, 9:39 PM
  2. [CLOSED] Accordion like layout
    By bakardi in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 20, 2012, 2:45 PM
  3. [CLOSED] custom accordion layout issue
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 30, 2011, 12:32 AM
  4. Accordion layout
    By Elie.fakhry in forum 1.x Help
    Replies: 1
    Last Post: Oct 12, 2010, 8:53 PM
  5. spotlight on Accordion layout
    By Sameera in forum 1.x Help
    Replies: 0
    Last Post: Jan 27, 2010, 8:10 PM

Tags for this Thread

Posting Permissions