Để lấy giá trị của textfile các bạn cần định nghĩa textfield:
[{ label: 'Number', xtype: 'textfield', id: 'MyNumberField' }]
Sau đó lấy giá trị:
var j = Ext.getCmp('MyNumberField').getValue();
Xem thêm tại:Extjs cách lấy giá trị textfield