CKEditor + Yii loaded with AJAX : $_POST doesn't contain the updated value
问题 in short: i'm using Yii Framework i have a one Ckeditor window on my page ( php/ yii framework - works fine) when i hit a button, a new CKeditor window is being generated and shown through AJAX call THE PROBLEM: this new CKEditor window correctly displays the text stored in the database BUT : when i hit "Save" (an ajax button generated together with the rest of the form) the values from this new CKeditor window will not save : CKeditor sends back the old values that it got from the database.