Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
829 B
30 lines
829 B
<script language="javascript" type="text/javascript" |
|
src="$baseurl/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> |
|
<script language="javascript" type="text/javascript"> |
|
|
|
|
|
tinyMCE.init({ |
|
theme : "advanced", |
|
mode : "textareas", |
|
plugins : "bbcode", |
|
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor", |
|
theme_advanced_buttons2 : "", |
|
theme_advanced_buttons3 : "", |
|
theme_advanced_toolbar_location : "top", |
|
theme_advanced_toolbar_align : "center", |
|
theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle", |
|
content_css : "bbcode.css", |
|
entity_encoding : "raw", |
|
add_unload_trigger : false, |
|
remove_linebreaks : false, |
|
force_p_newlines : false, |
|
force_br_newlines : true, |
|
forced_root_block : '', |
|
content_css: "$baseurl/view/custom_tinymce.css" |
|
|
|
|
|
}); |
|
|
|
|
|
</script> |
|
|
|
|