Re: [Proposal]newforms render can use subtemplate

2006-12-18 Thread Rob Hudson
limodou wrote: > I saw that newforms has meny output methods, just like: as_table, > as_p, as_ul, etc, and someone also want to add as_dl. And I also saw > that the output is hardcoded in the source code. In my personal > woodlog project, I made an easyform app, and I can render a form with > a su

Re: [Proposal]newforms render can use subtemplate

2006-12-15 Thread limodou
> Could you make your code available? Perhaps file a ticket and upload a patch? My implementation is called EasyForm, and you can get the whole source code from http://cvs.woodpecker.org.cn/svn/woodpecker/SharePlat/trunk the code is in apps/easyform/__init__.py the main code is: class EasyFor

Re: [Proposal]newforms render can use subtemplate

2006-12-15 Thread Waylan Limberg
On 12/14/06, limodou <[EMAIL PROTECTED]> wrote: > > I saw that newforms has meny output methods, just like: as_table, > as_p, as_ul, etc, and someone also want to add as_dl. And I also saw > that the output is hardcoded in the source code. In my personal > woodlog project, I made an easyform app,

[Proposal]newforms render can use subtemplate

2006-12-14 Thread limodou
I saw that newforms has meny output methods, just like: as_table, as_p, as_ul, etc, and someone also want to add as_dl. And I also saw that the output is hardcoded in the source code. In my personal woodlog project, I made an easyform app, and I can render a form with a subtemplate, so user can ch