CKEDITOR.dialog.add("easyimageAlt",(function(t){return{title:t.lang.easyimage.commands.altText,minWidth:200,minHeight:30,onOk:function(){var t=CKEDITOR.tools.trim(this.getValueOf("info","txtAlt"));this._.selectedImage.setAttribute("alt",t)},onHide:function(){delete this._.selectedImage},onShow:function(){var e=this.getContentElement("info","txtAlt");this._.selectedImage=t.widgets.focused.parts.image,e.setValue(this._.selectedImage.getAttribute("alt")),e.focus()},contents:[{id:"info",label:t.lang.easyimage.commands.altText,accessKey:"I",elements:[{type:"text",id:"txtAlt",label:t.lang.easyimage.commands.altText}]}]}}));