I know that input is submitted using name identification, so the rich text editor writes it like this<script id="editor" type="text/plain" style="width:100%;height:400px;"> </script>, where is the name written, and how can it be recognized by the background?
雪梦晨、曦2018-09-20 11:58:09
Hello *** document, look at the Baidu rich text index.html file, there is the obtained code, assign it to <input type="hidden">, ajax, or form submission
天忆2018-09-17 17:46:13
You can textarea <textarea id="editor" name="content"> and then initialize it in js var ue = UE.getEditor('editor')