Hello and thank's for replies!

Do you know if it's scheduled to optimize the "$form->textarea" method
in next releases?
Because is not "natural" using "$form->input" for this kind of
field... and it's not practical using 3 instructions instead of 1!
The same problem exists within "$form->checkbox"...

Bye

Avairet




On 8 nov, 19:45, Radish <[EMAIL PROTECTED]> wrote:
> maybe instead of
>
> echo $form->textarea('Article.contenu');
>
> use
>
> echo $form->input('Article.contenu', array(
>            'type' => 'textarea'
> ));


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to