ckeditor wont show up in zurb foundation

不羁岁月 提交于 2019-12-25 07:24:04

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!