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