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