I think i understand you Jorge. Let me explain what i'm trying to do.

I'm writing a "main" widget, it's a container of any other widget to be
display in a site.
So when you display it, all contained widget is displayed too in a dynamic
template. build from children widget
I've already write the part that render a template based on a positional
string like "header.logo.title" of each children widget, and now i need a
"syntactic" way to pass grups of widgets, and i want this to be in a
"toscawidgets standar" way.

The idea of groups is to know where to display it in the template.

1) Is there any widget that automatically display their children ?
    ( I can build one easily but i suppose there should exist such a thing.
)

2) How should i use Grups of widgets inside a widget ? i need to be able to
referencing them by they id or grup.. something like

children['foo'].display()

Where foo is a Grup of widgets ( or a widget that display any other children
widget )

( again, i can write something that do that extending widget, but i want to
know which is the "way" to do that )

Sorry if this looks weird, I'm having some problems to express some of this
stuff on English.


Thanks

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to