开发者

Rails 3 Tinymce css style error: Failed to load source

开发者 https://www.devze.com 2023-02-28 09:07 出处:网络
I have chosen advanced mode in tiny mce. But in my view I see this: Which is not the advanced theme of tiny mce.

I have chosen advanced mode in tiny mce. But in my view I see this:

Rails 3 Tinymce css style error: Failed to load source

Which is not the advanced theme of tiny mce.

I have looked in the html for the page and found this with firebug:

<link rel="stylesheet" _mce_href="http://local开发者_运维百科host:3000/javascripts/tiny_mce/themes/simple/skins/default/content.css?1303749502" href="http://localhost:3000/javascripts/tiny_mce/themes/simple/skins/default/content.css?1303749502">
Failed to load source for: http://localhost:3000/javascripts/tiny_mce/themes/simple/skins/default/content.css?1303749502

I have followed this guide to install tiny mce: https://github.com/kete/tiny_mce

Why does it failed to load the source? Do I need to add something to my route file?


I removed my class from the text field

0

精彩评论

暂无评论...
验证码 换一张
取 消