//>>built define("dojo dijit dojox dijit/_editor/_Plugin dijit/form/Button dojo/_base/declare dojo/string".split(" "),function(e,d,q,n){var h=e.declare("dojox.editor.plugins.AutoUrlLink",[n],{_template:"\x3ca _djrealurl\x3d'${url}' href\x3d'${url}'\x3e${url}\x3c/a\x3e",setEditor:function(a){this.editor=a;e.isIE||(e.some(a._plugins,function(a){return a.isInstanceOf(d._editor.plugins.EnterKeyHandling)?(this.blockNodeForEnter=a.blockNodeForEnter,!0):!1},this),this.connect(a,"onKeyPress","_keyPress"),this.connect(a, "onClick","_recognize"),this.connect(a,"onBlur","_recognize"))},_keyPress:function(a){var f=e.keys,c=a.keyCode,b=a.charCode;b==f.SPACE||a.ctrlKey&&(118==b||86==b)?setTimeout(e.hitch(this,"_recognize"),0):c==f.ENTER?setTimeout(e.hitch(this,function(){this._recognize({enter:!0})}),0):this._saved=this.editor.window.getSelection().anchorNode},_recognize:function(a){var f=this._template,c=a?a.enter:!1;a=this.editor;var b=a.window.getSelection();console.log("_recognize: isEnter \x3d ",c,", selection is ", b,b.anchorNode,this._findLastEditingNode(b.anchorNode));if(b){var c=c?this._findLastEditingNode(b.anchorNode):this._saved||b.anchorNode,m=this._saved=b.anchorNode,p=b.anchorOffset;if(3==c.nodeType&&!this._inLink(c)){var g=!1,d=this._findUrls(c,m,p),k=a.document.createRange(),l,h=0,n=m==c;for(l=d.shift();l;)k.setStart(c,l.start),k.setEnd(c,l.end),b.removeAllRanges(),b.addRange(k),a.execCommand("insertHTML",e.string.substitute(f,{url:k.toString()})),h+=l.end,l=d.shift(),g=!0;if(!(n&&0>=(p-=h))&&g)try{k.setStart(m, 0),k.setEnd(m,p),b.removeAllRanges(),b.addRange(k),a._sCall("collapse",[])}catch(r){}}}},_inLink:function(a){var f=this.editor.editNode,c=!1,b;for(a=a.parentNode;a&&a!==f;){b=a.tagName?a.tagName.toLowerCase():"";if("a"==b){c=!0;break}a=a.parentNode}return c},_findLastEditingNode:function(a){var f=d.range.BlockTagNames,c=this.editor.editNode,b;if(!a)return a;if("BR"!=this.blockNodeForEnter||(b=d.range.getBlockAncestor(a,null,c).blockNode)&&"LI"==b.tagName.toUpperCase()){for(a=(b||(b=d.range.getBlockAncestor(a, null,c).blockNode))&&"LI"==b.tagName.toUpperCase()?b:d.range.getBlockAncestor(a,null,c).blockNode;(a=a.previousSibling)&&(!a.tagName||!a.tagName.match(f)););if(a)for(a=a.lastChild;a&&(3!=a.nodeType||""==e.trim(a.nodeValue));)a=1==a.nodeType?a.lastChild:a.previousSibling}else for(;(a=a.previousSibling)&&3!=a.nodeType;);return a},_findUrls:function(a,f,c){var b=/(http|https|ftp):\/\/[^\s]+/ig,e=[],d=0,g=a.nodeValue,h;for(a===f&&c