title = '编辑附件'; $this->params['breadcrumbs'][] = [ "label" => "附件首页", "url" => [ "index" ] ]; $this->params['breadcrumbs'][] = $this->title; /** @var AttachmentUpdateAsset $bundle */ $bundle = AttachmentUpdateAsset::register($this); ?>
render("_update_" . $media->getFileType(), ['model'=>$model, "media"=>$media, "bundle" => $bundle]); ?>
[ 'enctype' => 'multipart/form-data', 'class' => 'model-form' ] ]); ?>
render("_info",["model"=>$model]);?> field($model, 'title')->textInput(['class' => 'form-control']); ?> field($model, 'description')->textarea(['class' => 'form-control']); ?>