_simple_editor.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. <script type="text/javascript">
  2.   $('quicktags').style.display = 'block';
  3.   $('simple_editor').style.display = 'block';
  4.   $('s').className = 'active';
  5.   $('f').className = 'inactive';
  6.   $('text_filter').value = $('user_textfilter').value;
  7.   content = CKEDITOR.instances.article__body_and_extended_editor.getData();
  8. </script>
  9. <%= text_area('article', 'body_and_extended', {:class => 'large', :height => '300px', :rows => '20'}) %>
  10. <script type="text/javascript">
  11.   $('visual_editor').innerHTML = "";
  12.   $('visual_editor').style.display = 'none';
  13.   $('article_body_and_extended').innerHTML = content;
  14. </script>