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){ } } });
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){ } } });
相关文章: