title = $model->isNewRecord ? '添加布告' : '编辑布告'; $this->params['breadcrumbs'][] = ['label' => '公告列表' , 'url' => [\Yii::$app->urlManager->createUrl(["admin/cms/notice/index"])]]; $this->params['breadcrumbs'][] = $this->title; $status_labels = Notice::statusLabels(); ?>
title ?>
" lay-verify="required">
'images', 'id' => 'cover', 'name' => 'cover', 'label' => '封面图', 'value' => $model->cover, 'tip' => '图片大小348px×195px', 'required' => true, ])?>
升序,值越小排序越靠前
$val):?> status == $key ? 'checked=""' : ''?>>
is_top == 0 ? 'checked=""' : ''?>> is_top == 1 ? 'checked=""' : ''?>>
is_index == 0 ? 'checked=""' : ''?>> is_index == 1 ? 'checked=""' : ''?>>
registerJs($this->blocks['js_script_wrap'], \yii\web\View::POS_END); ?>