Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/www/components/com_jce/editor/tiny_mce/plugins/searchreplace/js/ |
Upload File : |
/* jce - 2.6.38 | 2019-03-14 | https://www.joomlacontenteditor.net | Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved | GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html */
!function(tinyMCEPopup,Wf,$){function init(){var ed=tinyMCEPopup.editor;Wf.init(),ed.updateSearchButtonStates.add(function(o){$.each(o,function(k,v){$("#"+k).prop("disabled",!!v)})}),$("#find").click(function(e){e.preventDefault(),ed.execCommand("mceSearch",!1,{textcase:$("#matchcase").is(":checked"),text:$("#search_string").val(),wholeword:$("#wholewords").is(":checked")})}),$("#next").click(function(e){e.preventDefault(),ed.execCommand("mceSearchNext",!1)}),$("#prev").click(function(e){e.preventDefault(),ed.execCommand("mceSearchPrev",!1)}),$("#replace").click(function(e){e.preventDefault();var value=$("#replace_string").val();ed.execCommand("mceReplace",!1,value)}),$("#replaceAll").click(function(e){e.preventDefault();var value=$("#replace_string").val();ed.execCommand("mceReplaceAll",!1,value)}),ed.windowManager.onClose.add(function(){ed.execCommand("mceSearchDone",!1)}),$("#search_string").val(tinyMCEPopup.getWindowArg("search_string")),$("#search_string").focus()}$(window).ready(init)}(tinyMCEPopup,Wf,jQuery);