public function __construct()
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('primaryKey' => 'component_id', 'columns' => array(), 'data' => array(array('component_id' => '1', 'text' => 'Testlink'))));
     parent::__construct($config);
 }
 protected function _init()
 {
     parent::_init();
     $this->setDefault(array('text' => trlKwf('« back')));
 }