'Not Set', 'list' => 'List', 'view' => 'View'); protected function _initElements() { $this->addElement( 'select', 'forceAction', array('label' => 'Force Block Action', 'multioptions' => $this->_forceActionOptions) ); return $this; } }