I use renderAjax to load form in modal window. Gallery widget render view (buttons etc..) but not works (don't upload files). It working OK without modal... Please help.
Controller:
public function actionAddAnnounce(){
$announce = new Announces();
return $this->renderAjax('add_announce', compact('announce'));
}
I use renderAjax to load form in modal window. Gallery widget render view (buttons etc..) but not works (don't upload files). It working OK without modal... Please help.
Controller:
View (add_announce)