8
Con los rieles text_field_tag --- ¿cómo se establece una opción para el tabindex?Rails - text_field_tag ---- setting a tabindex?
Gracias
Con los rieles text_field_tag --- ¿cómo se establece una opción para el tabindex?Rails - text_field_tag ---- setting a tabindex?
Gracias
text_field_tag 'request', nil, :tabindex => '1'
text_field_tag (nombre, valor = nil, html_options = {}) – Bohdan