Sha256: ebbe9aa9ca14d7c3004d8abc1dc04c2e03b8889c4ea34b56941e7e6467e18c0d
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
<script type="text/javascript"> $('quicktags').style.display = 'none'; $('simple_editor').style.display = 'none'; $('visual_editor').style.display = 'block'; $('s').className = 'inactive'; $('f').className = 'active'; if (typeof(html2) != 'undefined') { html2 = null; } html2 = $('page_body').innerHTML; </script> <%= ckeditor_textarea('page', 'body', {:height => '300', :class => 'medium'}) %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.4.1 | app/views/admin/pages/_visual_editor.html.erb |
typo-5.4 | app/views/admin/pages/_visual_editor.html.erb |