On 1/3/06, Michael Schneider <[EMAIL PROTECTED]> wrote:
> Do you think that the engine should have a function
> "render_widget(....)"
> that woiuld handle rendering the widget?
>
> Just some very random thoughts until I get this prototype complete.

The widget's render method should render the widget fine. One thing
that TurboGears takes advantage of is py:match in Kid templates to
ensure that JavaScript and CSS appear in the proper places. Not all
template systems are going to support that, so that's something that
people writing page templates in other template languages will need to
account for if they want to use widgets there...

Kevin

Reply via email to