Hello fellow Yii-experts,
I have an Yii application with installed Yii-Bootstrap-extension.
Within a tbmodal I have a form. After (ajax-)submitting the form and using the form-data, I want to refresh the whole page on which the modal is placed.
Unfortunately I don’t get it to work. Things like Yii:app()->refresh()or redirect load properly, but only in a hidden frame visible inside Firebug, the main page is not influenced.
Is it possible to refresh the main page in which the tbmodal is placed after submitting the form inside the tbmodal?
I am thankfull for every hint!