]> git.mxchange.org Git - friendica.git/commitdiff
Make TinyMCE editors resizable
authorCarsten Pfeiffer <cpfeiffer@users.noreply.github.com>
Sat, 1 Nov 2014 21:18:42 +0000 (22:18 +0100)
committerCarsten Pfeiffer <cpfeiffer@users.noreply.github.com>
Sat, 1 Nov 2014 21:18:42 +0000 (22:18 +0100)
js/main.js
view/templates/contact_head.tpl
view/templates/event_head.tpl
view/templates/jot-header.tpl
view/templates/msg-header.tpl
view/templates/profed_head.tpl
view/templates/wallmsg-header.tpl

index 43d37a99bfcd19b78340bb4019bacad56c63e552..23f63f8224616274d08e5c61c45e0d4dae5eb39d 100644 (file)
@@ -703,6 +703,7 @@ function setupFieldRichtext(){
                theme_advanced_toolbar_location : "top",
                theme_advanced_toolbar_align : "center",
                theme_advanced_blockformats : "blockquote,code",
+               theme_advanced_resizing : true,
                paste_text_sticky : true,
                entity_encoding : "raw",
                add_unload_trigger : false,
index 498cbfbcc4b2fe7c384381a13592e9346cca9969..ceda781eabf80883468f1bd61404cec4e1409990 100644 (file)
@@ -14,6 +14,7 @@ tinyMCE.init({
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "center",
        theme_advanced_styles : "blockquote,code",
+       theme_advanced_resizing : true,
        gecko_spellcheck : true,
        entity_encoding : "raw",
        add_unload_trigger : false,
index 8d40be3be9a4da326c9e1201e528cb1aea861a9f..8085a774b3fbdef72a4b0460e0ee47f11173ef12 100644 (file)
@@ -90,6 +90,7 @@
                theme_advanced_toolbar_location : "top",
                theme_advanced_toolbar_align : "center",
                theme_advanced_blockformats : "blockquote,code",
+               theme_advanced_resizing : true,
                gecko_spellcheck : true,
                paste_text_sticky : true,
                entity_encoding : "raw",
index f8cf96f7c3b2652582a8150831afd7da6c4c39d7..3a67e8bcc40a0a5336b690fff4d4c90d1e72d582 100644 (file)
@@ -34,6 +34,7 @@ function initEditor(cb){
                        theme_advanced_toolbar_location : "top",
                        theme_advanced_toolbar_align : "center",
                        theme_advanced_blockformats : "blockquote,code",
+                       theme_advanced_resizing : true,
                        gecko_spellcheck : true,
                        paste_text_sticky : true,
                        entity_encoding : "raw",
index 47b92ddf14a3c0d2738ab3874dced43976d022f3..86598bbf6ce7d6e612fd8a08935a4e4b93c6c2f9 100644 (file)
@@ -17,6 +17,7 @@ if(plaintext != 'none') {
                theme_advanced_toolbar_location : "top",
                theme_advanced_toolbar_align : "center",
                theme_advanced_blockformats : "blockquote,code",
+               theme_advanced_resizing : true,
                gecko_spellcheck : true,
                paste_text_sticky : true,
                entity_encoding : "raw",
index 67e7a85aca50364bfeba2bbd9a1c30bff3758f68..2dbdbcdeb7a3f0b95de8442df78a51bf7808b565 100644 (file)
@@ -16,6 +16,7 @@ tinyMCE.init({
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "center",
        theme_advanced_blockformats : "blockquote,code",
+       theme_advanced_resizing : true,
        gecko_spellcheck : true,
        paste_text_sticky : true,
        entity_encoding : "raw",
index c4d81f8cc069f62e514315f7e6ff9c35d3c725af..f03f496fe2948d060e2eb9db03b03f4b1a365480 100644 (file)
@@ -17,6 +17,7 @@ if(plaintext != 'none') {
                theme_advanced_toolbar_location : "top",
                theme_advanced_toolbar_align : "center",
                theme_advanced_blockformats : "blockquote,code",
+               theme_advanced_resizing : true,
                gecko_spellcheck : true,
                paste_text_sticky : true,
                entity_encoding : "raw",