我第一次尝试使用bootsy。设置似乎没问题,我只是按照rdoc中的说明操作。在大多数情况下,编辑器很好,但有些按钮没有正确显示。我上传了here的截图。
在我的形式中,我有:
<div class="control-group">
<%= f.label :description, :class => 'control-label' %>
<div class="controls">
<%= f.bootsy_area :description, :class => 'form-control', rows: 12 %>
</div>
</div>
在config / initializers / bootsy.rb中我有
config.editor_options = {
font_styles: true,
emphasis: true,
lists: true,
html: false,
link: true,
image: true,
color: true
}
关于为什么会发生这种情况的任何想法?