Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setWidth(120);
     $this->setAlign('center');
 }
Example #2
0
 public function createControl()
 {
     $control = $this->grid['form']['filter']->addText($this->column->getName());
     $control->getControlPrototype()->class[] = 'input-block-level';
     $this->control = $control;
 }