2009/1/31 juanefren <juanef...@gmail.com>:
>
> I am using modelformset_factory, to show forms and is working good, my
> question now is, how can I modify widgets created ? (I want to change
> the size of the html text elements).
Use CSS, javascript o CSS+Javascript. The formeset are generated
following alwasy the same rules, so you can be sure that id would be
always the same. Get the id and add a css acording, for exemple.


-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to