CKEDITOR,在 CKEDITOR 之外调用全屏操作
有 CKEDitor 经验的人都知道是否可以使用 JavaScript 在 CKEDITOR 之外调用全屏功能/操作?
谢谢
Anyone with CKEDitor experience know if it is possible to use JavaScript to call with Full Screen function/action outside of the CKEDITOR?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为这是可能的,您是否尝试过这里的解决方案:
http://cksource.com/forums/viewtopic.php?f=11& ;t=14319
可能是这样的:
I think it is possible, have you tried the solution here:
http://cksource.com/forums/viewtopic.php?f=11&t=14319
It would probably be something like:
我测试了@Magicgunnar,但在理解它和运行(触发的时刻)它时遇到了问题(!)。这段代码更加不言自明并且正确。针对 3.5.X 进行测试:
I tested @Magicgunnar but have problems to understand it, and to run (moment to trigg) it (!). This code if more self-explanatory and correct. Tested for 3.5.X:
如果使用 ckeditor 的 jquery 版本,下面的代码可以完美运行
if using the jquery version of ckeditor the below code works perfectly