]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Add a lightobx alike instead use popups.
authorGerman Bortoli <germanazo@gmail.com>
Fri, 14 Dec 2012 18:52:35 +0000 (16:52 -0200)
committerCash Costello <cash.costello@gmail.com>
Fri, 1 Feb 2013 12:59:46 +0000 (07:59 -0500)
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.

mod/tinymce/views/default/js/tinymce.php

index 51e99c223715a401b1111c3109e4c57bb86ee547..b4db43cee475ad84c5a7cf2af24919b02d634dbf 100644 (file)
@@ -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,