Answer the question
In order to leave comments, you need to log in
Detailview yii2 how to edit link template?
Widget
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'id',
'title',
'keywords',
'description',
'text:ntext',
['attribute' => 'url', 'label' => 'Адрес', 'format' => 'url']
],
]) ?>
<td><a href="http://main-page">main-page</a></td>
Answer the question
In order to leave comments, you need to log in
How to generate a link?
[
'attribute' => 'url',
'label' => 'Адрес',
'format' => [
'url',
['class' => 'ppp']
]
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question