A
A
akula222016-08-18 18:18:12
Yii
akula22, 2016-08-18 18:18:12

How to display data in DetailView with formatting?

How to display this data in DetailView with formatting in the same form as in the photo
a283a264808f4686bd4448e8dfaaf7a1.jpg
Now it displays everything in one line
event: html does not help (because there are no html tags in the database)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
melnikov_m, 2016-08-18
@akula22

Try something like this
[
'label' => 'event',
'format' => 'html',
'value' =>nl2br($model->event),
],

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question