我有一个有5个值的组合框,我想设置一个作为默认值。我该怎么做?
这是我的combox的代码,我想将'14'设置为我的defalut值:
{
xtype:'combo',
store: ['11','14','23','28','29'],
triggerAction: 'all',
labelStyle: 'width: 125px',
fieldLabel: 'Zone',
id: 'zone',
id: 'rtZone',
width: 110
}
答案 0 :(得分:2)