问题描述
我想替换我的zurb基础html页面中的textareas使用ckeditor,但它不会显示。
当我把ckeditor变成纯html没有
有没有人知道如何解决这个问题?
fyi:i使用最新版本的托管jquery,这是源代码
谢谢。
p>
问题来自textarea上的空cols属性值。我只是将< textarea cols =>
更改为< textarea cols =50>
和CKEditor工作。
i want to replace the textareas in my zurb foundation html page using ckeditor, but it wont show up.
when i'm put ckeditor into plain html without the zurb foundation component, it works.
is there anyone who knows how to fix this?
fyi: i'm using latest version of hosted jquery, and this is the source code http://tny.cz/9030e9f0
thanks.
Okay, I just found it.
The problem comes from empty cols attribute value on textarea. I just change <textarea cols="">
to <textarea cols="50">
, and the CKEditor works.
这篇关于ckeditor不会出现在zurb基金会的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!