With invalid text property we can display custom message :
xtype: 'datefield',
allowBlank: false,
fieldLabel: 'Start date',
msgTarget: 'under',
invalidText: 'This value is not a valid date!'
Ext.data.validations.presenceMessage = "error here";
No comments:
Post a Comment