Ejemplo n.º 1
0
 protected function _init()
 {
     parent::_init();
     $this->setDefault(array('link_text' => trlKwf('Read more »')));
 }
Ejemplo n.º 2
0
 protected function _init()
 {
     parent::_init();
     $this->_dependentModels['Values'] = new Kwf_Model_FieldRows(array('fieldName' => 'values'));
 }
Ejemplo n.º 3
0
 protected function _init()
 {
     parent::_init();
     $this->_dependentModels['Values'] = 'Kwc_Form_Field_MultiCheckbox_Trl_ValuesModel';
 }
Ejemplo n.º 4
0
 protected function _init()
 {
     parent::_init();
     $this->_dependentModels['FlashVars'] = new Kwf_Model_FieldRows(array('fieldName' => 'flash_vars'));
 }
Ejemplo n.º 5
0
 protected function _init()
 {
     parent::_init();
     $this->setDefault(array('link_text' => '»'));
 }