Example #1
0
 public function init()
 {
     $this->setMethod('post');
     $this->setAttrib('class', 'form-horizontal');
     VAR_fields;
     // add display group
     $this->addDisplayGroup(VAR_fieldNames, 'VAR_tablePhpName');
     $this->getDisplayGroup('VAR_tablePhpName')->setLegend('Add VAR_tablePhpName');
     EasyBib_Form_Decorator::setFormDecorator($this, EasyBib_Form_Decorator::BOOTSTRAP, 'submit', 'cancel');
     parent::init();
 }