[CLOSED] How to use Menu or MenuPanel with big icons?

  1. #1

    [CLOSED] How to use Menu or MenuPanel with big icons?

    Hi,

    Could you tell me please which menu to use with the icons that I am using in the screen that I am attaching?




  2. #2

    RE: [CLOSED] How to use Menu or MenuPanel with big icons?

    Maybe it's just better/easier to use <ext:Image> components. Or raw html if you wish to recreate exactly the same look.

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] How to use Menu or MenuPanel with big icons?

    I am trying to use the following controls to make the menu as the screen example:

    They show the image as I want, but how can I put the text in front of the control or at the bottom like you do in the Desktop example like the images of Add Customer and Company Info?

    
    
    
    <ext:ImageButton ID="ImageButton1" runat="server"
    
    
    ImageUrl="~/App_Themes/ChampWeb/Images/btnMenusOffice.png"
    
    
    
    
    
    >
    
    
    </ext:ImageButton>
    
    
    <ext:LinkButton ID="LinkButton1" runat="server" Text="LinkButton"
    
    
    ImageUrl="~/App_Themes/ChampWeb/Images/btnMenusOffice.png">
    
    
    </ext:LinkButton>
  4. #4

    RE: [CLOSED] How to use Menu or MenuPanel with big icons?

    I putted a lable at the bottom of the image and it looks fine.

    Thanks,


  5. #5

    RE: [CLOSED] How to use Menu or MenuPanel with big icons?

    Hi,

    Also you can use DataView control. DataView allows to build any markup
    #/DataView/Advanced/Grouping/

Similar Threads

  1. Replies: 0
    Last Post: Mar 12, 2012, 7:26 AM
  2. [CLOSED] [1.0] MenuPanel in v0.8.1 vs MenuPanel in v1.0
    By fehmeed.bilgrami in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 29, 2010, 6:17 AM
  3. Replies: 5
    Last Post: Nov 02, 2009, 12:31 PM
  4. Menu not disappearing when clicking in MenuPanel
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: May 30, 2009, 11:17 PM
  5. Replies: 0
    Last Post: Apr 03, 2009, 5:47 AM

Posting Permissions