Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在我的自定义敏捷类型中使用ckeditor,TinyMCE但我总是得到空的编辑器文本区域。
ckeditor
TinyMCE
我将默认编辑器更改为ckeditor并已安装z3c.formwidget.ckeditor.
z3c.formwidget.ckeditor
这是我的代码片段:
text = RichText(title=_(u"Foo"))
我究竟做错了什么?