【发布时间】:2013-08-02 19:59:38
【问题描述】:
这是我所拥有的:
这就是我想要的:
这里有一些代码:
{ xtype: 'combobox', padding: 5, fieldLabel: 'Search In', store: states, displayField: 'field1', id: 'criteria_3_drop_down', hidden: true },
{ xtype: 'textfield', padding: 5, region: 'west', fieldLabel: 'Criteria 3', id: 'criteria_3_input', hidden: true },
{ xtype: 'button', text: 'Search', margin: '0 0 5 120', padding: '0 30 0 30', itemId: 'search'},
{ xtype: 'button', text: '+', id: 'add_criteria' }
有什么想法吗?
【问题讨论】:
-
您应该发布更多信息以及您已经做出的任何尝试
-
我放了一些我目前拥有的代码
-
@user2291971 我希望我们不会再看到类似的爆发。
标签: button extjs components panel