formapi - Disable Drupal's textarea expander? -
similar question posting form on so, drupal adds draggable expander bottom of textareas created through form api. how can disable in nice manner?
the draggable expander gets added via behavior defined in 'misc/textearea.js'. can see applies textareas having class 'resizable'. can prevent output of class if set the '#resizable' property on textareas fapi definition false (it defaults true if not explicitly set).
so own forms, can declare textareas accordingly. other forms, youd need adjust them via hook_form_alter()
.
Comments
Post a Comment