Project

General

Profile

« Previous | Next » 

Revision f84d2a90

Added by Stephen Beaver over 9 years ago

Default textarea width to 60 cols.
Use setCols() to override

View differences:

src/usr/local/www/classes/Form/Textarea.class.php
32 32
	protected $_value;
33 33
	protected $_attributes = array(
34 34
		'rows' => 5,
35
		'cols' => 60,
35 36
		'class' => array('form-control' => true),
36 37
		'style' => "width: auto;"
37 38
	);

Also available in: Unified diff