Search Type: Posts; User: alexliang
Search: Search took 0.05 seconds.
-
15 Mar 2012 3:19 AM
- Replies
- 21
- Views
- 13,771
Update for the wrong code format, here is the my new code:
Ext.define('PVE.form.ComboGrid', {
extend: 'Ext.form.ComboBox',
requires: [
'Ext.grid.Panel'
],
alias:... -
15 Mar 2012 3:08 AM
- Replies
- 21
- Views
- 13,771
Correct one problem about grid instead of BoundList, when we click the grid combo box first time, it can't show all the items, it is because combo box refresh doesn't call, since we need listen the...
Results 1 to 2 of 2
