Hi,
did anyboady think about 3 level widgets (id call them components)->
i mean a widget which has everything in M, V and C ,at the moment the
widgets are designed around View , but we need something more general
im thinking for example about a "login component" acting like:
login form with info about being logged in
so its a widget(ajax form with response place) a controller(for the
result of ajax form) and it uses tg.identity which uses model.
there is a lot of possibile applications of such feature and im not
aware of such system
(correct me if im wrong)
Wektor
they are call extensions, identity is currently implemented in such a way.
there's a couple of hooks for controller stuff http://trac.turbogears.org/turbogears/wiki/StartupHook, widgets on the frontend, what we don't have is something for the backend.
and you also have entry_points (from setuptools)
but then you can do as Joost suggested create a package, and depend on it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" 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
-~----------~----~----~----~------~----~------~--~---

