items: [{
anchor: '100% 70%',
bodyStyle: 'padding:10px;',
autoScroll: true,
html: val_htm
},
{
xtype: 'form',
anchor: '100% 30%',
hideLabels: true,
items: [{
xtype: 'htmleditor',
value: '',
anchor: '100% 100%',
name: 'editbody'
}]
}]
我想给htmleditor中的textarea添加键盘监听,要怎么做啊??