问题
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.
回答1:
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.
来源:https://stackoverflow.com/questions/14190000/ckeditor-wont-show-up-in-zurb-foundation