PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
administrator
/
components
/
com_jce
/
media
/
js
/* jce - 2.6.32 | 2018-08-15 | https://www.joomlacontenteditor.net | Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved | GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html */ !function($){var $tmp=document.createElement("div");$.support.borderRadius=function(){return"undefined"!=typeof $tmp.style.borderRadius}(),"undefined"==typeof Joomla&&(Joomla={}),$.support.bootstrap=function(){return $('script[src*="bootstrap"]').length>0}(),Joomla.modal=function(el,url,width,height){var o={handler:"iframe",size:{x:width,y:height},url:url,onOpen:function(){$("#sbox-window").css({width:"auto",height:"auto"})}};return SqueezeBox.fromElement(el,o)},$.fn.checkbox=function(){if($.support.borderRadius){if($(this).hasClass("ui-checkbox-element"))return;var n=this,css={};$.each(["marginTop","marginRight","marginBottom","marginLeft"],function(i,k){css[k]=$(n).css(k)}),$(this).addClass("ui-checkbox-element").wrap('<span class="ui-checkbox" />').click(function(){$(this).parent().not(".disabled").toggleClass("checked",this.checked)}).on("check",function(){$(this).parent().toggleClass("checked",this.checked)}).on("disable",function(){$(this).parent().toggleClass("disabled",this.disabled)}).each(function(){$(this).parent().toggleClass("checked",this.checked).toggleClass("disabled",this.disabled).css(css)})}return this},$.fn.radio=function(){if($.support.borderRadius){if($(this).hasClass("ui-radio-element"))return;var n=this,css={};$.each(["marginTop","marginRight","marginBottom","marginLeft"],function(i,k){css[k]=$(n).css(k)}),$(this).addClass("ui-radio-element").wrap('<span class="ui-radio" />').click(function(){$(this).parent().not(".disabled").toggleClass("checked",this.checked),$('input[type="radio"][name="'+$(this).attr("name")+'"]').not(this).parent().toggleClass("checked",!this.checked)}).on("check",function(){$(this).parent().toggleClass("checked",this.checked)}).on("disable",function(){$(this).parent().toggleClass("disabled",this.disabled)}).each(function(){$(this).parent().toggleClass("checked",this.checked).toggleClass("disabled",this.disabled).css(css)})}return this},$.jce={options:{},init:function(){var self=this;$("#jce").addClass("ui-jce"),$.support.cssFloat||($("#jce").addClass("ie"),document.querySelector&&($.support.leadingWhitespace?$("#jce").addClass("ie9"):$("#jce").addClass("ie8"))),$("#tabs ul li a").click(function(e){e.preventDefault(),$(this).tab("show")}),$("a.dialog").click(function(e){self.createDialog(e,{src:$(this).attr("href"),options:$(this).data("options")}),e.preventDefault()}),$(".wf-tooltip, .hasTip").tooltip({parent:"#jce"}),$('th input[type="checkbox"]',$("#profiles-list, #users-list")).click(function(){var n=$('td input[type="checkbox"]',$("#profiles-list, #users-list")).prop("checked",this.checked).trigger("check");$('input[name="boxchecked"]').val($(n).filter(":checked").length)}),$('td input[type="checkbox"]',$("#profiles-list, #users-list")).click(function(){var bc=$('input[name="boxchecked"]').val(),n=$('td input[type="checkbox"]',$("#profiles-list, #users-list")).length;$('th input[type="checkbox"]',$("#profiles-list, #users-list")).prop("checked",bc==n).trigger("check")}),this._formWidgets(),$("label.radio").addClass("inline"),$("#profiles-list tbody").nestable({placeholder:function(e,tr){var $cells=tr.children(),$helper=tr.clone();return $helper.children().each(function(i){$(this).width($cells.eq(i).width())}),$helper}}).on("sortable-end",function(e){function end(){}var n=e.el;$('input[name="task"]').val("saveorder");var cid=$('input[name^="cid"]',n).prop("checked",!0).serialize();$('input[name^="cid"]',n).prop("checked",!1);var order=[];$("tr",n).each(function(i){order.push("order[]="+i)}),$.ajax({type:"POST",url:"index.php",data:$("input[name]","#adminForm").not('input[name^="order"]').serialize()+"&"+cid+"&"+order.join("&")+"&tmpl=component",success:function(){end(),$("tr",n).each(function(i){$('input[name^="order"]',this).val(i+1),$('input[id^="cb"]',this).attr("id","cb"+i)})},error:function(){end()}})}),$("span.order-up a","#profiles-list").click(function(e){$("input[name^=cid]",$(this).parents("tr")).prop("checked",!0),$('input[name="task"]').val("orderup"),$("#adminForm").submit(),e.preventDefault()}),$("span.order-down a","#profiles-list").click(function(e){$("input[name^=cid]",$(this).parents("tr")).prop("checked",!0),$('input[name="task"]').val("orderdown"),$("#adminForm").submit(),e.preventDefault()}),$("[data-parameter-nested-item]").on("hide",function(){$(this).hide().find(":input").prop("disabled",!0)}).on("show",function(){$(this).show().find(":input").prop("disabled",!1)}).trigger("hide"),$(":input.parameter-nested-parent").change(function(){$(this).siblings("[data-parameter-nested-item]").trigger("hide").filter('[data-parameter-nested-item="'+this.value+'"]').trigger("show")}).change(),$(document).ready(function(){self._setDependants()}),$(document).ready(function(){$('input[type="checkbox"]').checkbox(),$('input[type="radio"]').radio()}),$(document).ready(function(){$("#jce").removeClass("loading")})},createDialog:function(el,o){var data={};return data="string"==$.type(o.options)?$.parseJSON(o.options.replace(/'/g,'"')):o.options,data=data||{width:640,height:480},Joomla.modal(el,o.src,data.width,data.height)},closeDialog:function(el){var win=window.parent;if("undefined"!=typeof win.SqueezeBox)return win.SqueezeBox.close()},_passwordWidget:function(el){var span=document.createElement("span");$(span).addClass("widget-password locked").insertAfter(el).click(function(){if(el=$(this).siblings('input[type="password"]'),$(this).hasClass("locked")){var input=document.createElement("input");$(el).hide(),$(input).attr({type:"text",size:$(el).attr("size"),value:$(el).val(),class:$(el).attr("class")}).insertAfter(el).change(function(){$(el).val(this.value)})}else{var n=$(this).siblings('input[type="text"]'),v=$(n).val();$(n).remove(),$(el).val(v).show()}$(this).toggleClass("locked")})},_formWidgets:function(){var self=this;$('input[type="password"]').each(function(){self._passwordWidget(this)}),$("input[placeholder]:not(:file), textarea[placeholder]").placeholder(),$(":input[pattern]").pattern(),$(":input[max]").max(),$(":input[min]").min()},_setDependants:function(){$("input[data-parent], select[data-parent], textarea[data-parent]").each(function(){var el=this,data=$(this).data("parent")||"",p=$(this).parents("li:first");$(p).hide(),$.each(data.split(";"),function(i,s){if(s=/([\w\.]+)\[([\w,]+)\]/.exec(s),s&&s.length>2){var k=s[1],v=s[2].split(",");k=k.replace(/[^\w]+/g,"");var ev="change."+k;$("#"+k).on(ev,function(){var state=$.inArray(this.value,v)!=-1;state?($(el).removeClass("child-of-"+k),el.className.indexOf("child-of-")===-1&&$(p).show()):($(p).hide(),$(el).addClass("child-of-"+k)),$(el).trigger("visibility:toggle",state)}).on("visibility:toggle",function(e,state){state?$(el).parent().show():$(el).parent().hide()}).trigger(ev)}})})}},$(document).ready(function(){$.jce.init()})}(jQuery);var $jce=jQuery.jce;
[-] cpanel.min.js
[edit]
[-] preferences.js
[edit]
[-] profile.min.js
[edit]
[-] index.html
[edit]
[-] browser.min.js
[edit]
[-] users.js
[edit]
[-] help.min.js
[edit]
[-] profiles.min.js
[edit]
[-] cpanel.js
[edit]
[-] core.min.js
[edit]
[-] browser.js
[edit]
[-] update.js
[edit]
[-] jce.js
[edit]
[+]
..