How to take more control of HTML form elements generated by Manipulators?

2006-10-31 Thread [EMAIL PROTECTED]
Hi everyone, The cool Manipulator feature in Django did save me lots of time while developing forms, cheers for developers who wrote it first:-) But as a CSS-aholic web developer, I find that I can not define or modify form elements' attributes such as "id", "class", "style" generated by default M

Re: How to take more control of HTML form elements generated by Manipulators?

2006-11-01 Thread Russell Keith-Magee
On 10/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I really need it because the attributes I listed above, I think, are > really important when you need to work with JavaScript... > Any ideas? Thanks:-) At present, it's not easy. You need to write a FormField class (either writing from