Hi,

can someone tell me if multi-line input field is possible to do with
markaby?

If I use input tag like so:

-----------

input type: 'textarea', name: 'testing', value: @testform.testing
-----------


I can only set the length of the field by providing the size: attribute.

If I use textarea tag like so:

-----------

textarea @testform.testing
-----------


it only make sense for displaying the value.

I'd like to accomplish multi-line input field.

Can it be done?

regards,
seba

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/0cfed3ba088746a051270d0cb3236116%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to