get hold of textfield invalid message
March 17th, 2010I've a Ext.form.Textfield with few validation rules like
allowBlank:false,
maxLength:10
on it. The validation is set to qtip:
Ext.form.Field.prototype.msgTarget = 'qtip';
However, I also need to display the validation failure message in a custom div, using custom styles. My Question is how do I get hold of invalid message? All I can see is a method on TextField called 'isValid'. It returns a true/false. What I need is the actual invalid message that I can then display using custom css.
Any help would be appreciated.
#If you have any other info about this subject , Please add it free.# |