Adding two buttons next to an ExtJS ComboBox
        Posted  
        
            by 
                Giku Promitt
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Giku Promitt
        
        
        
        Published on 2011-01-14T15:27:37Z
        Indexed on 
            2011/01/16
            4:53 UTC
        
        
        Read the original article
        Hit count: 290
        
Hi. I need to place an Add button and a Remove button next to an ExtJS ComboBox. It's critical for these three elements to be in a single line because I have to apply this to all other ComboBoxes in the fieldset too.
Please notice that the given ComboBoxes are items of a fieldset. Replacing the buttons with context menu items is not the desired solution.
Can you give me some ideas? Thanks in advance.
© Stack Overflow or respective owner