_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.page__body_editor.getData();
  8. </script>
  9. <%= text_area('page', 'body', {:class => 'large', :height => '300px', :rows => '20'}) %>
  10. <script type="text/javascript">
  11.   $('visual_editor').innerHTML = "";
  12.   $('visual_editor').style.display = 'none';
  13.   $('page_body').innerHTML = content;
  14. </script>