How does Baidu Rich Text Editor submit data to the backend?
phpcn_u30422
phpcn_u30422 2018-09-15 17:03:59
0
2
2011

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?

phpcn_u30422
phpcn_u30422

reply all(2)
雪梦晨、曦

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

天忆

You can textarea <textarea id="editor" name="content"> and then initialize it in js var ue = UE.getEditor('editor')

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template