0
我在ExtJS的6形式,我需要設置提交按鈕作爲默認按鈕,按下時,輸入在文本框推,這裏是代碼如何設置提交按鈕作爲默認按鈕形式
{
xtype: 'panel',
animCollapse: true,
collapseDirection: 'top',
collapsible: true,
iconCls: 'fa fa-filter',
title: 'By Mac Address',
items: [{
xtype: 'textfield',
id: 'macaddressValue',
itemId: 'macaddressValue',
padding: 10,
fieldLabel: 'Mac Address'
}, {
xtype: 'button',
width: 150,
iconCls: 'fa fa-search',
text: 'Search',
listeners: {
click: 'onSearchClick4'
}
}]
}
我曾經引用,但沒有成功,我有什麼可使用或者看起來找到了答案
我剛一specialkey事件添加到文本框一個潛在的答案