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