On 10/8/06, Olli Wang <[EMAIL PROTECTED]> wrote:
>
> so why Karl Guertin said I can use widgets just fine at above thread?

Some work some don't, normally the simple ones work fine.

> I really want to know when genshi will replace kid in TG.

the current plan is that TG 1.1 will default to genshi, and you should
be able to switch between then at no or little cost.

> or maybe
> someone could tell me how to help you to replace kid in SVN?
>
this is already done, the trunk now defaults to genshi, I just made a
ticket with what needs to be done right now
http://trac.turbogears.org/turbogears/ticket/1141


by the way for the people reading this and wondering why the switch
genshi (aka markup) is 2-4 times faster then kid, it's syntax is so
close to kid that only constructs changed and it has a plain text
template and a XML template, so it should replace both the need people
have right now to use cheetah and kid.

> Jorge Vargas wrote:
> > On 10/6/06, Olli Wang <[EMAIL PROTECTED]> wrote:
> > >
> > > how to use TG's default widgets with genshi? I used to pass a TableForm
> > > widget to genshi and set ${form()}, ${form.render()}, but both of them
> > > didn't work.
> > >
> > that is because the templates have not been migrated, for example your
> > failing becuase.
> >
> > http://trac.turbogears.org/turbogears/browser/trunk/turbogears/widgets/forms.py#L1137
> >
> > still points to the kid namespace.
> >
> >
> > >
> > > >
> > >
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to