Answer the question
In order to leave comments, you need to log in
How to make a modal window open on page load (Yii2, bootstrap)?
I set the modal window using the bootstrap extension for yii2. It looks like this:
$modal = Modal::begin([
'header' => '<h2>Модальное окно</h2>',
'toggleButton' => ['label' => 'открыть окно','class' => 'btn btn-default'],
]);
Modal::end();
$modal = Modal::begin([
'header' => '<h2>Модальное окно</h2>',
'toggleButton' => ['label' => 'открыть окно','class' => 'btn btn-default'],
'clientOptions' => ['show' => true],
]);
Modal::end();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question