K
K
Konstantin2019-08-29 08:21:43
Yii
Konstantin, 2019-08-29 08:21:43

Swap modal close button with content in modal header?

There is such a modal call
<? Modal::begin([
'toggleButton' => ['label' => Yii::t("frontend", "Ask a question"), 'tag' => 'a', 'class' => 'question'] ,
'header' => '' .Yii::t("frontend", "Ask a question") .'',
'closeButton' => [
'label' => '',
'tag' => 'button',
'class' => 'close'
],
]); ?>
How to swap elements inside .modal-header?
To go not < button > => < h5 >, but < h5 > => < button >
5d676089b7e12899190441.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question