aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-04-19 00:30:45 -0700
committerfabrixxm <fabrix.xm@gmail.com>2012-04-19 00:30:45 -0700
commit44f4b4b9d1bd28a8c77e9f851e85fdb22c8fd8b1 (patch)
treef6e22c5352cddc95033076aa3507ff1caf231437 /view/jot-header.tpl
parent42e120586c3c3f1dcd552a01874f8990788e5a70 (diff)
parentfddf21d983e97b489c26dba95aa35227b15fe9f3 (diff)
downloadvolse-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.tpl3
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) {