ddlAgksRouts.js
366 Bytes
Ext.define('App.view.ddlAgksRouts', {
extend: 'Ext.form.ComboBox',
queryMode: 'remote',
store:'AgkStore',
alias: 'widget.ddlagksrouts',
action: 'selectagks',
displayField: 'title',
valueField: 'id',
labelWidth: 100,
width: 350,
typeAhead: true,
triggerAction: 'all',
fieldLabel: 'Станция АГК:'
});