JavaScript
HTML
Data
Run Code
Open in Fiddle
app.js
app/model/Employee.js
app/store/Employees.js
app/ux/form/field/GridComboBox.js
app/ux/form/field/GridComboBoxList.js
app/view/FormPanel.js
app/view/FormPanelController.js
app/view/cmp/employees/ComboBox.js
app/view/toolbar/Top.js
app/view/toolbar/TopController.js
Ext.application({ name: 'app', requires: [ 'app.view.FormPanel' ], mainView: 'app.view.FormPanel' });