예제 #1
0
 public function __construct($label)
 {
     parent::__construct($label);
     $this->prototype = Html::el('textarea')->addClass('texyarea');
 }
예제 #2
0
 public function __construct($label = NULL)
 {
     parent::__construct($label);
 }