P
P
Pavel Gogolinsky2014-11-03 18:38:27
Yii
Pavel Gogolinsky, 2014-11-03 18:38:27

How to use bootsrap tabs with large content in yii2?

The page shows an example of tabs.
www.yiiframework.com/doc-2.0/yii-bootstrap-tabs.html Tab
content is written in a line
'content' => 'Anim pariatur cliche...',
How to use this widget if you need to hide large blocks with inputs, buttons and text behind tabs, and not just one line?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Tarasenko, 2014-11-19
@gogolinsky

For each tab $this->renderPartial('_veiw_1', array(), false, true);

S
Sergey, 2014-11-03
@TsarS

And you can’t save the content in a variable (well, or in the database) and connect 'content' => $model->content

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question