Sha256: 16f5cc9b7cdc275f0aaae52a91aca25bf4e849450485baa5fb41961637ca5366

Contents?: true

Size: 507 Bytes

Versions: 4

Compression:

Stored size: 507 Bytes

Contents

<script type="text/javascript">
  $('quicktags').style.display = 'block';
  $('s').className = 'active';
  $('f').className = 'inactive';
  $('simple_editor').style.display = 'block';
  html = FCKeditorAPI.GetInstance('page__body_editor').GetHTML();
</script>
<%= text_area('page', 'body', {:class => 'medium', :height => '300'}) %>

<script type="text/javascript">
  $('page_body').innerHTML = html;
  $('visual_editor').innerHTML = "";
  $('visual_editor').style.display = 'none';
  html = null;
</script>

Version data entries

4 entries across 4 versions & 1 rubygems

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