air 嵌套fckeditor 如何获取文本框值?
air 嵌套fckeditor 如何获取文本框值?
日期:2022-03-29 01:36:27 人气:1
我在jsp页面用过!你可以参考下
FCKeditor editor = new FCKeditor("content");
//content 就是你定义的FCK的名称;
<input type=button name=btn onClick="return check()">
//点击按钮 弹出c
FCKeditor editor = new FCKeditor("content");
//content 就是你定义的FCK的名称;
<input type=button name=btn onClick="return check()">
//点击按钮 弹出c