我如何借用 PyroCMS'我自己的模块的所见即所得编辑器?
我已在管理控制器方法中包含以下内容(根据 pages
管理控制器):
admin.js
CodeMirror.js
wysiwyg.php
包含更多 javascript 并初始化 FCKeditor
但我的
I've included the following in the admin controller method (as per the pages
admin controller):
admin.js
CodeMirror.js
wysiwyg.php
includes some more javascript and initialises the FCKeditor
But my <textarea>
still doesn't have the wysiwyh controls. Can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以应用“wysiwyg-simple”或“wysiwyg-advanced”类来获取您看到的两个所见即所得编辑器之一。您不需要包括前两个。
CodeMirror 是一个 HTML/CSS/JavaScript 语法荧光笔,我们在一些地方使用,与所见即所得无关。
You can apply the class "wysiwyg-simple" or "wysiwyg-advanced" to get one of the two WYSIWYG editors you see around. You do not need to include the first two.
CodeMirror is a HTML/CSS/JavaScript syntax highlighter we use in a few places, nothing to do with WYSIWYG.