用 AJAX 加载的 CKEditor + Yii:$_POST 不包含更新的值

2022-01-04 00:00:00 php ajax yii ckeditor

简而言之:

  1. 我正在使用 Yii 框架

  1. i'm using Yii Framework

我的页面上有一个 Ckeditor 窗口(php/yii 框架 - 工作正常)

i have a one Ckeditor window on my page ( php/ yii framework - works fine)

当我点击一个按钮时,一个新的 CKeditor 窗口正在生成并通过 AJAX 调用显示

when i hit a button, a new CKeditor window is being generated and shown through AJAX call

问题:这个新的 CKEditor 窗口正确显示了存储在数据库中的文本但是:当我点击保存"(与表单的其余部分一起生成的 ajax 按钮)时,这个新的 CKEditor 窗口中的值将不保存:CKeditor 发回它从数据库中获得的旧值.

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.

当我移除 Ckeditor 并保留普通的