public function __construct($name, $value = null, $rows = 3, $cols = 40)
 {
     $this->rows = $rows;
     $this->cols = $cols;
     parent::__construct($name, $value);
 }