/** * @overrides */ protected function initPageOptions() { return array_merge(parent::initPageOptions(), array('buttons' => array('new' => array('title' => '发布管理员消息', 'icon' => 'fa-plus')))); }
/** * @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)))); }