在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
有时我们需要在一个页面上使用多个Fck的实例,首先需要按照id获取fck的实例。例如: 复制代码 代码如下: <FCKeditorV2:FCKeditor ID="fckDescription" runat="server" ToolbarSet="Basic" Height="250"> </FCKeditorV2:FCKeditor> 使用FCKeditorAPI.GetInstance获取Fck实例。 复制代码 代码如下: function FCKeditor_OnComplete(editorInstance) { oEditer = FCKeditorAPI.GetInstance('fckDescription'); } 使用这个方法就可以处理多个Fck的情况。 FCKeditorAPI介绍 |
请发表评论