In OneThink, the modified content in the kindeditor text box cannot be submitted asynchronously,
Recently, when using the kindeditor editor in OneThink, when saving the draft, the input content cannot always be saved to the background. For example
By analyzing the URL, it is found that the original content value is null.
Why is there a clear value? However, if the form is not submitted asynchronously, the input value can be obtained. At first, kindeditor was regarded as an ajax problem. At last, I found out that kindeditor was a problem. When data is asynchronously submitted, the value entered in kindeditor is not synchronized to the corresponding text box. The correct method is to perform synchronization when kindeditor loses focus.
Modify the Addons/EditorForAdmin/content.html file and add the annotation code.
After testing, the okey is used.
In the above solution, the modified content in the kindeditor text box cannot be submitted asynchronously in OneThink. This is all the content that I have shared with you. I hope you can give us a reference and support the help house.