ruby on rails 3 - Formtastic group inputs -


is there way group inputs under 1 label , display in inline? avoid this:

.input.optional   = form.label :price   .input     = form.text_field :price     = form.select :currency 

there's nothing in formtastic this, can achieve same visual affect using 2 standard formtastic inputs 1 after other , styling them appear "inline". means might want wrap them in containing field set, float them against each other, , visually hide 1 or both of labels.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -