| 1 |
$Id$ |
$Id: README.txt,v 1.1 2008/08/29 18:58:21 wimleers Exp $ |
| 2 |
|
|
| 3 |
Description |
Description |
| 4 |
----------- |
----------- |
| 34 |
as well. Because the same code is used when JavaScript is disabled (through |
as well. Because the same code is used when JavaScript is disabled (through |
| 35 |
the buttons) or enabled (through AHAH callbacks), just press the buttons in |
the buttons) or enabled (through AHAH callbacks), just press the buttons in |
| 36 |
your tests and you'll be fine! |
your tests and you'll be fine! |
| 37 |
4) skip form validation for form items that exist in the form for the first |
4) skip form validation for all AHAH updates that do not call validate or |
| 38 |
time (i.e. that are added dynamically). Check if the #first_time property |
submit callbacks. |
|
exists in your validate callbacks. |
|
| 39 |
5) have new AHAH-powered form items added in an AHAH callback (previously not |
5) have new AHAH-powered form items added in an AHAH callback (previously not |
| 40 |
supported). |
supported). |
| 41 |
|
|