Is it possible to set #rows for textfield-types like text_format in hook_variable_info()?
#rows
text_format
hook_variable_info()
usta created an issue. See original summary.
Hi usta,
Yes we can add #rows if we really want rows value more then 5, as currently it defines default value
'#rows' => 5, '#cols' => 60,
You can find more information on API page. https://api.drupal.org/api/drupal/developer!topics!forms_api_reference.h...
Thanks
Comments
Comment #2
makbul_khan8 commentedComment #3
makbul_khan8 commentedHi usta,
Yes we can add
#rowsif we really want rows value more then 5, as currently it defines default valueYou can find more information on API page.
https://api.drupal.org/api/drupal/developer!topics!forms_api_reference.h...
Thanks
Comment #4
makbul_khan8 commented