diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-04-19 00:30:45 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-04-19 00:30:45 -0700 |
commit | 44f4b4b9d1bd28a8c77e9f851e85fdb22c8fd8b1 (patch) | |
tree | f6e22c5352cddc95033076aa3507ff1caf231437 /view/jot-header.tpl | |
parent | 42e120586c3c3f1dcd552a01874f8990788e5a70 (diff) | |
parent | fddf21d983e97b489c26dba95aa35227b15fe9f3 (diff) | |
download | volse-hubzilla-44f4b4b9d1bd28a8c77e9f851e85fdb22c8fd8b1.tar.gz volse-hubzilla-44f4b4b9d1bd28a8c77e9f851e85fdb22c8fd8b1.tar.bz2 volse-hubzilla-44f4b4b9d1bd28a8c77e9f851e85fdb22c8fd8b1.zip |
Merge pull request #248 from fabrixxm/tmcefilebrowser
TinyMCE file browser
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 67e5eb681..f1c283470 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -26,7 +26,7 @@ function initEditor(cb){ mode : "specific_textareas", editor_selector: $editselect, auto_focus: "profile-jot-text", - plugins : "bbcode,paste,autoresize", + plugins : "bbcode,paste,autoresize, inlinepopups", theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", @@ -44,6 +44,7 @@ function initEditor(cb){ convert_urls: false, content_css: "$baseurl/view/custom_tinymce.css", theme_advanced_path : false, + file_browser_callback : "fcFileBrowser", setup : function(ed) { cPopup = null; ed.onKeyDown.add(function(ed,e) { |