c# 如何提取百度编辑器ueditor 输入的内容用后台使用?
前台配置如下<scripttype="text/javascript">vareditor=newbaidu.editor.ui.Editor({//实例化编辑器UEDI...
前台配置如下
<script type="text/javascript">
var editor =new baidu.editor.ui.Editor({//实例化编辑器
UEDITOR_HOME_URL:'../ueditor/',
iframeCssUrl: '../ueditor/themes/default/iframe.css',
textarea: 'editorValue'
});
editor.render('editorValue'); //将编译器渲染到容器
editor.setContent(document.getElementById('editorValuedata').innerHTML); //设置初始值,你可以将初始值放到<div id="editorValuedata" style="display:none"></div>内
document.getElementById('editorValuedata').innerHTML ="";
</script>
后台是这样提取内容
string str = Request.Params["editorValue"];
就是提取不出来。求解万分感谢呀! 展开
<script type="text/javascript">
var editor =new baidu.editor.ui.Editor({//实例化编辑器
UEDITOR_HOME_URL:'../ueditor/',
iframeCssUrl: '../ueditor/themes/default/iframe.css',
textarea: 'editorValue'
});
editor.render('editorValue'); //将编译器渲染到容器
editor.setContent(document.getElementById('editorValuedata').innerHTML); //设置初始值,你可以将初始值放到<div id="editorValuedata" style="display:none"></div>内
document.getElementById('editorValuedata').innerHTML ="";
</script>
后台是这样提取内容
string str = Request.Params["editorValue"];
就是提取不出来。求解万分感谢呀! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询