예제 #1
0
 /**
  * @overrides
  */
 protected function initPageOptions()
 {
     return array_merge(parent::initPageOptions(), array('buttons' => array('new' => array('title' => '发布管理员消息', 'icon' => 'fa-plus'))));
 }
예제 #2
0
 /**
  * @overrides
  */
 protected function initPageOptions()
 {
     return array_merge(parent::initPageOptions(), array('buttons' => array('add' => array('title' => '发布', 'icon' => 'fa-plus'), 'back' => array('title' => '返回', 'icon' => 'fa-history')), 'actions' => array('delete' => array('title' => '删除', 'confirm' => true))));
 }