/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("colordialog",function(e){function t(){p.getById(h).removeStyle("background-color"),i.getContentElement("picker","selectedColor").setValue(""),s&&s.removeAttribute("aria-selected"),s=null}function o(e){e=e.data.getTarget();var t;"td"==e.getName()&&(t=e.getChild(0).getHtml())&&(s=e,s.setAttribute("aria-selected",!0),i.getContentElement("picker","selectedColor").setValue(t))}function l(e){e=e.replace(/^#/,"");for(var t=0,o=[];2>=t;t++)o[t]=parseInt(e.substr(2*t,2),16);return"#"+(165<=.2126*o[0]+.7152*o[1]+.0722*o[2]?"000":"fff")}function r(e){!e.name&&(e=new CKEDITOR.event(e));var t,o=!/mouse/.test(e.name),r=e.data.getTarget();"td"==r.getName()&&(t=r.getChild(0).getHtml())&&(n(e),o?d=r:c=r,o&&(r.setStyle("border-color",l(t)),r.setStyle("border-style","dotted")),p.getById(m).setStyle("background-color",t),p.getById(v).setHtml(t))}function n(e){if(e=!/mouse/.test(e.name)&&d){var t=e.getChild(0).getHtml();e.setStyle("border-color",t),e.setStyle("border-style","solid")}d||c||(p.getById(m).removeStyle("background-color"),p.getById(v).setHtml(" "))}function a(t){var l=t.data,r=l.getTarget(),n=l.getKeystroke(),a="rtl"==e.lang.dir;switch(n){case 38:(t=r.getParent().getPrevious())&&(t=t.getChild([r.getIndex()]),t.focus()),l.preventDefault();break;case 40:(t=r.getParent().getNext())&&(t=t.getChild([r.getIndex()]))&&1==t.type&&t.focus(),l.preventDefault();break;case 32:case 13:o(t),l.preventDefault();break;case a?37:39:(t=r.getNext())?1==t.type&&(t.focus(),l.preventDefault(!0)):(t=r.getParent().getNext())&&(t=t.getChild([0]))&&1==t.type&&(t.focus(),l.preventDefault(!0));break;case a?39:37:(t=r.getPrevious())?(t.focus(),l.preventDefault(!0)):(t=r.getParent().getPrevious())&&(t=t.getLast(),t.focus(),l.preventDefault(!0))}}var i,s,d,c,g,u=CKEDITOR.dom.element,p=CKEDITOR.document,b=e.lang.colordialog,y={type:"html",html:" "},f=function(e){return CKEDITOR.tools.getNextId()+"_"+e},m=f("hicolor"),v=f("hicolortext"),h=f("selhicolor");return function(){function e(e,o){for(var r=e;e+3>r;r++){var n=new u(g.$.insertRow(-1));n.setAttribute("role","row");for(var a=o;o+3>a;a++)for(var i=0;6>i;i++)t(n.$,"#"+l[a]+l[i]+l[r])}}function t(e,t){var l=new u(e.insertCell(-1));l.setAttribute("class","ColorCell"),l.setAttribute("tabIndex",-1),l.setAttribute("role","gridcell"),l.on("keydown",a),l.on("click",o),l.on("focus",r),l.on("blur",n),l.setStyle("background-color",t),l.setStyle("border","1px solid "+t),l.setStyle("width","14px"),l.setStyle("height","14px");var i=f("color_table_cell");l.setAttribute("aria-labelledby",i),l.append(CKEDITOR.dom.element.createFromHtml(''+t+"",CKEDITOR.document))}g=CKEDITOR.dom.element.createFromHtml('