/
home
/
assocoweys
/
backup-assocoweys
/
esgl93
/
media
/
com_jce
/
editor
/
tinymce
/
plugins
/
templatemanager
/
js
/
Upload File
HOME
/* jce - 2.9.63 | 2024-03-11 | https://www.joomlacontenteditor.net | Copyright (C) 2006 - 2024 Ryan Demmer. All rights reserved | GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html */ !function($) { $(document).ready(function() { $(".controls").on("change", ".wf-templatemanager-templates :input", function(e) { var $ctrl = $(this).parents(".wf-templatemanager-templates").parent(), items = []; $(".wf-templatemanager-templates", $ctrl).each(function() { var data = {}; $(":input[name]", this).each(function() { var name = $(this).attr("name"), val = $(this).val(); data[name] = $("<textarea/>").text(val).html(); }), items.push(data); }), $ctrl.find('input[name*="jform"][type="hidden"]').val(JSON.stringify(items)).trigger("change"); }); }); }(jQuery);