Jorge Godoy wrote: > > I am doing that. :-) But with a full copy of the TableForm widget, not with > the cascading idea I presented. > > About not using widgets for presentational purposes, I agree, but then we have > no other choice to make the customization of the page. Widgets have the view > part in its template. > > Duplicating that, as you did for password, would be no problem to me if it is > better. I just think that we should have some means to hide the submit button > and control if we want or not a "<form></form>" pair of tags. > > Last year I remember someone talked about formless pages and all widgets work > without a form. I believe there should be some equivalent of these "*Form" > that are just doing the positioning that also did that in a "formless" way. > > Anyway, I have it working and it isn't hard to me, so I don't mind trashing > the idea ;-) >
As I said composing widgets to make a layout makes thing increasingly complex IMHO, you may want to investigate the use of py:layout inside a widget kid template to do such a thing, this seems like a better way of doing it IMHO. ;-) Ciao Michele --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
