aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/views/default/js/tinymce.php
diff options
context:
space:
mode:
authorGerman Bortoli <germanazo@gmail.com>2012-12-14 16:52:35 -0200
committerCash Costello <cash.costello@gmail.com>2013-02-01 07:59:46 -0500
commit90ba43e54728982a23dd78dbbb07f5a1d88d9d10 (patch)
tree8fb26f7236dfb89988bcfbf00169008856e37049 /mod/tinymce/views/default/js/tinymce.php
parentfeed34eaf567924394bdcc0463c4d21231ad38d3 (diff)
downloadelgg-90ba43e54728982a23dd78dbbb07f5a1d88d9d10.tar.gz
elgg-90ba43e54728982a23dd78dbbb07f5a1d88d9d10.tar.bz2
Add a lightobx alike instead use popups.
Add a lightobx alike instead use popups while using the TinyMCE controls, for example, when you try to insert an image, watch the HTML content, etc.
Diffstat (limited to 'mod/tinymce/views/default/js/tinymce.php')
-rw-r--r--mod/tinymce/views/default/js/tinymce.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tinymce/views/default/js/tinymce.php b/mod/tinymce/views/default/js/tinymce.php
index 51e99c223..b4db43cee 100644
--- a/mod/tinymce/views/default/js/tinymce.php
+++ b/mod/tinymce/views/default/js/tinymce.php
@@ -39,7 +39,7 @@ elgg.tinymce.init = function() {
editor_selector : "elgg-input-longtext",
theme : "advanced",
language : "<?php echo tinymce_get_site_language(); ?>",
- plugins : "lists,spellchecker,autosave,fullscreen,paste",
+ plugins : "lists,spellchecker,autosave,fullscreen,paste,inlinepopups",
relative_urls : false,
remove_script_host : false,
document_base_url : elgg.config.wwwroot,