主题: 一个KE.show 能用多个id吗?
作者: 123, 发布日期: 2010-08-18 13:53:56, 浏览数: 7073

一个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 //编辑器只能调整高度
  });

 

这样不行啊

作者: Roddy, 发布日期: 2010-08-18 13:58:29
不能用多个ID。
回复
发表新帖 发表回复