On 8/21/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > I believe I plugged a > widget into a Markup template with display() and it just worked, > which was surprising.
The markup plugin.py implements a display() method that converts the ElementTree items into an Markup stream, one of the advantages of their architectures being fairly close. It's "magic". --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
