Sha256: 8fd909bc60e63de7c113cf25dd0afbaa5b3510ef348b3a004480c44ff127a340

Contents?: true

Size: 607 Bytes

Versions: 3

Compression:

Stored size: 607 Bytes

Contents

<script type="text/javascript">
  $('quicktags').style.display = 'block';
  $('simple_editor').style.display = 'block';
  $('s').className = 'active';
  $('f').className = 'inactive';
  $('text_filter').value = $('user_textfilter').value;
  content = CKEDITOR.instances.article__body_and_extended_editor.getData();
</script>
<%= text_area('article', 'body_and_extended', {:class => 'large', :height => '300px', :rows => '15'}) %>
<script type="text/javascript">
  $('visual_editor').innerHTML = "";
  $('visual_editor').style.display = 'none';
  $('article_body_and_extended').innerHTML = content;
</script>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typo-5.4.2 app/views/admin/content/_simple_editor.html.erb
typo-5.4.1 app/views/admin/content/_simple_editor.html.erb
typo-5.4 app/views/admin/content/_simple_editor.html.erb