[Grok-dev] Inline edit forms
Sebastian Ware
sebastian at urbantalk.se
Tue Aug 14 08:37:11 EDT 2007
I have a grok.Container() object that contains som grok.Model()
objects. I want to edit the latter "inline" (master/detail view on
the same page).
How do I create the form and form handling code for the inline edited
child. Do I have to do it all manually using formlib, or can I use
the grok edit form.
*******************
* Parent *
* --------------- *
*| Inline Form |*
* --------------- *
* - child 1 *
* - child 2 *
* - child 3 *
* - child 4 *
*******************
Mvh Sebastian
More information about the Grok-dev
mailing list