[Catalyst] Re: Reaction Widgets questions
Jonas Alves
jonas.alves at gmail.com
Fri Jan 12 18:59:16 GMT 2007
On 12/01/07, Jonas Alves <jonas.alves at gmail.com> wrote:
> Hi,
> I'm trying Reaction for the first time. I already got it to work using
> the CRUDController against some tables i have in a database.
> Now i'm trying to change the widgets used to display the form. How can
> i tell Reaction that one field type is a
> Reaction::UI::ViewPort::Field::* class?
Ok, i guess i found that one. The build_fields_for_type_* method in
the ActionFom.pm class do it when call the build_simple_field method.
So to get a Password field i just have to say that my field isa =>
'Password'.
> I also want to create a new controller that show in the form just some
> of the fields of a table. Is this possible? How can i do it?
>
> Thanks for your help,
> --
> Jonas
>
More information about the Catalyst
mailing list