"gasolin" <[EMAIL PROTECTED]> writes: > Woo~~ it looks scary :-)
Not all that much... There was a lot of things in my message, but most of it were template and controller code. The syntax is really simple :-) Specially for the free edition where you can't embed flash within flash and neither insert links... > I think all tricks relate to plotting is within 2 rows: > > <tag py:strip="True" xmlns:py="http://purl.org/kid/ns#"> > > & > > @expose(template="chart_template", format="xml") > .... Exactly that. I just put the full example to help. :-) > First is a XML template that within some container (commonly use 'DIV') > Second shows the way to use this template with TurboGears. I used "div" just because I'm used to that... It doesn't matter what the name is since it will (and has to be!) stripped from the output. > right? Right. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

