S
S
Sergey Semenko2015-02-17 18:12:59
Yii
Sergey Semenko, 2015-02-17 18:12:59

Is there a ready-made widget in Yii2?

We need a widget that will create links to the post management (edit, delete, hide), we need a widget like Breadcrumbs, Menu seems to be suitable, but it was not created for this purpose and it can be useful to me, maybe there is a special widget or I need make your own?

Menu::widget([
  'items' => [
    ['label' => 'Редактировать', 'url' => ['admin/news-edit', 'id' => $model->id], 'visible' => Yii::$app->user->can('edit')],
  ],
]);

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Lavrentiev, 2015-02-17
@abler98

Well, there is definitely no such thing separately, but no one bothers you to do it on github :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question