I only today noticed the resizable textareas in Drupal.org account information forms. Does anyone know what combination of js/css is at work here? Or have a link to download resources needed to implement this feature? -- Gary (In general, why are web form fields always so small, anyway? I particularly wish that the _width_ could be quickly increased.) (Drupal and CivicSpace both give so little room to editing fields. I would like to increase the size of the content creation form boxes site-wide, in one fell-swoop. Am I going to need to do this piece-meal, across loads of files, or is there some 'magic' setting that I've missed that would allow me to increase editing box sizes site-wide?)
Hi, On Sat, 2006-04-01 at 20:59 -0500, Lists wrote:
I only today noticed the resizable textareas in Drupal.org account information forms.
Does anyone know what combination of js/css is at work here? Or have a link to download resources needed to implement this feature?
This is a standard feature in Drupal 4.7/cvs or alternatively you can get the same feature by using tinymce. Gordon.
On Saturday 01 April 2006 19:59, Lists wrote:
(In general, why are web form fields always so small, anyway? I particularly wish that the _width_ could be quickly increased.)
(Drupal and CivicSpace both give so little room to editing fields. I would like to increase the size of the content creation form boxes site-wide, in one fell-swoop. Am I going to need to do this piece-meal, across loads of files, or is there some 'magic' setting that I've missed that would allow me to increase editing box sizes site-wide?)
In your CSS file, try this: textarea { width: 100%; } That will make all textareas the width of their enclosing box, which in most cases will be the full width of the "content" center column. -- Larry Garfield AIM: LOLG42 larry@garfieldtech.com ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson
participants (3)
-
Gordon Heydon -
Larry Garfield -
Lists