Answered: how to arrange an textfield and a button to one line horizontally?
Answered: how to arrange an textfield and a button to one line horizontally?
hi all,
i have a form like this: extjs4
xtype: 'form',......
items: [{ xtype: 'textfield', fieldLabel: 'query string', id: 'query' }],
buttons: [{ text: 'query' }]......
so, the textfield and the button are arranged vertically, not in one line horizontally.
the question is, how to arrange the textfield and the button to one line horizontally?
thanks.