I have to open view page contain in popup instead of page.After click on view open view contain in popup yii2
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
You should try this code for opening popup. and also you need to render with ajax view using this
$this->renderAjax()
.controller
View