You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered: