readme...

This commit is contained in:
elclanrs 2013-10-09 01:34:49 -04:00
parent 9e06a847a3
commit bece0cace3

View file

@ -309,6 +309,7 @@ A rule must be in this format `rule:param` where `rule` is the name of the `rule
- **select:default:** Make a select required, where `default` is the value of the default option.
- **extension:ext:** Validates file inputs. You can have as many `ext` as you want.
- **equalto:name:** Must be equal to another field where `name` is the name of the field.
- **date:format:** Must a valid date in any format. The default is `mm/dd/yyyy` but you can pass any format with any separator, ie. `date:yyyy-mm-dd`.
- **ajax:** See the built-in [Ajax Extension](#ajax).
[![TOC](http://i.imgur.com/RDbarNr.png)](#table-of-contents)