Bug Tracker

Show
Ignore:
Timestamp:
03/19/08 18:37:41 (10 months ago)
Author:
joern.zaefferer
Message:

validation plugin: * Fixed checkbox group validation with inline rules: As long as the rules are specified on the first element, the group is now properly validated on click

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/validate/demo/index.html

    r4587 r5095  
    199199<h3>Syntetic examples</h3> 
    200200<ul> 
    201     <li><a href="errorcontainer-demo.html">A demo showing error message containers in action</a></li> 
    202     <li><a href="radio-checkbox-select-demo.html">A demo validating radio and checkbox buttons and selects</a></li> 
     201    <li><a href="errorcontainer-demo.html">Error message containers in action</a></li> 
     202    <li><a href="radio-checkbox-select-demo.html">Radio and checkbox buttons and selects</a></li> 
    203203    <li><a href="ajaxSubmit-intergration-demo.html">Integration with Form Plugin (AJAX submit)</a></li> 
    204     <li><a href="custom-methods-demo.html">Some custom methods and message display.</a></li> 
    205     <li><a href="dynamic-totals.html">Dynamic inputs</a></li> 
     204    <li><a href="custom-methods-demo.html">Custom methods and message display.</a></li> 
     205    <li><a href="dynamic-totals.html">Dynamic forms</a></li> 
    206206</ul> 
    207207<h3>Real-world examples</h3>