Example #1
0
 function __construct($name, $value)
 {
     parent::__construct('textarea', $name);
     $this->inner = $value;
     $this->singleClose = false;
 }
Example #2
0
 function __construct($name, $options = array())
 {
     parent::__construct('select', $name);
     $this->inner = $options;
 }