Revision 1a87ef92
Added by Sjon Hortensius over 10 years ago
usr/local/www/classes/Form/Textarea.class.php | ||
---|---|---|
32 | 32 |
protected $_value; |
33 | 33 |
protected $_attributes = array( |
34 | 34 |
'rows' => 5, |
35 |
'class' => array('form-control' => true), |
|
35 | 36 |
); |
36 | 37 |
|
37 | 38 |
public function __construct($name, $title, $value) |
Also available in: Unified diff
Bugfix; textarea needs form-control class too