]> git.mxchange.org Git - friendica.git/blob - view/smarty3/contact_head.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / contact_head.tpl
1 <script language="javascript" type="text/javascript"
2           src="{{$baseurl}}/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script>
3           <script language="javascript" type="text/javascript">
4
5 tinyMCE.init({
6         theme : "advanced",
7         mode : "{{$editselect}}",
8         elements: "contact-edit-info",
9         plugins : "bbcode",
10         theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor",
11         theme_advanced_buttons2 : "",
12         theme_advanced_buttons3 : "",
13         theme_advanced_toolbar_location : "top",
14         theme_advanced_toolbar_align : "center",
15         theme_advanced_styles : "blockquote,code",
16         gecko_spellcheck : true,
17         entity_encoding : "raw",
18         add_unload_trigger : false,
19         remove_linebreaks : false,
20         force_p_newlines : false,
21         force_br_newlines : true,
22         forced_root_block : '',
23         content_css: "{{$baseurl}}/view/custom_tinymce.css"
24
25
26 });
27
28
29 </script>
30