Esempio n. 1
0
 /**
  * Set textarea flag for Value field.
  *
  * @return void
  */
 protected function _init()
 {
     parent::_init();
     $this->getField('Value')->setTextarea(true);
     $type = $this->getField('Type');
     $type->setMandatory(false);
     $type->setSelection(true);
     $type->setDefault(array('abstract' => 'abstract'));
 }