示例#1
0
文件: Edit.php 项目: hoalangoc/ftf
 public function init()
 {
     parent::init();
     $this->setTitle('Edit Sponsor')->setAttrib('id', 'ynevent_sponsor_edit');
     $this->submit->setLabel('Save Changes');
     $this->addElement('Cancel', 'cancel', array('prependText' => ' or ', 'label' => 'Cancel', 'link' => true, 'href' => '', 'onclick' => 'parent.Smoothbox.close();', 'decorators' => array('ViewHelper')));
     $this->addDisplayGroup(array('submit', 'cancel'), 'buttons');
 }