title = $model->name; $this->params['breadcrumbs'][] = ['label' => 'ข่าวสาร/เนื้อหา', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>

title ?>

  • แก้ไข', ['update', 'id' => $model->id], ['class' => 'btn btn-sm btn-primary']) ?>
  • ลบ', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-sm btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) */?>
registerCss(" .post-content img { max-width:100%; height:auto!important; } ") ?>
$model, 'attributes' => [ 'id', [ 'attribute' => 'cms_category_id', 'value' => function ($model) { return $model->cmsCategory->name; } ], 'name', 'description:html', //'files', 'gallery:ntext', 'tags', 'hit', 'publish_at', 'created_at:datetime', 'updated_at:datetime', [ 'attribute' => 'created_by', 'value' => function ($model) { return $model->createdBy->name; } ], [ 'attribute' => 'updated_by', 'value' => function ($model) { return $model->updatedBy->name; } ], ], ]) ?>