我是使用 Rails 的新手。我想让我的 app/views/themes/index.html.erb 可以通过浏览器进行编辑。这里有人知道怎么做吗?
问问题
87 次
3 回答
2
由于视频教程比我解释的要好,请检查这两个链接
http://railscasts.com/episodes/332-refinery-cms-basics
http://railscasts.com/episodes/296-mercury-editor
将向您解释如何为您的 HTML 内容(而不是您的 ruby 代码)轻松设置 WYSWYG 编辑器
于 2013-03-05T04:30:20.523 回答
0
You can use ckeditor
to achieve this. See these posts.
http://ckeditor.com/demo
于 2013-03-05T05:37:31.287 回答
0
您可以使用就地编辑 gem.. 这是链接 http://railscasts.com/episodes/302-in-place-editing?view=asciicast
于 2013-03-05T05:30:21.530 回答