Index: trunk/phase3/includes/HTMLForm.php |
— | — | @@ -217,6 +217,10 @@ |
218 | 218 | |
219 | 219 | $descriptor['fieldname'] = $fieldname; |
220 | 220 | |
| 221 | + # TODO |
| 222 | + # This will throw a fatal error whenever someone try to use |
| 223 | + # 'class' to feed a CSS class instead of 'cssclass'. Would be |
| 224 | + # great to avoid the fatal error and show a nice error. |
221 | 225 | $obj = new $class( $descriptor ); |
222 | 226 | |
223 | 227 | return $obj; |