一个KE.show 能放多个文本框的id吗?也就是一个KE.show 同时控制多个文本框
KE.show({
id :['flash1','flash2'] ,
items : [
'source','fontname', 'fontsize', 'plainpaste', 'wordpaste', 'textcolor', 'bgcolor', 'bold', 'italic', 'underline',
'removeformat', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
'insertunorderedlist', 'emoticons', 'image','flash', 'link'],
width : "50%",
height : "150px",
filterMode : false, //不会过滤HTML代码
resizeMode : 1 //编辑器只能调整高度
});
这样不行啊