Hi,

You can pass in a customized template for a widget (or subclass a
widget with a new template), to do whatever you want. To get form
input back into your controller do something like

@expose()
@validate(form=<yourformvariable>)
def savedata(self, form_param_1, form_param_2):
    ....do something with those params....

Kevin

On 2/14/06, Ivo Looser <[EMAIL PROTECTED]> wrote:
>
> Hi together
>
> Widgets... I try alot. But there is one Issue i realy didnt got the Point.
>
> When i got from the Gridview in the Edit view. Ho i can Customize the
> View there? Like filter fields, or add Text on the End? End last ho i
> can get the value back in my Controller?
>
> Thanks in Advance.
> Best Regards Ivo
>


--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Reply via email to