[html-formfu] HTML::FormFu::ExtJS v 0.05 and standardSubmit

Moritz Onken onken at houseofdesign.de
Fri Oct 3 09:11:03 BST 2008


Am 03.10.2008 um 10:03 schrieb Ron Savage:

> Hi Folks
>
> On this page
>
> http://extjs.com/learn/Tutorial:Basic_Form_Submit
>
> there is a line of code:
>
> standardSubmit: true,
>
> What do I put in a config file to trigger this output?

Hi Ron,

you can pass indiviudal params to the render method:

$form->render(standardSubmit => \1);

This should add this attribute to your form.

cheers

moritz




More information about the HTML-FormFu mailing list