If have a textfield defined as Field('title', 'text', label = T('Please enter something:'))
. It is rendered as a textarea.
Is it possible to pass some custom-parameters for this field like rows="5"
in <textarea rows="5" name="title" .... ></textarea>
I mean the easy way, without writing a custom widget.