同一个页面放多个FCK怎么样取值。
用FCKeditorAPI.GetInstance(instanceName).GetXHTML(true);
每次取到的都是最后一个FCK的值。
代码如下:急、
var fck = new FCKeditor("answerList");
fck.BasePath = "fckeditor/" ;
fck.ToolbarSet = 'Default';
fck.CreateHtml();
同一个页面放多个FCK怎么样取值。
用FCKeditorAPI.GetInstance(instanceName).GetXHTML(true);
每次取到的都是最后一个FCK的值。
代码如下:急、
var fck = new FCKeditor("answerList");
fck.BasePath = "fckeditor/" ;
fck.ToolbarSet = 'Default';
fck.CreateHtml();
textarea 的name该下就是了
当然JS里的接收代码也要一致