使用“BR”而不是“P”按“Enter”键后在“FckEditor”中仅适用于特定实例 - 并非 Web 应用程序中的所有实例
我知道,我可以更改 fckeditor.js 中的条目,如下所示:
FckConfig.EnterMode = 'br';
但是,这将更改网站上显示的所有编辑器实例的设置,我只想将其更改为网页上的特定编辑器。
如何在页面级别更改此设置?
I know, I can change the entry in the fckeditor.js
as follows:
FckConfig.EnterMode = 'br';
But, this will change the setting for all the instances of editor shown on the web site, I just want it to change for a particular editor on a web page.
How can I change this setting at a Page level ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不如在
fckeditor.js
文件中更改该设置,而是将该脚本输出到您希望其出现的页面上,怎么样?How about instead of changing that setting in the
fckeditor.js
file, you output that script on the pages you want it to occur on?