| » Metadata | » Status |
|---|---|
|
|
| » Description | |
|
DHTMLRules for HTML_QuickForm_Renderer_Tableless This is a replacement for the default JavaScript alert window that opens when there are errors in a form and client-side validation is enabled. It is an extension for my other QuickForm proposal: HTML_QuickForm_Renderer_Tableless. The code is adopted from Justin Patrin who wrote these DHTMLRules stuff for the default HTML_QuickForm renderer. As there are table tags being used, this won't work with the tableless renderer. The error messages can be shown either onSubmit (default case) or onBlur/onChange for every single element (see below on how to enable this). Changes since version 0.1.0:
Usage: <?phpExample (Source): A simple contact form using the Tableless renderer and the DHTMLRules. http://www.markwiesemann.de/php/DHTMLRules/contact_dhtmlrules.php |
|
| » Dependencies | » Links |
|
|
| » Timeline | » Changelog |
|
|