Re: [html-formfu] [patch] reverse order of labels and fields, redux

2009-08-07 Thread Carl Franks
2009/7/20 Toby Corkindale : > I would like it if there was a way to adjust the defaults, ie. so all > checkboxes/radio-buttons would have their labels to the right. (Ronald - I'm starting to look at your patch - but just want to respond to Toby's issue first) You can automatically set defaults u

Re: [html-formfu] [patch] reverse order of labels and fields, redux

2009-07-19 Thread Toby Corkindale
Ronald J Kimball wrote: The attached patch allows more control over reversing the order of labels and fields, which I've found to be very useful. (Currently, the only option is reverse_multi, which is only for fields within a multi block.) The patch adds two new options: reverse_single, in

Re: [html-formfu] [patch] reverse order of labels and fields, redux

2009-07-06 Thread Ronald J Kimball
Ronald J Kimball wrote: The attached patch allows more control over reversing the order of labels and fields, which I've found to be very useful. (Currently, the only option is reverse_multi, which is only for fields within a multi block.) I just noticed I made a mistake in the documentation

[html-formfu] [patch] reverse order of labels and fields, redux

2009-07-02 Thread Ronald J Kimball
The attached patch allows more control over reversing the order of labels and fields, which I've found to be very useful. (Currently, the only option is reverse_multi, which is only for fields within a multi block.) The patch adds two new options: reverse_single, in _Field. If reverse_sing