MooTools form validators - Joomla! Forum - community, help and support
hi, have field value checked length:
this check presence of value not check length.
any idea how make work?
i tried add data-validators property - wasn't inserted <input /> html element.
code: select all
<field name="plz" type="text"
size="5"
class="required length:5" />
this check presence of value not check length.
any idea how make work?
i tried add data-validators property - wasn't inserted <input /> html element.
ok. answer own question. find useful.
so, boy, after 3 days of searching, found out joomla (2.5) has 2 form validation systems:
i had been looking mootools system while 1 described in http://docs.joomla.org/client-side_form_validation first one. length rule exists in mootools not in validate.js. no wonder didn't work.
so, boy, after 3 days of searching, found out joomla (2.5) has 2 form validation systems:
- validate.js
- mootools-more.js
i had been looking mootools system while 1 described in http://docs.joomla.org/client-side_form_validation first one. length rule exists in mootools not in validate.js. no wonder didn't work.
Comments
Post a Comment