#12306: Checkbox (label, field) ordering
---------------------------------------------+------------------------------
          Reporter:  EoghanM                 |         Owner:  nobody           
          
            Status:  new                     |     Milestone:                   
          
         Component:  Forms                   |       Version:  1.1              
          
        Resolution:                          |      Keywords:  label checkbox 
BooleanField
             Stage:  Design decision needed  |     Has_patch:  0                
          
        Needs_docs:  0                       |   Needs_tests:  0                
          
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Comment (by poswald):

 You might want to look into this Django library which allows you to
 override the html of any form field: https://github.com/brutasse/django-
 floppyforms

 More generally, it might make sense to incorporate that library into
 Django itself to allow users to apply their own markup preferences. It
 uses the django templating system to define the html and substitutes the
 field values in. The application creates html5-typed input elements but it
 could easily be used to output html in the current html 4 style by
 default. Can someone on the core team can make a call as to if this
 approach is acceptable?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12306#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

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

Reply via email to