1. #1
    Sencha User
    Join Date
    Jul 2011
    Posts
    6
    Vote Rating
    0
    dlygagnon is on a distinguished road

      0  

    Default Unanswered: How to add two menu items on one row?

    Unanswered: How to add two menu items on one row?


    Hi,

    I'm very new to ext-js. I was wondering what is the best way to have two items in a row of a menu, similar to having two columns. For example, the left column would hold and image, and the right column would hold some text. Each column would be associated to a different handler, etc...

    Any advice on how to go about it?

    Thanks!

  2. #2
    Sencha User skirtle's Avatar
    Join Date
    Oct 2010
    Location
    UK
    Posts
    3,101
    Vote Rating
    120
    Answers
    457
    skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold

      0  

    Default


    Though you'd normally put menu items in a menu, you can actually put in many other types of component instead. If you used containers with suitable layouts it should be possible to arrange images and text within the menu in whatever way you need.

  3. #3
    Sencha User
    Join Date
    Jul 2011
    Posts
    6
    Vote Rating
    0
    dlygagnon is on a distinguished road

      0  

    Default


    Thanks for the tip Skirtle