我要反馈、我要提问新版Editor没有边框
This commit is contained in:
parent
0651bd7c9c
commit
1a33510da1
|
@ -1,9 +1,9 @@
|
||||||
<%= labelled_form_for(@memo, :url => forum_memos_path) do |f| %>
|
<%= labelled_form_for(@memo, :url => forum_memos_path) do |f| %>
|
||||||
|
|
||||||
<div class="actions" style="max-width:680px">
|
<div class="actions" style="max-width:680px;">
|
||||||
<%= hidden_field_tag :asset_id,params[:asset_id],:required => false,:style => 'display:none' %>
|
<%= hidden_field_tag :asset_id,params[:asset_id],:required => false,:style => 'display:none' %>
|
||||||
<p><%= f.text_field :subject, :required => true, :size => 95 %></p>
|
<p><%= f.text_field :subject, :required => true, :size => 95 %></p>
|
||||||
<p style="max-width:680px"><%= f.kindeditor :content, :required => true %></p>
|
<p style="max-width:680px"><%= f.kindeditor :content,:width=>'99%', :required => true %></p>
|
||||||
<!--<script type="text/javascript">var ckeditor=CKEDITOR.replace('editor01');</script> -->
|
<!--<script type="text/javascript">var ckeditor=CKEDITOR.replace('editor01');</script> -->
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue