ensl.org/app/views/javascripts/_mce_full.html.erb
Luke Barratt 1477aac4f1 Removed fixed topbar
Improved layout
Improved form styling
Fixes issues with firefox
Added menu icons
2014-04-19 02:12:02 +01:00

14 lines
479 B
Text

<script type="text/javascript">
$(function() {
$('textarea').tinymce({
mode : "textareas",
theme : "advanced",
plugins : "inlinepopups,contextmenu,nonbreaking,template",
theme_advanced_buttons1 : "bold,italic,blockquote,|,bullist,numlist,|,formatselect,|,link,unlink,image,|,cleanup,code",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_buttons4 : "",
convert_urls : false
});
});
</script>