Example:

this.yearMonth = new Ext.form.DateField({
    name : 'YEAR_MONTH',
    format : 'Y-m',
    editable : false,
    allowBlank : false,
    maxValue : new Date(),
    plugins: 'monthPickerPlugin',
    listeners : {
        scope : this,
        'select' : function(dft){
        }
    }
});
View Code

相关文章:

  • 2021-12-09
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2021-12-12
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案