[CLOSED] Stylizing a menu button Panel

  1. #1

    [CLOSED] Stylizing a menu button Panel

    Hi,

    I'd like to present a form panel on a menu button click. Please suggest how to remove the menu-item-like styling off the button drop down menu. Please refer to the screen shot attached. If there's any better solution to address the requirement out there, I'd be glad to learn it.

                        
    <ext:Button ID="ButtonOptions" runat="server" Icon="CogEdit" Width="24" Height="24">
                            <Menu>
                                <ext:Menu ID="Menu1" runat="server" Cls="transparent-menu">
                                    <Items>
                                        <ext:Panel ID="Panel1" runat="server" Layout="FitLayout" Height="120">
                                            <Items>
                                                <ext:Checkbox ID="Checkbox1" runat="server" FieldLabel="Test" Checked="true">
                                                </ext:Checkbox>
                                            </Items>
                                        </ext:Panel>
                                    </Items>
                                </ext:Menu>
                            </Menu>
     </ext:Button>
    Attached Thumbnails Click image for larger version. 

Name:	Button Menu Panel.jpg 
Views:	86 
Size:	9.9 KB 
ID:	5381  
    Last edited by Daniil; Jan 08, 2013 at 7:16 AM. Reason: [CLOSED]
  2. #2
    Hi Vadym,

    Setting up ShowSeparator="false" for the Menu removes the vertical line.

    Regarding the gray indentation. Maybe, it is possible to eliminate it using CSS, not sure.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi Vadym,

    Setting up ShowSeparator="false" for the Menu removes the vertical line.

    Regarding the gray indentation. Maybe, it is possible to eliminate it using CSS, not sure.
    Thanks Daniil,

    Please mark this thread as closed.

Similar Threads

  1. [CLOSED] Stylizing ToolbarTextItem
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 16, 2012, 3:42 AM
  2. [CLOSED] Menu tab button not aligned with close tab button
    By xeo4.it in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 11, 2012, 11:44 AM
  3. Replies: 2
    Last Post: Apr 02, 2012, 7:48 AM
  4. [CLOSED] When button click, open the menu of button
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 22, 2012, 4:23 PM
  5. [CLOSED] Dynamically generate button and button menu problem.
    By csssi_coolite in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Dec 22, 2011, 5:02 AM

Tags for this Thread

Posting Permissions