kindeditor-4.0可编辑插件学习

kindeditor-4.0可编辑插件的学习。。。

表单提交后台Struts2 Action获取到值为空?

原因是:这个可编辑插件每次修改内容提交前都要进行同步值,后然后才可以提交.......

提交同步代码

           
//创建可编辑插件界面显示
<script>
var editor;
KindEditor.ready(function(K) {
editor = K.create('textarea[name="content"]', {
});
});
</script>


//提交同步可编辑内容
function check(){
editor.sync();
}

html提交代码的文本插件

<textarea name="content" cols="100" rows="8" style="width:700px;height:200px;visibility:hidden;"></textarea>

posted on 2011-10-08 12:19  阳光总在风雨后001  阅读(372)  评论(1编辑  收藏  举报

导航