I need to add an Add button and a Remove button next to ExtJS ComboBox. It is imperative that these three elements are on the same line, because I have to apply this to all the other ComboBoxes in the field set too.
Note that ComboBoxes data are elements of a set of fields. Replacing buttons with context menu items is not a desired solution.
Can you give me some ideas? Thanks in advance.
source
share