This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
arash.rabiee.8839649
Hi, I called an ajax request in $.popup
$.popup({ajax: url,extraData: {event_type: event_type,}});
then in my action in controller, after saving some data to database I used following code:
$this->initForm($model);
return $this->makePartial('update', ['model' => $model,'title'=> Event::EVENT_MEETING_TITLE]);
then in my partial "_update.htm" I rendered the form (in Form::ajax)
Form::ajax('onUpdateMeeting', [ 'data-popup-load-indicator' => true,])
then
$this->formRender()
now the richeditor doesn't load in the popup and the date time not showing value, what did I miss?
1-1 of 1