mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
1477aac4f1
Improved layout Improved form styling Fixes issues with firefox Added menu icons
13 lines
404 B
Text
13 lines
404 B
Text
<script type="text/javascript">
|
|
tinyMCE.init({
|
|
mode : "textareas",
|
|
theme : "advanced",
|
|
plugins : "noneditable",
|
|
theme_advanced_buttons1 : "bold,italic,|,bullist,numlist,|,link,unlink,|,outdent,indent,cleanup,code",
|
|
theme_advanced_buttons2 : "",
|
|
theme_advanced_buttons3 : "",
|
|
theme_advanced_buttons4 : "",
|
|
forced_root_block : '',
|
|
convert_urls : false
|
|
});
|
|
</script>
|