| Class | Description | 
|---|---|
| RichTextValidator | 
 A TextValidator where tags are removed from the text (to count chars for example) 
 | 
| TextValidator | 
 Implements the same configuration as the DefaultValidator and also handle a <maxlength> parameter that allows a max count of chars 
 |