Yii2 A Href Confirm

[Solved] Yii2 A Href Confirm | Php Frameworks Yii - Code Explorer | yomemimo.com
Question : yii2 a href confirm

Answered by : tender-turkey-3o1pfvrdrqo8

<?php echo Html::a(Yii::t('backend', 'Delete'), ['delete', 'id' => $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('backend', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

Source : | Last Update : Wed, 13 Apr 22

Answers related to yii2 a href confirm

Code Explorer Popular Question For Php Frameworks Yii