获取combox ID值:

var valueField =  Ext.getCmp('ComboBoxId').getValue();


获取显示值:

var displayField =  Ext.getCmp('ComboBoxId').getRawValue();



相关文章:

  • 2022-01-27
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2021-06-27
猜你喜欢
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2021-12-21
  • 2021-10-12
相关资源
相似解决方案