1{
2 xtype: 'textfield',
3 itemId: 'description',
4 fieldLabel: 'Description',
5 enableKeyEvents: true,
6 listeners: {
7 keyup: {
8 fn: me.onDescriptionKeyup,
9 buffer: 500,
10 scope: me
11 }
12 }
13 },