[html-formfu] HTML::FormFu::ExtJS and CatalystX::Controller:ExtJS
uploads
Moritz Onken
onken at houseofdesign.de
Mon Aug 3 12:21:58 GMT 2009
Am 11.07.2009 um 16:29 schrieb Mario Minati:
> Hi Moritz,
>
> your suggestion of just overwriting the hash properties is quite good.
>
> How shall we handle the 'only_name' attribute. I wouldn't like to
> send the decoded name to the render method. Maybe we can send the
> function name, which shall be used to get the field name. So default
> would be 'nested_name' and if attribute 'namemethod' is set, we use
> that function.
>
> What do you think?
>
>
> Greets,
>
> Mario
Hi Mario,
sorry for the long delay. I commited some changes to the repo.
WRT only_name: You can overwrite "mapping" and "dataIndex" now which
has the same effect as setting "only_name".
I still don't get where exactly you need to overwrite these settings.
column_model and record are always called by FormFu::ExtJS and not
directly by your code.
cheers,
moritz
More information about the HTML-FormFu
mailing list