_visual_editor.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
- <script type="text/javascript">
- $('quicktags').style.display = 'none';
- $('simple_editor').style.display = 'none';
- $('visual_editor').style.display = 'block';
- $('s').className = 'inactive';
- $('f').className = 'active';
- $('text_filter').value = 'none';
- html = $('page_body').value;
- $('simple_editor').innerHTNK = '';
-
- if (CKEDITOR.instances.page__body_editor &&
- typeof(CKEDITOR.instances.page__body_editor) == 'object') {
- delete(CKEDITOR.instances.page__body_editor);
- }
-
- </script>
- <%= ckeditor_textarea('page', 'body', {:height => '300', :class => 'large'}) %>
- <script type="text/javascript">
- content = CKEDITOR.instances.page__body_editor.setData(html);
- </script>