@lingxiteam/lcdp-ueditor-react 1.0.4-alpha.2 → 1.0.4-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/LcdpUeditor.d.ts +1 -0
- package/es/LcdpUeditor.js +10 -6
- package/es/ToolBottomBar/FormatModal/index.js +79 -75
- package/es/ToolBottomBar/index.js +10 -24
- package/es/tools/generateStylesFromSettings.d.ts +16 -2
- package/es/tools/generateStylesFromSettings.js +187 -7
- package/lib/LcdpUeditor.d.ts +1 -0
- package/lib/LcdpUeditor.js +5 -1
- package/lib/ToolBottomBar/FormatModal/index.js +49 -38
- package/lib/ToolBottomBar/index.js +6 -15
- package/lib/tools/generateStylesFromSettings.d.ts +16 -2
- package/lib/tools/generateStylesFromSettings.js +167 -48
- package/package.json +1 -1
- package/ueditor-resource/lang/en/en.js +1 -1
- package/ueditor-resource/lang/zh-cn/zh-cn.js +1 -1
- package/ueditor-resource/lang/zh-tw/zh-tw.js +1 -1
- package/ueditor-resource/ueditor.all.js +21 -20
- package/es/LcdpUeditor.d.ts.map +0 -1
- package/es/ToolBottomBar/FormatModal/index.d.ts.map +0 -1
- package/es/ToolBottomBar/ProgressModal/index.d.ts.map +0 -1
- package/es/ToolBottomBar/index.d.ts.map +0 -1
- package/es/const.d.ts.map +0 -1
- package/es/icon/ExportPDF.d.ts.map +0 -1
- package/es/icon/TextCopy.d.ts.map +0 -1
- package/es/icon/TextFileIcon.d.ts.map +0 -1
- package/es/icon/TextIcon.d.ts.map +0 -1
- package/es/index.d.ts.map +0 -1
- package/es/tools/UeditorResourceLoader.d.ts.map +0 -1
- package/es/tools/exportPDF.d.ts.map +0 -1
- package/es/tools/filterHtmlNode.d.ts.map +0 -1
- package/es/tools/generateStylesFromSettings.d.ts.map +0 -1
- package/es/tools/loadScript.d.ts.map +0 -1
- package/es/type.d.ts.map +0 -1
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
/*! UEditorPlus v2.0.0*/
|
|
2
2
|
function __cons(t,a){return eval("new t("+Array.prototype.map.call(a,function(t,e){return"a["+e+"]"}).join(",")+")")}Object.getPrototypeOf||(Object.getPrototypeOf=function(t){if(t!==Object(t))throw TypeError("Object.getPrototypeOf called on non-object");return t.__proto__||t.constructor.prototype||Object.prototype}),"function"!=typeof Object.getOwnPropertyNames&&(Object.getOwnPropertyNames=function(t){if(t!==Object(t))throw TypeError("Object.getOwnPropertyNames called on non-object");var e,r=[];for(e in t)Object.prototype.hasOwnProperty.call(t,e)&&r.push(e);return r}),"function"!=typeof Object.create&&(Object.create=function(t,e){function r(){}if("object"!=typeof t)throw TypeError();r.prototype=t;var n=new r;if(t&&(n.constructor=r),void 0!==e){if(e!==Object(e))throw TypeError();Object.defineProperties(n,e)}return n}),function(){if(!Object.defineProperty||!function(){try{return Object.defineProperty({},"x",{}),!0}catch(t){return!1}}()){var t=Object.defineProperty;Object.defineProperty=function(e,r,n){if(t)try{return t(e,r,n)}catch(o){}if(e!==Object(e))throw TypeError("Object.defineProperty called on non-object");return Object.prototype.__defineGetter__&&"get"in n&&Object.prototype.__defineGetter__.call(e,r,n.get),Object.prototype.__defineSetter__&&"set"in n&&Object.prototype.__defineSetter__.call(e,r,n.set),"value"in n&&(e[r]=n.value),e}}}(),"function"!=typeof Object.defineProperties&&(Object.defineProperties=function(t,e){if(t!==Object(t))throw TypeError("Object.defineProperties called on non-object");var r;for(r in e)Object.prototype.hasOwnProperty.call(e,r)&&Object.defineProperty(t,r,e[r]);return t}),Object.keys||(Object.keys=function(t){if(t!==Object(t))throw TypeError("Object.keys called on non-object");var e,r=[];for(e in t)Object.prototype.hasOwnProperty.call(t,e)&&r.push(e);return r}),Function.prototype.bind||(Function.prototype.bind=function(t){if("function"!=typeof this)throw TypeError("Bind must be called on a function");var e=Array.prototype.slice.call(arguments,1),r=this,n=function(){},o=function(){return r.apply(this instanceof n?this:t,e.concat(Array.prototype.slice.call(arguments)))};return this.prototype&&(n.prototype=this.prototype),o.prototype=new n,o}),Array.isArray=Array.isArray||function(t){return Boolean(t&&"[object Array]"===Object.prototype.toString.call(Object(t)))},Array.prototype.indexOf||(Array.prototype.indexOf=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if(0===r)return-1;var n=0;if(arguments.length>0&&(n=Number(arguments[1]),isNaN(n)?n=0:0!==n&&n!==1/0&&n!==-1/0&&(n=(n>0||-1)*Math.floor(Math.abs(n)))),n>=r)return-1;for(var o=n>=0?n:Math.max(r-Math.abs(n),0);o<r;o++)if(o in e&&e[o]===t)return o;return-1}),Array.prototype.lastIndexOf||(Array.prototype.lastIndexOf=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if(0===r)return-1;var n=r;arguments.length>1&&((n=Number(arguments[1]))!==n?n=0:0!==n&&n!==1/0&&n!==-1/0&&(n=(n>0||-1)*Math.floor(Math.abs(n))));for(var o=n>=0?Math.min(n,r-1):r-Math.abs(n);o>=0;o--)if(o in e&&e[o]===t)return o;return-1}),Array.prototype.every||(Array.prototype.every=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if("function"!=typeof t)throw TypeError();var n,o=arguments[1];for(n=0;n<r;n++)if(n in e&&!t.call(o,e[n],n,e))return!1;return!0}),Array.prototype.some||(Array.prototype.some=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if("function"!=typeof t)throw TypeError();var n,o=arguments[1];for(n=0;n<r;n++)if(n in e&&t.call(o,e[n],n,e))return!0;return!1}),Array.prototype.forEach||(Array.prototype.forEach=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if("function"!=typeof t)throw TypeError();var n,o=arguments[1];for(n=0;n<r;n++)n in e&&t.call(o,e[n],n,e)}),Array.prototype.map||(Array.prototype.map=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if("function"!=typeof t)throw TypeError();var n=[];n.length=r;var o,i=arguments[1];for(o=0;o<r;o++)o in e&&(n[o]=t.call(i,e[o],o,e));return n}),Array.prototype.filter||(Array.prototype.filter=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if("function"!=typeof t)throw TypeError();var n,o=[],i=arguments[1];for(n=0;n<r;n++)if(n in e){var a=e[n];t.call(i,a,n,e)&&o.push(a)}return o}),Array.prototype.reduce||(Array.prototype.reduce=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if("function"!=typeof t)throw TypeError();if(0===r&&1===arguments.length)throw TypeError();var n,o=0;if(arguments.length>=2)n=arguments[1];else for(;;){if(o in e){n=e[o++];break}if(++o>=r)throw TypeError()}for(;o<r;)o in e&&(n=t.call(void 0,n,e[o],o,e)),o++;return n}),Array.prototype.reduceRight||(Array.prototype.reduceRight=function(t){if(void 0===this||null===this)throw TypeError();var e=Object(this),r=e.length>>>0;if("function"!=typeof t)throw TypeError();if(0===r&&1===arguments.length)throw TypeError();var n,o=r-1;if(arguments.length>=2)n=arguments[1];else for(;;){if(o in this){n=this[o--];break}if(--o<0)throw TypeError()}for(;o>=0;)o in e&&(n=t.call(void 0,n,e[o],o,e)),o--;return n}),String.prototype.trim||(String.prototype.trim=function(){return String(this).replace(/^\s+/,"").replace(/\s+$/,"")}),Date.now||(Date.now=function(){return Number(new Date)}),Date.prototype.toISOString||(Date.prototype.toISOString=function(){function t(t){return("00"+t).slice(-2)}return this.getUTCFullYear()+"-"+t(this.getUTCMonth()+1)+"-"+t(this.getUTCDate())+"T"+t(this.getUTCHours())+":"+t(this.getUTCMinutes())+":"+t(this.getUTCSeconds())+"."+function(t){return("000"+t).slice(-3)}(this.getUTCMilliseconds())+"Z"}),function(t){"use strict";function e(e){return e===t?C:e}function r(t,e){for(var r=Object.getOwnPropertyDescriptor(t,e),n=Object.getPrototypeOf(t);!r&&n;)r=Object.getOwnPropertyDescriptor(n,e),n=Object.getPrototypeOf(n);return r}function n(t,e,r,n){e in t&&!n&&!I||("function"==typeof r?Object.defineProperty(t,e,{value:r,configurable:!0,enumerable:!1,writable:!0}):Object.defineProperty(t,e,{value:r,configurable:!1,enumerable:!1,writable:!1}))}function o(t,e,r){Object.defineProperty(t,e,{value:r,configurable:!1,enumerable:!1,writable:!0})}function i(){function t(t){var e=t.valueOf,n=R(null);return Object.defineProperty(t,"valueOf",{value:function(r){return function(o){return o===r?n:e.apply(t,arguments)}}(r),configurable:!0,writeable:!0,enumerable:!1}),n}function e(t){var e="function"==typeof t.valueOf&&t.valueOf(r);return e===t?null:e}var r=R(null);return{clear:function(){r=R(null)},remove:function(t){var r=e(t);return!(!r||!b(r,"value")||(delete r.value,0))},get:function(t,r){var n=e(t);return n&&b(n,"value")?n.value:r},has:function(t){var r=e(t);return Boolean(r&&b(r,"value"))},set:function(r,n){(e(r)||t(r)).value=n}}}function a(e){switch(typeof e){case"undefined":return"undefined";case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"symbol":return"symbol";default:return null===e?"null":e instanceof t.Symbol?"symbol":"object"}}function u(t){return t=Number(t),L(t)?0:0===t||t===1/0||t===-(1/0)?t:(t<0?-1:1)*V(H(t))}function c(t){return t>>>0}function s(t){if(null===t||t===C)throw TypeError();return Object(t)}function f(t){var e=u(t);return e<=0?0:e===1/0?9007199254740991:K(e,9007199254740991)}function l(t){return"function"==typeof t}function p(t){return!!/Constructor/.test(Object.prototype.toString.call(t))||!!/Function/.test(Object.prototype.toString.call(t))||"function"==typeof t}function h(t,e){if(typeof t!=typeof e)return!1;switch(typeof t){case"undefined":return!0;case"number":return t!==t&&e!==e||(0===t&&0===e?1/t==1/e:t===e);case"boolean":case"string":case"object":default:return t===e}}function y(t,e){if(typeof t!=typeof e)return!1;switch(typeof t){case"undefined":return!0;case"number":return t!==t&&e!==e||t===e;case"boolean":case"string":case"object":default:return t===e}}function v(t,e){return s(t)[e]}function d(t,e){var r=v(t,e);if(r===C||null===r)return C;if(!l(r))throw TypeError();return r}function m(t,e){for(;t;){if(Object.prototype.hasOwnProperty.call(t,e))return!0;if("object"!==a(t))return!1;var r=Object.getPrototypeOf(t);if(r===t)return!1;t=r}return!1}function b(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function g(t,e){arguments.length<2&&(e=d(t,it));var r=e.call(t);if("object"!==a(r))throw TypeError();return r}function E(t,e){if(arguments.length<2)var r=t.next();else r=t.next(e);if("object"!==a(r))throw TypeError();return r}function w(t){return t.value}function S(t,e){var r=E(t,e),n=r.done;return!0!==Boolean(n)&&r}function T(t,e){var r={};return r.value=t,r.done=e,r}function O(t,e,r){k(function(){e.apply(C,r)})}function j(t){}function _(t){var e=[];if(Object(t)!==t)return e;for(var r=new Set;null!==t;)Object.getOwnPropertyNames(t).forEach(function(n){if(!r.has(n)){var o=Object.getOwnPropertyDescriptor(t,n);o&&(r.add(n),o.enumerable&&e.push(n))}}),t=Object.getPrototypeOf(t);return e[it]()}function P(t){return Object.getOwnPropertyNames(t)}function R(t,e){return Object.create(t,e)}function A(){}function N(t,e){var r=String(t),n=new A;return o(n,"[[IteratedString]]",r),o(n,"[[StringIteratorNextIndex]]",0),o(n,"[[StringIterationKind]]",e),n}function D(){}function M(t,e){var r=s(t),n=new D;return o(n,"[[IteratedObject]]",r),o(n,"[[ArrayIteratorNextIndex]]",0),o(n,"[[ArrayIterationKind]]",e),n}var x,I=!1,C=void 0,k=function(t,e){return t?function(e){t.resolve().then(function(){e()})}:e?function(t){e(t)}:function(t){setTimeout(t,0)}}(t.Promise,t.setImmediate),L=t.isNaN,U=t.parseInt,F=t.parseFloat,W=Math.E,q=Math.LOG10E,B=Math.LOG2E,H=Math.abs,X=Math.ceil,G=Math.exp,V=Math.floor,z=Math.log,$=Math.max,K=Math.min,J=Math.pow,Y=Math.random,Z=Math.sqrt,Q=String.prototype.match,tt=String.prototype.replace,et=String.prototype.search,rt=String.prototype.split,nt=Object.create(null);!function(){function r(t){return Array(t+1).join("x").replace(/x/g,function(){return Y()<.5?"":""})}function i(t){if(!(this instanceof i))return new i(t,a);if(this instanceof i&&arguments[1]!==a)throw TypeError();var e=t===C?C:String(t);return o(this,"[[SymbolData]]",r(128)),o(this,"[[Description]]",e),u[this]=this,this}var a=Object.create(null),u={};x=function(t){return u[t]};var c=[];"Symbol"in t&&!I||(t.Symbol=i),n(i,"for",function(t){for(var e=String(t),r=0;r<c.length;++r){var n=c[r];if(h(n["[[key]]"],e))return n["[[symbol]]"]}var o=i(t);return c.push({"[[key]]":e,"[[symbol]]":o}),o}),n(t.Symbol,"iterator",t.Symbol("Symbol.iterator")),n(i,"keyFor",function(t){if(!(t instanceof i))throw TypeError();for(var e=0;e<c.length;++e){var r=c[e];if(h(r["[[symbol]]"],t))return r["[[key]]"]}return C}),n(t.Symbol,"match",t.Symbol("Symbol.match")),n(t.Symbol,"replace",t.Symbol("Symbol.replace")),n(t.Symbol,"search",t.Symbol("Symbol.search")),n(t.Symbol,"split",t.Symbol("Symbol.split")),n(t.Symbol,"toStringTag",t.Symbol("Symbol.toStringTag")),Object.defineProperty(i.prototype,"toString",{value:function(){var t=e(this),r=t["[[Description]]"];return"Symbol("+(r===C?"":r)+t["[[SymbolData]]"]+")"},configurable:!0,writeable:!0,enumerable:!1}),Object.defineProperty(i.prototype,"valueOf",{value:function(){throw TypeError()},configurable:!0,writeable:!0,enumerable:!1})}();var ot={},it=t.Symbol.iterator,at=t.Symbol.match,ut=t.Symbol.replace,ct=t.Symbol.search,st=t.Symbol.split,ft=t.Symbol.toStringTag;n(Object,"assign",function(t,e){var r=s(t);if(arguments.length<2)return r;for(var n=1;n<arguments.length;){var o=arguments[n++];if(o===C||null===o)var i=[];else{var a=s(o);i=P(a)}for(var u=0;u<i.length;++u){var c=i[u],f=Object.getOwnPropertyDescriptor(a,c);if(f!==C&&f.enumerable){var l=a[c];r[c]=l}}}return r}),function(){function e(t){return!x(t)}var r="symbol"==typeof t.Symbol(),o=Object.getOwnPropertyNames,i=Object.keys,a="object"==typeof window?o(window):[];n(Object,"getOwnPropertyNames",function(t){if("[object Window]"===Object.prototype.toString.call(t))try{return o(t).filter(e)}catch(r){return a.slice()}return o(t).filter(e)},!r),n(Object,"getOwnPropertySymbols",function(t){return o(t).filter(x).map(x)},!r),n(Object,"keys",function(t){return i(t).filter(e)},!r)}(),n(Object,"is",function(t,e){return h(t,e)}),n(Object,"setPrototypeOf",function(t,e){if("object"!==a(t))throw TypeError();if("object"!==a(e)&&"null"!==a(e))throw TypeError();return t.__proto__=e,t});var lt=Object.prototype.toString;n(Object.prototype,"toString",function(){var t=e(this);return t===Object(t)&&ft in t?"[object "+t[ft]+"]":lt.apply(t,arguments)}),n(t.Symbol.prototype,t.Symbol.toStringTag,"Symbol"),n(Number,"EPSILON",function(){var t,e;for(t=1;1+t!==1;t/=2)e=t;return e}()),n(Number,"isFinite",function(t){return"number"===a(t)&&t===t&&t!==+(1/0)&&t!==-(1/0)}),n(Number,"isInteger",function(t){return"number"===a(t)&&t===t&&t!==+(1/0)&&t!==-(1/0)&&u(t)===t}),n(Number,"isNaN",function(t){return"number"===a(t)&&t!==t}),n(Number,"isSafeInteger",function(t){if("number"!==a(t))return!1;if(t!==t||t===+(1/0)||t===-(1/0))return!1;var e=u(t);return e===t&&H(e)<=9007199254740991}),n(Number,"MAX_SAFE_INTEGER",9007199254740991),n(Number,"MIN_SAFE_INTEGER",-9007199254740991),n(Number,"parseFloat",F),n(Number,"parseInt",U),n(Math,ft,"Math"),n(Math,"acosh",function(t){return t=Number(t),z(t+Z(t*t-1))}),n(Math,"asinh",function(t){if(t=Number(t),h(t,-0))return t;var e=Z(t*t+1);return z(e===-t?0:t+e)}),n(Math,"atanh",function(t){return 0===(t=Number(t))?t:z((1+t)/(1-t))/2}),n(Math,"cbrt",function(t){if(t=Number(t),L(t/t))return t;var e=J(H(t),1/3),r=t/e/e;return e+e*(r-e)/(2*e+r)}),n(Math,"clz32",function(t){function e(t){return 240&t?128&t?0:64&t?1:32&t?2:3:8&t?4:4&t?5:2&t?6:1&t?7:8}return 4278190080&(t=c(t))?e(t>>24):16711680&t?e(t>>16)+8:65280&t?e(t>>8)+16:e(t)+24}),n(Math,"cosh",function(t){return t=Number(t),(J(W,t)+J(W,-t))/2}),n(Math,"expm1",function(t){return t=Number(t),h(t,-0)?-0:H(t)<1e-5?t+.5*t*t:G(t)-1}),n(Math,"fround",function(t){return L(t)?NaN:1/t==+(1/0)||1/t==-(1/0)||t===+(1/0)||t===-(1/0)?t:new Float32Array([t])[0]}),n(Math,"hypot",function(){for(var t=[],e=0,r=!1,n=0;n<arguments.length;++n){var o=H(Number(arguments[n]));if(o===1/0)return o;o!==o&&(r=!0),o>e&&(e=o),t[n]=o}if(r)return NaN;if(0===e)return 0;var i=0;for(n=0;n<t.length;++n){var a=t[n]/e;i+=a*a}return e*Z(i)}),n(Math,"imul",function(t,e){var r=c(t),n=c(e),o=65535&r,i=65535&n;return o*i+((r>>>16&65535)*i+o*(n>>>16&65535)<<16>>>0)|0},"imul"in Math&&0===Math.imul(1,2147483648)),n(Math,"log1p",function(t){return(t=Number(t))<-1?NaN:h(t,-0)?-0:H(t)>1e-4?z(1+t):(-.5*t+1)*t}),n(Math,"log10",function(t){return t=Number(t),z(t)*q}),n(Math,"log2",function(t){return t=Number(t),z(t)*B}),n(Math,"sign",function(t){return(t=Number(t))<0?-1:t>0?1:t}),n(Math,"sinh",function(t){return t=Number(t),h(t,-0)?t:(J(W,t)-J(W,-t))/2}),n(Math,"tanh",function(t){t=Number(t);var e=J(W,2*t)-1,r=J(W,2*t)+1;return h(t,-0)?t:e===r?1:e/r}),n(Math,"trunc",function(t){return t=Number(t),L(t)?NaN:t<0?X(t):V(t)});var pt=function(){var t={},e=Symbol();return t[Symbol.match]=function(){return e},"".match(t)===e}();n(String,"fromCodePoint",function(){for(var t=arguments,e=t.length,r=[],n=0;n<e;){var o=t[n],i=Number(o);if(!h(i,u(i))||i<0||i>1114111)throw RangeError("Invalid code point "+i);i<65536?r.push(String.fromCharCode(i)):(i-=65536,r.push(String.fromCharCode(55296+(i>>10))),r.push(String.fromCharCode(i%1024+56320))),n+=1}return r.join("")}),n(String,"raw",function(t){var e=[].slice.call(arguments,1),r=Object(t).raw,n=Object(r),o=f(n.length);if(o<=0)return"";for(var i=[],a=0;;){var u=n[a],c=String(u);if(i.push(c),a+1===o)return i.join("");u=e[a];var s=String(u);i.push(s),a+=1}}),n(String.prototype,"codePointAt",function(t){var r=e(this),n=String(r),o=u(t),i=n.length;if(o<0||o>=i)return C;var a=n.charCodeAt(o);if(a<55296||a>56319||o+1===i)return a;var c=n.charCodeAt(o+1);return c<56320||c>57343?a:1024*(a-55296)+(c-56320)+65536}),n(String.prototype,"endsWith",function(t){var r=arguments[1],n=e(this),o=String(n),i=String(t),a=o.length,c=r===C?a:u(r),s=K($(c,0),a),f=i.length,l=s-f;return!(l<0)&&o.substring(l,l+f)===i}),n(String.prototype,"includes",function(t){var r=arguments[1],n=e(this),o=String(n),i=String(t),a=u(r),c=o.length,s=K($(a,0),c);return-1!==o.indexOf(i,s)}),n(String.prototype,"match",function(t){var r=e(this),n=String(r);if(m(t,at))var o=t;else o=new RegExp(t);return o[at](n)},!pt),n(String.prototype,"repeat",function(t){var r=e(this),n=String(r),o=u(t);if(o<0)throw RangeError();if(o===1/0)throw RangeError();return new Array(o+1).join(n)}),n(String.prototype,"replace",function(t,r){var n=e(this);return m(t,ut)?t[ut](n,r):tt.call(n,t,r)},!pt),n(String.prototype,"search",function(t){var r=e(this),n=String(r);if(m(t,ct))var o=t;else o=new RegExp(t);return o[ct](n)},!pt),n(String.prototype,"split",function(t,r){var n=e(this);return m(t,st)?t[st](n,r):rt.call(n,t,r)},!pt),n(String.prototype,"startsWith",function(t){var r=arguments[1],n=e(this),o=String(n),i=String(t),a=u(r),c=o.length,s=K($(a,0),c),f=i.length;return!(f+s>c)&&o.substring(s,s+f)===i}),n(String.prototype,it,function(){return N(this,"value")});var ht=Object.create(ot);A.prototype=ht,n(ht,"next",function(){var t=s(this),e=String(t["[[IteratedString]]"]),r=t["[[StringIteratorNextIndex]]"];if(r>=e.length)return o(t,"[[StringIteratorNextIndex]]",1/0),T(C,!0);var n=e.codePointAt(r);return o(t,"[[StringIteratorNextIndex]]",r+(n>65535?2:1)),T(String.fromCodePoint(n),!1)}),n(ht,ft,"String Iterator"),"flags"in RegExp.prototype||Object.defineProperty(RegExp.prototype,"flags",{get:function(){var t=String(this);return t.substring(t.lastIndexOf("/")+1)}}),n(RegExp.prototype,at,function(t){var r=e(this);return Q.call(t,r)}),n(RegExp.prototype,ut,function(t,r){var n=e(this);return tt.call(t,n,r)}),n(RegExp.prototype,ct,function(t){var r=e(this);return et.call(t,r)}),n(RegExp.prototype,st,function(t,r){var n=e(this);return rt.call(t,n,r)}),n(Array,"from",function(t){var r=arguments[1],n=arguments[2],o=e(this);if(r===C)var i=!1;else{if(!l(r))throw TypeError();var a=n;i=!0}var u=d(t,it);if(u!==C){if(p(o))var c=new o;else c=new Array(0);for(var h=g(t,u),y=0;;){var v=S(h);if(!1===v)return c.length=y,c;var m=w(v);if(i)var b=r.call(a,m);else b=m;c[y]=b,y+=1}}var E=s(t),T=f(E.length);for(c=p(o)?new o(T):new Array(T),y=0;y<T;){var O=E[y];b=i?r.call(a,O,y):O,c[y]=b,y+=1}return c.length=T,c}),n(Array,"of",function(){var t,r=arguments,n=c(r.length),o=e(this);t=p(o)?s(t=new o(n)):new Array(n);for(var i=0;i<n;)t[i]=r[i],i+=1;return t.length=n,t}),n(Array.prototype,"copyWithin",function(t,e){var r=arguments[2],n=s(this),o=f(n.length);o=$(o,0);var i,a=u(t);i=a<0?$(o+a,0):K(a,o);var c,l=u(e);c=l<0?$(o+l,0):K(l,o);var p,h;h=(p=r===C?o:u(r))<0?$(o+p,0):K(p,o);var y,v=K(h-c,o-i);for(c<i&&i<c+v?(y=-1,c=c+v-1,i=i+v-1):y=1;v>0;){var d=String(c),b=String(i);if(m(n,d)){var g=n[d];n[b]=g}else delete n[b];c+=y,i+=y,v-=1}return n});var yt="entries"in Array.prototype&&"next"in[].entries();n(Array.prototype,"entries",function(){return M(this,"key+value")},!yt),n(Array.prototype,"fill",function(t){var e=arguments[1],r=arguments[2],n=s(this),o=f(n.length);o=$(o,0);var i,a=u(e);i=a<0?$(o+a,0):K(a,o);var c,l;for(l=(c=r===C?o:u(r))<0?$(o+c,0):K(c,o);i<l;)n[String(i)]=t,i+=1;return n}),n(Array.prototype,"find",function(t){var e=s(this),r=u(e.length);if(!l(t))throw TypeError();for(var n=arguments.length>1?arguments[1]:C,o=0;o<r;){var i=String(o);if(m(e,i)){var a=e[i],c=t.call(n,a,o,e);if(Boolean(c))return a}++o}return C}),n(Array.prototype,"findIndex",function(t){var e=s(this),r=f(e.length);if(!l(t))throw TypeError();for(var n=arguments.length>1?arguments[1]:C,o=0;o<r;){var i=String(o);if(m(e,i)){var a=e[i],u=t.call(n,a,o,e);if(Boolean(u))return o}++o}return-1}),n(Array.prototype,"keys",function(){return M(this,"key")},!yt),n(Array.prototype,"values",function(){return M(this,"value")},!yt),n(Array.prototype,it,Array.prototype.values);var vt=Object.create(ot);D.prototype=vt,n(vt,"next",function(){var t=e(this);if("object"!==a(t))throw TypeError();var r,n,i=t["[[IteratedObject]]"],u=t["[[ArrayIteratorNextIndex]]"],s=t["[[ArrayIterationKind]]"],f=c(i.length);if(-1!==s.indexOf("sparse"))for(var l=!1;!l&&u<f;)(l=m(i,r=String(u)))||(u+=1);if(u>=f)return o(t,"[[ArrayIteratorNextIndex]]",1/0),T(C,!0);if(r=u,o(t,"[[ArrayIteratorNextIndex]]",u+1),-1!==s.indexOf("value")&&(n=i[r]),-1!==s.indexOf("key+value"))return T([r,n],!1);if(-1!==s.indexOf("key"))return T(r,!1);if("value"===s)return T(n,!1);throw Error("Internal error")}),n(vt,ft,"Array Iterator"),["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array"].forEach(function(r){if(r in t){var o=t[r];n(o,"from",function(t){var r=arguments[1],n=arguments[2],o=e(this);if(!p(o))throw TypeError();if(r===C)var i=!1;else{if(l(r))throw TypeError();var a=n;i=!0}var u=d(t,it);if(u!==C){for(var c=g(t,u),h=[],y=!0;!1!==y;)if(!1!==(y=S(c))){var v=w(y);h.push(v)}for(var m=h.length,b=new o(m),E=0;E<m;){var T=h.shift();if(i)var O=r.call(a,T);else O=T;b[E]=O,++E}return b}var j=s(t);for(b=new o(m=f(j.length)),E=0;E<m;)T=j[E],O=i?r.call(a,T,E):T,b[E]=O,++E;return b}),n(o,"of",function(){for(var t=arguments,r=t.length,n=new(e(this))(r),o=0;o<r;)n[o]=t[o],++o;return n}),n(o.prototype,"copyWithin",Array.prototype.copyWithin),n(o.prototype,"entries",Array.prototype.entries),n(o.prototype,"every",Array.prototype.every),n(o.prototype,"fill",function(t){var e=arguments[1],r=arguments[2],n=s(this),o=f(n.length);o=$(o,0);var i,a=u(e);i=a<0?$(o+a,0):K(a,o);var c,l;for(l=(c=r===C?o:u(r))<0?$(o+c,0):K(c,o);i<l;)n[String(i)]=t,i+=1;return n}),n(o.prototype,"filter",function(t){var e=arguments[1],r=s(this),n=f(r.length);if(!l(t))throw TypeError();for(var o=e,i=r.constructor,a=[],u=0,c=0;u<n;){var p=r[u];t.call(o,p,u,r)&&(a.push(p),++c),++u}for(var h=new i(c),y=0,v=0;v<a.length;++v){var d=a[v];h[y]=d,++y}return h}),n(o.prototype,"find",Array.prototype.find),n(o.prototype,"findIndex",Array.prototype.findIndex),n(o.prototype,"forEach",Array.prototype.forEach),n(o.prototype,"indexOf",Array.prototype.indexOf),n(o.prototype,"join",Array.prototype.join),n(o.prototype,"keys",Array.prototype.keys),n(o.prototype,"lastIndexOf",Array.prototype.lastIndexOf),n(o.prototype,"map",function(t){var e=arguments[1],r=s(this),n=f(r.length);if(!l(t))throw TypeError();var o=e,i=C,a=r.constructor;p(a)&&(i=new a(n)),i===C&&(i=new Array(n));for(var u=0;u<n;){if(m(r,u)){var c=r[u],h=t.call(o,c,u,r);i[u]=h}++u}return i}),n(o.prototype,"reduce",Array.prototype.reduce),n(o.prototype,"reduceRight",Array.prototype.reduceRight),n(o.prototype,"reverse",Array.prototype.reverse),n(o.prototype,"slice",function(t,e){var r=s(this),n=f(r.length),o=u(t),i=o<0?$(n+o,0):K(o,n),a=e===C?n:u(e),c=a<0?$(n+a,0):K(a,n),l=c-i,h=r.constructor;if(!p(h))throw TypeError();for(var y=new h(l),v=0;i<c;){var d=r[i];y[v]=d,++i,++v}return y}),n(o.prototype,"some",Array.prototype.some),n(o.prototype,"sort",function(){var t=arguments[0];return Array.prototype.sort.call(this,function(e,r){return e!==e&&r!==r?0:e!==e?1:r!==r?-1:t!==C?t(e,r):e<r?-1:e>r?1:0})}),n(o.prototype,"values",Array.prototype.values),n(o.prototype,it,o.prototype.values),n(o.prototype,ft,r)}}),function(){function r(){var t=e(this),r=arguments[0];if("object"!==a(t))throw TypeError();if("[[MapData]]"in t)throw TypeError();if(r!==C){var n=t.set;if(!l(n))throw TypeError();var i=g(s(r))}if(o(t,"[[MapData]]",{keys:[],values:[]}),i===C)return t;for(;;){var u=S(i);if(!1===u)return t;var c=w(u);if("object"!==a(c))throw TypeError();var f=c[0],p=c[1];n.call(t,f,p)}return t}function i(t,e){var r;if(e===e)return t.keys.indexOf(e);for(r=0;r<t.keys.length;r+=1)if(y(t.keys[r],e))return r;return-1}function u(){}function c(t,e){if("object"!==a(t))throw TypeError();if(!("[[MapData]]"in t))throw TypeError();if(t["[[MapData]]"]===C)throw TypeError();var r=new u;return o(r,"[[Map]]",t),o(r,"[[MapNextIndex]]",0),o(r,"[[MapIterationKind]]",e),r}"Map"in t&&!I&&!function(){try{return new t.Map([]),!1}catch(e){return!0}}()&&!function(){try{return!(new t.Map).entries().next}catch(e){return!0}}()&&1===new t.Map([["a",1]]).size||(t.Map=r);var f={};n(r.prototype=f,"clear",function(){var t=e(this);if("object"!==a(t))throw TypeError();if(!("[[MapData]]"in t))throw TypeError();if(t["[[MapData]]"]===C)throw TypeError();var r=t["[[MapData]]"];return r.keys.length=0,r.values.length=0,C}),n(r.prototype,"delete",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(!("[[MapData]]"in r))throw TypeError();if(r["[[MapData]]"]===C)throw TypeError();var n=r["[[MapData]]"],o=i(n,t);return!(o<0||(n.keys[o]=nt,n.values[o]=nt,0))}),n(r.prototype,"entries",function(){var t=e(this);if("object"!==a(t))throw TypeError();return c(t,"key+value")}),n(r.prototype,"forEach",function(t){var r=arguments[1],n=e(this);if("object"!==a(n))throw TypeError();if(!("[[MapData]]"in n))throw TypeError();if(n["[[MapData]]"]===C)throw TypeError();var o=n["[[MapData]]"];if(!l(t))throw TypeError("First argument to forEach is not callable.");for(var i=0;i<o.keys.length;++i)o.keys[i]!==nt&&t.call(r,o.values[i],o.keys[i],n);return C}),n(r.prototype,"get",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(!("[[MapData]]"in r))throw TypeError();if(r["[[MapData]]"]===C)throw TypeError();var n=r["[[MapData]]"],o=i(n,t);return o>=0?n.values[o]:C}),n(r.prototype,"has",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(!("[[MapData]]"in r))throw TypeError();if(r["[[MapData]]"]===C)throw TypeError();return i(r["[[MapData]]"],t)>=0}),n(r.prototype,"keys",function(){var t=e(this);if("object"!==a(t))throw TypeError();return c(t,"key")}),n(r.prototype,"set",function(t,r){var n=e(this);if("object"!==a(n))throw TypeError();if(!("[[MapData]]"in n))throw TypeError();if(n["[[MapData]]"]===C)throw TypeError();var o=n["[[MapData]]"],u=i(o,t);return u<0&&(u=o.keys.length),h(t,-0)&&(t=0),o.keys[u]=t,o.values[u]=r,n}),Object.defineProperty(r.prototype,"size",{get:function(){var t=e(this);if("object"!==a(t))throw TypeError();if(!("[[MapData]]"in t))throw TypeError();if(t["[[MapData]]"]===C)throw TypeError();for(var r=t["[[MapData]]"],n=0,o=0;o<r.keys.length;++o)r.keys[o]!==nt&&(n+=1);return n}}),n(r.prototype,"values",function(){var t=e(this);if("object"!==a(t))throw TypeError();return c(t,"value")}),n(r.prototype,it,function(){var t=e(this);if("object"!==a(t))throw TypeError();return c(t,"key+value")}),n(t.Map.prototype,ft,"Map");var p=Object.create(ot);u.prototype=p,n(p,"next",function(){var t=e(this);if("object"!==a(t))throw TypeError();for(var r=t["[[Map]]"],n=t["[[MapNextIndex]]"],i=t["[[MapIterationKind]]"],u=r["[[MapData]]"];n<u.keys.length;){var c={key:u.keys[n],value:u.values[n]};if(n=n+=1,o(t,"[[MapNextIndex]]",n),c.key!==nt)return"key"===i?T(c.key,!1):"value"===i?T(c.value,!1):T([c.key,c.value],!1)}return T(C,!0)}),n(p,ft,"Map Iterator")}(),function(){function r(){var t=e(this),r=arguments[0];if("object"!==a(t))throw TypeError();if("[[SetData]]"in t)throw TypeError();if(r!==C){var n=t.add;if(!l(n))throw TypeError();var i=g(s(r))}if(o(t,"[[SetData]]",[]),i===C)return t;for(;;){var u=S(i);if(!1===u)return t;var c=w(u);n.call(t,c)}return t}function i(t,e){var r;if(e===e)return t.indexOf(e);for(r=0;r<t.length;r+=1)if(y(t[r],e))return r;return-1}function u(){}function c(t,e){if("object"!==a(t))throw TypeError();if(!("[[SetData]]"in t))throw TypeError();if(t["[[SetData]]"]===C)throw TypeError();var r=new u;return o(r,"[[IteratedSet]]",t),o(r,"[[SetNextIndex]]",0),o(r,"[[SetIterationKind]]",e),r}"Set"in t&&!I&&!function(){try{return!(new t.Set).entries().next}catch(e){return!0}}()&&1===new t.Set([1]).size||(t.Set=r);var f={};n(r.prototype=f,"add",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(!("[[SetData]]"in r))throw TypeError();if(r["[[SetData]]"]===C)throw TypeError();h(t,-0)&&(t=0);var n=i(r["[[SetData]]"],t);return n<0&&(n=r["[[SetData]]"].length),r["[[SetData]]"][n]=t,r}),n(r.prototype,"clear",function(){var t=e(this);if("object"!==a(t))throw TypeError();if(!("[[SetData]]"in t))throw TypeError();if(t["[[SetData]]"]===C)throw TypeError();return t["[[SetData]]"].length=0,C}),n(r.prototype,"delete",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(!("[[SetData]]"in r))throw TypeError();if(r["[[SetData]]"]===C)throw TypeError();var n=r["[[SetData]]"],o=i(n,t);return!(o<0||(n[o]=nt,0))}),n(r.prototype,"entries",function(){var t=e(this);if("object"!==a(t))throw TypeError();return c(t,"key+value")}),n(r.prototype,"forEach",function(t){var r=arguments[1],n=e(this);if("object"!==a(n))throw TypeError();if(!("[[SetData]]"in n))throw TypeError();if(n["[[SetData]]"]===C)throw TypeError();var o=n["[[SetData]]"];if(!l(t))throw TypeError("First argument to forEach is not callable.");for(var i=0;i<o.length;++i)o[i]!==nt&&t.call(r,o[i],o[i],n)}),n(r.prototype,"has",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(!("[[SetData]]"in r))throw TypeError();if(r["[[SetData]]"]===C)throw TypeError();return-1!==i(r["[[SetData]]"],t)}),Object.defineProperty(r.prototype,"size",{get:function(){var t=e(this);if("object"!==a(t))throw TypeError();if(!("[[SetData]]"in t))throw TypeError();if(t["[[SetData]]"]===C)throw TypeError();for(var r=t["[[SetData]]"],n=0,o=0;o<r.length;++o)r[o]!==nt&&(n+=1);return n}}),n(r.prototype,"values",function(){var t=e(this);if("object"!==a(t))throw TypeError();return c(t,"value")}),r.prototype.keys=r.prototype.values,n(r.prototype,it,function(){var t=e(this);if("object"!==a(t))throw TypeError();return c(t)}),n(t.Set.prototype,ft,"Set");var p=Object.create(ot);u.prototype=p,n(p,"next",function(){var t=e(this);if("object"!==a(t))throw TypeError();for(var r=t["[[IteratedSet]]"],n=t["[[SetNextIndex]]"],i=t["[[SetIterationKind]]"],u=r["[[SetData]]"];n<u.length;){var c=u[n];if(n=n+=1,o(t,"[[SetNextIndex]]",n),c!==nt)return"key+value"===i?T([c,c],!1):T(c,!1)}return T(C,!0)}),n(p,ft,"Set Iterator")}(),function(){function r(){var t=e(this),r=arguments[0];if("object"!==a(t))throw TypeError();if("[[WeakMapData]]"in t)throw TypeError();if(r!==C){var n=t.set;if(!l(n))throw TypeError();var u=g(s(r))}if(o(t,"[[WeakMapData]]",new i),u===C)return t;for(;;){var c=S(u);if(!1===c)return t;var f=w(c);if("object"!==a(f))throw TypeError();var p=f[0],h=f[1];n.call(t,p,h)}return t}"WeakMap"in t&&!I||(t.WeakMap=r);var u={};n(r.prototype=u,"delete",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(r["[[WeakMapData]]"]===C)throw TypeError();if("object"!==a(t))throw TypeError("Expected object");return r["[[WeakMapData]]"].remove(t)}),n(r.prototype,"get",function(t,r){var n=e(this);if("object"!==a(n))throw TypeError();if(n["[[WeakMapData]]"]===C)throw TypeError();if("object"!==a(t))throw TypeError("Expected object");return n["[[WeakMapData]]"].get(t,r)}),n(r.prototype,"has",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(r["[[WeakMapData]]"]===C)throw TypeError();if("object"!==a(t))throw TypeError("Expected object");return r["[[WeakMapData]]"].has(t)}),n(r.prototype,"set",function(t,r){var n=e(this);if("object"!==a(n))throw TypeError();if(n["[[WeakMapData]]"]===C)throw TypeError();if("object"!==a(t))throw TypeError("Expected object");return n["[[WeakMapData]]"].set(t,r),n}),n(t.WeakMap.prototype,ft,"WeakMap"),function(){var e=new t.WeakMap,r=t.WeakMap.prototype.set;n(t.WeakMap.prototype,"set",function(){return r.apply(this,arguments),this},e.set({},0)!==e)}()}(),function(){function r(){var t=e(this),r=arguments[0];if("object"!==a(t))throw TypeError();if("[[WeakSetData]]"in t)throw TypeError();if(r!==C){var n=t.add;if(!l(n))throw TypeError();var u=g(s(r))}if(o(t,"[[WeakSetData]]",new i),u===C)return t;for(;;){var c=S(u);if(!1===c)return t;var f=w(c);n.call(t,f)}return t}"WeakSet"in t&&!I||(t.WeakSet=r);var u={};n(r.prototype=u,"add",function(t){
|
|
3
3
|
var r=e(this);if("object"!==a(r))throw TypeError();if(r["[[WeakSetData]]"]===C)throw TypeError();if("object"!==a(t))throw TypeError("Expected object");return r["[[WeakSetData]]"].set(t,!0),r}),n(r.prototype,"delete",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(r["[[WeakSetData]]"]===C)throw TypeError();if("object"!==a(t))throw TypeError("Expected object");return r["[[WeakSetData]]"].remove(t)}),n(r.prototype,"has",function(t){var r=e(this);if("object"!==a(r))throw TypeError();if(r["[[WeakSetData]]"]===C)throw TypeError();if("object"!==a(t))throw TypeError("Expected object");return r["[[WeakSetData]]"].has(t)}),n(t.WeakSet.prototype,ft,"WeakSet"),function(){var e=new t.WeakSet,r=t.WeakSet.prototype.add;n(t.WeakSet.prototype,"add",function(){return r.apply(this,arguments),this},e.add({})!==e)}()}(),"ArrayBuffer"in t&&(n(ArrayBuffer,"isView",function(t){return"object"===a(t)&&"buffer"in t&&t.buffer instanceof ArrayBuffer}),n(ArrayBuffer.prototype,ft,"ArrayBuffer")),"DataView"in t&&n(DataView.prototype,ft,"DataView"),n(JSON,ft,"JSON"),n(ot,it,function(){return this}),function(){function r(t){var e={"[[value]]":!1},r=u();o(r,"[[Promise]]",t),o(r,"[[AlreadyResolved]]",e);var n=i();return o(n,"[[Promise]]",t),o(n,"[[AlreadyResolved]]",e),{"[[Resolve]]":r,"[[Reject]]":n}}function i(){var t=function(e){var r=t["[[Promise]]"],n=t["[[AlreadyResolved]]"];return n["[[value]]"]?C:(o(n,"[[value]]",!0),v(r,e))};return t}function u(){var t=function(e){var r=t["[[Promise]]"],n=t["[[AlreadyResolved]]"];if(n["[[value]]"])return C;if(o(n,"[[value]]",!0),h(e,r)){var i=TypeError();return v(r,i)}if("object"!==a(e))return c(r,e);try{var u=e.then}catch(u){return v(r,u)}return l(u)?(O("PromiseJobs",b,[r,e,u]),C):c(r,e)};return t}function c(t,e){var r=t["[[PromiseFulfillReactions]]"];return o(t,"[[PromiseResult]]",e),o(t,"[[PromiseFulfillReactions]]",C),o(t,"[[PromiseRejectReactions]]",C),o(t,"[[PromiseState]]","fulfilled"),d(r,e)}function s(t){return f(C,t)}function f(t,e){var r={};o(r,"[[Promise]]",t),o(r,"[[Resolve]]",C),o(r,"[[Reject]]",C);var n=p();o(n,"[[Capability]]",r);var i=t=new e(n);if(o(r,"[[Promise]]",t),!l(r["[[Resolve]]"]))throw TypeError();if(!l(r["[[Reject]]"]))throw TypeError();if("object"===a(i)&&!h(t,i))throw TypeError();return r}function p(){var t=function(e,r){var n=t["[[Capability]]"];if(n["[[Resolve]]"]!==C)throw TypeError();if(n["[[Reject]]"]!==C)throw TypeError();return o(n,"[[Resolve]]",e),o(n,"[[Reject]]",r),C};return t}function y(t){return"object"===a(t)&&"[[PromiseState]]"in t&&t["[[PromiseState]]"]!==C}function v(t,e){var r=t["[[PromiseRejectReactions]]"];return o(t,"[[PromiseResult]]",e),o(t,"[[PromiseFulfillReactions]]",C),o(t,"[[PromiseRejectReactions]]",C),o(t,"[[PromiseState]]","rejected"),d(r,e)}function d(t,e){for(var r=0,n=t.length;r<n;++r)O("PromiseJobs",m,[t[r],e]);return C}function m(t,e){var r,n,o=t["[[Capabilities]]"],i=t["[[Handler]]"];try{if("Identity"===i)r=e;else{if("Thrower"===i)throw e;r=i.call(C,e)}}catch(r){return n=o["[[Reject]]"].call(C,r),void j(n)}j(n=o["[[Resolve]]"].call(C,r))}function b(t,e,n){var o=r(t);try{var i=n.call(e,o["[[Resolve]]"],o["[[Reject]]"])}catch(i){return void j(o["[[Reject]]"].call(C,i))}j(i)}function E(t){var e={configurable:!1,enumerable:!1,writable:!0,value:C};Object.defineProperty(this,"[[PromiseState]]",e),Object.defineProperty(this,"[[PromiseConstructor]]",e),Object.defineProperty(this,"[[PromiseResult]]",e),Object.defineProperty(this,"[[PromiseFulfillReactions]]",e),Object.defineProperty(this,"[[PromiseRejectReactions]]",e);var r=this;if("object"!==a(r))throw new TypeError;if(!("[[PromiseState]]"in r))throw TypeError();if(r["[[PromiseState]]"]!==C)throw TypeError();if(!l(t))throw TypeError();return o(r,"[[PromiseConstructor]]",E),T(r,t)}function T(t,e){o(t,"[[PromiseState]]","pending"),o(t,"[[PromiseFulfillReactions]]",[]),o(t,"[[PromiseRejectReactions]]",[]);var n=r(t);try{var i=e.call(C,n["[[Resolve]]"],n["[[Reject]]"])}catch(i){n["[[Reject]]"].call(C,i)}return t}function _(){var t=function(e){var r=t["[[AlreadyCalled]]"];if(r.value)return C;r.value=!0;var n=t["[[Index]]"],o=t["[[Values]]"],i=t["[[Capabilities]]"],a=t["[[RemainingElements]]"];try{o[n]=e}catch(u){return i["[[Reject]]"].call(C,u),i["[[Promise]]"]}return a.value-=1,0===a.value?i["[[Resolve]]"].call(C,o):C};return t}n(E,"all",function(t){var r=e(this),n=s(r);try{var i=g(t)}catch(y){return n["[[Reject]]"].call(C,y),n["[[Promise]]"]}for(var a=[],u={value:1},c=0;;){try{var f=S(i)}catch(y){return n["[[Reject]]"].call(C,y),n["[[Promise]]"]}if(!f)return u.value-=1,0===u.value&&n["[[Resolve]]"].apply(C,a),n["[[Promise]]"];try{var l=w(f)}catch(y){return n["[[Reject]]"].call(C,y),n["[[Promise]]"]}try{var p=r.resolve(l)}catch(y){return n["[[Reject]]"].call(C,y),n["[[Promise]]"]}var h=_();o(h,"[[AlreadyCalled]]",{value:!1}),o(h,"[[Index]]",c),o(h,"[[Values]]",a),o(h,"[[Capabilities]]",n),o(h,"[[RemainingElements]]",u),u.value+=1;try{p.then(h,n["[[Reject]]"])}catch(y){return n["[[Reject]]"].call(C,y),n["[[Promise]]"]}c+=1}}),E.prototype={},n(E,"race",function(t){var r=e(this),n=s(r);try{var o=g(t)}catch(c){return n["[[Reject]]"].call(C,c),n["[[Promise]]"]}for(;;){try{var i=S(o)}catch(c){return n["[[Reject]]"].call(C,c),n["[[Promise]]"]}if(!i)return n["[[Promise]]"];try{var a=w(i)}catch(c){return n["[[Reject]]"].call(C,c),n["[[Promise]]"]}try{var u=r.resolve(a)}catch(c){return n["[[Reject]]"].call(C,c),n["[[Promise]]"]}try{u.then(n["[[Resolve]]"],n["[[Reject]]"])}catch(c){return n["[[Reject]]"].call(C,c),n["[[Promise]]"]}}}),n(E,"reject",function(t){var r=s(e(this));return r["[[Reject]]"].call(C,t),r["[[Promise]]"]}),n(E,"resolve",function(t){var r=e(this);if(y(t)&&h(t["[[PromiseConstructor]]"],r))return t;var n=s(r);return n["[[Resolve]]"].call(C,t),n["[[Promise]]"]}),n(E.prototype,"catch",function(t){return this.then(C,t)}),E.prototype.constructor=E,n(E.prototype,"then",function(t,e){var r=this;if(!y(r))throw TypeError();l(t)||(t="Identity"),l(e)||(e="Thrower");var n=s(r.constructor),o={"[[Capabilities]]":n,"[[Handler]]":t},i={"[[Capabilities]]":n,"[[Handler]]":e};return"pending"===r["[[PromiseState]]"]?(r["[[PromiseFulfillReactions]]"].push(o),r["[[PromiseRejectReactions]]"].push(i)):"fulfilled"===r["[[PromiseState]]"]?O("PromiseJobs",m,[o,r["[[PromiseResult]]"]]):"rejected"===r["[[PromiseState]]"]&&O("PromiseJobs",m,[i,r["[[PromiseResult]]"]]),n["[[Promise]]"]}),"Promise"in t&&!I||(t.Promise=E),"cast"in t.Promise&&(t.Promise.resolve=t.Promise.cast)}(),n(Promise.prototype,ft,"Promise"),"Reflect"in t&&!I||(t.Reflect={}),n(Reflect,"apply",function(t,e,r){if(!l(t))throw TypeError();return Function.prototype.apply.call(t,e,r)}),n(Reflect,"construct",function(t,e){return __cons(t,e)}),n(Reflect,"defineProperty",function(t,e,r){try{return Object.defineProperty(t,e,r),!0}catch(n){return!1}}),n(Reflect,"deleteProperty",function(t,e){try{return delete t[e],!b(t,e)}catch(r){return!1}}),n(Reflect,"enumerate",function(t){return _(t=s(t))}),n(Reflect,"get",function(t,e,n){t=s(t),e=String(e),n=n===C?t:s(n);var o=r(t,e);return o&&"get"in o?Function.prototype.call.call(o.get,n):t[e]}),n(Reflect,"getOwnPropertyDescriptor",Object.getOwnPropertyDescriptor),n(Reflect,"getPrototypeOf",Object.getPrototypeOf),n(Reflect,"has",function(t,e){return String(e)in s(t)}),n(Reflect,"isExtensible",Object.isExtensible),n(Reflect,"ownKeys",function(t){var e=s(t);return Object.getOwnPropertyNames(e)}),n(Reflect,"preventExtensions",function(t){try{return Object.preventExtensions(t),!0}catch(e){return!1}}),n(Reflect,"set",function(t,e,n,o){t=s(t),e=String(e),o=o===C?t:s(o);var i=r(t,e);try{return i&&"set"in i?Function.prototype.call.call(i.set,o,n):t[e]=n,!0}catch(a){return!1}}),n(Reflect,"setPrototypeOf",function(t,e){try{return t.__proto__=e,Reflect.getPrototypeOf(t)===e}catch(r){return!1}})}(self),function(t){"use strict";function e(t){return t=Number(t),a(t)?0:0===t||t===1/0||t===-(1/0)?t:(t<0?-1:1)*c(u(t))}function r(t){if(null===t||t===i)throw TypeError();return Object(t)}function n(t){var r=e(t);return r<=0?0:s(r,9007199254740991)}function o(t,e){if(typeof t!=typeof e)return!1;switch(typeof t){case"undefined":return!0;case"number":return t!==t&&e!==e||t===e;case"boolean":case"string":case"object":default:return t===e}}var i=void 0,a=t.isNaN,u=Math.abs,c=Math.floor,s=(Math.max,Math.min);!function(t,e,r,n){e in t&&!n||("function"==typeof r?Object.defineProperty(t,e,{value:r,configurable:!0,enumerable:!1,writable:!0}):Object.defineProperty(t,e,{value:r,configurable:!1,enumerable:!1,writable:!1}))}(Array.prototype,"includes",function(t){var i=arguments[1],a=r(this),u=n(a.length);if(0===u)return!1;var c=e(i);if(c>=0)var s=c;else(s=u+c)<0&&(s=0);for(;s<u;){if(a[s],o(a[s],t))return!0;s+=1}return!1})}(this),function(t){"use strict";function e(t,e,r,n){e in t&&!n||("function"==typeof r?Object.defineProperty(t,e,{value:r,configurable:!0,enumerable:!1,writable:!0}):Object.defineProperty(t,e,{value:r,configurable:!1,enumerable:!1,writable:!1}))}function r(t){return t=Number(t),c(t)?0:0===t||t===1/0||t===-(1/0)?t:(t<0?-1:1)*f(s(t))}function n(t){if(null===t||t===u)throw TypeError();return Object(t)}function o(t){var e=r(t);return e<=0?0:l(e,9007199254740991)}function i(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function a(t,e){var r=[];return Object.keys(t).forEach(function(n){var o=Object.getOwnPropertyDescriptor(t,n);if(o&&o.enumerable)if("key"===e)r.push(n);else{var i=t[n];"value"===e?r.push(i):r.push([n,i])}}),r}var u=void 0,c=t.isNaN,s=Math.abs,f=Math.floor,l=Math.min;e(Object,"entries",function(t){return a(n(t),"key+value")}),e(Object,"getOwnPropertyDescriptors",function(t){for(var e=n(t),r=Object.getOwnPropertyNames(e),o={},a=0;a<r.length;++a){var u=r[a];i(o,u,Object.getOwnPropertyDescriptor(e,u))}return o}),e(Object,"values",function(t){return a(n(t),"value")}),e(String.prototype,"padEnd",function(t){var e=arguments[1],r=String(this),n=r.length;if(e===u)var i="";else i=String(e);""===i&&(i=" ");var a=o(t);if(a<=n)return r;for(var c=a-n,s="";s.length<c;)s+=i;return r+s.substring(0,c)}),e(String.prototype,"padStart",function(t){var e=arguments[1],r=String(this),n=r.length;if(e===u)var i="";else i=String(e);""===i&&(i=" ");var a=o(t);if(a<=n)return r;for(var c=a-n,s="";s.length<c;)s+=i;return s.substring(0,c)+r})}(this),function(t){"use strict";"window"in t&&"document"in t&&("head"in document||(document.head=document.getElementsByTagName("head")[0]),["abbr","article","aside","audio","bdi","canvas","data","datalist","details","dialog","figcaption","figure","footer","header","hgroup","main","mark","meter","nav","output","picture","progress","section","summary","template","time","video"].forEach(function(t){document.createElement(t)}),!("dataset"in document.createElement("span"))&&"Element"in t&&Element.prototype&&Object.defineProperty&&Object.defineProperty(Element.prototype,"dataset",{get:function(){for(var t=Object.create(null),e=0;e<this.attributes.length;++e){var r=this.attributes[e];r.specified&&"data-"===r.name.substring(0,5)&&function(e,r){var n=r.replace(/-([a-z])/g,function(t,e){return e.toUpperCase()});t[n]=e.getAttribute("data-"+r),Object.defineProperty(t,n,{get:function(){return e.getAttribute("data-"+r)},set:function(t){e.setAttribute("data-"+r,t)}})}(this,r.name.substring(5))}return t}}),function(){if(!("atob"in t&&"btoa"in t)){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";t.atob=function(t){var r=0,n=[],o=0,i=0;if((t=(t=String(t)).replace(/\s/g,"")).length%4==0&&(t=t.replace(/=+$/,"")),t.length%4==1)throw Error("InvalidCharacterError");if(/[^+/0-9A-Za-z]/.test(t))throw Error("InvalidCharacterError");for(;r<t.length;)o=o<<6|e.indexOf(t.charAt(r)),24===(i+=6)&&(n.push(String.fromCharCode(o>>16&255)),n.push(String.fromCharCode(o>>8&255)),n.push(String.fromCharCode(255&o)),i=0,o=0),r+=1;return 12===i?(o>>=4,n.push(String.fromCharCode(255&o))):18===i&&(o>>=2,n.push(String.fromCharCode(o>>8&255)),n.push(String.fromCharCode(255&o))),n.join("")},t.btoa=function(t){t=String(t);var r,n,o,i,a,u,c,s=0,f=[];if(/[^\x00-\xFF]/.test(t))throw Error("InvalidCharacterError");for(;s<t.length;)i=(r=t.charCodeAt(s++))>>2,a=(3&r)<<4|(n=t.charCodeAt(s++))>>4,u=(15&n)<<2|(o=t.charCodeAt(s++))>>6,c=63&o,s===t.length+2?(u=64,c=64):s===t.length+1&&(c=64),f.push(e.charAt(i),e.charAt(a),e.charAt(u),e.charAt(c));return f.join("")}}}(),function(){function e(t){return t.offsetWidth>0&&t.offsetHeight>0}function r(){var t=o;o=Object.create(null),a=-1,Object.keys(t).forEach(function(r){var n=t[r];n.element&&!e(n.element)||n.callback(Date.now())})}if(!("requestAnimationFrame"in t)){var n=60,o=Object.create(null),i=0,a=-1;t.requestAnimationFrame=function(e,u){var c=++i;return o[c]={callback:e,element:u},-1===a&&(a=t.setTimeout(r,1e3/n)),c},t.cancelAnimationFrame=function(e){delete o[e],0===Object.keys(o).length&&(t.clearTimeout(a),a=-1)}}}())}(self),function(t){"use strict";function e(e,r){"Element"in t&&Element.prototype&&Object.defineProperty&&Object.defineProperty(Element.prototype,e,{get:r})}function r(t,e){t&&Object.keys(e).forEach(function(r){if(!(r in t||r in t.prototype))try{Object.defineProperty(t.prototype,r,Object.getOwnPropertyDescriptor(e,r))}catch(n){t[r]=e[r]}})}function n(t){var e=null;return 1===(t=t.map(function(t){return t instanceof Node?t:document.createTextNode(t)})).length?e=t[0]:(e=document.createDocumentFragment(),t.forEach(function(t){e.appendChild(t)})),e}if("window"in t&&"document"in t){document.querySelectorAll||(document.querySelectorAll=function(t){var e,r=document.createElement("style"),n=[];for(document.documentElement.firstChild.appendChild(r),document._qsa=[],r.styleSheet.cssText=t+"{x-qsa:expression(document._qsa && document._qsa.push(this))}",window.scrollBy(0,0),r.parentNode.removeChild(r);document._qsa.length;)(e=document._qsa.shift()).style.removeAttribute("x-qsa"),n.push(e);return document._qsa=null,n}),document.querySelector||(document.querySelector=function(t){var e=document.querySelectorAll(t);return e.length?e[0]:null}),document.getElementsByClassName||(document.getElementsByClassName=function(t){return t=String(t).replace(/^|\s+/g,"."),document.querySelectorAll(t)}),t.Node=t.Node||function(){throw TypeError("Illegal constructor")},[["ELEMENT_NODE",1],["ATTRIBUTE_NODE",2],["TEXT_NODE",3],["CDATA_SECTION_NODE",4],["ENTITY_REFERENCE_NODE",5],["ENTITY_NODE",6],["PROCESSING_INSTRUCTION_NODE",7],["COMMENT_NODE",8],["DOCUMENT_NODE",9],["DOCUMENT_TYPE_NODE",10],["DOCUMENT_FRAGMENT_NODE",11],["NOTATION_NODE",12]].forEach(function(e){e[0]in t.Node||(t.Node[e[0]]=e[1])}),t.DOMException=t.DOMException||function(){throw TypeError("Illegal constructor")},[["INDEX_SIZE_ERR",1],["DOMSTRING_SIZE_ERR",2],["HIERARCHY_REQUEST_ERR",3],["WRONG_DOCUMENT_ERR",4],["INVALID_CHARACTER_ERR",5],["NO_DATA_ALLOWED_ERR",6],["NO_MODIFICATION_ALLOWED_ERR",7],["NOT_FOUND_ERR",8],["NOT_SUPPORTED_ERR",9],["INUSE_ATTRIBUTE_ERR",10],["INVALID_STATE_ERR",11],["SYNTAX_ERR",12],["INVALID_MODIFICATION_ERR",13],["NAMESPACE_ERR",14],["INVALID_ACCESS_ERR",15]].forEach(function(e){e[0]in t.DOMException||(t.DOMException[e[0]]=e[1])}),function(){function e(t,e,r){if("function"==typeof e){"DOMContentLoaded"===t&&(t="load");var n=this,o=function(t){t._timeStamp=Date.now(),t._currentTarget=n,e.call(this,t),t._currentTarget=null};this["_"+t+e]=o,this.attachEvent("on"+t,o)}}function r(t,e,r){if("function"==typeof e){"DOMContentLoaded"===t&&(t="load");var n=this["_"+t+e];n&&(this.detachEvent("on"+t,n),this["_"+t+e]=null)}}"Element"in t&&!Element.prototype.addEventListener&&Object.defineProperty&&(Event.CAPTURING_PHASE=1,Event.AT_TARGET=2,Event.BUBBLING_PHASE=3,Object.defineProperties(Event.prototype,{CAPTURING_PHASE:{get:function(){return 1}},AT_TARGET:{get:function(){return 2}},BUBBLING_PHASE:{get:function(){return 3}},target:{get:function(){return this.srcElement}},currentTarget:{get:function(){return this._currentTarget}},eventPhase:{get:function(){return this.srcElement===this.currentTarget?Event.AT_TARGET:Event.BUBBLING_PHASE}},bubbles:{get:function(){switch(this.type){case"click":case"dblclick":case"mousedown":case"mouseup":case"mouseover":case"mousemove":case"mouseout":case"mousewheel":case"keydown":case"keypress":case"keyup":case"resize":case"scroll":case"select":case"change":case"submit":case"reset":return!0}return!1}},cancelable:{get:function(){switch(this.type){case"click":case"dblclick":case"mousedown":case"mouseup":case"mouseover":case"mouseout":case"mousewheel":case"keydown":case"keypress":case"keyup":case"submit":return!0}return!1}},timeStamp:{get:function(){return this._timeStamp}},stopPropagation:{value:function(){this.cancelBubble=!0}},preventDefault:{value:function(){this.returnValue=!1}},defaultPrevented:{get:function(){return!1===this.returnValue}}}),[Window,HTMLDocument,Element].forEach(function(t){t.prototype.addEventListener=e,t.prototype.removeEventListener=r}))}(),function(){function e(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var r=document.createEvent("CustomEvent");return r.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),r}"CustomEvent"in t&&"function"==typeof t.CustomEvent||(e.prototype=t.Event.prototype,t.CustomEvent=e)}(),window.addEvent=function(t,e,r){t.addEventListener?t.addEventListener(e,r,!1):t.attachEvent&&(t["e"+e+r]=r,t[e+r]=function(){var n=window.event;n.currentTarget=t,n.preventDefault=function(){n.returnValue=!1},n.stopPropagation=function(){n.cancelBubble=!0},n.target=n.srcElement,n.timeStamp=Date.now(),t["e"+e+r].call(this,n)},t.attachEvent("on"+e,t[e+r]))},window.removeEvent=function(t,e,r){t.removeEventListener?t.removeEventListener(e,r,!1):t.detachEvent&&(t.detachEvent("on"+e,t[e+r]),t[e+r]=null,t["e"+e+r]=null)},function(){function r(t,e){function r(t){return t.length?t.split(/\s+/g):[]}function n(t,e){var n=r(e),o=n.indexOf(t);return-1!==o&&n.splice(o,1),n.join(" ")}if(Object.defineProperties(this,{length:{get:function(){return r(t[e]).length}},item:{value:function(n){var o=r(t[e]);return 0<=n&&n<o.length?o[n]:null}},contains:{value:function(n){return n=String(n),-1!==r(t[e]).indexOf(n)}},add:{value:function(){var n=Array.prototype.slice.call(arguments).map(String);if(n.some(function(t){return 0===t.length}))throw SyntaxError();if(n.some(function(t){return/\s/.test(t)}))throw Error("InvalidCharacterError");try{var o=t[e],i=r(o);if(0===(n=n.filter(function(t){return-1===i.indexOf(t)})).length)return;0===o.length||/\s$/.test(o)||(o+=" "),o+=n.join(" "),t[e]=o}finally{var a=r(t[e]).length;this.length!==a&&(this.length=a)}}},remove:{value:function(){var o=Array.prototype.slice.call(arguments).map(String);if(o.some(function(t){return 0===t.length}))throw SyntaxError();if(o.some(function(t){return/\s/.test(t)}))throw Error("InvalidCharacterError");try{var i=t[e];o.forEach(function(t){i=n(t,i)}),t[e]=i}finally{var a=r(t[e]).length;this.length!==a&&(this.length=a)}}},toggle:{value:function(o){var i=arguments[1];try{if(0===(o=String(o)).length)throw SyntaxError();if(/\s/.test(o))throw Error("InvalidCharacterError");var a=r(t[e]).indexOf(o);if(-1!==a&&(!i||void 0===i))return t[e]=n(o,t[e]),!1;if(-1!==a&&i)return!0;var u=t[e];return 0===u.length||/\s$/.test(u)||(u+=" "),u+=o,t[e]=u,!0}finally{var c=r(t[e]).length;this.length!==c&&(this.length=c)}}},toString:{value:function(){return t[e]}}}),"length"in this)for(var o=0;o<100;++o)Object.defineProperty(this,String(o),{get:function(t){return function(){return this.item(t)}}(o)});else this.length=r(t[e]).length}"classList"in document.createElement("span")?window.getClassList=function(t){return t.classList}:(window.getClassList=function(t){return new r(t,"className")},e("classList",function(){return new r(this,"className")})),"relList"in document.createElement("link")?window.getRelList=function(t){return t.relList}:(window.getRelList=function(t){return new r(t,"rel")},e("relList",function(){return new r(this,"rel")})),function(){if("DOMTokenList"in t){var e=document.createElement("span");"classList"in e&&(e.classList.toggle("x",!1),e.classList.contains("x")&&(t.DOMTokenList.prototype.toggle=function(t){var e=arguments[1];if(void 0===e){var r=!this.contains(t);return this[r?"add":"remove"](t),r}return e=!!e,this[e?"add":"remove"](t),e}))}}()}(),"previousElementSibling"in document.documentElement||e("previousElementSibling",function(){for(var t=this.previousSibling;t&&t.nodeType!==Node.ELEMENT_NODE;)t=t.previousSibling;return t}),"nextElementSibling"in document.documentElement||e("nextElementSibling",function(){for(var t=this.nextSibling;t&&t.nodeType!==Node.ELEMENT_NODE;)t=t.nextSibling;return t}),"Element"in t&&!Element.prototype.matches&&(Element.prototype.msMatchesSelector?Element.prototype.matches=Element.prototype.msMatchesSelector:Element.prototype.oMatchesSelector?Element.prototype.matches=Element.prototype.oMatchesSelector:Element.prototype.mozMatchesSelector?Element.prototype.matches=Element.prototype.mozMatchesSelector:Element.prototype.webkitMatchesSelector?Element.prototype.matches=Element.prototype.webkitMatchesSelector:document.querySelectorAll&&(Element.prototype.matches=function(t){for(var e=(this.document||this.ownerDocument).querySelectorAll(t),r=e.length;--r>=0&&e.item(r)!==this;);return r>-1})),window.Element&&!Element.prototype.closest&&(Element.prototype.closest=function(t){var e,r=(this.document||this.ownerDocument).querySelectorAll(t),n=this;do for(e=r.length;--e>=0&&r.item(e)!==n;);while(e<0&&(n=n.parentElement));return n});var o={prepend:function(){var t=[].slice.call(arguments);t=n(t),this.insertBefore(t,this.firstChild)},append:function(){var t=[].slice.call(arguments);t=n(t),this.appendChild(t)}};r(t.Document||t.HTMLDocument,o),r(t.DocumentFragment,o),r(t.Element,o),"firstElementChild"in document.documentElement||e("firstElementChild",function(){for(var t=this.children,e=0,r=t.length;e<r;++e){var n=t[e];if(n.nodeType===Node.ELEMENT_NODE)return n}return null}),"lastElementChild"in document.documentElement||e("lastElementChild",function(){for(var t=this.children,e=t.length-1;e>=0;--e){var r=t[e];if(r.nodeType===Node.ELEMENT_NODE)return r}return null}),"childElementCount"in document.documentElement||e("childElementCount",function(){for(var t=0,e=this.children,r=0,n=e.length;r<n;++r)e[r].nodeType===Node.ELEMENT_NODE&&++t;return t});var i={before:function(){var t=[].slice.call(arguments),e=this.parentNode;if(e){for(var r=this.previousSibling;-1!==t.indexOf(r);)r=r.previousSibling;var o=n(t);e.insertBefore(o,r?r.nextSibling:e.firstChild)}},after:function(){var t=[].slice.call(arguments),e=this.parentNode;if(e){for(var r=this.nextSibling;-1!==t.indexOf(r);)r=r.nextSibling;var o=n(t);e.insertBefore(o,r)}},replaceWith:function(){var t=[].slice.call(arguments),e=this.parentNode;if(e){for(var r=this.nextSibling;-1!==t.indexOf(r);)r=r.nextSibling;var o=n(t);this.parentNode===e?e.replaceChild(o,this):e.insertBefore(o,r)}},remove:function(){this.parentNode&&this.parentNode.removeChild(this)}};r(t.DocumentType,i),r(t.Element,i),r(t.CharacterData,i)}}(self),function(t){"use strict";"window"in t&&"document"in t&&(t.XMLHttpRequest=t.XMLHttpRequest||function(){try{return new ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(t){}try{return new ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(t){}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch(t){}throw Error("This browser does not support XMLHttpRequest.")},[["UNSENT",0],["OPENED",1],["HEADERS_RECEIVED",2],["LOADING",3],["DONE",4]].forEach(function(e){e[0]in t.XMLHttpRequest||(t.XMLHttpRequest[e[0]]=e[1])}),function(){function e(t){if(this._data=[],t)for(var e=0;e<t.elements.length;++e){var r=t.elements[e];""!==r.name&&this.append(r.name,r.value)}}if(!("FormData"in t)){e.prototype={append:function(e,r){if("Blob"in t&&r instanceof t.Blob)throw TypeError("Blob not supported");e=String(e),this._data.push([e,r])},toString:function(){return this._data.map(function(t){return encodeURIComponent(t[0])+"="+encodeURIComponent(t[1])}).join("&")}},t.FormData=e;var r=t.XMLHttpRequest.prototype.send;t.XMLHttpRequest.prototype.send=function(t){return t instanceof e&&(this.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),arguments[0]=t.toString()),r.apply(this,arguments)}}}())}(self),function(t){"use strict";"window"in t&&"document"in t&&"TextRectangle"in t&&!("width"in t.TextRectangle.prototype)&&Object.defineProperties(t.TextRectangle.prototype,{width:{get:function(){return this.right-this.left}},height:{get:function(){return this.bottom-this.top}}})}(self),function(t){"use strict";function e(e){return!!e&&("Symbol"in t&&"iterator"in t.Symbol&&"function"==typeof e[Symbol.iterator]||!!Array.isArray(e))}function r(t){return"from"in Array?Array.from(t):Array.prototype.slice.call(t)}!function(){function n(t){var e="",r=!0;return t.forEach(function(t){var n=encodeURIComponent(t.name),o=encodeURIComponent(t.value);r||(e+="&"),e+=n+"="+o,r=!1}),e.replace(/%20/g,"+")}function o(t,e){var r=t.split("&");e&&-1===r[0].indexOf("=")&&(r[0]="="+r[0]);var n=[];r.forEach(function(t){if(0!==t.length){var e=t.indexOf("=");if(-1!==e)var r=t.substring(0,e),o=t.substring(e+1);else r=t,o="";r=r.replace(/\+/g," "),o=o.replace(/\+/g," "),n.push({name:r,value:o})}});var o=[];return n.forEach(function(t){o.push({name:decodeURIComponent(t.name),value:decodeURIComponent(t.value)})}),o}function i(t){if(s)return new f(t);var e=document.createElement("a");return e.href=t,e}function a(t){var i=this;this._list=[],void 0===t||null===t||(t instanceof a?this._list=o(String(t)):"object"==typeof t&&e(t)?r(t).forEach(function(t){if(!e(t))throw TypeError();var n=r(t);if(2!==n.length)throw TypeError();i._list.push({name:String(n[0]),value:String(n[1])})}):"object"==typeof t&&t?Object.keys(t).forEach(function(e){i._list.push({name:String(e),value:String(t[e])})}):("?"===(t=String(t)).substring(0,1)&&(t=t.substring(1)),this._list=o(t))),this._url_object=null,this._setList=function(t){u||(i._list=t)};var u=!1;this._update_steps=function(){u||(u=!0,i._url_object&&("about:"===i._url_object.protocol&&-1!==i._url_object.pathname.indexOf("?")&&(i._url_object.pathname=i._url_object.pathname.split("?")[0]),i._url_object.search=n(i._list),u=!1))}}function u(t,e){var r=0;this.next=function(){if(r>=t.length)return{done:!0,value:void 0};var n=t[r++];return{done:!1,value:"key"===e?n.name:"value"===e?n.value:[n.name,n.value]}}}function c(e,r){function n(){var t=c.href.replace(/#$|\?$|\?(?=#)/g,"");c.href!==t&&(c.href=t)}function u(){p._setList(c.search?o(c.search.substring(1)):[]),p._update_steps()}if(!(this instanceof t.URL))throw new TypeError("Failed to construct 'URL': Please use the 'new' operator.");r&&(e=function(){if(s)return new f(e,r).href;var t;try{var n;if("[object OperaMini]"===Object.prototype.toString.call(window.operamini)?((t=document.createElement("iframe")).style.display="none",document.documentElement.appendChild(t),n=t.contentWindow.document):document.implementation&&document.implementation.createHTMLDocument?n=document.implementation.createHTMLDocument(""):document.implementation&&document.implementation.createDocument?((n=document.implementation.createDocument("http://www.w3.org/1999/xhtml","html",null)).documentElement.appendChild(n.createElement("head")),n.documentElement.appendChild(n.createElement("body"))):window.ActiveXObject&&((n=new window.ActiveXObject("htmlfile")).write("<head></head><body></body>"),n.close()),!n)throw Error("base not supported");var o=n.createElement("base");o.href=r,n.getElementsByTagName("head")[0].appendChild(o);var i=n.createElement("a");return i.href=e,i.href}finally{t&&t.parentNode.removeChild(t)}}());var c=i(e||""),l=function(){if(!("defineProperties"in Object))return!1;try{var t={};return Object.defineProperties(t,{prop:{get:function(){return!0}}}),t.prop}catch(e){return!1}}()?this:document.createElement("a"),p=new a(c.search?c.search.substring(1):null);return p._url_object=l,Object.defineProperties(l,{href:{get:function(){return c.href},set:function(t){c.href=t,n(),u()},enumerable:!0,configurable:!0},origin:{get:function(){return"origin"in c?c.origin:this.protocol+"//"+this.host},enumerable:!0,configurable:!0},protocol:{get:function(){return c.protocol},set:function(t){c.protocol=t},enumerable:!0,configurable:!0},username:{get:function(){return c.username},set:function(t){c.username=t},enumerable:!0,configurable:!0},password:{get:function(){return c.password},set:function(t){c.password=t},enumerable:!0,configurable:!0},host:{get:function(){var t={"http:":/:80$/,"https:":/:443$/,"ftp:":/:21$/}[c.protocol];return t?c.host.replace(t,""):c.host},set:function(t){c.host=t},enumerable:!0,configurable:!0},hostname:{get:function(){return c.hostname},set:function(t){c.hostname=t},enumerable:!0,configurable:!0},port:{get:function(){return c.port},set:function(t){c.port=t},enumerable:!0,configurable:!0},pathname:{get:function(){return"/"!==c.pathname.charAt(0)?"/"+c.pathname:c.pathname},set:function(t){c.pathname=t},enumerable:!0,configurable:!0},search:{get:function(){return c.search},set:function(t){c.search!==t&&(c.search=t,n(),u())},enumerable:!0,configurable:!0},searchParams:{get:function(){return p},enumerable:!0,configurable:!0},hash:{get:function(){return c.hash},set:function(t){c.hash=t,n()},enumerable:!0,configurable:!0},toString:{value:function(){return c.toString()},enumerable:!1,configurable:!0},valueOf:{value:function(){return c.valueOf()},enumerable:!1,configurable:!0}}),l}var s,f=t.URL;try{if(f){if("searchParams"in(s=new t.URL("http://example.com")))return;"href"in s||(s=void 0)}}catch(p){}if(Object.defineProperties(a.prototype,{append:{value:function(t,e){this._list.push({name:t,value:e}),this._update_steps()},writable:!0,enumerable:!0,configurable:!0},"delete":{value:function(t){for(var e=0;e<this._list.length;)this._list[e].name===t?this._list.splice(e,1):++e;this._update_steps()},writable:!0,enumerable:!0,configurable:!0},get:{value:function(t){for(var e=0;e<this._list.length;++e)if(this._list[e].name===t)return this._list[e].value;return null},writable:!0,enumerable:!0,configurable:!0},getAll:{value:function(t){for(var e=[],r=0;r<this._list.length;++r)this._list[r].name===t&&e.push(this._list[r].value);return e},writable:!0,enumerable:!0,configurable:!0},has:{value:function(t){for(var e=0;e<this._list.length;++e)if(this._list[e].name===t)return!0;return!1},writable:!0,enumerable:!0,configurable:!0},set:{value:function(t,e){for(var r=!1,n=0;n<this._list.length;)this._list[n].name===t?r?this._list.splice(n,1):(this._list[n].value=e,r=!0,++n):++n;r||this._list.push({name:t,value:e}),this._update_steps()},writable:!0,enumerable:!0,configurable:!0},entries:{value:function(){return new u(this._list,"key+value")},writable:!0,enumerable:!0,configurable:!0},keys:{value:function(){return new u(this._list,"key")},writable:!0,enumerable:!0,configurable:!0},values:{value:function(){return new u(this._list,"value")},writable:!0,enumerable:!0,configurable:!0},forEach:{value:function(t){var e=arguments.length>1?arguments[1]:void 0;this._list.forEach(function(r,n){t.call(e,r.value,r.name)})},writable:!0,enumerable:!0,configurable:!0},toString:{value:function(){return n(this._list)},writable:!0,enumerable:!1,configurable:!0}}),"Symbol"in t&&"iterator"in t.Symbol&&(Object.defineProperty(a.prototype,t.Symbol.iterator,{value:a.prototype.entries,writable:!0,enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,t.Symbol.iterator,{value:function(){return this},writable:!0,enumerable:!0,configurable:!0})),f)for(var l in f)f.hasOwnProperty(l)&&"function"==typeof f[l]&&(c[l]=f[l]);t.URL=c,t.URLSearchParams=a}(),function(){if("1"!==new t.URLSearchParams([["a",1]]).get("a")||"1"!==new t.URLSearchParams({a:1}).get("a")){var n=t.URLSearchParams;t.URLSearchParams=function(t){if(t&&"object"==typeof t&&e(t)){var o=new n;return r(t).forEach(function(t){if(!e(t))throw TypeError();var n=r(t);if(2!==n.length)throw TypeError();o.append(n[0],n[1])}),o}return t&&"object"==typeof t?(o=new n,Object.keys(t).forEach(function(e){
|
|
4
|
-
o.set(e,t[e])}),o):new n(t)}}}()}(self),function(t){"use strict";function e(t){if((t=String(t)).match(/[^\x00-\xFF]/))throw TypeError("Not a valid ByteString");return t}function r(t){return(t=String(t)).replace(/([\u0000-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDFFF])/g,function(t){return/^[\uD800-\uDFFF]$/.test(t)?"�":t})}function n(t){return 65535&t}function o(t){return String(t).replace(/[a-z]/g,function(t){return t.toUpperCase()})}function i(t){return"CONNECT"===(t=o(t))||"TRACE"===t||"TRACK"===t}function a(t){var e=o(t);return"DELETE"===e||"GET"===e||"HEAD"===e||"OPTIONS"===e||"POST"===e||"PUT"===e?e:t}function u(t){return/^[!#$%&'*+\-.09A-Z^_`a-z|~]+$/.test(t)}function c(t){return{"accept-charset":!0,"accept-encoding":!0,"access-control-request-headers":!0,"access-control-request-method":!0,connection:!0,"content-length":!0,cookie:!0,cookie2:!0,date:!0,dnt:!0,expect:!0,host:!0,"keep-alive":!0,origin:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,"user-agent":!0,via:!0}[t=String(t).toLowerCase()]||"proxy-"===t.substring(0,6)||"sec-"===t.substring(0,4)}function s(t){return{"set-cookie":!0,"set-cookie2":!0}[t=String(t).toLowerCase()]}function f(t,e){return"accept"===(t=String(t).toLowerCase())||"accept-language"===t||"content-language"===t||"content-type"===t&&-1!==["application/x-www-form-encoded","multipart/form-data","text/plain"].indexOf(e)}function l(t){this._guard="none",this._headerList=[],t&&p(this,t)}function p(t,e){e instanceof l?e._headerList.forEach(function(e){t.append(e[0],e[1])}):Array.isArray(e)?e.forEach(function(e){if(!Array.isArray(e)||2!==e.length)throw TypeError();t.append(e[0],e[1])}):(e=Object(e),Object.keys(e).forEach(function(r){t.append(r,e[r])}))}function h(t){this._headers=t,this._index=0}function y(t){this._stream=t,this.bodyUsed=!1}function v(t,n){if(arguments.length<1)throw TypeError("Not enough arguments");if(y.call(this,null),this.method="GET",this.url="",this.headers=new l,this.headers._guard="request",this.referrer=null,this.mode=null,this.credentials="omit",t instanceof v){if(t.bodyUsed)throw TypeError();t.bodyUsed=!0,this.method=t.method,this.url=t.url,this.headers=new l(t.headers),this.headers._guard=t.headers._guard,this.credentials=t.credentials,this._stream=t._stream}else t=r(t),this.url=String(new URL(t,self.location));if("method"in(n=Object(n))){var o=e(n.method);if(i(o))throw TypeError();this.method=a(o)}"headers"in n&&(this.headers=new l,p(this.headers,n.headers)),"body"in n&&(this._stream=n.body),"credentials"in n&&-1!==["omit","same-origin","include"].indexOf(n.credentials)&&(this.credentials=n.credentials)}function d(t,e){if(arguments.length<1&&(t=""),this.headers=new l,this.headers._guard="response",t instanceof XMLHttpRequest&&"_url"in t){var o=t;return this.type="basic",this.url=r(o._url),this.status=o.status,this.ok=200<=this.status&&this.status<=299,this.statusText=o.statusText,o.getAllResponseHeaders().split(/\r?\n/).filter(function(t){return t.length}).forEach(function(t){var e=t.indexOf(":");this.headers.append(t.substring(0,e),t.substring(e+2))},this),void y.call(this,o.responseText)}y.call(this,t),e=Object(e)||{},this.url="";var i="status"in e?n(e.status):200;if(i<200||i>599)throw RangeError();this.status=i,this.ok=200<=this.status&&this.status<=299;var a="statusText"in e?String(e.statusText):"OK";if(/[^\x00-\xFF]/.test(a))throw TypeError();this.statusText=a,"headers"in e&&p(this.headers,e),this.type="basic"}l.prototype={append:function(t,r){if(t=e(t),!u(t))throw TypeError();if("immutable"===this._guard)throw TypeError();"request"===this._guard&&c(t)||("request-no-CORS"!==this._guard||f(t,r))&&("response"===this._guard&&s(t)||(t=t.toLowerCase(),this._headerList.push([t,r])))},"delete":function(t){if(t=e(t),!u(t))throw TypeError();if("immutable"===this._guard)throw TypeError();if(("request"!==this._guard||!c(t))&&("request-no-CORS"!==this._guard||f(t,"invalid"))&&("response"!==this._guard||!s(t))){t=t.toLowerCase();for(var r=0;r<this._headerList.length;)this._headerList[r][0]===t?this._headerList.splice(r,1):++r}},get:function(t){if(t=e(t),!u(t))throw TypeError();t=t.toLowerCase();for(var r=0;r<this._headerList.length;++r)if(this._headerList[r][0]===t)return this._headerList[r][1];return null},getAll:function(t){if(t=e(t),!u(t))throw TypeError();t=t.toLowerCase();for(var r=[],n=0;n<this._headerList.length;++n)this._headerList[n][0]===t&&r.push(this._headerList[n][1]);return r},has:function(t){if(t=e(t),!u(t))throw TypeError();t=t.toLowerCase();for(var r=0;r<this._headerList.length;++r)if(this._headerList[r][0]===t)return!0;return!1},set:function(t,r){if(t=e(t),!u(t))throw TypeError();if("immutable"===this._guard)throw TypeError();if(("request"!==this._guard||!c(t))&&("request-no-CORS"!==this._guard||f(t,r))&&("response"!==this._guard||!s(t))){t=t.toLowerCase();for(var n=0;n<this._headerList.length;++n)if(this._headerList[n][0]===t){for(this._headerList[n++][1]=r;n<this._headerList.length;)this._headerList[n][0]===t?this._headerList.splice(n,1):++n;return}this._headerList.push([t,r])}}},l.prototype[Symbol.iterator]=function(){return new h(this)},(h.prototype={}).next=function(){return this._index>=this._headers._headerList.length?{value:void 0,done:!0}:{value:this._headers._headerList[this._index++],done:!1}},h.prototype[Symbol.iterator]=function(){return this},y.prototype={arrayBuffer:function(){if(this.bodyUsed)return Promise.reject(TypeError());if(this.bodyUsed=!0,this._stream instanceof ArrayBuffer)return Promise.resolve(this._stream);var t=this._stream;return new Promise(function(e,r){var n=unescape(encodeURIComponent(t)).split("").map(function(t){return t.charCodeAt(0)});e(new Uint8Array(n).buffer)})},blob:function(){return this.bodyUsed?Promise.reject(TypeError()):(this.bodyUsed=!0,this._stream instanceof Blob?Promise.resolve(this._stream):Promise.resolve(new Blob([this._stream])))},formData:function(){return this.bodyUsed?Promise.reject(TypeError()):(this.bodyUsed=!0,this._stream instanceof FormData?Promise.resolve(this._stream):Promise.reject(Error("Not yet implemented")))},json:function(){if(this.bodyUsed)return Promise.reject(TypeError());this.bodyUsed=!0;var t=this;return new Promise(function(e,r){e(JSON.parse(t._stream))})},text:function(){return this.bodyUsed?Promise.reject(TypeError()):(this.bodyUsed=!0,Promise.resolve(String(this._stream)))}},v.prototype=y.prototype,d.prototype=y.prototype,d.redirect=function(){throw Error("Not supported")},"fetch"in t||(t.Headers=l,t.Request=v,t.Response=d,t.fetch=function(t,e){return new Promise(function(r,n){var o=new v(t,e),i=new XMLHttpRequest;i._url=o.url;try{i.open(o.method,o.url,!0)}catch(c){throw TypeError(c.message)}for(var a=o.headers[Symbol.iterator](),u=a.next();!u.done;u=a.next())i.setRequestHeader(u.value[0],u.value[1]);"include"===o.credentials&&(i.withCredentials=!0),i.onreadystatechange=function(){i.readyState===XMLHttpRequest.DONE&&(0===i.status?n(new TypeError("Network error")):r(new d(i)))},i.send(o._stream)})})}(self),function(){function _defineProperty(obj,key,value){return key=_toPropertyKey(key),key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:String(i)}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function getListener(obj,type,force){var allListeners;return type=type.toLowerCase(),(allListeners=obj.__allListeners||force&&(obj.__allListeners={}))&&(allListeners[type]||force&&(allListeners[type]=[]))}function getDomNode(node,start,ltr,startFromChild,fn,guard){var parent,tmpNode=startFromChild&&node[start];for(!tmpNode&&(tmpNode=node[ltr]);!tmpNode&&(parent=(parent||node).parentNode);){if("BODY"==parent.tagName||guard&&!guard(parent))return null;tmpNode=parent[ltr]}return tmpNode&&fn&&!fn(tmpNode)?getDomNode(tmpNode,start,ltr,!1,fn):tmpNode}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t["return"]&&(u=t["return"](),Object(u)!==u))return}finally{if(o)throw n}}return a}}function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}function _defineProperty(obj,key,value){return key=_toPropertyKey(key),key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:String(i)}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _createForOfIteratorHelper(o,allowArrayLike){var it="undefined"!=typeof Symbol&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&"number"==typeof o.length){it&&(o=it);var i=0,F=function(){};return{s:F,n:function(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function(){it=it.call(o)},n:function(){var step=it.next();return normalCompletion=step.done,step},e:function(_e2){didErr=!0,err=_e2},f:function(){try{normalCompletion||null==it["return"]||it["return"]()}finally{if(didErr)throw err}}}}function _unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _createForOfIteratorHelper(o,allowArrayLike){var it="undefined"!=typeof Symbol&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&"number"==typeof o.length){it&&(o=it);var i=0,F=function(){};return{s:F,n:function(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function(){it=it.call(o)},n:function(){var step=it.next();return normalCompletion=step.done,step},e:function(_e2){didErr=!0,err=_e2},f:function(){try{normalCompletion||null==it["return"]||it["return"]()}finally{if(didErr)throw err}}}}function _unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}!function(){function getUEBasePath(docUrl,confUrl){return getBasePath(docUrl||self.document.URL||self.location.href,confUrl||getConfigFilePath())}function getConfigFilePath(){var configPath=document.getElementsByTagName("script");return configPath[configPath.length-1].src}function getBasePath(docUrl,confUrl){var basePath=confUrl;return/^(\/|\\\\)/.test(confUrl)?basePath=/^.+?\w(\/|\\\\)/.exec(docUrl)[0]+confUrl.replace(/^(\/|\\\\)/,""):/^[a-z]+:/i.test(confUrl)||(docUrl=docUrl.split("#")[0].split("?")[0].replace(/[^\\\/]+$/,""),basePath=docUrl+""+confUrl),optimizationPath(basePath)}function optimizationPath(path){var protocol=/^[a-z]+:\/\//.exec(path)[0],tmp=null,res=[];for(path=path.replace(protocol,"").split("?")[0].split("#")[0],path=path.replace(/\\/g,"/").split(/\//),path[path.length-1]="";path.length;)".."===(tmp=path.shift())?res.pop():"."!==tmp&&res.push(tmp);return protocol+res.join("/")}var URL,CORS_URL;URL=window.UEDITOR_HOME_URL?window.UEDITOR_HOME_URL:window.__msCDN?window.__msCDN+"asset/vendor/ueditor/":window.__msRoot?window.__msRoot+"asset/vendor/ueditor/":getUEBasePath(),CORS_URL=window.UEDITOR_CORS_URL?window.UEDITOR_CORS_URL:window.__msRoot?window.__msRoot+"asset/vendor/ueditor/":window.UEDITOR_HOME_URL?window.UEDITOR_HOME_URL:getUEBasePath(),window.UEDITOR_CONFIG={UEDITOR_HOME_URL:URL,UEDITOR_CORS_URL:CORS_URL,debug:!1,serverUrl:"/ueditor-plus/_demo_server/handle.php",serverHeaders:{},toolbars:[["fullscreen","source","|","undo","redo","|","bold","italic","underline","fontborder","strikethrough","superscript","subscript","removeformat","formatmatch","autotypeset","blockquote","pasteplain","|","forecolor","backcolor","insertorderedlist","insertunorderedlist","selectall","cleardoc","|","rowspacingtop","rowspacingbottom","lineheight","|","customstyle","paragraph","fontfamily","fontsize","|","directionalityltr","directionalityrtl","indent","|","justifyleft","justifycenter","justifyright","justifyjustify","|","touppercase","tolowercase","|","link","unlink","anchor","|","imagenone","imageleft","imagecenter","imageright","|","simpleupload","insertimage","insertvideo","insertaudio","attachment","insertframe","insertcode","pagebreak","background","|","horizontal","date","time","spechars","|","inserttable","deletetable","insertparagraphbeforetable","insertrow","deleterow","insertcol","deletecol","mergecells","mergeright","mergedown","splittocells","splittorows","splittocols","|","print"]],toolbarCallback:function(cmd,editor){},imageConfig:{disableUpload:!0,disableOnline:!0,selectCallback:function(editor,cb){var selectCallback=editor.getOpt("selectCallback");"function"==typeof selectCallback&&selectCallback(function(data){cb({path:data.url,name:data.title})},"image")}},videoConfig:{disableUpload:!0,selectCallback:function(editor,cb){var selectCallback=editor.getOpt("selectCallback");"function"==typeof selectCallback&&selectCallback(function(data){cb({path:data.url,name:data.title})},"video")}},audioConfig:{disableUpload:!0,selectCallback:function(editor,cb){var selectCallback=editor.getOpt("selectCallback");"function"==typeof selectCallback&&selectCallback(function(data){cb({path:data.url,name:data.title})},"audio")}},formulaConfig:{imageUrlTemplate:"https://r.latexeasy.com/image.svg?{}",editorMode:"live",editorLiveServer:"https://latexeasy.com"},autoSaveEnable:!0,autoSaveRestore:!1,autoSaveKey:null,initialContent:"",focus:!1,initialStyle:"",indentValue:"2em",readonly:!1,autoClearEmptyNode:!0,fullscreen:!1,allHtmlEnabled:!1,enableContextMenu:!0,shortcutMenu:["bold","italic","underline","strikethrough","fontborder","forecolor","backcolor","imagenone","imageleft","imagecenter","imageright","insertimage","formula"],elementPathEnabled:!0,wordCount:!0,maximumWords:1e4,maxUndoCount:20,maxInputCount:1,autoHeightEnabled:!0,catchRemoteImageEnable:!0,autotypeset:{mergeEmptyline:!0,removeClass:!0,removeEmptyline:!1,textAlign:"left",imageBlockLine:"center",pasteFilter:!1,clearFontSize:!1,clearFontFamily:!1,removeEmptyNode:!1,removeTagNames:{div:1},indent:!1,indentValue:"2em",bdc2sb:!1,tobdc:!1},allowDivTransToP:!0,rgb2Hex:!0},window.UE={getUEBasePath:getUEBasePath}}(),UEDITOR_CONFIG=window.UEDITOR_CONFIG||{};var baidu=window.baidu||{};window.baidu=baidu,window.UE=baidu.editor={plugins:{},commands:{},instants:{},I18N:{},_customizeUI:{},version:"3.8.0",constants:{STATEFUL:{DISABLED:-1,OFF:0,ON:1}}};var dom=UE.dom={},browser=UE.browser=function(){var agent=navigator.userAgent.toLowerCase(),opera=window.opera,browser={ie:/(msie\s|trident.*rv:)([\w.]+)/i.test(agent),opera:!!opera&&opera.version,webkit:agent.indexOf(" applewebkit/")>-1,mac:agent.indexOf("macintosh")>-1,quirks:"BackCompat"==document.compatMode};browser.gecko="Gecko"==navigator.product&&!browser.webkit&&!browser.opera&&!browser.ie;var version=0;if(browser.ie){var v1=agent.match(/(?:msie\s([\w.]+))/),v2=agent.match(/(?:trident.*rv:([\w.]+))/);version=v1&&v2&&v1[1]&&v2[1]?Math.max(1*v1[1],1*v2[1]):v1&&v1[1]?1*v1[1]:v2&&v2[1]?1*v2[1]:0,browser.ie11Compat=11==document.documentMode,browser.ie9Compat=9==document.documentMode,browser.ie8=!!document.documentMode,browser.ie8Compat=8==document.documentMode,browser.ie7Compat=7==version&&!document.documentMode||7==document.documentMode,browser.ie6Compat=version<7||browser.quirks,browser.ie9above=version>8,browser.ie9below=version<9,browser.ie11above=version>10,browser.ie11below=version<11}if(browser.gecko){var geckoRelease=agent.match(/rv:([\d\.]+)/);geckoRelease&&(geckoRelease=geckoRelease[1].split("."),version=1e4*geckoRelease[0]+100*(geckoRelease[1]||0)+1*(geckoRelease[2]||0))}return/chrome\/(\d+\.\d)/i.test(agent)&&(browser.chrome=+RegExp.$1),/(\d+\.\d)?(?:\.\d)?\s+safari\/?(\d+\.\d+)?/i.test(agent)&&!/chrome/i.test(agent)&&(browser.safari=+(RegExp.$1||RegExp.$2)),browser.opera&&(version=parseFloat(opera.version())),browser.webkit&&(version=parseFloat(agent.match(/ applewebkit\/(\d+)/)[1])),browser.version=version,browser.isCompatible=!browser.mobile&&(browser.ie&&version>=6||browser.gecko&&version>=10801||browser.opera&&version>=9.5||browser.air&&version>=1||browser.webkit&&version>=522||!1),browser}(),ie=browser.ie,webkit=browser.webkit,gecko=browser.gecko,opera=browser.opera,utils=UE.utils={each:function(obj,iterator,context){if(null!=obj)if(obj.length===+obj.length){for(var i=0,l=obj.length;i<l;i++)if(iterator.call(context,obj[i],i,obj)===!1)return!1}else for(var key in obj)if(obj.hasOwnProperty(key)&&iterator.call(context,obj[key],key,obj)===!1)return!1},makeInstance:function(obj){var noop=new Function;return noop.prototype=obj,obj=new noop,noop.prototype=null,obj},isObject:function(item){return item&&"object"===_typeof(item)&&!Array.isArray(item)},merge:function(target,source){var _this=this,output=Object.assign({},target);return this.isObject(target)&&this.isObject(source)&&Object.keys(source).forEach(function(key){_this.isObject(source[key])&&key in target?output[key]=_this.merge(target[key],source[key]):Object.assign(output,_defineProperty({},key,source[key]))}),output},extend:function(t,s,b){if(s)for(var k in s)b&&t.hasOwnProperty(k)||(t[k]=s[k]);return t},extend2:function(t){for(var a=arguments,i=1;i<a.length;i++){var x=a[i];for(var k in x)t.hasOwnProperty(k)||(t[k]=x[k])}return t},inherits:function(subClass,superClass){var oldP=subClass.prototype,newP=utils.makeInstance(superClass.prototype);return utils.extend(newP,oldP,!0),subClass.prototype=newP,newP.constructor=subClass},bind:function(fn,context){return function(){return fn.apply(context,arguments)}},defer:function(fn,delay,exclusion){var timerID;return function(){exclusion&&clearTimeout(timerID),timerID=setTimeout(fn,delay)}},indexOf:function(array,item,start){var index=-1;return start=this.isNumber(start)?start:0,this.each(array,function(v,i){if(i>=start&&v===item)return index=i,!1}),index},removeItem:function(array,item){for(var i=0,l=array.length;i<l;i++)array[i]===item&&(array.splice(i,1),i--)},trim:function(str){return str.replace(/(^[ \t\n\r]+)|([ \t\n\r]+$)/g,"")},listToMap:function(list){if(!list)return{};list=utils.isArray(list)?list:list.split(",");for(var ci,i=0,obj={};ci=list[i++];)obj[ci.toUpperCase()]=obj[ci]=1;return obj},unhtml:function(str,reg){return str?str.replace(reg||/[&<">'](?:(amp|lt|ldquo|rdquo|quot|gt|#39|nbsp|#\d+);)?/g,function(a,b){return b?a:{"<":"<","&":"&",'"':""","“":"“","”":"”",">":">","'":"'"}[a]}):""},html:function(str){return str?str.replace(/&((g|l|quo|ldquo|rdquo)t|amp|#39|nbsp);/g,function(m){return{"<":"<","&":"&",""":'"',"“":"“","”":"”",">":">","'":"'"," ":" "}[m]}):""},cssStyleToDomStyle:function(){var test=document.createElement("div").style,cache={"float":void 0!==test.cssFloat?"cssFloat":void 0!==test.styleFloat?"styleFloat":"float"};return function(cssName){return cache[cssName]||(cache[cssName]=cssName.toLowerCase().replace(/-./g,function(match){return match.charAt(1).toUpperCase()}))}}(),loadFile:function(){function getItem(doc,obj){try{for(var ci,i=0;ci=tmpList[i++];)if(ci.doc===doc&&ci.url==(obj.src||obj.href))return ci}catch(e){return null}}var tmpList=[];return function(doc,obj,fn){var item=getItem(doc,obj);if(item)return void(item.ready?fn&&fn():item.funs.push(fn));if(tmpList.push({doc:doc,url:obj.src||obj.href,funs:[fn]}),!doc.body){var html=[];for(var p in obj)"tag"!=p&&html.push(p+'="'+obj[p]+'"');return void doc.write("<"+obj.tag+" "+html.join(" ")+" ></"+obj.tag+">")}if(!obj.id||!doc.getElementById(obj.id)){var element=doc.createElement(obj.tag);delete obj.tag;for(var p in obj)element.setAttribute(p,obj[p]);element.onload=element.onreadystatechange=function(){if(!this.readyState||/loaded|complete/.test(this.readyState)){if(item=getItem(doc,obj),item.funs.length>0){item.ready=1;for(var fi;fi=item.funs.pop();)fi()}element.onload=element.onreadystatechange=null}},element.onerror=function(){throw Error("The load "+(obj.href||obj.src)+" fails,check the url settings of file ueditor.config.js ")},doc.getElementsByTagName("head")[0].appendChild(element)}}}(),isEmptyObject:function(obj){if(null==obj)return!0;if(this.isArray(obj)||this.isString(obj))return 0===obj.length;for(var key in obj)if(obj.hasOwnProperty(key))return!1;return!0},fixColor:function(name,value){if(/color/i.test(name)&&/rgba?/.test(value)){var array=value.split(",");if(array.length>3)return"";value="#";for(var color,i=0;color=array[i++];)color=parseInt(color.replace(/[^\d]/gi,""),10).toString(16),value+=1==color.length?"0"+color:color;value=value.toUpperCase()}return value},optCss:function(val){function opt(obj,name){if(!obj)return"";var t=obj.top,b=obj.bottom,l=obj.left,r=obj.right,val="";if(t&&l&&b&&r)val+=";"+name+":"+(t==b&&b==l&&l==r?t:t==b&&l==r?t+" "+l:l==r?t+" "+l+" "+b:t+" "+r+" "+b+" "+l)+";";else for(var p in obj)val+=";"+name+"-"+p+":"+obj[p]+";";return val}var padding,margin;return val=val.replace(/(padding|margin|border)\-([^:]+):([^;]+);?/gi,function(str,key,name,val){if(1==val.split(" ").length)switch(key){case"padding":return!padding&&(padding={}),padding[name]=val,"";case"margin":return!margin&&(margin={}),margin[name]=val,"";case"border":return"initial"==val?"":str}return str}),val+=opt(padding,"padding")+opt(margin,"margin"),val.replace(/^[ \n\r\t;]*|[ \n\r\t]*$/,"").replace(/;([ \n\r\t]+)|\1;/g,";").replace(/(&((l|g)t|quot|#39))?;{2,}/g,function(a,b){return b?b+";;":";"})},clone:function(source,target){var tmp;target=target||{};for(var i in source)source.hasOwnProperty(i)&&(tmp=source[i],"object"==_typeof(tmp)?(target[i]=utils.isArray(tmp)?[]:{},utils.clone(source[i],target[i])):target[i]=tmp);return target},transUnitToPx:function(val){if(!/(pt|cm)/.test(val))return val;var unit;switch(val.replace(/([\d.]+)(\w+)/,function(str,v,u){val=v,unit=u}),unit){case"cm":val=25*parseFloat(val);break;case"pt":val=Math.round(96*parseFloat(val)/72)}return val+(val?"px":"")},domReady:function(){function doReady(doc){doc.isReady=!0;for(var ci;ci=fnArr.pop();ci());}var fnArr=[];return function(onready,win){win=win||window;var doc=win.document;onready&&fnArr.push(onready),"complete"===doc.readyState?doReady(doc):(doc.isReady&&doReady(doc),browser.ie&&11!=browser.version?(!function(){if(!doc.isReady){try{doc.documentElement.doScroll("left")}catch(error){return void setTimeout(arguments.callee,0)}doReady(doc)}}(),win.attachEvent("onload",function(){doReady(doc)})):(doc.addEventListener("DOMContentLoaded",function(){doc.removeEventListener("DOMContentLoaded",arguments.callee,!1),doReady(doc)},!1),win.addEventListener("load",function(){doReady(doc)},!1)))}}(),cssRule:browser.ie&&11!=browser.version?function(key,style,doc){var indexList,index;if(void 0===style||style&&style.nodeType&&9==style.nodeType){if(doc=style&&style.nodeType&&9==style.nodeType?style:doc||document,indexList=doc.indexList||(doc.indexList={}),index=indexList[key],void 0!==index)return doc.styleSheets[index].cssText}else{if(doc=doc||document,indexList=doc.indexList||(doc.indexList={}),index=indexList[key],""===style)return void 0!==index&&(doc.styleSheets[index].cssText="",delete indexList[key],!0);void 0!==index?sheetStyle=doc.styleSheets[index]:(sheetStyle=doc.createStyleSheet("",index=doc.styleSheets.length),indexList[key]=index),sheetStyle.cssText=style}}:function(key,style,doc){var node;return void 0===style||style&&style.nodeType&&9==style.nodeType?(doc=style&&style.nodeType&&9==style.nodeType?style:doc||document,node=doc.getElementById(key),node?node.innerHTML:void 0):(doc=doc||document,node=doc.getElementById(key),""===style?!!node&&(node.parentNode.removeChild(node),!0):void(node?node.innerHTML=style:(node=doc.createElement("style"),node.id=key,node.innerHTML=style,doc.getElementsByTagName("head")[0].appendChild(node))))},sort:function(array,compareFn){compareFn=compareFn||function(item1,item2){return item1.localeCompare(item2)};for(var i=0,len=array.length;i<len;i++)for(var j=i,length=array.length;j<length;j++)if(compareFn(array[i],array[j])>0){var t=array[i];array[i]=array[j],array[j]=t}return array},serializeParam:function(json){var strArr=[];for(var i in json)if("method"!=i&&"timeout"!=i&&"async"!=i)if("function"!=_typeof(json[i]).toLowerCase()&&"object"!=_typeof(json[i]).toLowerCase())strArr.push(encodeURIComponent(i)+"="+encodeURIComponent(json[i]));else if(utils.isArray(json[i]))for(var j=0;j<json[i].length;j++)strArr.push(encodeURIComponent(i)+"[]="+encodeURIComponent(json[i][j]));return strArr.join("&")},formatUrl:function(url){var u=url.replace(/&&/g,"&");return u=u.replace(/\?&/g,"?"),u=u.replace(/&$/g,""),u=u.replace(/&#/g,"#"),u=u.replace(/&+/g,"&")},addStyleContent:function(cssContent){var style=document.createElement("style");style.innerHTML=cssContent,document.head.appendChild(style)},isCrossDomainUrl:function(url){var a=document.createElement("a");return a.href=url,browser.ie&&(a.href=a.href),!(a.protocol==location.protocol&&a.hostname==location.hostname&&(a.port==location.port||"80"==a.port&&""==location.port||""==a.port&&"80"==location.port))},clearEmptyAttrs:function(obj){for(var p in obj)""===obj[p]&&delete obj[p];return obj},str2json:function(s){return utils.isString(s)?window.JSON?JSON.parse(s):new Function("return "+utils.trim(s||""))():null},json2str:function(){function encodeString(source){return/["\\\x00-\x1f]/.test(source)&&(source=source.replace(/["\\\x00-\x1f]/g,function(match){var c=escapeMap[match];return c?c:(c=match.charCodeAt(),"\\u00"+Math.floor(c/16).toString(16)+(c%16).toString(16))})),'"'+source+'"'}function encodeArray(source){var preComma,i,item,result=["["],l=source.length;for(i=0;i<l;i++)switch(item=source[i],_typeof(item)){case"undefined":case"function":case"unknown":break;default:preComma&&result.push(","),result.push(utils.json2str(item)),preComma=1}return result.push("]"),result.join("")}function pad(source){return source<10?"0"+source:source}function encodeDate(source){return'"'+source.getFullYear()+"-"+pad(source.getMonth()+1)+"-"+pad(source.getDate())+"T"+pad(source.getHours())+":"+pad(source.getMinutes())+":"+pad(source.getSeconds())+'"'}if(window.JSON)return JSON.stringify;var escapeMap={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};return function(value){switch(_typeof(value)){case"undefined":return"undefined";case"number":return isFinite(value)?String(value):"null";case"string":return encodeString(value);case"boolean":return String(value);default:if(null===value)return"null";if(utils.isArray(value))return encodeArray(value);if(utils.isDate(value))return encodeDate(value);var preComma,item,result=["{"],encode=utils.json2str;for(var key in value)if(Object.prototype.hasOwnProperty.call(value,key))switch(item=value[key],_typeof(item)){case"undefined":case"unknown":case"function":break;default:preComma&&result.push(","),preComma=1,result.push(encode(key)+":"+encode(item))}return result.push("}"),result.join("")}}}()};utils.each(["String","Function","Array","Number","RegExp","Object","Date"],function(v){UE.utils["is"+v]=function(obj){return Object.prototype.toString.apply(obj)=="[object "+v+"]"}});var EventBase=UE.EventBase=function(){};EventBase.prototype={addListener:function(types,listener){types=utils.trim(types).split(/\s+/);for(var ti,i=0;ti=types[i++];)getListener(this,ti,!0).push(listener)},on:function(types,listener){return this.addListener(types,listener)},off:function(types,listener){return this.removeListener(types,listener);
|
|
5
|
-
},trigger:function(){return this.fireEvent.apply(this,arguments)},removeListener:function(types,listener){types=utils.trim(types).split(/\s+/);for(var ti,i=0;ti=types[i++];)utils.removeItem(getListener(this,ti)||[],listener)},fireEvent:function(){var types=arguments[0];types=utils.trim(types).split(" ");for(var ti,i=0;ti=types[i++];){var r,t,k,listeners=getListener(this,ti);if(listeners)for(k=listeners.length;k--;)if(listeners[k]){if(t=listeners[k].apply(this,arguments),t===!0)return t;void 0!==t&&(r=t)}(t=this["on"+ti.toLowerCase()])&&(r=t.apply(this,arguments))}return r}};var dtd=dom.dtd=function(){function _(s){for(var k in s)s[k.toUpperCase()]=s[k];return s}var X=utils.extend2,A=_({isindex:1,fieldset:1}),B=_({input:1,button:1,select:1,textarea:1,label:1}),C=X(_({a:1}),B),D=X({iframe:1},C),E=_({hr:1,ul:1,menu:1,div:1,blockquote:1,noscript:1,table:1,center:1,address:1,dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1}),F=_({ins:1,del:1,script:1,style:1}),G=X(_({mark:1,b:1,acronym:1,bdo:1,"var":1,"#":1,abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1}),F),H=X(_({sub:1,img:1,embed:1,object:1,sup:1,basefont:1,map:1,applet:1,font:1,big:1,small:1}),G),I=X(_({p:1}),H),J=X(_({iframe:1}),H,B),K=_({img:1,embed:1,noscript:1,br:1,kbd:1,center:1,button:1,basefont:1,h5:1,h4:1,samp:1,h6:1,ol:1,h1:1,h3:1,h2:1,form:1,font:1,"#":1,select:1,menu:1,ins:1,abbr:1,label:1,code:1,table:1,script:1,cite:1,input:1,iframe:1,strong:1,textarea:1,noframes:1,big:1,small:1,span:1,hr:1,sub:1,bdo:1,"var":1,div:1,object:1,sup:1,strike:1,dir:1,map:1,dl:1,applet:1,del:1,isindex:1,fieldset:1,ul:1,b:1,acronym:1,a:1,blockquote:1,i:1,u:1,s:1,tt:1,address:1,q:1,pre:1,p:1,em:1,dfn:1}),L=X(_({a:0}),J),M=_({tr:1}),N=_({"#":1}),O=X(_({param:1}),K),P=X(_({form:1}),A,D,E,I),Q=_({li:1,ol:1,ul:1}),R=_({style:1,script:1}),S=_({base:1,link:1,meta:1,title:1}),T=X(S,R),U=_({head:1,body:1}),V=_({html:1}),block=_({address:1,blockquote:1,center:1,dir:1,div:1,dl:1,fieldset:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1,isindex:1,menu:1,noframes:1,ol:1,p:1,pre:1,table:1,ul:1}),empty=_({area:1,base:1,basefont:1,br:1,col:1,command:1,dialog:1,embed:1,hr:1,img:1,input:1,isindex:1,keygen:1,link:1,meta:1,param:1,source:1,track:1,wbr:1});return _({$nonBodyContent:X(V,U,S),$block:block,$inline:L,$inlineWithA:X(_({a:1}),L),$body:X(_({script:1,style:1}),block),$cdata:_({script:1,style:1}),$empty:empty,$nonChild:_({iframe:1,textarea:1}),$listItem:_({dd:1,dt:1,li:1}),$list:_({ul:1,ol:1,dl:1}),$isNotEmpty:_({table:1,ul:1,ol:1,dl:1,iframe:1,area:1,base:1,col:1,hr:1,img:1,embed:1,input:1,textarea:1,link:1,meta:1,param:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1}),$removeEmpty:_({a:1,abbr:1,acronym:1,address:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,s:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,"var":1}),$removeEmptyBlock:_({p:1,div:1}),$tableContent:_({caption:1,col:1,colgroup:1,tbody:1,td:1,tfoot:1,th:1,thead:1,tr:1,table:1}),$notTransContent:_({pre:1,script:1,style:1,textarea:1}),html:U,head:T,style:N,script:N,body:P,base:{},link:{},meta:{},title:N,col:{},tr:_({td:1,th:1}),img:{},embed:{},colgroup:_({thead:1,col:1,tbody:1,tr:1,tfoot:1}),noscript:P,td:P,br:{},th:P,center:P,kbd:L,button:X(I,E),basefont:{},h5:L,h4:L,samp:L,h6:L,ol:Q,h1:L,h3:L,option:N,h2:L,form:X(A,D,E,I),select:_({optgroup:1,option:1}),font:L,ins:L,menu:Q,abbr:L,label:L,table:_({thead:1,col:1,tbody:1,tr:1,colgroup:1,caption:1,tfoot:1}),code:L,tfoot:M,cite:L,li:P,input:{},iframe:P,strong:L,textarea:N,noframes:P,big:L,small:L,span:_({"#":1,br:1,b:1,strong:1,u:1,i:1,em:1,sub:1,sup:1,strike:1,span:1}),hr:L,dt:L,sub:L,optgroup:_({option:1}),param:{},bdo:L,"var":L,div:P,object:O,sup:L,dd:P,strike:L,area:{},dir:Q,map:X(_({area:1,form:1,p:1}),A,F,E),applet:O,dl:_({dt:1,dd:1}),del:L,isindex:{},fieldset:X(_({legend:1}),K),thead:M,ul:Q,acronym:L,b:L,a:X(_({a:1}),J),blockquote:X(_({td:1,tr:1,tbody:1,li:1}),P),caption:L,i:L,u:L,tbody:M,s:L,address:X(D,I),tt:L,legend:L,q:L,pre:X(G,C),p:X(_({a:1}),L),em:L,dfn:L,mark:L})}(),attrFix=ie&&browser.version<9?{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder"}:{tabindex:"tabIndex",readonly:"readOnly"},styleBlock=utils.listToMap(["-webkit-box","-moz-box","block","list-item","table","table-row-group","table-header-group","table-footer-group","table-row","table-column-group","table-column","table-cell","table-caption"]),domUtils=dom.domUtils={NODE_ELEMENT:1,NODE_DOCUMENT:9,NODE_TEXT:3,NODE_COMMENT:8,NODE_DOCUMENT_FRAGMENT:11,POSITION_IDENTICAL:0,POSITION_DISCONNECTED:1,POSITION_FOLLOWING:2,POSITION_PRECEDING:4,POSITION_IS_CONTAINED:8,POSITION_CONTAINS:16,fillChar:ie&&"6"===browser.version?"\ufeff":"",keys:{8:1,46:1,16:1,17:1,18:1,37:1,38:1,39:1,40:1,13:1},getPosition:function(nodeA,nodeB){if(nodeA===nodeB)return 0;var node,parentsA=[nodeA],parentsB=[nodeB];for(node=nodeA;node=node.parentNode;){if(node===nodeB)return 10;parentsA.push(node)}for(node=nodeB;node=node.parentNode;){if(node===nodeA)return 20;parentsB.push(node)}if(parentsA.reverse(),parentsB.reverse(),parentsA[0]!==parentsB[0])return 1;for(var i=-1;i++,parentsA[i]===parentsB[i];);for(nodeA=parentsA[i],nodeB=parentsB[i];nodeA=nodeA.nextSibling;)if(nodeA===nodeB)return 4;return 2},getNodeIndex:function(node,ignoreTextNode){for(var preNode=node,i=0;preNode=preNode.previousSibling;)ignoreTextNode&&3==preNode.nodeType?preNode.nodeType!=preNode.nextSibling.nodeType&&i++:i++;return i},inDoc:function(node,doc){return 10===domUtils.getPosition(node,doc)},findParent:function(node,filterFn,includeSelf){if(node&&!domUtils.isBody(node))for(node=includeSelf?node:node.parentNode;node;){if(!filterFn||filterFn(node)||domUtils.isBody(node))return filterFn&&!filterFn(node)&&domUtils.isBody(node)?null:node;node=node.parentNode}return null},findParentByTagName:function(node,tagNames,includeSelf,excludeFn){return tagNames=utils.listToMap(utils.isArray(tagNames)?tagNames:[tagNames]),domUtils.findParent(node,function(node){return tagNames[node.tagName]&&!(excludeFn&&excludeFn(node))},includeSelf)},findParents:function(node,includeSelf,filterFn,closerFirst){for(var parents=includeSelf&&(filterFn&&filterFn(node)||!filterFn)?[node]:[];node=domUtils.findParent(node,filterFn);)parents.push(node);return closerFirst?parents:parents.reverse()},insertAfter:function(node,newNode){return node.nextSibling?node.parentNode.insertBefore(newNode,node.nextSibling):node.parentNode.appendChild(newNode)},remove:function(node,keepChildren){var child,parent=node.parentNode;if(parent){if(keepChildren&&node.hasChildNodes())for(;child=node.firstChild;)parent.insertBefore(child,node);parent.removeChild(node)}return node},getNextDomNode:function(node,startFromChild,filterFn,guard){return getDomNode(node,"firstChild","nextSibling",startFromChild,filterFn,guard)},getPreDomNode:function(node,startFromChild,filterFn,guard){return getDomNode(node,"lastChild","previousSibling",startFromChild,filterFn,guard)},isBookmarkNode:function(node){return 1==node.nodeType&&node.id&&/^_baidu_bookmark_/i.test(node.id)},getWindow:function(node){var doc=node.ownerDocument||node;return doc.defaultView||doc.parentWindow},getCommonAncestor:function(nodeA,nodeB){if(nodeA===nodeB)return nodeA;for(var parentsA=[nodeA],parentsB=[nodeB],parent=nodeA,i=-1;parent=parent.parentNode;){if(parent===nodeB)return parent;parentsA.push(parent)}for(parent=nodeB;parent=parent.parentNode;){if(parent===nodeA)return parent;parentsB.push(parent)}for(parentsA.reverse(),parentsB.reverse();i++,parentsA[i]===parentsB[i];);return 0==i?null:parentsA[i-1]},clearEmptySibling:function(node,ignoreNext,ignorePre){function clear(next,dir){for(var tmpNode;next&&!domUtils.isBookmarkNode(next)&&(domUtils.isEmptyInlineElement(next)||!new RegExp("[^\t\n\r"+domUtils.fillChar+"]").test(next.nodeValue));)tmpNode=next[dir],domUtils.remove(next),next=tmpNode}!ignoreNext&&clear(node.nextSibling,"nextSibling"),!ignorePre&&clear(node.previousSibling,"previousSibling")},split:function(node,offset){var doc=node.ownerDocument;if(browser.ie&&offset==node.nodeValue.length){var next=doc.createTextNode("");return domUtils.insertAfter(node,next)}var retval=node.splitText(offset);if(browser.ie8){var tmpNode=doc.createTextNode("");domUtils.insertAfter(retval,tmpNode),domUtils.remove(tmpNode)}return retval},isWhitespace:function(node){return!new RegExp("[^ \t\n\r"+domUtils.fillChar+"]").test(node.nodeValue)},getXY:function(element){for(var x=0,y=0;element.offsetParent;)y+=element.offsetTop,x+=element.offsetLeft,element=element.offsetParent;return{x:x,y:y}},on:function(element,type,handler){var types=utils.isArray(type)?type:utils.trim(type).split(/\s+/),k=types.length;if(k)for(;k--;)if(type=types[k],element.addEventListener)element.addEventListener(type,handler,!1);else{handler._d||(handler._d={els:[]});var key=type+handler.toString(),index=utils.indexOf(handler._d.els,element);handler._d[key]&&index!=-1||(index==-1&&handler._d.els.push(element),handler._d[key]||(handler._d[key]=function(evt){return handler.call(evt.srcElement,evt||window.event)}),element.attachEvent("on"+type,handler._d[key]))}element=null},un:function(element,type,handler){var types=utils.isArray(type)?type:utils.trim(type).split(/\s+/),k=types.length;if(k)for(;k--;)if(type=types[k],element.removeEventListener)element.removeEventListener(type,handler,!1);else{var key=type+handler.toString();try{element.detachEvent("on"+type,handler._d?handler._d[key]:handler)}catch(e){}if(handler._d&&handler._d[key]){var index=utils.indexOf(handler._d.els,element);index!=-1&&handler._d.els.splice(index,1),0==handler._d.els.length&&delete handler._d[key]}}},isSameElement:function(nodeA,nodeB){if(nodeA.tagName!=nodeB.tagName)return!1;var thisAttrs=nodeA.attributes,otherAttrs=nodeB.attributes;if(!ie&&thisAttrs.length!=otherAttrs.length)return!1;for(var attrA,attrB,al=0,bl=0,i=0;attrA=thisAttrs[i++];){if("style"==attrA.nodeName){if(attrA.specified&&al++,domUtils.isSameStyle(nodeA,nodeB))continue;return!1}if(ie){if(!attrA.specified)continue;al++,attrB=otherAttrs.getNamedItem(attrA.nodeName)}else attrB=nodeB.attributes[attrA.nodeName];if(!attrB.specified||attrA.nodeValue!=attrB.nodeValue)return!1}if(ie){for(i=0;attrB=otherAttrs[i++];)attrB.specified&&bl++;if(al!=bl)return!1}return!0},isSameStyle:function(nodeA,nodeB){var styleA=nodeA.style.cssText.replace(/( ?; ?)/g,";").replace(/( ?: ?)/g,":"),styleB=nodeB.style.cssText.replace(/( ?; ?)/g,";").replace(/( ?: ?)/g,":");if(browser.opera){if(styleA=nodeA.style,styleB=nodeB.style,styleA.length!=styleB.length)return!1;for(var p in styleA)if(!/^(\d+|csstext)$/i.test(p)&&styleA[p]!=styleB[p])return!1;return!0}if(!styleA||!styleB)return styleA==styleB;if(styleA=styleA.split(";"),styleB=styleB.split(";"),styleA.length!=styleB.length)return!1;for(var ci,i=0;ci=styleA[i++];)if(utils.indexOf(styleB,ci)==-1)return!1;return!0},isBlockElm:function(node){return 1==node.nodeType&&(dtd.$block[node.tagName]||styleBlock[domUtils.getComputedStyle(node,"display")])&&!dtd.$nonChild[node.tagName]},isBody:function(node){return node&&1==node.nodeType&&"body"==node.tagName.toLowerCase()},breakParent:function(node,parent){var tmpNode,leftNodes,rightNodes,parentClone=node,clone=node;do{for(parentClone=parentClone.parentNode,leftNodes?(tmpNode=parentClone.cloneNode(!1),tmpNode.appendChild(leftNodes),leftNodes=tmpNode,tmpNode=parentClone.cloneNode(!1),tmpNode.appendChild(rightNodes),rightNodes=tmpNode):(leftNodes=parentClone.cloneNode(!1),rightNodes=leftNodes.cloneNode(!1));tmpNode=clone.previousSibling;)leftNodes.insertBefore(tmpNode,leftNodes.firstChild);for(;tmpNode=clone.nextSibling;)rightNodes.appendChild(tmpNode);clone=parentClone}while(parent!==parentClone);return tmpNode=parent.parentNode,tmpNode.insertBefore(leftNodes,parent),tmpNode.insertBefore(rightNodes,parent),tmpNode.insertBefore(node,rightNodes),domUtils.remove(parent),node},isEmptyInlineElement:function(node){if(1!=node.nodeType||!dtd.$removeEmpty[node.tagName])return 0;for(node=node.firstChild;node;){if(domUtils.isBookmarkNode(node))return 0;if(1==node.nodeType&&!domUtils.isEmptyInlineElement(node)||3==node.nodeType&&!domUtils.isWhitespace(node))return 0;node=node.nextSibling}return 1},trimWhiteTextNode:function(node){function remove(dir){for(var child;(child=node[dir])&&3==child.nodeType&&domUtils.isWhitespace(child);)node.removeChild(child)}remove("firstChild"),remove("lastChild")},mergeChild:function(node,tagName,attrs){for(var ci,list=domUtils.getElementsByTagName(node,node.tagName.toLowerCase()),i=0;ci=list[i++];)if(ci.parentNode&&!domUtils.isBookmarkNode(ci))if("span"!=ci.tagName.toLowerCase())domUtils.isSameElement(node,ci)&&domUtils.remove(ci,!0);else{if(node===ci.parentNode&&(domUtils.trimWhiteTextNode(node),1==node.childNodes.length)){node.style.cssText=ci.style.cssText+";"+node.style.cssText,domUtils.remove(ci,!0);continue}if(ci.style.cssText=node.style.cssText+";"+ci.style.cssText,attrs){var style=attrs.style;if(style){style=style.split(";");for(var s,j=0;s=style[j++];)ci.style[utils.cssStyleToDomStyle(s.split(":")[0])]=s.split(":")[1]}}domUtils.isSameStyle(ci,node)&&domUtils.remove(ci,!0)}},getElementsByTagName:function(node,tagName,filter){if(filter&&utils.isString(filter)){var className=filter;filter=function(node){return domUtils.hasClass(node,className)}}tagName=utils.trim(tagName).replace(/[ ]{2,}/g," ").split(" ");for(var ni,arr=[],n=0;ni=tagName[n++];)for(var ci,list=node.getElementsByTagName(ni),i=0;ci=list[i++];)filter&&!filter(ci)||arr.push(ci);return arr},mergeToParent:function(node){for(var parent=node.parentNode;parent&&dtd.$removeEmpty[parent.tagName];){if(parent.tagName==node.tagName||"A"==parent.tagName){if(domUtils.trimWhiteTextNode(parent),"SPAN"==parent.tagName&&!domUtils.isSameStyle(parent,node)||"A"==parent.tagName&&"SPAN"==node.tagName){if(parent.childNodes.length>1||parent!==node.parentNode){node.style.cssText=parent.style.cssText+";"+node.style.cssText,parent=parent.parentNode;continue}parent.style.cssText+=";"+node.style.cssText,"A"==parent.tagName&&(parent.style.textDecoration="underline")}if("A"!=parent.tagName){parent===node.parentNode&&domUtils.remove(node,!0);break}}parent=parent.parentNode}},mergeSibling:function(node,ignorePre,ignoreNext){function merge(rtl,start,node){var next;if((next=node[rtl])&&!domUtils.isBookmarkNode(next)&&1==next.nodeType&&domUtils.isSameElement(node,next)){for(;next.firstChild;)"firstChild"==start?node.insertBefore(next.lastChild,node.firstChild):node.appendChild(next.firstChild);domUtils.remove(next)}}!ignorePre&&merge("previousSibling","firstChild",node),!ignoreNext&&merge("nextSibling","lastChild",node)},unSelectable:ie&&browser.ie9below||browser.opera?function(node){node.onselectstart=function(){return!1},node.onclick=node.onkeyup=node.onkeydown=function(){return!1},node.unselectable="on",node.setAttribute("unselectable","on");for(var ci,i=0;ci=node.all[i++];)switch(ci.tagName.toLowerCase()){case"iframe":case"textarea":case"input":case"select":break;default:ci.unselectable="on",node.setAttribute("unselectable","on")}}:function(node){node.style.MozUserSelect=node.style.webkitUserSelect=node.style.msUserSelect=node.style.KhtmlUserSelect="none"},removeAttributes:function(node,attrNames){attrNames=utils.isArray(attrNames)?attrNames:utils.trim(attrNames).replace(/[ ]{2,}/g," ").split(" ");for(var ci,i=0;ci=attrNames[i++];){switch(ci=attrFix[ci]||ci){case"className":node[ci]="";break;case"style":node.style.cssText="";var val=node.getAttributeNode("style");!browser.ie&&val&&node.removeAttributeNode(val)}node.removeAttribute(ci)}},createElement:function(doc,tag,attrs){return domUtils.setAttributes(doc.createElement(tag),attrs)},setAttributes:function(node,attrs){for(var attr in attrs)if("_propertyDelete"!==attr){if(attrs.hasOwnProperty(attr)){var value=attrs[attr];switch(attr){case"class":node.className=value;break;case"style":node.style.cssText=node.style.cssText+";"+value;break;case"innerHTML":node[attr]=value;break;case"value":node.value=value;break;default:node.setAttribute(attrFix[attr]||attr,value)}}}else for(var j=0;j<attrs[attr].length;j++)node.hasAttribute(attrs[attr][j])&&node.removeAttribute(attrs[attr][j]);return node},getComputedStyle:function(element,styleName){var pros="width height top left";if(pros.indexOf(styleName)>-1)return element["offset"+styleName.replace(/^\w/,function(s){return s.toUpperCase()})]+"px";if(3===element.nodeType&&(element=element.parentNode),browser.ie&&browser.version<9&&"font-size"===styleName&&!element.style.fontSize&&!dtd.$empty[element.tagName]&&!dtd.$nonChild[element.tagName]){var span=element.ownerDocument.createElement("span");span.style.cssText="padding:0;border:0;font-family:simsun;",span.innerHTML=".",element.appendChild(span);var result=span.offsetHeight;return element.removeChild(span),span=null,result+"px"}try{var value=domUtils.getStyle(element,styleName)||(window.getComputedStyle?domUtils.getWindow(element).getComputedStyle(element,"").getPropertyValue(styleName):(element.currentStyle||element.style)[utils.cssStyleToDomStyle(styleName)])}catch(e){return""}return utils.transUnitToPx(utils.fixColor(styleName,value))},removeClasses:function(elm,classNames){classNames=utils.isArray(classNames)?classNames:utils.trim(classNames).replace(/[ ]{2,}/g," ").split(" ");for(var ci,i=0,cls=elm.className;ci=classNames[i++];)cls=cls.replace(new RegExp("\\b"+ci+"\\b"),"");cls=utils.trim(cls).replace(/[ ]{2,}/g," "),cls?elm.className=cls:domUtils.removeAttributes(elm,["class"])},addClass:function(elm,classNames){if(elm){classNames=utils.trim(classNames).replace(/[ ]{2,}/g," ").split(" ");for(var ci,i=0,cls=elm.className;ci=classNames[i++];)new RegExp("\\b"+ci+"\\b").test(cls)||(cls+=" "+ci);elm.className=utils.trim(cls)}},hasClass:function(element,className){if(utils.isRegExp(className))return className.test(element.className);className=utils.trim(className).replace(/[ ]{2,}/g," ").split(" ");for(var ci,i=0,cls=element.className;ci=className[i++];)if(!new RegExp("\\b"+ci+"\\b","i").test(cls))return!1;return i-1==className.length},preventDefault:function(evt){evt.preventDefault?evt.preventDefault():evt.returnValue=!1},removeStyle:function(element,name){browser.ie?("color"==name&&(name="(^|;)"+name),element.style.cssText=element.style.cssText.replace(new RegExp(name+"[^:]*:[^;]+;?","ig"),"")):element.style.removeProperty?element.style.removeProperty(name):element.style.removeAttribute(utils.cssStyleToDomStyle(name)),element.style.cssText||domUtils.removeAttributes(element,["style"])},getStyle:function(element,name){var value=element.style[utils.cssStyleToDomStyle(name)];return utils.fixColor(name,value)},setStyle:function(element,name,value){element.style[utils.cssStyleToDomStyle(name)]=value,utils.trim(element.style.cssText)||this.removeAttributes(element,"style")},setStyles:function(element,styles){for(var name in styles)styles.hasOwnProperty(name)&&domUtils.setStyle(element,name,styles[name])},removeDirtyAttr:function(node){for(var ci,i=0,nodes=node.getElementsByTagName("*");ci=nodes[i++];)ci.removeAttribute("_moz_dirty");node.removeAttribute("_moz_dirty")},getChildCount:function(node,fn){var count=0,first=node.firstChild;for(fn=fn||function(){return 1};first;)fn(first)&&count++,first=first.nextSibling;return count},isEmptyNode:function(node){return!node.firstChild||0==domUtils.getChildCount(node,function(node){return!domUtils.isBr(node)&&!domUtils.isBookmarkNode(node)&&!domUtils.isWhitespace(node)})},clearSelectedArr:function(nodes){for(var node;node=nodes.pop();)domUtils.removeAttributes(node,["class"])},scrollToView:function(node,win,offsetTop){offsetTop=offsetTop||0;var getViewPaneSize=function(){var doc=win.document,mode="CSS1Compat"==doc.compatMode;return{width:(mode?doc.documentElement.clientWidth:doc.body.clientWidth)||0,height:(mode?doc.documentElement.clientHeight:doc.body.clientHeight)||0}},getScrollPosition=function(win){if("pageXOffset"in win)return{x:win.pageXOffset||0,y:win.pageYOffset||0};var doc=win.document;return{x:doc.documentElement.scrollLeft||doc.body.scrollLeft||0,y:doc.documentElement.scrollTop||doc.body.scrollTop||0}},winHeight=getViewPaneSize().height,offset=winHeight*-1+offsetTop;offset+=node.offsetHeight||0;var elementPosition=domUtils.getXY(node);offset+=elementPosition.y;var currentScroll=getScrollPosition(win).y;(offset>currentScroll||offset<currentScroll-winHeight)&&win.scrollTo({top:offset+(offset<0?-20:20),behavior:"smooth"})},isBr:function(node){return 1==node.nodeType&&"BR"==node.tagName},isFillChar:function(node,isInStart){if(3!=node.nodeType)return!1;var text=node.nodeValue;return isInStart?new RegExp("^"+domUtils.fillChar).test(text):!text.replace(new RegExp(domUtils.fillChar,"g"),"").length},isStartInblock:function(range){var tmp,tmpRange=range.cloneRange(),flag=0,start=tmpRange.startContainer;if(1==start.nodeType&&start.childNodes[tmpRange.startOffset]){start=start.childNodes[tmpRange.startOffset];for(var pre=start.previousSibling;pre&&domUtils.isFillChar(pre);)start=pre,pre=pre.previousSibling}for(this.isFillChar(start,!0)&&1==tmpRange.startOffset&&(tmpRange.setStartBefore(start),start=tmpRange.startContainer);start&&domUtils.isFillChar(start);)tmp=start,start=start.previousSibling;for(tmp&&(tmpRange.setStartBefore(tmp),start=tmpRange.startContainer),1==start.nodeType&&domUtils.isEmptyNode(start)&&1==tmpRange.startOffset&&tmpRange.setStart(start,0).collapse(!0);!tmpRange.startOffset;){if(start=tmpRange.startContainer,domUtils.isBlockElm(start)||domUtils.isBody(start)){flag=1;break}var tmpNode,pre=tmpRange.startContainer.previousSibling;if(pre){for(;pre&&domUtils.isFillChar(pre);)tmpNode=pre,pre=pre.previousSibling;tmpNode?tmpRange.setStartBefore(tmpNode):tmpRange.setStartBefore(tmpRange.startContainer)}else tmpRange.setStartBefore(tmpRange.startContainer)}return flag&&!domUtils.isBody(tmpRange.startContainer)?1:0},isEmptyBlock:function(node,reg){if(1!=node.nodeType)return 0;if(reg=reg||new RegExp("[ \t\r\n"+domUtils.fillChar+"]","g"),node[browser.ie?"innerText":"textContent"].replace(reg,"").length>0)return 0;for(var n in dtd.$isNotEmpty)if(node.getElementsByTagName(n).length)return 0;return 1},setViewportOffset:function(element,offset){var left=0|parseInt(element.style.left),top=0|parseInt(element.style.top),rect=element.getBoundingClientRect(),offsetLeft=offset.left-rect.left,offsetTop=offset.top-rect.top;offsetLeft&&(element.style.left=left+offsetLeft+"px"),offsetTop&&(element.style.top=top+offsetTop+"px")},fillNode:function(doc,node){var tmpNode=browser.ie?doc.createTextNode(domUtils.fillChar):doc.createElement("br");node.innerHTML="",node.appendChild(tmpNode)},moveChild:function(src,tag,dir){for(;src.firstChild;)dir&&tag.firstChild?tag.insertBefore(src.lastChild,tag.firstChild):tag.appendChild(src.firstChild)},hasNoAttributes:function(node){return browser.ie?/^<\w+\s*?>/.test(node.outerHTML):0==node.attributes.length},isCustomeNode:function(node){return 1==node.nodeType&&node.getAttribute("_ue_custom_node_")},isTagNode:function(node,tagNames){return 1==node.nodeType&&new RegExp("\\b"+node.tagName+"\\b","i").test(tagNames)},filterNodeList:function(nodelist,filter,forAll){var results=[];if(!utils.isFunction(filter)){var str=filter;filter=function(n){return utils.indexOf(utils.isArray(str)?str:str.split(" "),n.tagName.toLowerCase())!=-1}}return utils.each(nodelist,function(n){filter(n)&&results.push(n)}),0==results.length?null:1!=results.length&&forAll?results:results[0]},isInNodeEndBoundary:function(rng,node){var start=rng.startContainer;if(3==start.nodeType&&rng.startOffset!=start.nodeValue.length)return 0;if(1==start.nodeType&&rng.startOffset!=start.childNodes.length)return 0;for(;start!==node;){if(start.nextSibling)return 0;start=start.parentNode}return 1},isBoundaryNode:function(node,dir){for(var tmp;!domUtils.isBody(node);)if(tmp=node,node=node.parentNode,tmp!==node[dir])return!1;return!0},fillHtml:browser.ie11below?" ":"<br/>",loadScript:function(url,cb){var script;script=document.createElement("script"),script.src=url,script.onload=function(){cb&&cb({isNew:!0})},document.getElementsByTagName("head")[0].appendChild(script)}},fillCharReg=new RegExp(domUtils.fillChar,"g");!function(){function updateCollapse(range){range.collapsed=range.startContainer&&range.endContainer&&range.startContainer===range.endContainer&&range.startOffset===range.endOffset}function selectOneNode(rng){return!rng.collapsed&&1===rng.startContainer.nodeType&&rng.startContainer===rng.endContainer&&rng.endOffset-rng.startOffset===1}function setEndPoint(toStart,node,offset,range){return 1===node.nodeType&&(dtd.$empty[node.tagName]||dtd.$nonChild[node.tagName])&&(offset=domUtils.getNodeIndex(node)+(toStart?0:1),node=node.parentNode),toStart?(range.startContainer=node,range.startOffset=offset,range.endContainer||range.collapse(!0)):(range.endContainer=node,range.endOffset=offset,range.startContainer||range.collapse(!1)),updateCollapse(range),range}function execContentsAction(range,action){var tmpStart,tmpEnd,start=range.startContainer,end=range.endContainer,startOffset=range.startOffset,endOffset=range.endOffset,doc=range.document,frag=doc.createDocumentFragment();if(1==start.nodeType&&(start=start.childNodes[startOffset]||(tmpStart=start.appendChild(doc.createTextNode("")))),1==end.nodeType&&(end=end.childNodes[endOffset]||(tmpEnd=end.appendChild(doc.createTextNode("")))),start===end&&3==start.nodeType)return frag.appendChild(doc.createTextNode(start.substringData(startOffset,endOffset-startOffset))),action&&(start.deleteData(startOffset,endOffset-startOffset),range.collapse(!0)),frag;for(var current,currentLevel,clone=frag,startParents=domUtils.findParents(start,!0),endParents=domUtils.findParents(end,!0),i=0;startParents[i]==endParents[i];)i++;for(var si,j=i;si=startParents[j];j++){for(current=si.nextSibling,si==start?tmpStart||(3==range.startContainer.nodeType?(clone.appendChild(doc.createTextNode(start.nodeValue.slice(startOffset))),action&&start.deleteData(startOffset,start.nodeValue.length-startOffset)):clone.appendChild(action?start:start.cloneNode(!0))):(currentLevel=si.cloneNode(!1),clone.appendChild(currentLevel));current&¤t!==end&¤t!==endParents[j];)si=current.nextSibling,clone.appendChild(action?current:current.cloneNode(!0)),current=si;clone=currentLevel}clone=frag,startParents[i]||(clone.appendChild(startParents[i-1].cloneNode(!1)),clone=clone.firstChild);for(var ei,j=i;ei=endParents[j];j++){if(current=ei.previousSibling,ei==end?tmpEnd||3!=range.endContainer.nodeType||(clone.appendChild(doc.createTextNode(end.substringData(0,endOffset))),action&&end.deleteData(0,endOffset)):(currentLevel=ei.cloneNode(!1),clone.appendChild(currentLevel)),j!=i||!startParents[i])for(;current&¤t!==start;)ei=current.previousSibling,clone.insertBefore(action?current:current.cloneNode(!0),clone.firstChild),current=ei;clone=currentLevel}return action&&range.setStartBefore(endParents[i]?startParents[i]?endParents[i]:startParents[i-1]:endParents[i-1]).collapse(!0),tmpStart&&domUtils.remove(tmpStart),tmpEnd&&domUtils.remove(tmpEnd),frag}function removeFillData(doc,excludeNode){try{if(fillData&&domUtils.inDoc(fillData,doc))if(fillData.nodeValue.replace(fillCharReg,"").length)fillData.nodeValue=fillData.nodeValue.replace(fillCharReg,"");else{var tmpNode=fillData.parentNode;for(domUtils.remove(fillData);tmpNode&&domUtils.isEmptyInlineElement(tmpNode)&&(browser.safari?!(domUtils.getPosition(tmpNode,excludeNode)&domUtils.POSITION_CONTAINS):!tmpNode.contains(excludeNode));)fillData=tmpNode.parentNode,domUtils.remove(tmpNode),tmpNode=fillData}}catch(e){}}function mergeSibling(node,dir){var tmpNode;for(node=node[dir];node&&domUtils.isFillChar(node);)tmpNode=node[dir],domUtils.remove(node),node=tmpNode}var fillData,guid=0,fillChar=domUtils.fillChar,Range=dom.Range=function(document){var me=this;me.startContainer=me.startOffset=me.endContainer=me.endOffset=null,me.document=document,me.collapsed=!0};Range.prototype={cloneContents:function(){return this.collapsed?null:execContentsAction(this,0)},deleteContents:function(){var txt;return this.collapsed||execContentsAction(this,1),browser.webkit&&(txt=this.startContainer,3!=txt.nodeType||txt.nodeValue.length||(this.setStartBefore(txt).collapse(!0),domUtils.remove(txt))),this},extractContents:function(){return this.collapsed?null:execContentsAction(this,2)},setStart:function(node,offset){return setEndPoint(!0,node,offset,this)},setEnd:function(node,offset){return setEndPoint(!1,node,offset,this)},setStartAfter:function(node){return this.setStart(node.parentNode,domUtils.getNodeIndex(node)+1)},setStartBefore:function(node){return this.setStart(node.parentNode,domUtils.getNodeIndex(node))},setEndAfter:function(node){return this.setEnd(node.parentNode,domUtils.getNodeIndex(node)+1)},setEndBefore:function(node){return this.setEnd(node.parentNode,domUtils.getNodeIndex(node))},setStartAtFirst:function(node){return this.setStart(node,0)},setStartAtLast:function(node){return this.setStart(node,3==node.nodeType?node.nodeValue.length:node.childNodes.length)},setEndAtFirst:function(node){return this.setEnd(node,0)},setEndAtLast:function(node){return this.setEnd(node,3==node.nodeType?node.nodeValue.length:node.childNodes.length)},selectNode:function(node){return this.setStartBefore(node).setEndAfter(node)},selectNodeContents:function(node){return this.setStart(node,0).setEndAtLast(node)},cloneRange:function(){var me=this;return new Range(me.document).setStart(me.startContainer,me.startOffset).setEnd(me.endContainer,me.endOffset)},collapse:function(toStart){var me=this;return toStart?(me.endContainer=me.startContainer,me.endOffset=me.startOffset):(me.startContainer=me.endContainer,me.startOffset=me.endOffset),me.collapsed=!0,me},shrinkBoundary:function(ignoreEnd){function check(node){return 1==node.nodeType&&!domUtils.isBookmarkNode(node)&&!dtd.$empty[node.tagName]&&!dtd.$nonChild[node.tagName]}for(var child,me=this,collapsed=me.collapsed;1==me.startContainer.nodeType&&(child=me.startContainer.childNodes[me.startOffset])&&check(child);)me.setStart(child,0);if(collapsed)return me.collapse(!0);if(!ignoreEnd)for(;1==me.endContainer.nodeType&&me.endOffset>0&&(child=me.endContainer.childNodes[me.endOffset-1])&&check(child);)me.setEnd(child,child.childNodes.length);return me},getCommonAncestor:function(includeSelf,ignoreTextNode){var me=this,start=me.startContainer,end=me.endContainer;return start===end?includeSelf&&selectOneNode(this)&&(start=start.childNodes[me.startOffset],1==start.nodeType)?start:ignoreTextNode&&3==start.nodeType?start.parentNode:start:domUtils.getCommonAncestor(start,end)},trimBoundary:function(ignoreEnd){this.txtToElmBoundary();var start=this.startContainer,offset=this.startOffset,collapsed=this.collapsed,end=this.endContainer;if(3==start.nodeType){if(0==offset)this.setStartBefore(start);else if(offset>=start.nodeValue.length)this.setStartAfter(start);else{var textNode=domUtils.split(start,offset);start===end?this.setEnd(textNode,this.endOffset-offset):start.parentNode===end&&(this.endOffset+=1),this.setStartBefore(textNode)}if(collapsed)return this.collapse(!0)}return ignoreEnd||(offset=this.endOffset,end=this.endContainer,3==end.nodeType&&(0==offset?this.setEndBefore(end):(offset<end.nodeValue.length&&domUtils.split(end,offset),this.setEndAfter(end)))),this},txtToElmBoundary:function(ignoreCollapsed){function adjust(r,c){var container=r[c+"Container"],offset=r[c+"Offset"];3==container.nodeType&&(offset?offset>=container.nodeValue.length&&r["set"+c.replace(/(\w)/,function(a){return a.toUpperCase()})+"After"](container):r["set"+c.replace(/(\w)/,function(a){return a.toUpperCase()})+"Before"](container))}return!ignoreCollapsed&&this.collapsed||(adjust(this,"start"),adjust(this,"end")),this},insertNode:function(node){var first=node,length=1;11==node.nodeType&&(first=node.firstChild,
|
|
6
|
-
length=node.childNodes.length),this.trimBoundary(!0);var start=this.startContainer,offset=this.startOffset,nextNode=start.childNodes[offset];return nextNode?start.insertBefore(node,nextNode):start.appendChild(node),first.parentNode===this.endContainer&&(this.endOffset=this.endOffset+length),this.setStartBefore(first)},setCursor:function(toEnd,noFillData){return this.collapse(!toEnd).select(noFillData)},createBookmark:function(serialize,same){var endNode,startNode=this.document.createElement("span");return startNode.style.cssText="display:none;line-height:0px;",startNode.appendChild(this.document.createTextNode("")),startNode.id="_baidu_bookmark_start_"+(same?"":guid++),this.collapsed||(endNode=startNode.cloneNode(!0),endNode.id="_baidu_bookmark_end_"+(same?"":guid++)),this.insertNode(startNode),endNode&&this.collapse().insertNode(endNode).setEndBefore(endNode),this.setStartAfter(startNode),{start:serialize?startNode.id:startNode,end:endNode?serialize?endNode.id:endNode:null,id:serialize}},moveToBookmark:function(bookmark){var start=bookmark.id?this.document.getElementById(bookmark.start):bookmark.start,end=bookmark.end&&bookmark.id?this.document.getElementById(bookmark.end):bookmark.end;return this.setStartBefore(start),domUtils.remove(start),end?(this.setEndBefore(end),domUtils.remove(end)):this.collapse(!0),this},enlarge:function(toBlock,stopFn){var pre,node,isBody=domUtils.isBody,tmp=this.document.createTextNode("");if(toBlock){for(node=this.startContainer,1==node.nodeType?node.childNodes[this.startOffset]?pre=node=node.childNodes[this.startOffset]:(node.appendChild(tmp),pre=node=tmp):pre=node;;){if(domUtils.isBlockElm(node)){for(node=pre;(pre=node.previousSibling)&&!domUtils.isBlockElm(pre);)node=pre;this.setStartBefore(node);break}pre=node,node=node.parentNode}for(node=this.endContainer,1==node.nodeType?((pre=node.childNodes[this.endOffset])?node.insertBefore(tmp,pre):node.appendChild(tmp),pre=node=tmp):pre=node;;){if(domUtils.isBlockElm(node)){for(node=pre;(pre=node.nextSibling)&&!domUtils.isBlockElm(pre);)node=pre;this.setEndAfter(node);break}pre=node,node=node.parentNode}tmp.parentNode===this.endContainer&&this.endOffset--,domUtils.remove(tmp)}if(!this.collapsed){for(;!(0!=this.startOffset||stopFn&&stopFn(this.startContainer)||isBody(this.startContainer));)this.setStartBefore(this.startContainer);for(;!(this.endOffset!=(1==this.endContainer.nodeType?this.endContainer.childNodes.length:this.endContainer.nodeValue.length)||stopFn&&stopFn(this.endContainer)||isBody(this.endContainer));)this.setEndAfter(this.endContainer)}return this},enlargeToBlockElm:function(ignoreEnd){for(;!domUtils.isBlockElm(this.startContainer);)this.setStartBefore(this.startContainer);if(!ignoreEnd)for(;!domUtils.isBlockElm(this.endContainer);)this.setEndAfter(this.endContainer);return this},adjustmentBoundary:function(){if(!this.collapsed){for(;!domUtils.isBody(this.startContainer)&&this.startOffset==this.startContainer[3==this.startContainer.nodeType?"nodeValue":"childNodes"].length&&this.startContainer[3==this.startContainer.nodeType?"nodeValue":"childNodes"].length;)this.setStartAfter(this.startContainer);for(;!domUtils.isBody(this.endContainer)&&!this.endOffset&&this.endContainer[3==this.endContainer.nodeType?"nodeValue":"childNodes"].length;)this.setEndBefore(this.endContainer)}return this},applyInlineStyle:function(tagName,attrs,list){if(this.collapsed)return this;this.trimBoundary().enlarge(!1,function(node){return 1==node.nodeType&&domUtils.isBlockElm(node)}).adjustmentBoundary();for(var node,pre,bookmark=this.createBookmark(),end=bookmark.end,filterFn=function(node){return 1==node.nodeType?"br"!=node.tagName.toLowerCase():!domUtils.isWhitespace(node)},current=domUtils.getNextDomNode(bookmark.start,!1,filterFn),range=this.cloneRange();current&&domUtils.getPosition(current,end)&domUtils.POSITION_PRECEDING;)if(3==current.nodeType||dtd[tagName][current.tagName]){for(range.setStartBefore(current),node=current;node&&(3==node.nodeType||dtd[tagName][node.tagName])&&node!==end;)pre=node,node=domUtils.getNextDomNode(node,1==node.nodeType,null,function(parent){return dtd[tagName][parent.tagName]});var elm,frag=range.setEndAfter(pre).extractContents();if(list&&list.length>0){var level,top;top=level=list[0].cloneNode(!1);for(var ci,i=1;ci=list[i++];)level.appendChild(ci.cloneNode(!1)),level=level.firstChild;elm=level}else elm=range.document.createElement(tagName);attrs&&domUtils.setAttributes(elm,attrs),elm.appendChild(frag),"SPAN"==elm.tagName&&attrs&&attrs.style&&utils.each(elm.getElementsByTagName("span"),function(s){s.style.cssText=s.style.cssText+";"+attrs.style}),range.insertNode(list?top:elm);var aNode;if("span"==tagName&&attrs.style&&/text\-decoration/.test(attrs.style)&&(aNode=domUtils.findParentByTagName(elm,"a",!0))?(domUtils.setAttributes(aNode,attrs),domUtils.remove(elm,!0),elm=aNode):(domUtils.mergeSibling(elm),domUtils.clearEmptySibling(elm)),domUtils.mergeChild(elm,attrs),current=domUtils.getNextDomNode(elm,!1,filterFn),domUtils.mergeToParent(elm),node===end)break}else current=domUtils.getNextDomNode(current,!0,filterFn);return this.moveToBookmark(bookmark)},removeInlineStyle:function(tagNames){if(this.collapsed)return this;tagNames=utils.isArray(tagNames)?tagNames:[tagNames],this.shrinkBoundary().adjustmentBoundary();for(var start=this.startContainer,end=this.endContainer;;){if(1==start.nodeType){if(utils.indexOf(tagNames,start.tagName.toLowerCase())>-1)break;if("body"==start.tagName.toLowerCase()){start=null;break}}start=start.parentNode}for(;;){if(1==end.nodeType){if(utils.indexOf(tagNames,end.tagName.toLowerCase())>-1)break;if("body"==end.tagName.toLowerCase()){end=null;break}}end=end.parentNode}var frag,tmpRange,bookmark=this.createBookmark();start&&(tmpRange=this.cloneRange().setEndBefore(bookmark.start).setStartBefore(start),frag=tmpRange.extractContents(),tmpRange.insertNode(frag),domUtils.clearEmptySibling(start,!0),start.parentNode.insertBefore(bookmark.start,start)),end&&(tmpRange=this.cloneRange().setStartAfter(bookmark.end).setEndAfter(end),frag=tmpRange.extractContents(),tmpRange.insertNode(frag),domUtils.clearEmptySibling(end,!1,!0),end.parentNode.insertBefore(bookmark.end,end.nextSibling));for(var next,current=domUtils.getNextDomNode(bookmark.start,!1,function(node){return 1==node.nodeType});current&¤t!==bookmark.end;)next=domUtils.getNextDomNode(current,!0,function(node){return 1==node.nodeType}),utils.indexOf(tagNames,current.tagName.toLowerCase())>-1&&domUtils.remove(current,!0),current=next;return this.moveToBookmark(bookmark)},getClosedNode:function(){var node;if(!this.collapsed){var range=this.cloneRange().adjustmentBoundary().shrinkBoundary();if(selectOneNode(range)){var child=range.startContainer.childNodes[range.startOffset];child&&1===child.nodeType&&(dtd.$empty[child.tagName]||dtd.$nonChild[child.tagName])&&(node=child)}}return node},select:browser.ie?function(noFillData,textRange){var nativeRange;this.collapsed||this.shrinkBoundary();var node=this.getClosedNode();if(node&&!textRange){try{nativeRange=this.document.body.createControlRange(),nativeRange.addElement(node),nativeRange.select()}catch(e){}return this}var end,bookmark=this.createBookmark(),start=bookmark.start;if(nativeRange=this.document.body.createTextRange(),nativeRange.moveToElementText(start),nativeRange.moveStart("character",1),this.collapsed){if(!noFillData&&3!=this.startContainer.nodeType){var tmpText=this.document.createTextNode(fillChar),tmp=this.document.createElement("span");tmp.appendChild(this.document.createTextNode(fillChar)),start.parentNode.insertBefore(tmp,start),start.parentNode.insertBefore(tmpText,start),removeFillData(this.document,tmpText),fillData=tmpText,mergeSibling(tmp,"previousSibling"),mergeSibling(start,"nextSibling"),nativeRange.moveStart("character",-1),nativeRange.collapse(!0)}}else{var nativeRangeEnd=this.document.body.createTextRange();end=bookmark.end,nativeRangeEnd.moveToElementText(end),nativeRange.setEndPoint("EndToEnd",nativeRangeEnd)}this.moveToBookmark(bookmark),tmp&&domUtils.remove(tmp);try{nativeRange.select()}catch(e){}return this}:function(notInsertFillData){function checkOffset(rng){function check(node,offset,dir){3==node.nodeType&&node.nodeValue.length<offset&&(rng[dir+"Offset"]=node.nodeValue.length)}check(rng.startContainer,rng.startOffset,"start"),check(rng.endContainer,rng.endOffset,"end")}var txtNode,win=domUtils.getWindow(this.document),sel=win.getSelection();if(browser.gecko?this.document.body.focus():win.focus(),sel){if(sel.removeAllRanges(),this.collapsed&&!notInsertFillData){var start=this.startContainer,child=start;1==start.nodeType&&(child=start.childNodes[this.startOffset]),3==start.nodeType&&this.startOffset||(child?child.previousSibling&&3==child.previousSibling.nodeType:start.lastChild&&3==start.lastChild.nodeType)||(txtNode=this.document.createTextNode(fillChar),this.insertNode(txtNode),removeFillData(this.document,txtNode),mergeSibling(txtNode,"previousSibling"),mergeSibling(txtNode,"nextSibling"),fillData=txtNode,this.setStart(txtNode,browser.webkit?1:0).collapse(!0))}var nativeRange=this.document.createRange();if(this.collapsed&&browser.opera&&1==this.startContainer.nodeType){var child=this.startContainer.childNodes[this.startOffset];if(child){for(;child&&domUtils.isBlockElm(child)&&1==child.nodeType&&child.childNodes[0];)child=child.childNodes[0];child&&this.setStartBefore(child).collapse(!0)}else child=this.startContainer.lastChild,child&&domUtils.isBr(child)&&this.setStartBefore(child).collapse(!0)}checkOffset(this),nativeRange.setStart(this.startContainer,this.startOffset),nativeRange.setEnd(this.endContainer,this.endOffset),sel.addRange(nativeRange)}return this},scrollToView:function(win,offset){win=win?window:domUtils.getWindow(this.document),offset=offset||win.innerHeight-100;var me=this,span=me.document.createElement("span");return span.innerHTML=" ",me.cloneRange().insertNode(span),domUtils.scrollToView(span,win,offset),domUtils.remove(span),me},inFillChar:function(){var start=this.startContainer;return!(!this.collapsed||3!=start.nodeType||start.nodeValue.replace(new RegExp("^"+domUtils.fillChar),"").length+1!=start.nodeValue.length)},createAddress:function(ignoreEnd,ignoreTxt){function getAddress(isStart){for(var ci,node=isStart?me.startContainer:me.endContainer,parents=domUtils.findParents(node,!0,function(node){return!domUtils.isBody(node)}),addrs=[],i=0;ci=parents[i++];)addrs.push(domUtils.getNodeIndex(ci,ignoreTxt));var firstIndex=0;if(ignoreTxt)if(3==node.nodeType){for(var tmpNode=node.previousSibling;tmpNode&&3==tmpNode.nodeType;)firstIndex+=tmpNode.nodeValue.replace(fillCharReg,"").length,tmpNode=tmpNode.previousSibling;firstIndex+=isStart?me.startOffset:me.endOffset}else if(node=node.childNodes[isStart?me.startOffset:me.endOffset])firstIndex=domUtils.getNodeIndex(node,ignoreTxt);else{node=isStart?me.startContainer:me.endContainer;for(var first=node.firstChild;first;)if(domUtils.isFillChar(first))first=first.nextSibling;else if(firstIndex++,3==first.nodeType)for(;first&&3==first.nodeType;)first=first.nextSibling;else first=first.nextSibling}else firstIndex=isStart?domUtils.isFillChar(node)?0:me.startOffset:me.endOffset;return firstIndex<0&&(firstIndex=0),addrs.push(firstIndex),addrs}var addr={},me=this;return addr.startAddress=getAddress(!0),ignoreEnd||(addr.endAddress=me.collapsed?[].concat(addr.startAddress):getAddress()),addr},moveToAddress:function(addr,ignoreEnd){function getNode(address,isStart){for(var parentNode,offset,ci,tmpNode=me.document.body,i=0,l=address.length;i<l;i++)if(ci=address[i],parentNode=tmpNode,tmpNode=tmpNode.childNodes[ci],!tmpNode){offset=ci;break}isStart?tmpNode?me.setStartBefore(tmpNode):me.setStart(parentNode,offset):tmpNode?me.setEndBefore(tmpNode):me.setEnd(parentNode,offset)}var me=this;return getNode(addr.startAddress,!0),!ignoreEnd&&addr.endAddress&&getNode(addr.endAddress),me},equals:function(rng){for(var p in this)if(this.hasOwnProperty(p)&&this[p]!==rng[p])return!1;return!0},traversal:function(doFn,filterFn){if(this.collapsed)return this;for(var bookmark=this.createBookmark(),end=bookmark.end,current=domUtils.getNextDomNode(bookmark.start,!1,filterFn);current&¤t!==end&&domUtils.getPosition(current,end)&domUtils.POSITION_PRECEDING;){var tmpNode=domUtils.getNextDomNode(current,!1,filterFn);doFn(current),current=tmpNode}return this.moveToBookmark(bookmark)}}}(),function(){function getBoundaryInformation(range,start){var getIndex=domUtils.getNodeIndex;range=range.duplicate(),range.collapse(start);var parent=range.parentElement();if(!parent.hasChildNodes())return{container:parent,offset:0};for(var child,distance,siblings=parent.children,testRange=range.duplicate(),startIndex=0,endIndex=siblings.length-1,index=-1;startIndex<=endIndex;){index=Math.floor((startIndex+endIndex)/2),child=siblings[index],testRange.moveToElementText(child);var position=testRange.compareEndPoints("StartToStart",range);if(position>0)endIndex=index-1;else{if(!(position<0))return{container:parent,offset:getIndex(child)};startIndex=index+1}}if(index==-1){if(testRange.moveToElementText(parent),testRange.setEndPoint("StartToStart",range),distance=testRange.text.replace(/(\r\n|\r)/g,"\n").length,siblings=parent.childNodes,!distance)return child=siblings[siblings.length-1],{container:child,offset:child.nodeValue.length};for(var i=siblings.length;distance>0;)distance-=siblings[--i].nodeValue.length;return{container:siblings[i],offset:-distance}}if(testRange.collapse(position>0),testRange.setEndPoint(position>0?"StartToStart":"EndToStart",range),distance=testRange.text.replace(/(\r\n|\r)/g,"\n").length,!distance)return dtd.$empty[child.tagName]||dtd.$nonChild[child.tagName]?{container:parent,offset:getIndex(child)+(position>0?0:1)}:{container:child,offset:position>0?0:child.childNodes.length};for(;distance>0;)try{var pre=child;child=child[position>0?"previousSibling":"nextSibling"],distance-=child.nodeValue.length}catch(e){return{container:parent,offset:getIndex(pre)}}return{container:child,offset:position>0?-distance:child.nodeValue.length+distance}}function transformIERangeToRange(ieRange,range){if(ieRange.item)range.selectNode(ieRange.item(0));else{var bi=getBoundaryInformation(ieRange,!0);range.setStart(bi.container,bi.offset),0!=ieRange.compareEndPoints("StartToEnd",ieRange)&&(bi=getBoundaryInformation(ieRange,!1),range.setEnd(bi.container,bi.offset))}return range}function _getIERange(sel){var ieRange;try{ieRange=sel.getNative().createRange()}catch(e){return null}var el=ieRange.item?ieRange.item(0):ieRange.parentElement();return(el.ownerDocument||el)===sel.document?ieRange:null}var Selection=dom.Selection=function(doc){var iframe,me=this;me.document=doc,browser.ie9below&&(iframe=domUtils.getWindow(doc).frameElement,domUtils.on(iframe,"beforedeactivate",function(){me._bakIERange=me.getIERange()}),domUtils.on(iframe,"activate",function(){try{!_getIERange(me)&&me._bakIERange&&me._bakIERange.select()}catch(ex){}me._bakIERange=null})),iframe=doc=null};Selection.prototype={rangeInBody:function(rng,txtRange){var node=browser.ie9below||txtRange?rng.item?rng.item():rng.parentElement():rng.startContainer;return node===this.document.body||domUtils.inDoc(node,this.document)},getNative:function(){var doc=this.document;try{return doc?browser.ie9below?doc.selection:domUtils.getWindow(doc).getSelection():null}catch(e){return null}},getIERange:function(){var ieRange=_getIERange(this);return!ieRange&&this._bakIERange?this._bakIERange:ieRange},cache:function(){this.clear(),this._cachedRange=this.getRange(),this._cachedStartElement=this.getStart(),this._cachedStartElementPath=this.getStartElementPath()},getStartElementPath:function(){if(this._cachedStartElementPath)return this._cachedStartElementPath;var start=this.getStart();return start?domUtils.findParents(start,!0,null,!0):[]},clear:function(){this._cachedStartElementPath=this._cachedRange=this._cachedStartElement=null},isFocus:function(){try{if(browser.ie9below){var nativeRange=_getIERange(this);return!(!nativeRange||!this.rangeInBody(nativeRange))}return!!this.getNative().rangeCount}catch(e){return!1}},getRange:function(){function optimze(range){for(var child=me.document.body.firstChild,collapsed=range.collapsed;child&&child.firstChild;)range.setStart(child,0),child=child.firstChild;range.startContainer||range.setStart(me.document.body,0),collapsed&&range.collapse(!0)}var me=this;if(null!=me._cachedRange)return this._cachedRange;var range=new baidu.editor.dom.Range(me.document);if(browser.ie9below){var nativeRange=me.getIERange();if(nativeRange)try{transformIERangeToRange(nativeRange,range)}catch(e){optimze(range)}else optimze(range)}else{var sel=me.getNative();if(sel&&sel.rangeCount){var firstRange=sel.getRangeAt(0),lastRange=sel.getRangeAt(sel.rangeCount-1);range.setStart(firstRange.startContainer,firstRange.startOffset).setEnd(lastRange.endContainer,lastRange.endOffset),range.collapsed&&domUtils.isBody(range.startContainer)&&!range.startOffset&&optimze(range)}else{if(this._bakRange&&domUtils.inDoc(this._bakRange.startContainer,this.document))return this._bakRange;optimze(range)}}return this._bakRange=range},getStart:function(){if(this._cachedStartElement)return this._cachedStartElement;var tmpRange,start,tmp,parent,range=browser.ie9below?this.getIERange():this.getRange();if(browser.ie9below){if(!range)return this.document.body.firstChild;if(range.item)return range.item(0);for(tmpRange=range.duplicate(),tmpRange.text.length>0&&tmpRange.moveStart("character",1),tmpRange.collapse(1),start=tmpRange.parentElement(),parent=tmp=range.parentElement();tmp=tmp.parentNode;)if(tmp==start){start=parent;break}}else if(range.shrinkBoundary(),start=range.startContainer,1==start.nodeType&&start.hasChildNodes()&&(start=start.childNodes[Math.min(start.childNodes.length-1,range.startOffset)]),3==start.nodeType)return start.parentNode;return start},getText:function(){var nativeSel,nativeRange;return this.isFocus()&&(nativeSel=this.getNative())?(nativeRange=browser.ie9below?nativeSel.createRange():nativeSel.getRangeAt(0),browser.ie9below?nativeRange.text:nativeRange.toString()):""},clearRange:function(){this.getNative()[browser.ie9below?"empty":"removeAllRanges"]()}}}(),function(){function setValue(form,editor){if(editor.options.textarea){var textarea;textarea=editor.textarea,textarea||(textarea=form.getElementById("ueditor_textarea_"+editor.options.textarea)),textarea||(textarea=form.getElementsByName(editor.options.textarea)[0]),textarea||form.appendChild(textarea=domUtils.createElement(document,"textarea",{name:editor.options.textarea,id:"ueditor_textarea_"+editor.options.textarea,style:"display:none"})),textarea&&!editor.textarea&&(editor.textarea=textarea),!textarea.getAttribute("name")&&textarea.setAttribute("name",editor.options.textarea),textarea.value=editor.hasContents()?editor.options.allHtmlEnabled?editor.getAllHtml():editor.getContent(null,null,!0):""}}function checkCurLang(I18N){for(var lang in I18N)return lang}function langReadied(me){me.langIsReady=!0,me.fireEvent("langReady")}var _selectionChangeTimer,uid=0,Editor=UE.Editor=function(options){var me=this;me.uid=uid++,EventBase.call(me),me.commands={},me.options=utils.extend(utils.clone(options||{}),UEDITOR_CONFIG,!0),me.shortcutkeys={},me.inputRules=[],me.outputRules=[],me.setOpt(Editor.defaultOptions(me)),me.loadServerConfig(),utils.isEmptyObject(UE.I18N)?utils.loadFile(document,{src:me.options.langPath+me.options.lang+"/"+me.options.lang+".js?7a537435",tag:"script",type:"text/javascript",defer:"defer"},function(){UE.plugin.load(me),langReadied(me)}):(me.options.lang=checkCurLang(UE.I18N),UE.plugin.load(me),langReadied(me)),UE.instants["ueditorInstant"+me.uid]=me};Editor.prototype={registerCommand:function(name,obj){this.commands[name]=obj},ready:function(fn){var me=this;fn&&(me.isReady?fn.apply(me):me.addListener("ready",fn))},setOpt:function(key,val){var obj={};utils.isString(key)?obj[key]=val:obj=key,utils.extend(this.options,obj,!0)},getOpt:function(key){return this.options[key]},destroy:function(){var me=this;me.fireEvent("destroy");var container=me.container.parentNode,textarea=me.textarea;textarea?textarea.style.display="":(textarea=document.createElement("textarea"),container.parentNode.insertBefore(textarea,container)),textarea.style.width=me.iframe.offsetWidth+"px",textarea.style.height=me.iframe.offsetHeight+"px",textarea.value=me.getContent(),textarea.id=me.key,container.innerHTML="",domUtils.remove(container);var key=me.key;for(var p in me)me.hasOwnProperty(p)&&delete this[p];UE.delEditor(key)},render:function(container){var me=this,options=me.options,getStyleValue=function(attr){return parseInt(domUtils.getComputedStyle(container,attr))};if(utils.isString(container)&&(container=document.getElementById(container)),container){options.initialFrameWidth?options.minFrameWidth=options.initialFrameWidth:options.minFrameWidth=options.initialFrameWidth=container.offsetWidth,options.initialFrameHeight?options.minFrameHeight=options.initialFrameHeight:options.initialFrameHeight=options.minFrameHeight=container.offsetHeight,container.style.width=/%$/.test(options.initialFrameWidth)?"100%":options.initialFrameWidth-getStyleValue("padding-left")-getStyleValue("padding-right")+"px",container.style.height=/%$/.test(options.initialFrameHeight)?"100%":options.initialFrameHeight-getStyleValue("padding-top")-getStyleValue("padding-bottom")+"px",container.style.zIndex=options.zIndex;var additionCssHtml=[];for(var i in options.iframeCssUrlsAddition)additionCssHtml.push("<link rel='stylesheet' type='text/css' href='"+utils.unhtml(options.iframeCssUrlsAddition[i])+"'/>");var html=(ie&&browser.version<9?"":"<!DOCTYPE html>")+"<html xmlns='http://www.w3.org/1999/xhtml' class='view' ><head><style type='text/css'>.view{padding:0;word-wrap:break-word;cursor:text;height:90%;}\nbody{margin:8px;font-family:sans-serif;font-size:16px;}p{margin:5px 0;}</style>"+(options.iframeCssUrl?"<link rel='stylesheet' type='text/css' href='"+utils.unhtml(options.iframeCssUrl)+"'/>":"")+(options.initialStyle?"<style>"+options.initialStyle+"</style>":"")+additionCssHtml.join("")+"</head><body class='view' ></body><script type='text/javascript' "+(ie?"defer='defer'":"")+" id='_initialScript'>setTimeout(function(){editor = window.parent.UE.instants['ueditorInstant"+me.uid+"'];editor._setup(document);},0);var _tmpScript = document.getElementById('_initialScript');_tmpScript.parentNode.removeChild(_tmpScript);</script>"+(options.iframeJsUrl?"<script type='text/javascript' src='"+utils.unhtml(options.iframeJsUrl)+"'></script>":"")+"</html>";container.appendChild(domUtils.createElement(document,"iframe",{id:"ueditor_"+me.uid,width:"100%",height:"100%",frameborder:"0",src:"javascript:void(function(){document.open();"+(options.customDomain&&document.domain!=location.hostname?'document.domain="'+document.domain+'";':"")+'document.write("'+html+'");document.close();}())'})),container.style.overflow="hidden",setTimeout(function(){/%$/.test(options.initialFrameWidth)&&(options.minFrameWidth=options.initialFrameWidth=container.offsetWidth),/%$/.test(options.initialFrameHeight)&&(options.minFrameHeight=options.initialFrameHeight=container.offsetHeight,container.style.height=options.initialFrameHeight+"px")})}},_setup:function(doc){var me=this,options=me.options;ie?(doc.body.disabled=!0,doc.body.contentEditable=!0,doc.body.disabled=!1):doc.body.contentEditable=!0,doc.body.spellcheck=!1,me.document=doc,me.window=doc.defaultView||doc.parentWindow,me.iframe=me.window.frameElement,me.body=doc.body,me.selection=new dom.Selection(doc);var geckoSel;browser.gecko&&(geckoSel=this.selection.getNative())&&geckoSel.removeAllRanges(),this._initEvents();for(var form=this.iframe.parentNode;!domUtils.isBody(form);form=form.parentNode)if("FORM"===form.tagName){me.form=form,me.options.autoSyncData?(domUtils.on(me.window,"blur",function(){setValue(form,me)}),domUtils.on(form,"submit",function(){me.fireEvent("beforesubmit")})):domUtils.on(form,"submit",function(){setValue(this,me),me.fireEvent("beforesubmit")});break}if(options.initialContent)if(options.autoClearinitialContent){var oldExecCommand=me.execCommand;me.execCommand=function(){return me.fireEvent("firstBeforeExecCommand"),oldExecCommand.apply(me,arguments)},this._setDefaultContent(options.initialContent)}else this.setContent(options.initialContent,!1,!0);domUtils.isEmptyNode(me.body)&&(me.body.innerHTML="<p>"+(browser.ie?"":"<br/>")+"</p>"),options.focus&&setTimeout(function(){me.focus(me.options.focusInEnd),!me.options.autoClearinitialContent&&me._selectionChange()},0),me.container||(me.container=this.iframe.parentNode),options.fullscreen&&me.ui&&me.ui.setFullScreen(!0);try{me.document.execCommand("2D-position",!1,!1)}catch(e){}try{me.document.execCommand("enableInlineTableEditing",!1,!1)}catch(e){}try{me.document.execCommand("enableObjectResizing",!1,!1)}catch(e){}me._bindshortcutKeys(),me.isReady=1,me.fireEvent("ready"),options.onready&&options.onready.call(me),browser.ie9below||domUtils.on(me.window,["blur","focus"],function(e){if("blur"==e.type){me._bakRange=me.selection.getRange();try{me._bakNativeRange=me.selection.getNative().getRangeAt(0),me.selection.getNative().removeAllRanges()}catch(e){me._bakNativeRange=null}}else try{me._bakRange&&me._bakRange.select()}catch(e){}}),browser.gecko&&browser.version<=10902&&(me.body.contentEditable=!1,setTimeout(function(){me.body.contentEditable=!0},100),setInterval(function(){me.body.style.height=me.iframe.offsetHeight-20+"px"},100)),!options.isShow&&me.setHide(),options.readonly&&me.setDisabled()},sync:function(formId){var me=this,form=formId?document.getElementById(formId):domUtils.findParent(me.iframe.parentNode,function(node){return"FORM"===node.tagName},!0);form&&setValue(form,me)},syncCommandState:function(){this.fireEvent("selectionchange")},setWidth:function(width){width!==parseInt(this.iframe.parentNode.parentNode.style.width)&&(this.iframe.parentNode.parentNode.style.width=width+"px")},setHeight:function(height,notSetHeight){height!==parseInt(this.iframe.parentNode.style.height)&&(this.iframe.parentNode.style.height=height+"px"),!notSetHeight&&(this.options.minFrameHeight=this.options.initialFrameHeight=height),this.body.style.height=height+"px",!notSetHeight&&this.trigger("setHeight")},addshortcutkey:function(cmd,keys){var obj={};keys?obj[cmd]=keys:obj=cmd,utils.extend(this.shortcutkeys,obj)},_bindshortcutKeys:function(){var me=this,shortcutkeys=this.shortcutkeys;me.addListener("keydown",function(type,e){var keyCode=e.keyCode||e.which;for(var i in shortcutkeys)for(var ti,tmp=shortcutkeys[i].split(","),t=0;ti=tmp[t++];){ti=ti.split(":");var key=ti[0],param=ti[1];(/^(ctrl)(\+shift)?\+(\d+)$/.test(key.toLowerCase())||/^(\d+)$/.test(key))&&(("ctrl"==RegExp.$1?e.ctrlKey||e.metaKey:0)&&(""!=RegExp.$2?e[RegExp.$2.slice(1)+"Key"]:1)&&keyCode==RegExp.$3||keyCode==RegExp.$1)&&(me.queryCommandState(i,param)!=-1&&me.execCommand(i,param),domUtils.preventDefault(e))}})},getContent:function(cmd,fn,notSetCursor,ignoreBlank,formatter){var me=this;if(cmd&&utils.isFunction(cmd)&&(fn=cmd,cmd=""),fn?!fn():!this.hasContents())return"";me.fireEvent("beforegetcontent");var root=UE.htmlparser(me.body.innerHTML,ignoreBlank);return me.filterOutputRule(root),me.fireEvent("aftergetcontent",cmd,root),root.toHtml(formatter)},getAllHtml:function(){var me=this,headHtml=[];if(me.fireEvent("getAllHtml",headHtml),browser.ie&&browser.version>8){var headHtmlForIE9="";utils.each(me.document.styleSheets,function(si){headHtmlForIE9+=si.href?'<link rel="stylesheet" type="text/css" href="'+si.href+'" />':"<style>"+si.cssText+"</style>"}),utils.each(me.document.getElementsByTagName("script"),function(si){headHtmlForIE9+=si.outerHTML})}return"<html><head>"+(me.options.charset?'<meta http-equiv="Content-Type" content="text/html; charset='+me.options.charset+'"/>':"")+(headHtmlForIE9||me.document.getElementsByTagName("head")[0].innerHTML)+headHtml.join("\n")+"</head><body "+(ie&&browser.version<9?'class="view"':"")+">"+me.getContent(null,null,!0)+"</body></html>"},getPlainTxt:function(){var reg=new RegExp(domUtils.fillChar,"g"),html=this.body.innerHTML.replace(/[\n\r]/g,"");return html=html.replace(/<(p|div)[^>]*>(<br\/?>| )<\/\1>/gi,"\n").replace(/<br\/?>/gi,"\n").replace(/<[^>/]+>/g,"").replace(/(\n)?<\/([^>]+)>/g,function(a,b,c){return dtd.$block[c]?"\n":b?b:""}),html.replace(reg,"").replace(/\u00a0/g," ").replace(/ /g," ")},getContentTxt:function(){var reg=new RegExp(domUtils.fillChar,"g");return this.body[browser.ie?"innerText":"textContent"].replace(reg,"").replace(/\u00a0/g," ")},setContent:function(html,isAppendTo,notFireSelectionchange){function isCdataDiv(node){return"DIV"==node.tagName&&node.getAttribute("cdata_tag")}var me=this;me.fireEvent("beforesetcontent",html);var root=UE.htmlparser(html);if(me.filterInputRule(root),html=root.toHtml(),me.body.innerHTML=(isAppendTo?me.body.innerHTML:"")+html,"p"==me.options.enterTag){var tmpNode,child=this.body.firstChild;if(!child||1==child.nodeType&&(dtd.$cdata[child.tagName]||isCdataDiv(child)||domUtils.isCustomeNode(child))&&child===this.body.lastChild)this.body.innerHTML="<p>"+(browser.ie?" ":"<br/>")+"</p>"+this.body.innerHTML;else for(var p=me.document.createElement("p");child;){for(;child&&(3==child.nodeType||1==child.nodeType&&dtd.p[child.tagName]&&!dtd.$cdata[child.tagName]);)tmpNode=child.nextSibling,p.appendChild(child),child=tmpNode;if(p.firstChild){if(!child){me.body.appendChild(p);break}child.parentNode.insertBefore(p,child),p=me.document.createElement("p")}child=child.nextSibling}}me.fireEvent("aftersetcontent"),me.fireEvent("contentchange"),!notFireSelectionchange&&me._selectionChange(),me._bakRange=me._bakIERange=me._bakNativeRange=null;var geckoSel;browser.gecko&&(geckoSel=this.selection.getNative())&&geckoSel.removeAllRanges(),me.options.autoSyncData&&me.form&&setValue(me.form,me)},focus:function(toEnd){try{var me=this,rng=me.selection.getRange();if(toEnd){var node=me.body.lastChild;node&&1==node.nodeType&&!dtd.$empty[node.tagName]&&(domUtils.isEmptyBlock(node)?rng.setStartAtFirst(node):rng.setStartAtLast(node),rng.collapse(!0)),rng.setCursor(!0)}else{if(!rng.collapsed&&domUtils.isBody(rng.startContainer)&&0==rng.startOffset){var node=me.body.firstChild;node&&1==node.nodeType&&!dtd.$empty[node.tagName]&&rng.setStartAtFirst(node).collapse(!0)}rng.select(!0)}this.fireEvent("focus selectionchange")}catch(e){}},isFocus:function(){return this.selection.isFocus()},blur:function(){var sel=this.selection.getNative();if(sel.empty&&browser.ie){var nativeRng=document.body.createTextRange();nativeRng.moveToElementText(document.body),nativeRng.collapse(!0),nativeRng.select(),sel.empty()}else sel.removeAllRanges()},_initEvents:function(){var me=this,doc=me.document,win=me.window;me._proxyDomEvent=utils.bind(me._proxyDomEvent,me),domUtils.on(doc,["click","contextmenu","mousedown","keydown","keyup","keypress","mouseup","mouseover","mouseout","selectstart"],me._proxyDomEvent),domUtils.on(win,["focus","blur"],me._proxyDomEvent),domUtils.on(me.body,"drop",function(e){browser.gecko&&e.stopPropagation&&e.stopPropagation(),me.fireEvent("contentchange")}),domUtils.on(me.body,"dblclick",function(e){try{var node=me.body.lastChild;if(!node)return;var rect=node.getBoundingClientRect();if(e.clientY>rect.top+rect.height){var p=document.createElement("p");p.innerHTML="<br />",me.body.appendChild(p),setTimeout(function(){me.focus(!0)},100)}}catch(e){console.error("auto insert p at end",e)}}),domUtils.on(doc,["mouseup","keydown"],function(evt){"keydown"===evt.type&&(evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey)||2!==evt.button&&me._selectionChange(250,evt)})},_proxyDomEvent:function(evt){return this.fireEvent("before"+evt.type.replace(/^on/,"").toLowerCase())!==!1&&(this.fireEvent(evt.type.replace(/^on/,""),evt)!==!1&&this.fireEvent("after"+evt.type.replace(/^on/,"").toLowerCase()))},_selectionChange:function(delay,evt){var mouseX,mouseY,me=this,hackForMouseUp=!1;
|
|
7
|
-
if(browser.ie&&browser.version<9&&evt&&"mouseup"==evt.type){var range=this.selection.getRange();range.collapsed||(hackForMouseUp=!0,mouseX=evt.clientX,mouseY=evt.clientY)}clearTimeout(_selectionChangeTimer),_selectionChangeTimer=setTimeout(function(){if(me.selection&&me.selection.getNative()){var ieRange;if(hackForMouseUp&&"None"==me.selection.getNative().type){ieRange=me.document.body.createTextRange();try{ieRange.moveToPoint(mouseX,mouseY)}catch(ex){ieRange=null}}var bakGetIERange;ieRange&&(bakGetIERange=me.selection.getIERange,me.selection.getIERange=function(){return ieRange}),me.selection.cache(),bakGetIERange&&(me.selection.getIERange=bakGetIERange),me.selection._cachedRange&&me.selection._cachedStartElement&&(me.fireEvent("beforeselectionchange"),me.fireEvent("selectionchange",!!evt),me.fireEvent("afterselectionchange"),me.selection.clear())}},delay||50)},_callCmdFn:function(fnName,args){var cmd,cmdFn,cmdName=args[0].toLowerCase();return cmd=this.commands[cmdName]||UE.commands[cmdName],cmdFn=cmd&&cmd[fnName],cmd&&cmdFn||"queryCommandState"!=fnName?cmdFn?cmdFn.apply(this,args):void 0:0},execCommand:function(cmdName){cmdName=cmdName.toLowerCase();var result,me=this,cmd=me.commands[cmdName]||UE.commands[cmdName];return cmd&&cmd.execCommand?(cmd.notNeedUndo||me.__hasEnterExecCommand?(result=this._callCmdFn("execCommand",arguments),!me.__hasEnterExecCommand&&!cmd.ignoreContentChange&&!me._ignoreContentChange&&me.fireEvent("contentchange")):(me.__hasEnterExecCommand=!0,me.queryCommandState.apply(me,arguments)!=-1&&(me.fireEvent("saveScene"),me.fireEvent.apply(me,["beforeexeccommand",cmdName].concat(arguments)),result=this._callCmdFn("execCommand",arguments),me.fireEvent.apply(me,["afterexeccommand",cmdName].concat(arguments)),me.fireEvent("saveScene")),me.__hasEnterExecCommand=!1),!me.__hasEnterExecCommand&&!cmd.ignoreContentChange&&!me._ignoreContentChange&&me._selectionChange(),result):null},queryCommandState:function(cmdName){return this._callCmdFn("queryCommandState",arguments)},queryCommandValue:function(cmdName){return this._callCmdFn("queryCommandValue",arguments)},hasContents:function(tags){if(tags)for(var ci,i=0;ci=tags[i++];)if(this.document.getElementsByTagName(ci).length>0)return!0;if(!domUtils.isEmptyBlock(this.body))return!0;for(tags=["div"],i=0;ci=tags[i++];)for(var cn,nodes=domUtils.getElementsByTagName(this.document,ci),n=0;cn=nodes[n++];)if(domUtils.isCustomeNode(cn))return!0;for(tags=["video","iframe"],i=0;ci=tags[i++];)for(var cn,nodes=domUtils.getElementsByTagName(this.document,ci),n=0;cn=nodes[n++];)return!0;return!1},reset:function(){this.clear(),this.fireEvent("reset")},clear:function(){this.setContent("")},setEnabled:function(){var range,me=this;if("false"===me.body.contentEditable){me.body.contentEditable=!0,range=me.selection.getRange();try{range.moveToBookmark(me.lastBk),delete me.lastBk}catch(e){range.setStartAtFirst(me.body).collapse(!0)}range.select(!0),me.bkqueryCommandState&&(me.queryCommandState=me.bkqueryCommandState,delete me.bkqueryCommandState),me.bkqueryCommandValue&&(me.queryCommandValue=me.bkqueryCommandValue,delete me.bkqueryCommandValue),me.fireEvent("selectionchange")}},enable:function(){return this.setEnabled()},setDisabled:function(except){var me=this;except=except?utils.isArray(except)?except:[except]:[],"true"==me.body.contentEditable&&(me.lastBk||(me.lastBk=me.selection.getRange().createBookmark(!0)),me.body.contentEditable=!1,me.bkqueryCommandState=me.queryCommandState,me.bkqueryCommandValue=me.queryCommandValue,me.queryCommandState=function(type){return utils.indexOf(except,type)!=-1?me.bkqueryCommandState.apply(me,arguments):-1},me.queryCommandValue=function(type){return utils.indexOf(except,type)!=-1?me.bkqueryCommandValue.apply(me,arguments):null},me.fireEvent("selectionchange"))},disable:function(except){return this.setDisabled(except)},_setDefaultContent:function(){function clear(){var me=this;me.document.getElementById("initContent")&&(me.body.innerHTML="<p>"+(ie?"":"<br/>")+"</p>",me.removeListener("firstBeforeExecCommand focus",clear),setTimeout(function(){me.focus(),me._selectionChange()},0))}return function(cont){var me=this;me.body.innerHTML='<p id="initContent">'+cont+"</p>",me.addListener("firstBeforeExecCommand focus",clear)}}(),setShow:function(){var me=this,range=me.selection.getRange();if("none"==me.container.style.display){try{range.moveToBookmark(me.lastBk),delete me.lastBk}catch(e){range.setStartAtFirst(me.body).collapse(!0)}setTimeout(function(){range.select(!0)},100),me.container.style.display=""}},show:function(){return this.setShow()},setHide:function(){var me=this;me.lastBk||(me.lastBk=me.selection.getRange().createBookmark(!0)),me.container.style.display="none"},hide:function(){return this.setHide()},getLang:function(path){var lang=UE.I18N[this.options.lang];if(!lang)throw Error("not import language file");path=(path||"").split(".");for(var ci,i=0;(ci=path[i++])&&(lang=lang[ci],lang););return lang},getContentLength:function(ingoneHtml,tagNames){var count=this.getContent(!1,!1,!0).length;if(ingoneHtml){tagNames=(tagNames||[]).concat(["hr","img","iframe"]),count=this.getContentTxt().replace(/[\t\r\n]+/g,"").length;for(var ci,i=0;ci=tagNames[i++];)count+=this.document.getElementsByTagName(ci).length}return count},getScrollTop:function(){return Math.max(this.document.documentElement.scrollTop,this.document.body.scrollTop)},getScrollLeft:function(){return Math.max(this.document.documentElement.scrollLeft,this.document.body.scrollLeft)},addInputRule:function(rule){this.inputRules.push(rule)},filterInputRule:function(root){for(var ci,i=0;ci=this.inputRules[i++];)ci.call(this,root)},addOutputRule:function(rule){this.outputRules.push(rule)},filterOutputRule:function(root){for(var ci,i=0;ci=this.outputRules[i++];)ci.call(this,root)},getActionUrl:function(action){var serverUrl=this.getOpt("serverUrl");if(!action)return serverUrl;var actionName=this.getOpt(action)||action,imageUrl=this.getOpt("imageUrl");return!serverUrl&&imageUrl&&(serverUrl=imageUrl.replace(/^(.*[\/]).+([\.].+)$/,"$1controller$2")),serverUrl?(serverUrl=serverUrl+(serverUrl.indexOf("?")===-1?"?":"&")+"action="+(actionName||""),utils.formatUrl(serverUrl)):""}},utils.inherits(Editor,EventBase)}(),UE.Editor.defaultOptions=function(editor){var _url=editor.options.UEDITOR_HOME_URL;return{isShow:!0,initialContent:"",initialStyle:"",autoClearinitialContent:!1,iframeCssUrl:_url+"themes/iframe.css?d88ee485",iframeCssUrlsAddition:[],textarea:"",focus:!1,focusInEnd:!0,autoClearEmptyNode:!0,fullscreen:!1,readonly:!1,zIndex:999,imagePopup:!0,enterTag:"p",customDomain:!1,lang:"zh-cn",langPath:_url+"lang/",theme:"default",themePath:_url+"themes/",allHtmlEnabled:!1,scaleEnabled:!1,tableNativeEditInFF:!1,autoSyncData:!0,fileNameFormat:"{time}{rand:6}"}},function(){UE.Editor.prototype.loadServerConfig=function(){function showErrorMsg(msg){console&&console.error(msg)}var me=this;setTimeout(function(){try{me.options.imageUrl&&me.setOpt("serverUrl",me.options.imageUrl.replace(/^(.*[\/]).+([\.].+)$/,"$1controller$2"));var configUrl=me.getActionUrl("config");utils.isCrossDomainUrl(configUrl);me._serverConfigLoaded=!1;try{me.fireEvent("serverConfigLoaded"),me._serverConfigLoaded=!0}catch(e){showErrorMsg(me.getLang("loadconfigFormatError"))}}catch(e){showErrorMsg(me.getLang("loadconfigError"))}})},UE.Editor.prototype.isServerConfigLoaded=function(){var me=this;return me._serverConfigLoaded||!1},UE.Editor.prototype.afterConfigReady=function(handler){if(handler&&utils.isFunction(handler)){var me=this,readyHandler=function readyHandler(){handler.apply(me,arguments),me.removeListener("serverConfigLoaded",readyHandler)};me.isServerConfigLoaded()?handler.call(me,"serverConfigLoaded"):me.addListener("serverConfigLoaded",readyHandler)}}}(),UE.ajax=function(){function json2str(json){var strArr=[];for(var i in json)if("method"!=i&&"timeout"!=i&&"async"!=i&&"dataType"!=i&&"callback"!=i&&void 0!=json[i]&&null!=json[i])if("function"!=_typeof(json[i]).toLowerCase()&&"object"!=_typeof(json[i]).toLowerCase())strArr.push(encodeURIComponent(i)+"="+encodeURIComponent(json[i]));else if(utils.isArray(json[i]))for(var j=0;j<json[i].length;j++)strArr.push(encodeURIComponent(i)+"[]="+encodeURIComponent(json[i][j]));return strArr.join("&")}function doAjax(url,ajaxOptions){var xhr=creatAjaxRequest(),timeIsOut=!1,defaultAjaxOptions={method:"POST",timeout:5e3,async:!0,headers:{},data:{},onsuccess:function(){},onerror:function(){}};if("object"===_typeof(url)&&(ajaxOptions=url,url=ajaxOptions.url),xhr&&url){var ajaxOpts=ajaxOptions?utils.extend(defaultAjaxOptions,ajaxOptions):defaultAjaxOptions,submitStr=json2str(ajaxOpts);utils.isEmptyObject(ajaxOpts.data)||(submitStr+=(submitStr?"&":"")+json2str(ajaxOpts.data));var timerID=setTimeout(function(){4!==xhr.readyState&&(timeIsOut=!0,xhr.abort(),clearTimeout(timerID))},ajaxOpts.timeout),method=ajaxOpts.method.toUpperCase(),str=url+(url.indexOf("?")===-1?"?":"&")+("POST"===method?"":submitStr+"&noCache="+ +new Date);if(xhr.open(method,str,ajaxOpts.async),xhr.onreadystatechange=function(){4===xhr.readyState&&(timeIsOut||200!==xhr.status?ajaxOpts.onerror(xhr):ajaxOpts.onsuccess(xhr))},ajaxOpts.headers)for(var key in ajaxOpts.headers)xhr.setRequestHeader(key,ajaxOpts.headers[key]);"POST"===method?(xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),xhr.send(submitStr)):xhr.send(null)}}function doJsonp(url,opts){function createScriptTag(scr,url,charset){scr.setAttribute("type","text/javascript"),scr.setAttribute("defer","defer"),charset&&scr.setAttribute("charset",charset),scr.setAttribute("src",url),document.getElementsByTagName("head")[0].appendChild(scr)}function getCallBack(onTimeOut){return function(){try{if(onTimeOut)options.onerror&&options.onerror();else try{clearTimeout(timer),successhandler.apply(window,arguments)}catch(e){}}catch(exception){options.onerror&&options.onerror.call(window,exception)}finally{options.oncomplete&&options.oncomplete.apply(window,arguments),scr.parentNode&&scr.parentNode.removeChild(scr),window[callbackFnName]=null;try{delete window[callbackFnName]}catch(e){}}}}var callbackFnName,timer,matches,successhandler=opts.onsuccess||function(){},scr=document.createElement("SCRIPT"),options=opts||{},charset=options.charset,callbackField=options.jsonp||"callback",timeOut=options.timeOut||0,reg=new RegExp("(\\?|&)"+callbackField+"=([^&]*)");utils.isFunction(successhandler)?(callbackFnName="bd__editor__"+Math.floor(2147483648*Math.random()).toString(36),window[callbackFnName]=getCallBack(0)):utils.isString(successhandler)?callbackFnName=successhandler:(matches=reg.exec(url))&&(callbackFnName=matches[2]),url=url.replace(reg,"$1"+callbackField+"="+callbackFnName),url.search(reg)<0&&(url+=(url.indexOf("?")<0?"?":"&")+callbackField+"="+callbackFnName);var queryStr=json2str(opts);utils.isEmptyObject(opts.data)||(queryStr+=(queryStr?"&":"")+json2str(opts.data)),queryStr&&(url=url.replace(/\?/,"?"+queryStr+"&")),scr.onerror=getCallBack(1),timeOut&&(timer=setTimeout(getCallBack(1),timeOut)),createScriptTag(scr,url,charset)}var fnStr="XMLHttpRequest()";try{new ActiveXObject("Msxml2.XMLHTTP"),fnStr="ActiveXObject('Msxml2.XMLHTTP')"}catch(e){try{new ActiveXObject("Microsoft.XMLHTTP"),fnStr="ActiveXObject('Microsoft.XMLHTTP')"}catch(e){}}var creatAjaxRequest=new Function("return new "+fnStr);return{request:function(url,opts){opts&&"jsonp"===opts.dataType?doJsonp(url,opts):doAjax(url,opts)},getJSONP:function(url,data,fn){var opts={data:data,oncomplete:fn};doJsonp(url,opts)}}}(),UE.api=function(){var axios=null;return!function(e,t){axios=t()}(this,function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==_typeof(Symbol.iterator)?function(e){return _typeof(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":_typeof(e)})(t)}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==n["return"]||n["return"]()}finally{if(s)throw o}}return i}}(e,t)||function(e,t){if(e){if("string"==typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t){return function(){return e.apply(t,arguments)}}function T(t,n){var r,o,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=i.allOwnKeys,s=void 0!==a&&a;if(null!=t)if("object"!==e(t)&&(t=[t]),p(t))for(r=0,o=t.length;r<o;r++)n.call(null,t[r],r,t);else{var u,c=s?Object.getOwnPropertyNames(t):Object.keys(t),f=c.length;for(r=0;r<f;r++)u=c[r],n.call(null,t[u],u,t)}}function j(e,t){t=t.toLowerCase();for(var n,r=Object.keys(e),o=r.length;o-- >0;)if(t===(n=r[o]).toLowerCase())return n;return null}function M(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}function J(e){return q.isPlainObject(e)||q.isArray(e)}function W(e){return q.endsWith(e,"[]")?e.slice(0,-2):e}function K(e,t,n){return e?e.concat(t).map(function(e,t){return e=W(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}function G(t,n,r){function c(e){if(null===e)return"";if(q.isDate(e))return e.toISOString();if(!u&&q.isBlob(e))throw new M("Blob is not supported. Use a Buffer instead.");return q.isArrayBuffer(e)||q.isTypedArray(e)?u&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function f(t,r,i){var u=t;if(t&&!i&&"object"===e(t))if(q.endsWith(r,"{}"))r=o?r:r.slice(0,-2),t=JSON.stringify(t);else if(q.isArray(t)&&function(e){return q.isArray(e)&&!e.some(J)}(t)||(q.isFileList(t)||q.endsWith(r,"[]"))&&(u=q.toArray(t)))return r=W(r),u.forEach(function(e,t){!q.isUndefined(e)&&null!==e&&n.append(!0===s?K([r],t,a):null===s?r:r+"[]",c(e))}),!1;return!!J(t)||(n.append(K(i,r,a),c(t)),!1)}if(!q.isObject(t))throw new TypeError("target must be an object");n=n||new FormData;var o=(r=q.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!q.isUndefined(t[e])})).metaTokens,i=r.visitor||f,a=r.dots,s=r.indexes,u=(r.Blob||"undefined"!=typeof Blob&&Blob)&&q.isSpecCompliantForm(n);if(!q.isFunction(i))throw new TypeError("visitor must be a function");var l=[],d=Object.assign(V,{defaultVisitor:f,convertValue:c,isVisitable:J});if(!q.isObject(t))throw new TypeError("data must be an object");return function e(t,r){if(!q.isUndefined(t)){if(-1!==l.indexOf(t))throw Error("Circular reference detected in "+r.join("."));l.push(t),q.forEach(t,function(t,o){!0===(!(q.isUndefined(t)||null===t)&&i.call(n,t,q.isString(o)?o.trim():o,r,d))&&e(t,r?r.concat(o):[o])}),l.pop()}}(t),n}function $(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function X(e,t){this._pairs=[],e&&G(e,this,t)}function Z(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Y(e,t,n){if(!t)return e;var r,o=n&&n.encode||Z,i=n&&n.serialize;if(r=i?i(t,n):q.isURLSearchParams(t)?t.toString():new X(t,n).toString(o)){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}function oe(e){function t(e,n,r,o){var i=e[o++],a=Number.isFinite(+i),s=o>=e.length;return i=!i&&q.isArray(r)?r.length:i,s?(q.hasOwnProp(r,i)?r[i]=[r[i],n]:r[i]=n,!a):(r[i]&&q.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&q.isArray(r[i])&&(r[i]=function(e){var t,n,r={},o=Object.keys(e),i=o.length;for(t=0;t<i;t++)r[n=o[t]]=e[n];return r}(r[i])),!a)}if(q.isFormData(e)&&q.isFunction(e.entries)){var n={};return q.forEachEntry(e,function(e,r){t(function(e){return q.matchAll(/\w+|\[(\w*)]/g,e).map(function(e){return"[]"===e[0]?"":e[1]||e[0]})}(e),r,n,0)}),n}return null}function fe(e){return e&&String(e).trim().toLowerCase()}function le(e){return!1===e||null==e?e:q.isArray(e)?e.map(le):String(e)}function de(e,t,n,r,o){return q.isFunction(r)?r.call(this,t,n):(o&&(t=n),q.isString(t)?q.isString(r)?-1!==t.indexOf(r):q.isRegExp(r)?r.test(t):void 0:void 0)}function me(e,t){var n=this||se,r=t||n,o=he.from(r.headers),i=r.data;return q.forEach(e,function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)}),o.normalize(),i}function ye(e){return!(!e||!e.__CANCEL__)}function ve(e,t,n){M.call(this,null==e?"canceled":e,M.ERR_CANCELED,t,n),this.name="CanceledError"}function ge(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}function Ee(e,t){var n=0,r=function(e,t){e=e||10;var n,r=new Array(e),o=new Array(e),i=0,a=0;return t=void 0!==t?t:1e3,function(s){var u=Date.now(),c=o[a];n||(n=u),r[i]=s,o[i]=u;for(var f=a,l=0;f!==i;)l+=r[f++],f%=e;if((i=(i+1)%e)===a&&(a=(a+1)%e),!(u-n<t)){var d=c&&u-c;return d?Math.round(1e3*l/d):void 0}}}(50,250);return function(o){var i=o.loaded,a=o.lengthComputable?o.total:void 0,s=i-n,u=r(s);n=i;var c={loaded:i,total:a,progress:a?i/a:void 0,bytes:s,rate:u||void 0,estimated:u&&a&&i<=a?(a-i)/u:void 0,event:o};c[t?"download":"upload"]=!0,e(c)}}function Re(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ve(null,e)}function Ae(e){return Re(e),e.headers=he.from(e.headers),e.data=me.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Se(e.adapter||se.adapter)(e).then(function(t){return Re(e),t.data=me.call(e,e.transformResponse,t),t.headers=he.from(t.headers),t},function(t){return ye(t)||(Re(e),t&&t.response&&(t.response.data=me.call(e,e.transformResponse,t.response),t.response.headers=he.from(t.response.headers))),Promise.reject(t)})}function je(e,t){function r(e,t,n){return q.isPlainObject(e)&&q.isPlainObject(t)?q.merge.call({caseless:n},e,t):q.isPlainObject(t)?q.merge({},t):q.isArray(t)?t.slice():t}function o(e,t,n){return q.isUndefined(t)?q.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function i(e,t){if(!q.isUndefined(t))return r(void 0,t)}function a(e,t){return q.isUndefined(t)?q.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}t=t||{};var n={},u={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:s,headers:function(e,t){return o(Te(e),Te(t),!0)}};return q.forEach(Object.keys(Object.assign({},e,t)),function(r){var i=u[r]||o,a=i(e[r],t[r],r);q.isUndefined(a)&&i!==s||(n[r]=a)}),n}var s,x,u=Object.prototype.toString,c=Object.getPrototypeOf,f=(s=Object.create(null),function(e){var t=u.call(e);return s[t]||(s[t]=t.slice(8,-1).toLowerCase())}),l=function(e){return e=e.toLowerCase(),function(t){return f(t)===e}},d=function(t){return function(n){return e(n)===t}},p=Array.isArray,h=d("undefined"),m=l("ArrayBuffer"),y=d("string"),v=d("function"),b=d("number"),g=function(t){return null!==t&&"object"===e(t)},w=function(e){if("object"!==f(e))return!1;var t=c(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},E=l("Date"),O=l("File"),S=l("Blob"),R=l("FileList"),A=l("URLSearchParams"),N="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,C=function(e){return!h(e)&&e!==N},P=(x="undefined"!=typeof Uint8Array&&c(Uint8Array),function(e){return x&&e instanceof x}),k=l("HTMLFormElement"),U=function(e){var t=Object.prototype.hasOwnProperty;return function(e,n){return t.call(e,n)}}(),_=l("RegExp"),F=function(e,t){var n=Object.getOwnPropertyDescriptors(e),r={};T(n,function(n,o){!1!==t(n,o,e)&&(r[o]=n)}),Object.defineProperties(e,r)},B="abcdefghijklmnopqrstuvwxyz",L="0123456789",D={DIGIT:L,ALPHA:B,ALPHA_DIGIT:B+B.toUpperCase()+L},I=l("AsyncFunction"),q={isArray:p,isArrayBuffer:m,isBuffer:function(e){return null!==e&&!h(e)&&null!==e.constructor&&!h(e.constructor)&&v(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:function(e){var t;return e&&("function"==typeof FormData&&e instanceof FormData||v(e.append)&&("formdata"===(t=f(e))||"object"===t&&v(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&m(e.buffer)},isString:y,isNumber:b,isBoolean:function(e){return!0===e||!1===e},isObject:g,isPlainObject:w,isUndefined:h,isDate:E,isFile:O,isBlob:S,isRegExp:_,isFunction:v,isStream:function(e){return g(e)&&v(e.pipe)},isURLSearchParams:A,isTypedArray:P,isFileList:R,forEach:T,merge:function e(){for(var t=C(this)&&this||{},n=t.caseless,r={},o=function(t,_o){var i=n&&j(r,_o)||_o;w(r[i])&&w(t)?r[i]=e(r[i],t):w(t)?r[i]=e({},t):p(t)?r[i]=t.slice():r[i]=t},i=0,a=arguments.length;i<a;i++)arguments[i]&&T(arguments[i],o);return r},extend:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=r.allOwnKeys;return T(t,function(t,r){n&&v(t)?e[r]=a(t,n):e[r]=t},{allOwnKeys:o}),e},trim:function(e){return e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,n,r){e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:function(e,t,n,r){var o,i,a,s={};if(t=t||{},null==e)return t;do{for(i=(o=Object.getOwnPropertyNames(e)).length;i-- >0;)a=o[i],r&&!r(a,e,t)||s[a]||(t[a]=e[a],s[a]=!0);e=!1!==n&&c(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:f,kindOfTest:l,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;if(p(e))return e;var t=e.length;if(!b(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},forEachEntry:function(e,t){for(var n,r=(e&&e[Symbol.iterator]).call(e);(n=r.next())&&!n.done;){var o=n.value;t.call(e,o[0],o[1])}},matchAll:function(e,t){for(var n,r=[];null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:k,hasOwnProperty:U,hasOwnProp:U,reduceDescriptors:F,freezeMethods:function(e){F(e,function(t,n){if(v(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;var r=e[n];v(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=function(){throw Error("Can not rewrite read-only method '"+n+"'")}))})},toObjectSet:function(e,t){var n={},r=function(e){e.forEach(function(e){n[e]=!0})};return r(p(e)?e:String(e).split(t)),n},toCamelCase:function(e){return e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n})},noop:function(){},toFiniteNumber:function(e,t){return e=+e,Number.isFinite(e)?e:t},findKey:j,global:N,isContextDefined:C,ALPHABET:D,generateString:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:16,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:D.ALPHA_DIGIT,n="",r=t.length;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&v(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:function(e){var t=new Array(10);return function e(n,r){if(g(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[r]=n;var o=p(n)?[]:{};return T(n,function(t,n){var i=e(t,r+1);!h(i)&&(o[n]=i)}),t[r]=void 0,o}}return n}(e,0)},isAsyncFn:I,isThenable:function(e){return e&&(g(e)||v(e))&&v(e.then)&&v(e["catch"])}};q.inherits(M,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:q.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var z=M.prototype,H={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(function(e){H[e]={value:e}}),Object.defineProperties(M,H),Object.defineProperty(z,"isAxiosError",{value:!0}),M.from=function(e,t,n,r,o,i){var a=Object.create(z);return q.toFlatObject(e,a,function(e){return e!==Error.prototype},function(e){return"isAxiosError"!==e}),M.call(a,e.message,t,n,r,o),a.cause=e,a.name=e.name,i&&Object.assign(a,i),a};var V=q.toFlatObject(q,{},null,function(e){return/^is[A-Z]/.test(e)}),Q=X.prototype;Q.append=function(e,t){this._pairs.push([e,t])},Q.toString=function(e){var t=e?function(t){return e.call(this,t,$)}:$;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var ee,te=function(){function e(){t(this,e),this.handlers=[]}return r(e,[{key:"use",value:function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}},{key:"eject",value:function(e){this.handlers[e]&&(this.handlers[e]=null)}},{key:"clear",value:function(){this.handlers&&(this.handlers=[])}},{key:"forEach",value:function(e){q.forEach(this.handlers,function(t){null!==t&&e(t)})}}]),e}(),ne={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},re={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:X,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},isStandardBrowserEnv:("undefined"==typeof navigator||"ReactNative"!==(ee=navigator.product)&&"NativeScript"!==ee&&"NS"!==ee)&&"undefined"!=typeof window&&"undefined"!=typeof document,isStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,protocols:["http","https","file","blob","url","data"]},ie={"Content-Type":void 0},ae={transitional:ne,adapter:["xhr","http"],transformRequest:[function(e,t){var n,r=t.getContentType()||"",o=r.indexOf("application/json")>-1,i=q.isObject(e);if(i&&q.isHTMLForm(e)&&(e=new FormData(e)),q.isFormData(e))return o&&o?JSON.stringify(oe(e)):e;if(q.isArrayBuffer(e)||q.isBuffer(e)||q.isStream(e)||q.isFile(e)||q.isBlob(e))return e;if(q.isArrayBufferView(e))return e.buffer;if(q.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return G(e,new re.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return re.isNode&&q.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((n=q.isFileList(e))||r.indexOf("multipart/form-data")>-1){var a=this.env&&this.env.FormData;return G(n?{"files[]":e}:e,a&&new a,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),function(e,t,n){if(q.isString(e))try{return(t||JSON.parse)(e),q.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||ae.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(e&&q.isString(e)&&(n&&!this.responseType||r)){var o=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw M.from(e,M.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:re.classes.FormData,Blob:re.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};q.forEach(["delete","get","head"],function(e){ae.headers[e]={}}),q.forEach(["post","put","patch"],function(e){ae.headers[e]=q.merge(ie)});var se=ae,ue=q.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),ce=Symbol("internals"),pe=function(e,n){function i(e){t(this,i),e&&this.set(e)}return r(i,[{key:"set",value:function(e,t,n){function o(e,t,n){var o=fe(t);if(!o)throw new Error("header name must be a non-empty string");var i=q.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=le(e))}var i,a,s,u,c,r=this,f=function(e,t){return q.forEach(e,function(e,n){return o(e,n,t)})};return q.isPlainObject(e)||e instanceof this.constructor?f(e,t):q.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?f((c={},(i=e)&&i.split("\n").forEach(function(e){u=e.indexOf(":"),a=e.substring(0,u).trim().toLowerCase(),s=e.substring(u+1).trim(),!a||c[a]&&ue[a]||("set-cookie"===a?c[a]?c[a].push(s):c[a]=[s]:c[a]=c[a]?c[a]+", "+s:s)}),c),t):null!=e&&o(t,e,n),this}},{key:"get",value:function(e,t){if(e=fe(e)){var n=q.findKey(this,e);if(n){var r=this[n];if(!t)return r;if(!0===t)return function(e){for(var t,n=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;t=r.exec(e);)n[t[1]]=t[2];return n}(r);if(q.isFunction(t))return t.call(this,r,n);if(q.isRegExp(t))return t.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}},{key:"has",value:function(e,t){if(e=fe(e)){var n=q.findKey(this,e);return!(!n||void 0===this[n]||t&&!de(0,this[n],n,t))}return!1}},{key:"delete",value:function(e,t){function o(e){if(e=fe(e)){var o=q.findKey(n,e);!o||t&&!de(0,n[o],o,t)||(delete n[o],r=!0)}}var n=this,r=!1;return q.isArray(e)?e.forEach(o):o(e),r}},{key:"clear",value:function(e){for(var t=Object.keys(this),n=t.length,r=!1;n--;){var o=t[n];e&&!de(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}},{key:"normalize",value:function(e){var t=this,n={};return q.forEach(this,function(r,o){var i=q.findKey(n,o);if(i)return t[i]=le(r),void delete t[o];var a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n})}(o):String(o).trim();a!==o&&delete t[o],t[a]=le(r),n[a]=!0}),this}},{key:"concat",value:function(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return(e=this.constructor).concat.apply(e,[this].concat(n))}},{key:"toJSON",value:function(e){var t=Object.create(null);return q.forEach(this,function(n,r){null!=n&&!1!==n&&(t[r]=e&&q.isArray(n)?n.join(", "):n)}),t}},{key:Symbol.iterator,value:function(){return Object.entries(this.toJSON())[Symbol.iterator]()}},{key:"toString",value:function(){return Object.entries(this.toJSON()).map(function(e){var t=o(e,2);return t[0]+": "+t[1]}).join("\n")}},{key:Symbol.toStringTag,get:function(){return"AxiosHeaders"}}],[{key:"from",value:function(e){return e instanceof this?e:new this(e);
|
|
8
|
-
}},{key:"concat",value:function(e){for(var t=new this(e),n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return r.forEach(function(e){return t.set(e)}),t}},{key:"accessor",value:function(e){function r(e){var r=fe(e);t[r]||(!function(e,t){var n=q.toCamelCase(" "+t);["get","set","has"].forEach(function(r){Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}var t=(this[ce]=this[ce]={accessors:{}}).accessors,n=this.prototype;return q.isArray(e)?e.forEach(r):r(e),this}}]),i}();pe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),q.freezeMethods(pe.prototype),q.freezeMethods(pe);var he=pe;q.inherits(ve,M,{__CANCEL__:!0});var be=re.isStandardBrowserEnv?{write:function(e,t,n,r,o,i){var a=[];a.push(e+"="+encodeURIComponent(t)),q.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),q.isString(r)&&a.push("path="+r),q.isString(o)&&a.push("domain="+o),!0===i&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}},we=re.isStandardBrowserEnv?function(){function r(e){var r=e;return t&&(n.setAttribute("href",encodeURI(r)),r=n.href),n.setAttribute("href",encodeURI(r)),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");return e=r(window.location.href),function(t){var n=q.isString(t)?r(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0},Oe={http:null,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){function s(){e.cancelToken&&e.cancelToken.unsubscribe(r),e.signal&&e.signal.removeEventListener("abort",r)}function d(){if(u){var r=he.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders());!function(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new M("Request failed with status code "+n.status,[M.ERR_BAD_REQUEST,M.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}(function(e){t(e),s()},function(e){n(e),s()},{data:a&&"text"!==a&&"json"!==a?u.response:u.responseText,status:u.status,statusText:u.statusText,headers:r,config:e,request:u}),u=null}}var r,o=e.data,i=he.from(e.headers).normalize(),a=e.responseType;q.isFormData(o)&&(re.isStandardBrowserEnv||re.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));var u=new XMLHttpRequest;if(e.auth){var c=e.auth.username||"",f=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(c+":"+f))}var l=ge(e.baseURL,e.url);if(u.open(e.method.toUpperCase(),Y(l,e.params,e.paramsSerializer),!0),u.timeout=e.timeout,"onloadend"in u?u.onloadend=d:u.onreadystatechange=function(){u&&4===u.readyState&&(0!==u.status||u.responseURL&&0===u.responseURL.indexOf("file:"))&&setTimeout(d)},u.onabort=function(){u&&(n(new M("Request aborted",M.ECONNABORTED,e,u)),u=null)},u.onerror=function(){n(new M("Network Error",M.ERR_NETWORK,e,u)),u=null},u.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||ne;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new M(t,r.clarifyTimeoutError?M.ETIMEDOUT:M.ECONNABORTED,e,u)),u=null},re.isStandardBrowserEnv){var p=(e.withCredentials||we(l))&&e.xsrfCookieName&&be.read(e.xsrfCookieName);p&&i.set(e.xsrfHeaderName,p)}void 0===o&&i.setContentType(null),"setRequestHeader"in u&&q.forEach(i.toJSON(),function(e,t){u.setRequestHeader(t,e)}),q.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),a&&"json"!==a&&(u.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&u.addEventListener("progress",Ee(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&u.upload&&u.upload.addEventListener("progress",Ee(e.onUploadProgress)),(e.cancelToken||e.signal)&&(r=function(t){u&&(n(!t||t.type?new ve(null,e,u):t),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(r),e.signal&&(e.signal.aborted?r():e.signal.addEventListener("abort",r)));var h,m=(h=/^([-+\w]{1,25})(:?\/\/|:)/.exec(l))&&h[1]||"";m&&-1===re.protocols.indexOf(m)?n(new M("Unsupported protocol "+m+":",M.ERR_BAD_REQUEST,e)):u.send(o||null)})}};q.forEach(Oe,function(e,t){if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});var Se=function(e){for(var t,n,r=(e=q.isArray(e)?e:[e]).length,o=0;o<r&&(t=e[o],!(n=q.isString(t)?Oe[t.toLowerCase()]:t));o++);if(!n){if(!1===n)throw new M("Adapter ".concat(t," is not supported by the environment"),"ERR_NOT_SUPPORT");throw new Error(q.hasOwnProp(Oe,t)?"Adapter '".concat(t,"' is not available in the build"):"Unknown adapter '".concat(t,"'"))}if(!q.isFunction(n))throw new TypeError("adapter is not a function");return n},Te=function(e){return e instanceof he?e.toJSON():e},Ne="1.4.0",Ce={};["object","boolean","number","function","string","symbol"].forEach(function(t,n){Ce[t]=function(r){return e(r)===t||"a"+(n<1?"n ":" ")+t}});var xe={};Ce.transitional=function(e,t,n){function r(e,t){return"[Axios v1.4.0] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,o,i){if(!1===e)throw new M(r(o," has been removed"+(t?" in "+t:"")),M.ERR_DEPRECATED);return t&&!xe[o]&&(xe[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};var Pe={assertOptions:function(t,n,r){if("object"!==e(t))throw new M("options must be an object",M.ERR_BAD_OPTION_VALUE);for(var o=Object.keys(t),i=o.length;i-- >0;){var a=o[i],s=n[a];if(s){var u=t[a],c=void 0===u||s(u,a,t);if(!0!==c)throw new M("option "+a+" must be "+c,M.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new M("Unknown option "+a,M.ERR_BAD_OPTION)}},validators:Ce},ke=Pe.validators,Ue=function(){function e(n){t(this,e),this.defaults=n,this.interceptors={request:new te,response:new te}}return r(e,[{key:"request",value:function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{};var n,r=t=je(this.defaults,t),o=r.transitional,i=r.paramsSerializer,a=r.headers;void 0!==o&&Pe.assertOptions(o,{silentJSONParsing:ke.transitional(ke["boolean"]),forcedJSONParsing:ke.transitional(ke["boolean"]),clarifyTimeoutError:ke.transitional(ke["boolean"])},!1),null!=i&&(q.isFunction(i)?t.paramsSerializer={serialize:i}:Pe.assertOptions(i,{encode:ke["function"],serialize:ke["function"]},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase(),(n=a&&q.merge(a.common,a[t.method]))&&q.forEach(["delete","get","head","post","put","patch","common"],function(e){delete a[e]}),t.headers=he.concat(n,a);var s=[],u=!0;this.interceptors.request.forEach(function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(u=u&&e.synchronous,s.unshift(e.fulfilled,e.rejected))});var c,f=[];this.interceptors.response.forEach(function(e){f.push(e.fulfilled,e.rejected)});var l,d=0;if(!u){var p=[Ae.bind(this),void 0];for(p.unshift.apply(p,s),p.push.apply(p,f),l=p.length,c=Promise.resolve(t);d<l;)c=c.then(p[d++],p[d++]);return c}l=s.length;var h=t;for(d=0;d<l;){var m=s[d++],y=s[d++];try{h=m(h)}catch(e){y.call(this,e);break}}try{c=Ae.call(this,h)}catch(e){return Promise.reject(e)}for(d=0,l=f.length;d<l;)c=c.then(f[d++],f[d++]);return c}},{key:"getUri",value:function(e){return Y(ge((e=je(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}]),e}();q.forEach(["delete","get","head","options"],function(e){Ue.prototype[e]=function(t,n){return this.request(je(n||{},{method:e,url:t,data:(n||{}).data}))}}),q.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(je(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Ue.prototype[e]=t(),Ue.prototype[e+"Form"]=t(!0)});var _e=Ue,Fe=function(){function e(n){if(t(this,e),"function"!=typeof n)throw new TypeError("executor must be a function.");var r;this.promise=new Promise(function(e){r=e});var o=this;this.promise.then(function(e){if(o._listeners){for(var t=o._listeners.length;t-- >0;)o._listeners[t](e);o._listeners=null}}),this.promise.then=function(e){var t,n=new Promise(function(e){o.subscribe(e),t=e}).then(e);return n.cancel=function(){o.unsubscribe(t)},n},n(function(e,t,n){o.reason||(o.reason=new ve(e,t,n),r(o.reason))})}return r(e,[{key:"throwIfRequested",value:function(){if(this.reason)throw this.reason}},{key:"subscribe",value:function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}},{key:"unsubscribe",value:function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}}}],[{key:"source",value:function(){var t;return{token:new e(function(e){t=e}),cancel:t}}}]),e}(),Be={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Be).forEach(function(e){var t=o(e,2),n=t[0],r=t[1];Be[r]=n});var Le=Be,De=function e(t){var n=new _e(t),r=a(_e.prototype.request,n);return q.extend(r,_e.prototype,n,{allOwnKeys:!0}),q.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(je(t,n))},r}(se);return De.Axios=_e,De.CanceledError=ve,De.CancelToken=Fe,De.isCancel=ye,De.VERSION=Ne,De.toFormData=G,De.AxiosError=M,De.Cancel=De.CanceledError,De.all=function(e){return Promise.all(e)},De.spread=function(e){return function(t){return e.apply(null,t)}},De.isAxiosError=function(e){return q.isObject(e)&&!0===e.isAxiosError},De.mergeConfig=je,De.AxiosHeaders=he,De.formToJSON=function(e){return oe(q.isHTMLForm(e)?new FormData(e):e)},De.HttpStatusCode=Le,De["default"]=De,De}),{requestAction:function(me,action,config){return config.url=me.getActionUrl(),config.method="post",config.params=config.params||{},config.params=Object.assign(config.params,me.getOpt("serverparam")),config.params.action=action,this.request(me,config)},request:function(me,config){config.headers=config.headers||{};var customHeaders=me.getOpt("serverHeaders");if(customHeaders)for(var key in customHeaders)config.headers[key]=customHeaders[key];return axios(config)}}}(),UE.image=function(){var imageCompression=null;return!function(e,t){imageCompression=t()}(this,function(){"use strict";function _mergeNamespaces(e,t){return t.forEach(function(t){t&&"string"!=typeof t&&!Array.isArray(t)&&Object.keys(t).forEach(function(r){if("default"!==r&&!(r in e)){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}})}),Object.freeze(e)}function copyExifWithoutOrientation(e,t){return new Promise(function(r,i){var o;return getApp1Segment(e).then(function(e){try{return o=e,r(new Blob([t.slice(0,2),o,t.slice(2)],{type:"image/jpeg"}))}catch(e){return i(e)}},i)})}function getFilefromDataUrl(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Date.now();return new Promise(function(i){for(var o=e.split(","),a=o[0].match(/:(.*?);/)[1],s=globalThis.atob(o[1]),f=s.length,l=new Uint8Array(f);f--;)l[f]=s.charCodeAt(f);var c=new Blob([l],{type:a});c.name=t,c.lastModified=r,i(c)})}function getDataUrlFromFile(e){return new Promise(function(t,r){var i=new CustomFileReader;i.onload=function(){return t(i.result)},i.onerror=function(e){return r(e)},i.readAsDataURL(e)})}function loadImage(e){return new Promise(function(t,r){var i=new Image;i.onload=function(){return t(i)},i.onerror=function(e){return r(e)},i.src=e})}function getBrowserName(){if(void 0!==getBrowserName.cachedResult)return getBrowserName.cachedResult;var e=r.ETC,_navigator=navigator,t=_navigator.userAgent;return/Chrom(e|ium)/i.test(t)?e=r.CHROME:/iP(ad|od|hone)/i.test(t)&&/WebKit/i.test(t)?e=r.IOS:/Safari/i.test(t)?e=r.DESKTOP_SAFARI:/Firefox/i.test(t)?e=r.FIREFOX:(/MSIE/i.test(t)||1==!!document.documentMode)&&(e=r.IE),getBrowserName.cachedResult=e,getBrowserName.cachedResult}function approximateBelowMaximumCanvasSizeOfBrowser(e,t){for(var r=getBrowserName(),o=i[r],a=e,s=t,f=a*s,l=a>s?s/a:a/s;f>o*o;){var _e36=(o+a)/2,_t21=(o+s)/2;_e36<_t21?(s=_t21,a=_t21*l):(s=_e36*l,a=_e36),f=a*s}return{width:a,height:s}}function getNewCanvasAndCtx(e,t){var r,i;try{if(r=new OffscreenCanvas(e,t),i=r.getContext("2d"),null===i)throw new Error("getContext of OffscreenCanvas returns null")}catch(e){r=document.createElement("canvas"),i=r.getContext("2d")}return r.width=e,r.height=t,[r,i]}function drawImageInCanvas(e,t){var _approximateBelowMaxi=approximateBelowMaximumCanvasSizeOfBrowser(e.width,e.height),r=_approximateBelowMaxi.width,i=_approximateBelowMaxi.height,_getNewCanvasAndCtx=getNewCanvasAndCtx(r,i),_getNewCanvasAndCtx2=_slicedToArray(_getNewCanvasAndCtx,2),o=_getNewCanvasAndCtx2[0],a=_getNewCanvasAndCtx2[1];return t&&/jpe?g/.test(t)&&(a.fillStyle="white",a.fillRect(0,0,o.width,o.height)),a.drawImage(e,0,0,o.width,o.height),o}function isIOS(){return void 0!==isIOS.cachedResult||(isIOS.cachedResult=["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"undefined"!=typeof document&&"ontouchend"in document),isIOS.cachedResult}function drawFileInCanvas(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Promise(function(i,o){var a,s,$Try_2_Post=function(){try{return s=drawImageInCanvas(a,t.fileType||e.type),i([a,s])}catch(e){return o(e)}},$Try_2_Catch=function(t){try{var $Try_3_Catch=function(e){try{throw e}catch(e){return o(e)}};try{var _t22;return getDataUrlFromFile(e).then(function(e){try{return _t22=e,loadImage(_t22).then(function(e){try{return a=e,function(){try{return $Try_2_Post()}catch(e){return o(e)}}()}catch(e){return $Try_3_Catch(e)}},$Try_3_Catch)}catch(e){return $Try_3_Catch(e)}},$Try_3_Catch)}catch(e){$Try_3_Catch(e)}}catch(e){return o(e)}};try{if(isIOS()||[r.DESKTOP_SAFARI,r.MOBILE_SAFARI].includes(getBrowserName()))throw new Error("Skip createImageBitmap on IOS and Safari");return createImageBitmap(e).then(function(e){try{return a=e,$Try_2_Post()}catch(e){return $Try_2_Catch()}},$Try_2_Catch)}catch(e){$Try_2_Catch()}})}function canvasToFile(e,r,i,o){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1;return new Promise(function(s,f){function $If_6(){return $If_5.call(this)}function $If_5(){return $If_4.call(this)}function $If_4(){return s(l)}var l;if("image/png"===r){var _c$getImageData,c,u,h;return c=e.getContext("2d"),_c$getImageData=c.getImageData(0,0,e.width,e.height),u=_c$getImageData.data,h=UPNG.encode([u.buffer],e.width,e.height,4096*a),l=new Blob([h],{type:r}),l.name=i,l.lastModified=o,$If_4.call(this)}if("image/bmp"===r)return new Promise(function(r){return t.toBlob(e,r)}).then(function(e){try{return l=e,l.name=i,l.lastModified=o,$If_5.call(this)}catch(e){return f(e)}}.bind(this),f);if("function"==typeof OffscreenCanvas&&e instanceof OffscreenCanvas)return e.convertToBlob({type:r,quality:a}).then(function(e){try{return l=e,l.name=i,l.lastModified=o,$If_6.call(this)}catch(e){return f(e)}}.bind(this),f);var d;return d=e.toDataURL(r,a),getFilefromDataUrl(d,i,o).then(function(e){try{return l=e,$If_6.call(this)}catch(e){return f(e)}}.bind(this),f)})}function cleanupCanvasMemory(e){e.width=0,e.height=0}function isAutoOrientationInBrowser(){return new Promise(function(e,t){var r,i,o,a,s;return void 0!==isAutoOrientationInBrowser.cachedResult?e(isAutoOrientationInBrowser.cachedResult):(r="data:image/jpeg;base64,/9j/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAYAAAAAAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAEAAgMBEQACEQEDEQH/xABKAAEAAAAAAAAAAAAAAAAAAAALEAEAAAAAAAAAAAAAAAAAAAAAAQEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwA/8H//2Q==",getFilefromDataUrl("data:image/jpeg;base64,/9j/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAYAAAAAAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAEAAgMBEQACEQEDEQH/xABKAAEAAAAAAAAAAAAAAAAAAAALEAEAAAAAAAAAAAAAAAAAAAAAAQEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwA/8H//2Q==","test.jpg",Date.now()).then(function(r){try{return i=r,drawFileInCanvas(i).then(function(r){try{return o=r[1],canvasToFile(o,i.type,i.name,i.lastModified).then(function(r){try{return a=r,cleanupCanvasMemory(o),drawFileInCanvas(a).then(function(r){try{return s=r[0],isAutoOrientationInBrowser.cachedResult=1===s.width&&2===s.height,e(isAutoOrientationInBrowser.cachedResult)}catch(e){return t(e)}},t)}catch(e){return t(e)}},t)}catch(e){return t(e)}},t)}catch(e){return t(e)}},t))})}function getExifOrientation(e){return new Promise(function(t,r){var i=new CustomFileReader;i.onload=function(e){var r=new DataView(e.target.result);if(65496!=r.getUint16(0,!1))return t(-2);for(var i=r.byteLength,o=2;o<i;){if(r.getUint16(o+2,!1)<=8)return t(-1);var _e37=r.getUint16(o,!1);if(o+=2,65505==_e37){if(1165519206!=r.getUint32(o+=2,!1))return t(-1);var _e38=18761==r.getUint16(o+=6,!1);o+=r.getUint32(o+4,_e38);var _i15=r.getUint16(o,_e38);o+=2;for(var _a13=0;_a13<_i15;_a13++)if(274==r.getUint16(o+12*_a13,_e38))return t(r.getUint16(o+12*_a13+8,_e38))}else{if(65280!=(65280&_e37))break;o+=r.getUint16(o,!1)}}return t(-1)},i.onerror=function(e){return r(e)},i.readAsArrayBuffer(e)})}function handleMaxWidthOrHeight(e,t){var _getNewCanvasAndCtx3,_getNewCanvasAndCtx4,a,r=e.width,i=e.height,o=t.maxWidthOrHeight,s=e;return isFinite(o)&&(r>o||i>o)&&(_getNewCanvasAndCtx3=getNewCanvasAndCtx(r,i),_getNewCanvasAndCtx4=_slicedToArray(_getNewCanvasAndCtx3,2),s=_getNewCanvasAndCtx4[0],a=_getNewCanvasAndCtx4[1],r>i?(s.width=o,s.height=i/r*o):(s.width=r/i*o,s.height=o),a.drawImage(e,0,0,s.width,s.height),cleanupCanvasMemory(e)),s}function followExifOrientation(e,t){var r=e.width,i=e.height,_getNewCanvasAndCtx5=getNewCanvasAndCtx(r,i),_getNewCanvasAndCtx6=_slicedToArray(_getNewCanvasAndCtx5,2),o=_getNewCanvasAndCtx6[0],a=_getNewCanvasAndCtx6[1];switch(t>4&&t<9?(o.width=i,o.height=r):(o.width=r,o.height=i),t){case 2:a.transform(-1,0,0,1,r,0);break;case 3:a.transform(-1,0,0,-1,r,i);break;case 4:a.transform(1,0,0,-1,0,i);break;case 5:a.transform(0,1,1,0,0,0);break;case 6:a.transform(0,1,-1,0,i,0);break;case 7:a.transform(0,-1,-1,0,i,r);break;case 8:a.transform(0,-1,1,0,0,r)}return a.drawImage(e,0,0,r,i),cleanupCanvasMemory(e),o}function compress(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return new Promise(function(i,o){function incProgress(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:5;if(t.signal&&t.signal.aborted)throw t.signal.reason;a+=e,t.onProgress(Math.min(a,100))}function setProgress(e){if(t.signal&&t.signal.aborted)throw t.signal.reason;a=Math.min(Math.max(e,a),100),t.onProgress(a)}var a,s,f,l,c,u,h,d,A,g,p,m,w,v,b,y,E,F,_,B;return a=r,s=t.maxIteration||10,f=1024*t.maxSizeMB*1024,incProgress(),drawFileInCanvas(e,t).then(function(r){try{var _r20;return _r20=_slicedToArray(r,2),l=_r20[1],incProgress(),c=handleMaxWidthOrHeight(l,t),incProgress(),new Promise(function(r,i){function $If_2(){return r(o)}var o;return(o=t.exifOrientation)?$If_2.call(this):getExifOrientation(e).then(function(e){try{return o=e,$If_2.call(this)}catch(e){return i(e)}}.bind(this),i)}).then(function(r){try{return u=r,incProgress(),isAutoOrientationInBrowser().then(function(r){try{return h=r?c:followExifOrientation(c,u),incProgress(),d=t.initialQuality||1,A=t.fileType||e.type,canvasToFile(h,A,e.name,e.lastModified,d).then(function(r){function $Loop_3(){if(s--&&(b>f||b>w)){var _getNewCanvasAndCtx7,_getNewCanvasAndCtx8,_t23,_r21;return _t23=B?.95*_.width:_.width,_r21=B?.95*_.height:_.height,_getNewCanvasAndCtx7=getNewCanvasAndCtx(_t23,_r21),_getNewCanvasAndCtx8=_slicedToArray(_getNewCanvasAndCtx7,2),E=_getNewCanvasAndCtx8[0],F=_getNewCanvasAndCtx8[1],F.drawImage(_,0,0,_t23,_r21),d*="image/png"===A?.85:.95,canvasToFile(E,A,e.name,e.lastModified,d).then(function(e){try{return y=e,cleanupCanvasMemory(_),_=E,b=y.size,setProgress(Math.min(99,Math.floor((v-b)/(v-f)*100))),$Loop_3}catch(e){return o(e)}},o)}return[1]}function $Loop_3_exit(){return cleanupCanvasMemory(_),cleanupCanvasMemory(E),cleanupCanvasMemory(c),cleanupCanvasMemory(h),cleanupCanvasMemory(l),setProgress(100),i(y)}try{if(g=r,incProgress(),p=g.size>f,m=g.size>e.size,!p&&!m)return setProgress(100),i(g);var a;return w=e.size,v=g.size,b=v,_=h,B=!t.alwaysKeepResolution&&p,(a=function(e){for(;e;){if(e.then)return void e.then(a,o);try{if(e.pop){if(e.length)return e.pop()?$Loop_3_exit.call(this):e;e=$Loop_3}else e=e.call(this)}catch(e){return o(e)}}}.bind(this))($Loop_3)}catch(u){return o(u)}}.bind(this),o)}catch(e){return o(e)}}.bind(this),o)}catch(e){return o(e)}}.bind(this),o)}catch(e){return o(e)}}.bind(this),o)})}function compressOnWebWorker(e,t){return new Promise(function(r,i){l||(l=function(e){var t=[];return"function"==typeof e?t.push("(".concat(e,")()")):t.push(e),URL.createObjectURL(new Blob(t))}(f));var o=new Worker(l);o.addEventListener("message",function(e){if(t.signal&&t.signal.aborted)o.terminate();else if(void 0===e.data.progress){if(e.data.error)return i(new Error(e.data.error)),void o.terminate();r(e.data.file),o.terminate()}else t.onProgress(e.data.progress)}),o.addEventListener("error",i),t.signal&&t.signal.addEventListener("abort",function(){i(t.signal.reason),o.terminate()}),o.postMessage({file:e,imageCompressionLibUrl:t.libURL,options:_objectSpread(_objectSpread({},t),{},{onProgress:void 0,signal:void 0})})})}function imageCompression(e,t){return new Promise(function(r,i){function $If_4(){try{a.name=e.name,a.lastModified=e.lastModified}catch(e){}try{o.preserveExif&&"image/jpeg"===e.type&&(!o.fileType||o.fileType&&o.fileType===e.type)&&(a=copyExifWithoutOrientation(e,a))}catch(e){}return r(a)}var _o16,o,a,s,f,l,c;if(o=_objectSpread({},t),s=0,_o16=o,f=_o16.onProgress,o.maxSizeMB=o.maxSizeMB||Number.POSITIVE_INFINITY,l="boolean"!=typeof o.useWebWorker||o.useWebWorker,delete o.useWebWorker,o.onProgress=function(e){s=e,"function"==typeof f&&f(s)},!1)return i(new Error("The file given is not an instance of Blob or File"));if(!/^image/.test(e.type))return i(new Error("The file given is not an image"));if(c="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,!l||"function"!=typeof Worker||c)return compress(e,o).then(function(e){try{return a=e,$If_4.call(this)}catch(e){return i(e)}}.bind(this),i);var u=function(){try{return $If_4.call(this)}catch(e){return i(e)}}.bind(this),$Try_1_Catch=function(t){try{return compress(e,o).then(function(e){try{return a=e,u()}catch(e){return i(e)}},i)}catch(e){return i(e)}};try{return o.libURL=o.libURL||location.origin+location.pathname+"ueditor-resource/plugins/browser-image-compression.js",compressOnWebWorker(e,o).then(function(e){try{return a=e,u()}catch(e){return $Try_1_Catch()}},$Try_1_Catch)}catch(e){$Try_1_Catch()}})}var getApp1Segment=function(e){return new Promise(function(t,r){var i=new FileReader;i.addEventListener("load",function(_ref){var e=_ref.target.result,i=new DataView(e),o=0;if(65496!==i.getUint16(o))return r("not a valid JPEG");for(o+=2;;){var _a=i.getUint16(o);if(65498===_a)break;var _s=i.getUint16(o+2);if(65505===_a&&1165519206===i.getUint32(o+4)){var _a2=o+10,_f=void 0;switch(i.getUint16(_a2)){case 18761:_f=!0;break;case 19789:_f=!1;break;default:return r("TIFF header contains invalid endian")}if(42!==i.getUint16(_a2+2,_f))return r("TIFF header contains invalid version");for(var _l=i.getUint32(_a2+4,_f),c=_a2+_l+2+12*i.getUint16(_a2+_l,_f),_e=_a2+_l+2;_e<c;_e+=12)if(274==i.getUint16(_e,_f)){if(3!==i.getUint16(_e+2,_f))return r("Orientation data type is invalid");if(1!==i.getUint32(_e+4,_f))return r("Orientation data count is invalid");i.setUint16(_e+8,1,_f);break}return t(e.slice(o,o+2+_s))}o+=2+_s}return t(new Blob)}),i.readAsArrayBuffer(e)})},e={};!function(e){var t,r,UZIP={};e.exports=UZIP,UZIP.parse=function(e,t){for(var r=UZIP.bin.readUshort,i=UZIP.bin.readUint,o=0,a={},s=new Uint8Array(e),f=s.length-4;101010256!=i(s,f);)f--;o=f,o+=4;var l=r(s,o+=4);r(s,o+=2);var c=i(s,o+=2),u=i(s,o+=4);o+=4,o=u;for(var h=0;h<l;h++){i(s,o),o+=4,o+=4,o+=4,i(s,o+=4),c=i(s,o+=4);var d=i(s,o+=4),A=r(s,o+=4),g=r(s,o+2),p=r(s,o+4);o+=6;var m=i(s,o+=8);o+=4,o+=A+g+p,UZIP._readLocal(s,m,a,c,d,t)}return a},UZIP._readLocal=function(e,t,r,i,o,a){var s=UZIP.bin.readUshort,f=UZIP.bin.readUint;f(e,t),s(e,t+=4),s(e,t+=2);var l=s(e,t+=2);f(e,t+=2),f(e,t+=4),t+=4;var c=s(e,t+=8),u=s(e,t+=2);t+=2;var h=UZIP.bin.readUTF8(e,t,c);if(t+=c,t+=u,a)r[h]={size:o,csize:i};else{var d=new Uint8Array(e.buffer,t);if(0==l)r[h]=new Uint8Array(d.buffer.slice(t,t+i));else{if(8!=l)throw"unknown compression method: "+l;var A=new Uint8Array(o);UZIP.inflateRaw(d,A),r[h]=A}}},UZIP.inflateRaw=function(e,t){return UZIP.F.inflate(e,t)},UZIP.inflate=function(e,t){return e[0],e[1],UZIP.inflateRaw(new Uint8Array(e.buffer,e.byteOffset+2,e.length-6),t)},UZIP.deflate=function(e,t){null==t&&(t={level:6});var r=0,i=new Uint8Array(50+Math.floor(1.1*e.length));i[r]=120,i[r+1]=156,r+=2,r=UZIP.F.deflateRaw(e,i,r,t.level);var o=UZIP.adler(e,0,e.length);return i[r+0]=o>>>24&255,i[r+1]=o>>>16&255,i[r+2]=o>>>8&255,i[r+3]=o>>>0&255,new Uint8Array(i.buffer,0,r+4)},UZIP.deflateRaw=function(e,t){null==t&&(t={level:6});var r=new Uint8Array(50+Math.floor(1.1*e.length)),i=UZIP.F.deflateRaw(e,r,i,t.level);return new Uint8Array(r.buffer,0,i)},UZIP.encode=function(e,t){null==t&&(t=!1);var r=0,i=UZIP.bin.writeUint,o=UZIP.bin.writeUshort,a={};for(var s in e){var f=!UZIP._noNeed(s)&&!t,l=e[s],c=UZIP.crc.crc(l,0,l.length);a[s]={cpr:f,usize:l.length,crc:c,file:f?UZIP.deflateRaw(l):l}}for(var s in a)r+=a[s].file.length+30+46+2*UZIP.bin.sizeUTF8(s);r+=22;var u=new Uint8Array(r),h=0,d=[];for(var s in a){var A=a[s];d.push(h),h=UZIP._writeHeader(u,h,s,A,0)}var g=0,p=h;for(var s in a)A=a[s],d.push(h),h=UZIP._writeHeader(u,h,s,A,1,d[g++]);var m=h-p;return i(u,h,101010256),h+=4,o(u,h+=4,g),o(u,h+=2,g),i(u,h+=2,m),i(u,h+=4,p),h+=4,h+=2,u.buffer},UZIP._noNeed=function(e){var t=e.split(".").pop().toLowerCase();return-1!="png,jpg,jpeg,zip".indexOf(t)},UZIP._writeHeader=function(e,t,r,i,o,a){var s=UZIP.bin.writeUint,f=UZIP.bin.writeUshort,l=i.file;return s(e,t,0==o?67324752:33639248),t+=4,1==o&&(t+=2),f(e,t,20),f(e,t+=2,0),f(e,t+=2,i.cpr?8:0),s(e,t+=2,0),s(e,t+=4,i.crc),s(e,t+=4,l.length),s(e,t+=4,i.usize),f(e,t+=4,UZIP.bin.sizeUTF8(r)),f(e,t+=2,0),t+=2,1==o&&(t+=2,t+=2,s(e,t+=6,a),t+=4),t+=UZIP.bin.writeUTF8(e,t,r),0==o&&(e.set(l,t),t+=l.length),t},UZIP.crc={table:function(){for(var e=new Uint32Array(256),t=0;t<256;t++){for(var r=t,i=0;i<8;i++)1&r?r=3988292384^r>>>1:r>>>=1;e[t]=r}return e}(),update:function(e,t,r,i){for(var o=0;o<i;o++)e=UZIP.crc.table[255&(e^t[r+o])]^e>>>8;return e},crc:function(e,t,r){return 4294967295^UZIP.crc.update(4294967295,e,t,r)}},UZIP.adler=function(e,t,r){for(var i=1,o=0,a=t,s=t+r;a<s;){for(var f=Math.min(a+5552,s);a<f;)o+=i+=e[a++];i%=65521,o%=65521}return o<<16|i},UZIP.bin={readUshort:function(e,t){return e[t]|e[t+1]<<8},writeUshort:function(e,t,r){e[t]=255&r,e[t+1]=r>>8&255},readUint:function(e,t){return 16777216*e[t+3]+(e[t+2]<<16|e[t+1]<<8|e[t])},writeUint:function(e,t,r){e[t]=255&r,e[t+1]=r>>8&255,e[t+2]=r>>16&255,e[t+3]=r>>24&255},readASCII:function(e,t,r){for(var i="",o=0;o<r;o++)i+=String.fromCharCode(e[t+o]);return i},writeASCII:function(e,t,r){for(var i=0;i<r.length;i++)e[t+i]=r.charCodeAt(i)},pad:function(e){return e.length<2?"0"+e:e},readUTF8:function(e,t,r){for(var i,o="",a=0;a<r;a++)o+="%"+UZIP.bin.pad(e[t+a].toString(16));try{i=decodeURIComponent(o)}catch(i){return UZIP.bin.readASCII(e,t,r)}return i},writeUTF8:function(e,t,r){for(var i=r.length,o=0,a=0;a<i;a++){var s=r.charCodeAt(a);if(0==(4294967168&s))e[t+o]=s,o++;else if(0==(4294965248&s))e[t+o]=192|s>>6,e[t+o+1]=128|s>>0&63,o+=2;else if(0==(4294901760&s))e[t+o]=224|s>>12,e[t+o+1]=128|s>>6&63,e[t+o+2]=128|s>>0&63,o+=3;else{if(0!=(4292870144&s))throw"e";e[t+o]=240|s>>18,e[t+o+1]=128|s>>12&63,e[t+o+2]=128|s>>6&63,e[t+o+3]=128|s>>0&63,o+=4}}return o},sizeUTF8:function(e){for(var t=e.length,r=0,i=0;i<t;i++){var o=e.charCodeAt(i);if(0==(4294967168&o))r++;else if(0==(4294965248&o))r+=2;else if(0==(4294901760&o))r+=3;else{if(0!=(4292870144&o))throw"e";r+=4}}return r}},UZIP.F={},UZIP.F.deflateRaw=function(e,t,r,i){var o=[[0,0,0,0,0],[4,4,8,4,0],[4,5,16,8,0],[4,6,16,16,0],[4,10,16,32,0],[8,16,32,32,0],[8,16,128,128,0],[8,32,128,256,0],[32,128,258,1024,1],[32,258,258,4096,1]][i],a=UZIP.F.U,s=UZIP.F._goodIndex;UZIP.F._hash;var f=UZIP.F._putsE,l=0,c=r<<3,u=0,h=e.length;if(0==i){for(;l<h;)f(t,c,l+(_=Math.min(65535,h-l))==h?1:0),c=UZIP.F._copyExact(e,l,_,t,c+8),l+=_;return c>>>3}var d=a.lits,A=a.strt,g=a.prev,p=0,m=0,w=0,v=0,b=0,y=0;for(h>2&&(A[y=UZIP.F._hash(e,0)]=0),l=0;l<h;l++){if(b=y,l+1<h-2){y=UZIP.F._hash(e,l+1);var E=l+1&32767;g[E]=A[y],A[y]=E}if(u<=l){(p>14e3||m>26697)&&h-l>100&&(u<l&&(d[p]=l-u,p+=2,u=l),c=UZIP.F._writeBlock(l==h-1||u==h?1:0,d,p,v,e,w,l-w,t,c),p=m=v=0,w=l);var F=0;l<h-2&&(F=UZIP.F._bestMatch(e,l,g,b,Math.min(o[2],h-l),o[3]));var _=F>>>16,B=65535&F;if(0!=F){B=65535&F;var U=s(_=F>>>16,a.of0);a.lhst[257+U]++;var C=s(B,a.df0);a.dhst[C]++,v+=a.exb[U]+a.dxb[C],d[p]=_<<23|l-u,d[p+1]=B<<16|U<<8|C,p+=2,u=l+_}else a.lhst[e[l]]++;m++}}for(w==l&&0!=e.length||(u<l&&(d[p]=l-u,p+=2,u=l),c=UZIP.F._writeBlock(1,d,p,v,e,w,l-w,t,c),p=0,m=0,p=m=v=0,w=l);0!=(7&c);)c++;return c>>>3},UZIP.F._bestMatch=function(e,t,r,i,o,a){var s=32767&t,f=r[s],l=s-f+32768&32767;if(f==s||i!=UZIP.F._hash(e,t-l))return 0;for(var c=0,u=0,h=Math.min(32767,t);l<=h&&0!=--a&&f!=s;){if(0==c||e[t+c]==e[t+c-l]){var d=UZIP.F._howLong(e,t,l);if(d>c){if(u=l,(c=d)>=o)break;l+2<d&&(d=l+2);for(var A=0,g=0;g<d-2;g++){var p=t-l+g+32768&32767,m=p-r[p]+32768&32767;m>A&&(A=m,f=p)}}}l+=(s=f)-(f=r[s])+32768&32767}return c<<16|u},UZIP.F._howLong=function(e,t,r){if(e[t]!=e[t-r]||e[t+1]!=e[t+1-r]||e[t+2]!=e[t+2-r])return 0;var i=t,o=Math.min(e.length,t+258);for(t+=3;t<o&&e[t]==e[t-r];)t++;return t-i},UZIP.F._hash=function(e,t){return(e[t]<<8|e[t+1])+(e[t+2]<<4)&65535},UZIP.saved=0,UZIP.F._writeBlock=function(e,t,r,i,o,a,s,f,l){var c,u,h,d,A,g,p,m,w,v=UZIP.F.U,b=UZIP.F._putsF,y=UZIP.F._putsE;v.lhst[256]++,u=(c=UZIP.F.getTrees())[0],h=c[1],d=c[2],A=c[3],g=c[4],p=c[5],m=c[6],w=c[7];var E=32+(0==(l+3&7)?0:8-(l+3&7))+(s<<3),F=i+UZIP.F.contSize(v.fltree,v.lhst)+UZIP.F.contSize(v.fdtree,v.dhst),_=i+UZIP.F.contSize(v.ltree,v.lhst)+UZIP.F.contSize(v.dtree,v.dhst);_+=14+3*p+UZIP.F.contSize(v.itree,v.ihst)+(2*v.ihst[16]+3*v.ihst[17]+7*v.ihst[18]);
|
|
9
|
-
for(var B=0;B<286;B++)v.lhst[B]=0;for(B=0;B<30;B++)v.dhst[B]=0;for(B=0;B<19;B++)v.ihst[B]=0;var U=E<F&&E<_?0:F<_?1:2;if(b(f,l,e),b(f,l+1,U),l+=3,0==U){for(;0!=(7&l);)l++;l=UZIP.F._copyExact(o,a,s,f,l)}else{var C,I;if(1==U&&(C=v.fltree,I=v.fdtree),2==U){UZIP.F.makeCodes(v.ltree,u),UZIP.F.revCodes(v.ltree,u),UZIP.F.makeCodes(v.dtree,h),UZIP.F.revCodes(v.dtree,h),UZIP.F.makeCodes(v.itree,d),UZIP.F.revCodes(v.itree,d),C=v.ltree,I=v.dtree,y(f,l,A-257),y(f,l+=5,g-1),y(f,l+=5,p-4),l+=4;for(var Q=0;Q<p;Q++)y(f,l+3*Q,v.itree[1+(v.ordr[Q]<<1)]);l+=3*p,l=UZIP.F._codeTiny(m,v.itree,f,l),l=UZIP.F._codeTiny(w,v.itree,f,l)}for(var M=a,x=0;x<r;x+=2){for(var T=t[x],S=T>>>23,R=M+(8388607&T);M<R;)l=UZIP.F._writeLit(o[M++],C,f,l);if(0!=S){var O=t[x+1],P=O>>16,H=O>>8&255,L=255&O;y(f,l=UZIP.F._writeLit(257+H,C,f,l),S-v.of0[H]),l+=v.exb[H],b(f,l=UZIP.F._writeLit(L,I,f,l),P-v.df0[L]),l+=v.dxb[L],M+=S}}l=UZIP.F._writeLit(256,C,f,l)}return l},UZIP.F._copyExact=function(e,t,r,i,o){var a=o>>>3;return i[a]=r,i[a+1]=r>>>8,i[a+2]=255-i[a],i[a+3]=255-i[a+1],a+=4,i.set(new Uint8Array(e.buffer,t,r),a),o+(r+4<<3)},UZIP.F.getTrees=function(){for(var e=UZIP.F.U,t=UZIP.F._hufTree(e.lhst,e.ltree,15),r=UZIP.F._hufTree(e.dhst,e.dtree,15),i=[],o=UZIP.F._lenCodes(e.ltree,i),a=[],s=UZIP.F._lenCodes(e.dtree,a),f=0;f<i.length;f+=2)e.ihst[i[f]]++;for(f=0;f<a.length;f+=2)e.ihst[a[f]]++;for(var l=UZIP.F._hufTree(e.ihst,e.itree,7),c=19;c>4&&0==e.itree[1+(e.ordr[c-1]<<1)];)c--;return[t,r,l,o,s,c,i,a]},UZIP.F.getSecond=function(e){for(var t=[],r=0;r<e.length;r+=2)t.push(e[r+1]);return t},UZIP.F.nonZero=function(e){for(var t="",r=0;r<e.length;r+=2)0!=e[r+1]&&(t+=(r>>1)+",");return t},UZIP.F.contSize=function(e,t){for(var r=0,i=0;i<t.length;i++)r+=t[i]*e[1+(i<<1)];return r},UZIP.F._codeTiny=function(e,t,r,i){for(var o=0;o<e.length;o+=2){var a=e[o],s=e[o+1];i=UZIP.F._writeLit(a,t,r,i);var f=16==a?2:17==a?3:7;a>15&&(UZIP.F._putsE(r,i,s,f),i+=f)}return i},UZIP.F._lenCodes=function(e,t){for(var r=e.length;2!=r&&0==e[r-1];)r-=2;for(var i=0;i<r;i+=2){var o=e[i+1],a=i+3<r?e[i+3]:-1,s=i+5<r?e[i+5]:-1,f=0==i?-1:e[i-1];if(0==o&&a==o&&s==o){for(var l=i+5;l+2<r&&e[l+2]==o;)l+=2;(c=Math.min(l+1-i>>>1,138))<11?t.push(17,c-3):t.push(18,c-11),i+=2*c-2}else if(o==f&&a==o&&s==o){for(l=i+5;l+2<r&&e[l+2]==o;)l+=2;var c=Math.min(l+1-i>>>1,6);t.push(16,c-3),i+=2*c-2}else t.push(o,0)}return r>>>1},UZIP.F._hufTree=function(e,t,r){var i=[],o=e.length,a=t.length,s=0;for(s=0;s<a;s+=2)t[s]=0,t[s+1]=0;for(s=0;s<o;s++)0!=e[s]&&i.push({lit:s,f:e[s]});var f=i.length,l=i.slice(0);if(0==f)return 0;if(1==f){var c=i[0].lit;return l=0==c?1:0,t[1+(c<<1)]=1,t[1+(l<<1)]=1,1}i.sort(function(e,t){return e.f-t.f});var u=i[0],h=i[1],d=0,A=1,g=2;for(i[0]={lit:-1,f:u.f+h.f,l:u,r:h,d:0};A!=f-1;)u=d!=A&&(g==f||i[d].f<i[g].f)?i[d++]:i[g++],h=d!=A&&(g==f||i[d].f<i[g].f)?i[d++]:i[g++],i[A++]={lit:-1,f:u.f+h.f,l:u,r:h};var p=UZIP.F.setDepth(i[A-1],0);for(p>r&&(UZIP.F.restrictDepth(l,r,p),p=r),s=0;s<f;s++)t[1+(l[s].lit<<1)]=l[s].d;return p},UZIP.F.setDepth=function(e,t){return-1!=e.lit?(e.d=t,t):Math.max(UZIP.F.setDepth(e.l,t+1),UZIP.F.setDepth(e.r,t+1))},UZIP.F.restrictDepth=function(e,t,r){var i=0,o=1<<r-t,a=0;for(e.sort(function(e,t){return t.d==e.d?e.f-t.f:t.d-e.d}),i=0;i<e.length&&e[i].d>t;i++){var s=e[i].d;e[i].d=t,a+=o-(1<<r-s)}for(a>>>=r-t;a>0;)(s=e[i].d)<t?(e[i].d++,a-=1<<t-s-1):i++;for(;i>=0;i--)e[i].d==t&&a<0&&(e[i].d--,a++);0!=a&&console.log("debt left")},UZIP.F._goodIndex=function(e,t){var r=0;return t[16|r]<=e&&(r|=16),t[8|r]<=e&&(r|=8),t[4|r]<=e&&(r|=4),t[2|r]<=e&&(r|=2),t[1|r]<=e&&(r|=1),r},UZIP.F._writeLit=function(e,t,r,i){return UZIP.F._putsF(r,i,t[e<<1]),i+t[1+(e<<1)]},UZIP.F.inflate=function(e,t){var r=Uint8Array;if(3==e[0]&&0==e[1])return t||new r(0);var i=UZIP.F,o=i._bitsF,a=i._bitsE,s=i._decodeTiny,f=i.makeCodes,l=i.codes2map,c=i._get17,u=i.U,h=null==t;h&&(t=new r(e.length>>>2<<3));for(var d,A,g=0,p=0,m=0,w=0,v=0,b=0,y=0,E=0,F=0;0==g;)if(g=o(e,F,1),p=o(e,F+1,2),F+=3,0!=p){if(h&&(t=UZIP.F._check(t,E+(1<<17))),1==p&&(d=u.flmap,A=u.fdmap,b=511,y=31),2==p){m=a(e,F,5)+257,w=a(e,F+5,5)+1,v=a(e,F+10,4)+4,F+=14;for(var _=0;_<38;_+=2)u.itree[_]=0,u.itree[_+1]=0;var B=1;for(_=0;_<v;_++){var U=a(e,F+3*_,3);u.itree[1+(u.ordr[_]<<1)]=U,U>B&&(B=U)}F+=3*v,f(u.itree,B),l(u.itree,B,u.imap),d=u.lmap,A=u.dmap,F=s(u.imap,(1<<B)-1,m+w,e,F,u.ttree);var C=i._copyOut(u.ttree,0,m,u.ltree);b=(1<<C)-1;var I=i._copyOut(u.ttree,m,w,u.dtree);y=(1<<I)-1,f(u.ltree,C),l(u.ltree,C,d),f(u.dtree,I),l(u.dtree,I,A)}for(;;){var Q=d[c(e,F)&b];F+=15&Q;var M=Q>>>4;if(M>>>8==0)t[E++]=M;else{if(256==M)break;var x=E+M-254;if(M>264){var T=u.ldef[M-257];x=E+(T>>>3)+a(e,F,7&T),F+=7&T}var S=A[c(e,F)&y];F+=15&S;var R=S>>>4,O=u.ddef[R],P=(O>>>4)+o(e,F,15&O);for(F+=15&O,h&&(t=UZIP.F._check(t,E+(1<<17)));E<x;)t[E]=t[E++-P],t[E]=t[E++-P],t[E]=t[E++-P],t[E]=t[E++-P];E=x}}}else{0!=(7&F)&&(F+=8-(7&F));var H=4+(F>>>3),L=e[H-4]|e[H-3]<<8;h&&(t=UZIP.F._check(t,E+L)),t.set(new r(e.buffer,e.byteOffset+H,L),E),F=H+L<<3,E+=L}return t.length==E?t:t.slice(0,E)},UZIP.F._check=function(e,t){var r=e.length;if(t<=r)return e;var i=new Uint8Array(Math.max(r<<1,t));return i.set(e,0),i},UZIP.F._decodeTiny=function(e,t,r,i,o,a){for(var s=UZIP.F._bitsE,f=UZIP.F._get17,l=0;l<r;){var c=e[f(i,o)&t];o+=15&c;var u=c>>>4;if(u<=15)a[l]=u,l++;else{var h=0,d=0;16==u?(d=3+s(i,o,2),o+=2,h=a[l-1]):17==u?(d=3+s(i,o,3),o+=3):18==u&&(d=11+s(i,o,7),o+=7);for(var A=l+d;l<A;)a[l]=h,l++}}return o},UZIP.F._copyOut=function(e,t,r,i){for(var o=0,a=0,s=i.length>>>1;a<r;){var f=e[a+t];i[a<<1]=0,i[1+(a<<1)]=f,f>o&&(o=f),a++}for(;a<s;)i[a<<1]=0,i[1+(a<<1)]=0,a++;return o},UZIP.F.makeCodes=function(e,t){for(var r,i,o,a,s=UZIP.F.U,f=e.length,l=s.bl_count,c=0;c<=t;c++)l[c]=0;for(c=1;c<f;c+=2)l[e[c]]++;var u=s.next_code;for(r=0,l[0]=0,i=1;i<=t;i++)r=r+l[i-1]<<1,u[i]=r;for(o=0;o<f;o+=2)0!=(a=e[o+1])&&(e[o]=u[a],u[a]++)},UZIP.F.codes2map=function(e,t,r){for(var i=e.length,o=UZIP.F.U.rev15,a=0;a<i;a+=2)if(0!=e[a+1])for(var s=a>>1,f=e[a+1],l=s<<4|f,c=t-f,u=e[a]<<c,h=u+(1<<c);u!=h;)r[o[u]>>>15-t]=l,u++},UZIP.F.revCodes=function(e,t){for(var r=UZIP.F.U.rev15,i=15-t,o=0;o<e.length;o+=2){var a=e[o]<<t-e[o+1];e[o]=r[a]>>>i}},UZIP.F._putsE=function(e,t,r){r<<=7&t;var i=t>>>3;e[i]|=r,e[i+1]|=r>>>8},UZIP.F._putsF=function(e,t,r){r<<=7&t;var i=t>>>3;e[i]|=r,e[i+1]|=r>>>8,e[i+2]|=r>>>16},UZIP.F._bitsE=function(e,t,r){return(e[t>>>3]|e[1+(t>>>3)]<<8)>>>(7&t)&(1<<r)-1},UZIP.F._bitsF=function(e,t,r){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16)>>>(7&t)&(1<<r)-1},UZIP.F._get17=function(e,t){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16)>>>(7&t)},UZIP.F._get25=function(e,t){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16|e[3+(t>>>3)]<<24)>>>(7&t)},UZIP.F.U=(t=Uint16Array,r=Uint32Array,{next_code:new t(16),bl_count:new t(16),ordr:[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],of0:[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,999,999,999],exb:[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0],ldef:new t(32),df0:[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,65535,65535],dxb:[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0],ddef:new r(32),flmap:new t(512),fltree:[],fdmap:new t(32),fdtree:[],lmap:new t(32768),ltree:[],ttree:[],dmap:new t(32768),dtree:[],imap:new t(512),itree:[],rev15:new t(32768),lhst:new r(286),dhst:new r(30),ihst:new r(19),lits:new r(15e3),strt:new t(65536),prev:new t(32768)}),function(){function pushV(e,t,r){for(;0!=t--;)e.push(0,r)}for(var e=UZIP.F.U,t=0;t<32768;t++){var r=t;r=(4278255360&(r=(4042322160&(r=(3435973836&(r=(2863311530&r)>>>1|(1431655765&r)<<1))>>>2|(858993459&r)<<2))>>>4|(252645135&r)<<4))>>>8|(16711935&r)<<8,e.rev15[t]=(r>>>16|r<<16)>>>17}for(t=0;t<32;t++)e.ldef[t]=e.of0[t]<<3|e.exb[t],e.ddef[t]=e.df0[t]<<4|e.dxb[t];pushV(e.fltree,144,8),pushV(e.fltree,112,9),pushV(e.fltree,24,7),pushV(e.fltree,8,8),UZIP.F.makeCodes(e.fltree,9),UZIP.F.codes2map(e.fltree,9,e.flmap),UZIP.F.revCodes(e.fltree,9),pushV(e.fdtree,32,5),UZIP.F.makeCodes(e.fdtree,5),UZIP.F.codes2map(e.fdtree,5,e.fdmap),UZIP.F.revCodes(e.fdtree,5),pushV(e.itree,19,0),pushV(e.ltree,286,0),pushV(e.dtree,30,0),pushV(e.ttree,320,0)}()}({get exports(){return e},set exports(t){e=t}});var UZIP=_mergeNamespaces({__proto__:null,"default":e},[e]),UPNG=function(){function decodeImage(t,r,i,o){var a=r*i,s=_getBPP(o),f=Math.ceil(r*s/8),l=new Uint8Array(4*a),c=new Uint32Array(l.buffer),u=o.ctype,h=o.depth,d=e.readUshort;if(6==u){var _e2=a<<2;if(8==h)for(var A=0;A<_e2;A+=4)l[A]=t[A],l[A+1]=t[A+1],l[A+2]=t[A+2],l[A+3]=t[A+3];if(16==h)for(A=0;A<_e2;A++)l[A]=t[A<<1]}else if(2==u){var _e3=o.tabs.tRNS;if(null==_e3){if(8==h)for(A=0;A<a;A++){var g=3*A;c[A]=255<<24|t[g+2]<<16|t[g+1]<<8|t[g]}if(16==h)for(A=0;A<a;A++)g=6*A,c[A]=255<<24|t[g+4]<<16|t[g+2]<<8|t[g]}else{var p=_e3[0],_r=_e3[1],_i2=_e3[2];if(8==h)for(A=0;A<a;A++){var m=A<<2;g=3*A,c[A]=255<<24|t[g+2]<<16|t[g+1]<<8|t[g],t[g]==p&&t[g+1]==_r&&t[g+2]==_i2&&(l[m+3]=0)}if(16==h)for(A=0;A<a;A++)m=A<<2,g=6*A,c[A]=255<<24|t[g+4]<<16|t[g+2]<<8|t[g],d(t,g)==p&&d(t,g+2)==_r&&d(t,g+4)==_i2&&(l[m+3]=0)}}else if(3==u){var _e4=o.tabs.PLTE,_s2=o.tabs.tRNS,_c=_s2?_s2.length:0;if(1==h)for(var w=0;w<i;w++){var v=w*f,b=w*r;for(A=0;A<r;A++){m=b+A<<2;var y=3*(E=t[v+(A>>3)]>>7-((7&A)<<0)&1);l[m]=_e4[y],l[m+1]=_e4[y+1],l[m+2]=_e4[y+2],l[m+3]=E<_c?_s2[E]:255}}if(2==h)for(w=0;w<i;w++)for(v=w*f,b=w*r,A=0;A<r;A++)m=b+A<<2,y=3*(E=t[v+(A>>2)]>>6-((3&A)<<1)&3),l[m]=_e4[y],l[m+1]=_e4[y+1],l[m+2]=_e4[y+2],l[m+3]=E<_c?_s2[E]:255;if(4==h)for(w=0;w<i;w++)for(v=w*f,b=w*r,A=0;A<r;A++)m=b+A<<2,y=3*(E=t[v+(A>>1)]>>4-((1&A)<<2)&15),l[m]=_e4[y],l[m+1]=_e4[y+1],l[m+2]=_e4[y+2],l[m+3]=E<_c?_s2[E]:255;if(8==h)for(A=0;A<a;A++){var E;m=A<<2,y=3*(E=t[A]),l[m]=_e4[y],l[m+1]=_e4[y+1],l[m+2]=_e4[y+2],l[m+3]=E<_c?_s2[E]:255}}else if(4==u){if(8==h)for(A=0;A<a;A++){m=A<<2;var F=t[_=A<<1];l[m]=F,l[m+1]=F,l[m+2]=F,l[m+3]=t[_+1]}if(16==h)for(A=0;A<a;A++){var _;m=A<<2,F=t[_=A<<2],l[m]=F,l[m+1]=F,l[m+2]=F,l[m+3]=t[_+2]}}else if(0==u)for(p=o.tabs.tRNS?o.tabs.tRNS:-1,w=0;w<i;w++){var _e5=w*f,_i3=w*r;if(1==h)for(var B=0;B<r;B++){var U=(F=255*(t[_e5+(B>>>3)]>>>7-(7&B)&1))==255*p?0:255;c[_i3+B]=U<<24|F<<16|F<<8|F}else if(2==h)for(B=0;B<r;B++)U=(F=85*(t[_e5+(B>>>2)]>>>6-((3&B)<<1)&3))==85*p?0:255,c[_i3+B]=U<<24|F<<16|F<<8|F;else if(4==h)for(B=0;B<r;B++)U=(F=17*(t[_e5+(B>>>1)]>>>4-((1&B)<<2)&15))==17*p?0:255,c[_i3+B]=U<<24|F<<16|F<<8|F;else if(8==h)for(B=0;B<r;B++)U=(F=t[_e5+B])==p?0:255,c[_i3+B]=U<<24|F<<16|F<<8|F;else if(16==h)for(B=0;B<r;B++)F=t[_e5+(B<<1)],U=d(t,_e5+(B<<1))==p?0:255,c[_i3+B]=U<<24|F<<16|F<<8|F}return l}function _decompress(e,r,i,o){var a=_getBPP(e),s=Math.ceil(i*a/8),f=new Uint8Array((s+1+e.interlace)*o);return r=e.tabs.CgBI?t(r,f):_inflate(r,f),0==e.interlace?r=_filterZero(r,e,0,i,o):1==e.interlace&&(r=function(e,t){for(var r=t.width,i=t.height,o=_getBPP(t),a=o>>3,s=Math.ceil(r*o/8),f=new Uint8Array(i*s),l=0,c=[0,0,4,0,2,0,1],u=[0,4,0,2,0,1,0],h=[8,8,8,4,4,2,2],d=[8,8,4,4,2,2,1],A=0;A<7;){for(var p=h[A],m=d[A],w=0,v=0,b=c[A];b<i;)b+=p,v++;for(var y=u[A];y<r;)y+=m,w++;var E=Math.ceil(w*o/8);_filterZero(e,t,l,w,v);for(var F=0,_=c[A];_<i;){for(var _t=u[A],_i4=l+F*E<<3;_t<r;){var g;if(1==o&&(g=(g=e[_i4>>3])>>7-(7&_i4)&1,f[_*s+(_t>>3)]|=g<<7-((7&_t)<<0)),2==o&&(g=(g=e[_i4>>3])>>6-(7&_i4)&3,f[_*s+(_t>>2)]|=g<<6-((3&_t)<<1)),4==o&&(g=(g=e[_i4>>3])>>4-(7&_i4)&15,f[_*s+(_t>>1)]|=g<<4-((1&_t)<<2)),o>=8)for(var _r2=_*s+_t*a,_t2=0;_t2<a;_t2++)f[_r2+_t2]=e[(_i4>>3)+_t2];_i4+=o,_t+=m}F++,_+=p}w*v!=0&&(l+=v*(1+E)),A+=1}return f}(r,e)),r}function _inflate(e,r){return t(new Uint8Array(e.buffer,2,e.length-6),r)}function _getBPP(e){return[1,null,3,1,2,null,4][e.ctype]*e.depth}function _filterZero(e,t,r,i,o){var f,l,a=_getBPP(t),s=Math.ceil(i*a/8);a=Math.ceil(a/8);var c=e[r],u=0;if(c>1&&(e[r]=[0,0,1][c-2]),3==c)for(u=a;u<s;u++)e[u+1]=e[u+1]+(e[u+1-a]>>>1)&255;for(var _t4=0;_t4<o;_t4++)if(f=r+_t4*s,l=f+_t4+1,c=e[l-1],u=0,0==c)for(;u<s;u++)e[f+u]=e[l+u];else if(1==c){for(;u<a;u++)e[f+u]=e[l+u];for(;u<s;u++)e[f+u]=e[l+u]+e[f+u-a]}else if(2==c)for(;u<s;u++)e[f+u]=e[l+u]+e[f+u-s];else if(3==c){for(;u<a;u++)e[f+u]=e[l+u]+(e[f+u-s]>>>1);for(;u<s;u++)e[f+u]=e[l+u]+(e[f+u-s]+e[f+u-a]>>>1)}else{for(;u<a;u++)e[f+u]=e[l+u]+_paeth(0,e[f+u-s],0);for(;u<s;u++)e[f+u]=e[l+u]+_paeth(e[f+u-a],e[f+u-s],e[f+u-a-s])}return e}function _paeth(e,t,r){var i=e+t-r,o=i-e,a=i-t,s=i-r;return o*o<=a*a&&o*o<=s*s?e:a*a<=s*s?t:r}function _IHDR(t,r,i){i.width=e.readUint(t,r),r+=4,i.height=e.readUint(t,r),r+=4,i.depth=t[r],r++,i.ctype=t[r],r++,i.compress=t[r],r++,i.filter=t[r],r++,i.interlace=t[r],r++}function _copyTile(e,t,r,i,o,a,s,f,l){for(var c=Math.min(t,o),u=Math.min(r,a),h=0,d=0,_r8=0;_r8<u;_r8++)for(var _a5=0;_a5<c;_a5++)if(s>=0&&f>=0?(h=_r8*t+_a5<<2,d=(f+_r8)*o+s+_a5<<2):(h=(-f+_r8)*t-s+_a5<<2,d=_r8*o+_a5<<2),0==l)i[d]=e[h],i[d+1]=e[h+1],i[d+2]=e[h+2],i[d+3]=e[h+3];else if(1==l){var A=e[h+3]*(1/255),g=e[h]*A,p=e[h+1]*A,m=e[h+2]*A,w=i[d+3]*(1/255),v=i[d]*w,b=i[d+1]*w,y=i[d+2]*w,_t5=1-A,_r9=A+w*_t5,_o7=0==_r9?0:1/_r9;i[d+3]=255*_r9,i[d+0]=(g+v*_t5)*_o7,i[d+1]=(p+b*_t5)*_o7,i[d+2]=(m+y*_t5)*_o7}else if(2==l)A=e[h+3],g=e[h],p=e[h+1],m=e[h+2],w=i[d+3],v=i[d],b=i[d+1],y=i[d+2],A==w&&g==v&&p==b&&m==y?(i[d]=0,i[d+1]=0,i[d+2]=0,i[d+3]=0):(i[d]=g,i[d+1]=p,i[d+2]=m,i[d+3]=A);else if(3==l){if(A=e[h+3],g=e[h],p=e[h+1],m=e[h+2],w=i[d+3],v=i[d],b=i[d+1],y=i[d+2],A==w&&g==v&&p==b&&m==y)continue;if(A<220&&w>20)return!1}return!0}var e={nextZero:function(e,t){for(;0!=e[t];)t++;return t},readUshort:function(e,t){return e[t]<<8|e[t+1]},writeUshort:function(e,t,r){e[t]=r>>8&255,e[t+1]=255&r},readUint:function(e,t){return 16777216*e[t]+(e[t+1]<<16|e[t+2]<<8|e[t+3])},writeUint:function(e,t,r){e[t]=r>>24&255,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r},readASCII:function(e,t,r){for(var i="",_o=0;_o<r;_o++)i+=String.fromCharCode(e[t+_o]);return i},writeASCII:function(e,t,r){for(var _i=0;_i<r.length;_i++)e[t+_i]=r.charCodeAt(_i)},readBytes:function(e,t,r){for(var i=[],_o2=0;_o2<r;_o2++)i.push(e[t+_o2]);return i},pad:function(e){return e.length<2?"0".concat(e):e},readUTF8:function(t,r,i){for(var o,a="",_o3=0;_o3<i;_o3++)a+="%".concat(e.pad(t[r+_o3].toString(16)));try{o=decodeURIComponent(a)}catch(o){return e.readASCII(t,r,i)}return o}},t=function(){var e={H:{}};return e.H.N=function(t,r){var o,a,i=Uint8Array,s=0,f=0,l=0,c=0,u=0,h=0,d=0,A=0,g=0;if(3==t[0]&&0==t[1])return r||new i(0);var p=e.H,m=p.b,w=p.e,v=p.R,b=p.n,y=p.A,E=p.Z,F=p.m,_=null==r;for(_&&(r=new i(t.length>>>2<<5));0==s;)if(s=m(t,g,1),f=m(t,g+1,2),g+=3,0!=f){if(_&&(r=e.H.W(r,A+(1<<17))),1==f&&(o=F.J,a=F.h,h=511,d=31),2==f){l=w(t,g,5)+257,c=w(t,g+5,5)+1,u=w(t,g+10,4)+4,g+=14;for(var _e6=1,B=0;B<38;B+=2)F.Q[B]=0,F.Q[B+1]=0;for(B=0;B<u;B++){var _r3=w(t,g+3*B,3);F.Q[1+(F.X[B]<<1)]=_r3,_r3>_e6&&(_e6=_r3)}g+=3*u,b(F.Q,_e6),y(F.Q,_e6,F.u),o=F.w,a=F.d,g=v(F.u,(1<<_e6)-1,l+c,t,g,F.v);var _r4=p.V(F.v,0,l,F.C);h=(1<<_r4)-1;var _i5=p.V(F.v,l,c,F.D);d=(1<<_i5)-1,b(F.C,_r4),y(F.C,_r4,o),b(F.D,_i5),y(F.D,_i5,a)}for(;;){var _e7=o[E(t,g)&h];g+=15&_e7;var _i6=_e7>>>4;if(_i6>>>8==0)r[A++]=_i6;else{if(256==_i6)break;var _e8=A+_i6-254;if(_i6>264){var _r5=F.q[_i6-257];_e8=A+(_r5>>>3)+w(t,g,7&_r5),g+=7&_r5}var _o4=a[E(t,g)&d];g+=15&_o4;var _s3=_o4>>>4,_f2=F.c[_s3],_l2=(_f2>>>4)+m(t,g,15&_f2);for(g+=15&_f2;A<_e8;)r[A]=r[A++-_l2],r[A]=r[A++-_l2],r[A]=r[A++-_l2],r[A]=r[A++-_l2];A=_e8}}}else{0!=(7&g)&&(g+=8-(7&g));var _o5=4+(g>>>3),_a3=t[_o5-4]|t[_o5-3]<<8;_&&(r=e.H.W(r,A+_a3)),r.set(new i(t.buffer,t.byteOffset+_o5,_a3),A),g=_o5+_a3<<3,A+=_a3}return r.length==A?r:r.slice(0,A)},e.H.W=function(e,t){var r=e.length;if(t<=r)return e;var i=new Uint8Array(r<<1);return i.set(e,0),i},e.H.R=function(t,r,i,o,a,s){for(var f=e.H.e,l=e.H.Z,c=0;c<i;){var _e9=t[l(o,a)&r];a+=15&_e9;var _i7=_e9>>>4;if(_i7<=15)s[c]=_i7,c++;else{var _e10=0,_t3=0;16==_i7?(_t3=3+f(o,a,2),a+=2,_e10=s[c-1]):17==_i7?(_t3=3+f(o,a,3),a+=3):18==_i7&&(_t3=11+f(o,a,7),a+=7);for(var _r6=c+_t3;c<_r6;)s[c]=_e10,c++}}return a},e.H.V=function(e,t,r,i){for(var o=0,a=0,s=i.length>>>1;a<r;){var _r7=e[a+t];i[a<<1]=0,i[1+(a<<1)]=_r7,_r7>o&&(o=_r7),a++}for(;a<s;)i[a<<1]=0,i[1+(a<<1)]=0,a++;return o},e.H.n=function(t,r){for(var a,s,f,l,i=e.H.m,o=t.length,c=i.j,u=0;u<=r;u++)c[u]=0;for(u=1;u<o;u+=2)c[t[u]]++;var h=i.K;for(a=0,c[0]=0,s=1;s<=r;s++)a=a+c[s-1]<<1,h[s]=a;for(f=0;f<o;f+=2)l=t[f+1],0!=l&&(t[f]=h[l],h[l]++)},e.H.A=function(t,r,i){for(var o=t.length,a=e.H.m.r,_e11=0;_e11<o;_e11+=2)if(0!=t[_e11+1])for(var _o6=_e11>>1,_s4=t[_e11+1],_f3=_o6<<4|_s4,_l3=r-_s4,c=t[_e11]<<_l3,u=c+(1<<_l3);c!=u;)i[a[c]>>>15-r]=_f3,c++},e.H.l=function(t,r){for(var i=e.H.m.r,o=15-r,_e12=0;_e12<t.length;_e12+=2){var _a4=t[_e12]<<r-t[_e12+1];t[_e12]=i[_a4]>>>o}},e.H.M=function(e,t,r){r<<=7&t;var i=t>>>3;e[i]|=r,e[i+1]|=r>>>8},e.H.I=function(e,t,r){r<<=7&t;var i=t>>>3;e[i]|=r,e[i+1]|=r>>>8,e[i+2]|=r>>>16},e.H.e=function(e,t,r){return(e[t>>>3]|e[1+(t>>>3)]<<8)>>>(7&t)&(1<<r)-1},e.H.b=function(e,t,r){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16)>>>(7&t)&(1<<r)-1},e.H.Z=function(e,t){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16)>>>(7&t)},e.H.i=function(e,t){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16|e[3+(t>>>3)]<<24)>>>(7&t)},e.H.m=function(){var e=Uint16Array,t=Uint32Array;return{K:new e(16),j:new e(16),X:[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],S:[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,999,999,999],T:[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0],q:new e(32),p:[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,65535,65535],z:[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0],c:new t(32),J:new e(512),_:[],h:new e(32),$:[],w:new e(32768),C:[],v:[],d:new e(32768),D:[],u:new e(512),Q:[],r:new e(32768),s:new t(286),Y:new t(30),a:new t(19),t:new t(15e3),k:new e(65536),g:new e(32768)}}(),function(){function n(e,t,r){for(;0!=t--;)e.push(0,r)}for(var t=e.H.m,r=0;r<32768;r++){var _e13=r;_e13=(2863311530&_e13)>>>1|(1431655765&_e13)<<1,_e13=(3435973836&_e13)>>>2|(858993459&_e13)<<2,_e13=(4042322160&_e13)>>>4|(252645135&_e13)<<4,_e13=(4278255360&_e13)>>>8|(16711935&_e13)<<8,t.r[r]=(_e13>>>16|_e13<<16)>>>17}for(r=0;r<32;r++)t.q[r]=t.S[r]<<3|t.T[r],t.c[r]=t.p[r]<<4|t.z[r];n(t._,144,8),n(t._,112,9),n(t._,24,7),n(t._,8,8),e.H.n(t._,9),e.H.A(t._,9,t.J),e.H.l(t._,9),n(t.$,32,5),e.H.n(t.$,5),e.H.A(t.$,5,t.h),e.H.l(t.$,5),n(t.Q,19,0),n(t.C,286,0),n(t.D,30,0),n(t.v,320,0)}(),e.H.N}();return{decode:function(r){for(var u,i=new Uint8Array(r),o=8,a=e,s=a.readUshort,f=a.readUint,l={tabs:{},frames:[]},c=new Uint8Array(i.length),h=0,d=0,A=[137,80,78,71,13,10,26,10],g=0;g<8;g++)if(i[g]!=A[g])throw"The input is not a PNG file!";for(;o<i.length;){var _e14=a.readUint(i,o);o+=4;var _r10=a.readASCII(i,o,4);if(o+=4,"IHDR"==_r10)_IHDR(i,o,l);else if("iCCP"==_r10){for(var p=o;0!=i[p];)p++;a.readASCII(i,o,p-o),i[p+1];var _s5=i.slice(p+2,o+_e14),_f4=null;try{_f4=_inflate(_s5)}catch(e){_f4=t(_s5)}l.tabs[_r10]=_f4}else if("CgBI"==_r10)l.tabs[_r10]=i.slice(o,o+4);else if("IDAT"==_r10){for(g=0;g<_e14;g++)c[h+g]=i[o+g];h+=_e14}else if("acTL"==_r10)l.tabs[_r10]={num_frames:f(i,o),num_plays:f(i,o+4)},u=new Uint8Array(i.length);else if("fcTL"==_r10){0!=d&&((E=l.frames[l.frames.length-1]).data=_decompress(l,u.slice(0,d),E.rect.width,E.rect.height),d=0);var _e15={x:f(i,o+12),y:f(i,o+16),width:f(i,o+4),height:f(i,o+8)},_t6=s(i,o+22);_t6=s(i,o+20)/(0==_t6?100:_t6);var _r11={rect:_e15,delay:Math.round(1e3*_t6),dispose:i[o+24],blend:i[o+25]};l.frames.push(_r11)}else if("fdAT"==_r10){for(g=0;g<_e14-4;g++)u[d+g]=i[o+g+4];d+=_e14-4}else if("pHYs"==_r10)l.tabs[_r10]=[a.readUint(i,o),a.readUint(i,o+4),i[o+8]];else if("cHRM"==_r10)for(l.tabs[_r10]=[],g=0;g<8;g++)l.tabs[_r10].push(a.readUint(i,o+4*g));else if("tEXt"==_r10||"zTXt"==_r10){null==l.tabs[_r10]&&(l.tabs[_r10]={});var m=a.nextZero(i,o),w=a.readASCII(i,o,m-o),v=o+_e14-m-1;if("tEXt"==_r10)y=a.readASCII(i,m+1,v);else{var b=_inflate(i.slice(m+2,m+2+v));y=a.readUTF8(b,0,b.length)}l.tabs[_r10][w]=y}else if("iTXt"==_r10){null==l.tabs[_r10]&&(l.tabs[_r10]={}),m=0,p=o,m=a.nextZero(i,p),w=a.readASCII(i,p,m-p);var y,_t7=i[p=m+1];i[p+1],p+=2,m=a.nextZero(i,p),a.readASCII(i,p,m-p),p=m+1,m=a.nextZero(i,p),a.readUTF8(i,p,m-p),v=_e14-((p=m+1)-o),0==_t7?y=a.readUTF8(i,p,v):(b=_inflate(i.slice(p,p+v)),y=a.readUTF8(b,0,b.length)),l.tabs[_r10][w]=y}else if("PLTE"==_r10)l.tabs[_r10]=a.readBytes(i,o,_e14);else if("hIST"==_r10){var _e16=l.tabs.PLTE.length/3;for(l.tabs[_r10]=[],g=0;g<_e16;g++)l.tabs[_r10].push(s(i,o+2*g))}else if("tRNS"==_r10)3==l.ctype?l.tabs[_r10]=a.readBytes(i,o,_e14):0==l.ctype?l.tabs[_r10]=s(i,o):2==l.ctype&&(l.tabs[_r10]=[s(i,o),s(i,o+2),s(i,o+4)]);else if("gAMA"==_r10)l.tabs[_r10]=a.readUint(i,o)/1e5;else if("sRGB"==_r10)l.tabs[_r10]=i[o];else if("bKGD"==_r10)0==l.ctype||4==l.ctype?l.tabs[_r10]=[s(i,o)]:2==l.ctype||6==l.ctype?l.tabs[_r10]=[s(i,o),s(i,o+2),s(i,o+4)]:3==l.ctype&&(l.tabs[_r10]=i[o]);else if("IEND"==_r10)break;o+=_e14,a.readUint(i,o),o+=4}var E;return 0!=d&&((E=l.frames[l.frames.length-1]).data=_decompress(l,u.slice(0,d),E.rect.width,E.rect.height)),l.data=_decompress(l,c,l.width,l.height),delete l.compress,delete l.interlace,delete l.filter,l},toRGBA8:function(e){var t=e.width,r=e.height;if(null==e.tabs.acTL)return[decodeImage(e.data,t,r,e).buffer];var i=[];null==e.frames[0].data&&(e.frames[0].data=e.data);for(var o=t*r*4,a=new Uint8Array(o),s=new Uint8Array(o),f=new Uint8Array(o),c=0;c<e.frames.length;c++){var u=e.frames[c],h=u.rect.x,d=u.rect.y,A=u.rect.width,g=u.rect.height,p=decodeImage(u.data,A,g,e);if(0!=c)for(var l=0;l<o;l++)f[l]=a[l];if(0==u.blend?_copyTile(p,A,g,a,t,r,h,d,0):1==u.blend&&_copyTile(p,A,g,a,t,r,h,d,1),i.push(a.buffer.slice(0)),0==u.dispose);else if(1==u.dispose)_copyTile(s,A,g,a,t,r,h,d,0);else if(2==u.dispose)for(l=0;l<o;l++)a[l]=f[l]}return i},_paeth:_paeth,_copyTile:_copyTile,_bin:e}}();!function(){function addErr(e,t,r,i){t[r]+=e[0]*i>>4,t[r+1]+=e[1]*i>>4,t[r+2]+=e[2]*i>>4,t[r+3]+=e[3]*i>>4}function N(e){return Math.max(0,Math.min(255,e))}function D(e,t){var r=e[0]-t[0],i=e[1]-t[1],o=e[2]-t[2],a=e[3]-t[3];return r*r+i*i+o*o+a*a}function dither(e,t,r,i,o,a,s){null==s&&(s=1);for(var f=i.length,l=[],c=0;c<f;c++){var _e18=i[c];l.push([_e18>>>0&255,_e18>>>8&255,_e18>>>16&255,_e18>>>24&255])}for(c=0;c<f;c++)for(var _e19=4294967295,u=0,h=0;h<f;h++){var d=D(l[c],l[h]);h!=c&&d<_e19&&(_e19=d,u=h)}var A=new Uint32Array(o.buffer),g=new Int16Array(t*r*4),p=[0,8,2,10,12,4,14,6,3,11,1,9,15,7,13,5];for(c=0;c<p.length;c++)p[c]=255*((p[c]+.5)/16-.5);for(var _o8=0;_o8<r;_o8++)for(var w=0;w<t;w++){var m;c=4*(_o8*t+w),2!=s?m=[N(e[c]+g[c]),N(e[c+1]+g[c+1]),N(e[c+2]+g[c+2]),N(e[c+3]+g[c+3])]:(d=p[4*(3&_o8)+(3&w)],m=[N(e[c]+d),N(e[c+1]+d),N(e[c+2]+d),N(e[c+3]+d)]),u=0;var v=16777215;for(h=0;h<f;h++){var _e20=D(m,l[h]);_e20<v&&(v=_e20,u=h)}var b=l[u],y=[m[0]-b[0],m[1]-b[1],m[2]-b[2],m[3]-b[3]];1==s&&(w!=t-1&&addErr(y,g,c+4,7),_o8!=r-1&&(0!=w&&addErr(y,g,c+4*t-4,3),addErr(y,g,c+4*t,5),w!=t-1&&addErr(y,g,c+4*t+4,1))),a[c>>2]=u,A[c>>2]=i[u]}}function _main(e,r,o,a,s){null==s&&(s={});var A,f=i.crc,l=t.writeUint,c=t.writeUshort,u=t.writeASCII,h=8,d=e.frames.length>1,g=!1,p=33+(d?20:0);if(null!=s.sRGB&&(p+=13),null!=s.pHYs&&(p+=21),null!=s.iCCP&&(A=pako.deflate(s.iCCP),p+=21+A.length+4),3==e.ctype){for(var m=e.plte.length,w=0;w<m;w++)e.plte[w]>>>24!=255&&(g=!0);p+=8+3*m+4+(g?8+1*m+4:0)}for(var v=0;v<e.frames.length;v++)d&&(p+=38),p+=(F=e.frames[v]).cimg.length+12,0!=v&&(p+=4);p+=12;var b=new Uint8Array(p),y=[137,80,78,71,13,10,26,10];for(w=0;w<8;w++)b[w]=y[w];if(l(b,h,13),h+=4,u(b,h,"IHDR"),h+=4,l(b,h,r),h+=4,l(b,h,o),h+=4,b[h]=e.depth,h++,b[h]=e.ctype,h++,b[h]=0,h++,b[h]=0,h++,b[h]=0,h++,l(b,h,f(b,h-17,17)),h+=4,null!=s.sRGB&&(l(b,h,1),h+=4,u(b,h,"sRGB"),h+=4,b[h]=s.sRGB,h++,l(b,h,f(b,h-5,5)),h+=4),null!=s.iCCP){var _e21=13+A.length;l(b,h,_e21),h+=4,u(b,h,"iCCP"),h+=4,u(b,h,"ICC profile"),h+=11,h+=2,b.set(A,h),h+=A.length,l(b,h,f(b,h-(_e21+4),_e21+4)),h+=4}if(null!=s.pHYs&&(l(b,h,9),h+=4,u(b,h,"pHYs"),h+=4,l(b,h,s.pHYs[0]),h+=4,l(b,h,s.pHYs[1]),h+=4,b[h]=s.pHYs[2],h++,l(b,h,f(b,h-13,13)),h+=4),d&&(l(b,h,8),h+=4,u(b,h,"acTL"),h+=4,l(b,h,e.frames.length),h+=4,l(b,h,null!=s.loop?s.loop:0),h+=4,l(b,h,f(b,h-12,12)),h+=4),3==e.ctype){for(l(b,h,3*(m=e.plte.length)),h+=4,u(b,h,"PLTE"),h+=4,w=0;w<m;w++){var _t9=3*w,_r13=e.plte[w],_i8=255&_r13,_o9=_r13>>>8&255,_a7=_r13>>>16&255;b[h+_t9+0]=_i8,b[h+_t9+1]=_o9,b[h+_t9+2]=_a7}if(h+=3*m,l(b,h,f(b,h-3*m-4,3*m+4)),h+=4,g){for(l(b,h,m),h+=4,u(b,h,"tRNS"),h+=4,w=0;w<m;w++)b[h+w]=e.plte[w]>>>24&255;h+=m,l(b,h,f(b,h-m-4,m+4)),h+=4}}var E=0;for(v=0;v<e.frames.length;v++){var F=e.frames[v];d&&(l(b,h,26),h+=4,u(b,h,"fcTL"),h+=4,l(b,h,E++),h+=4,l(b,h,F.rect.width),h+=4,l(b,h,F.rect.height),h+=4,l(b,h,F.rect.x),h+=4,l(b,h,F.rect.y),h+=4,c(b,h,a[v]),h+=2,c(b,h,1e3),h+=2,b[h]=F.dispose,h++,b[h]=F.blend,h++,l(b,h,f(b,h-30,30)),h+=4);var _t10=F.cimg;l(b,h,(m=_t10.length)+(0==v?0:4)),h+=4;var _r14=h;u(b,h,0==v?"IDAT":"fdAT"),h+=4,0!=v&&(l(b,h,E++),h+=4),b.set(_t10,h),h+=m,l(b,h,f(b,_r14,h-_r14)),h+=4}return l(b,h,0),h+=4,u(b,h,"IEND"),h+=4,l(b,h,f(b,h-4,4)),h+=4,b.buffer}function compressPNG(e,t,r){for(var _i9=0;_i9<e.frames.length;_i9++){var _o10=e.frames[_i9];_o10.rect.width;var _a8=_o10.rect.height,_s6=new Uint8Array(_a8*_o10.bpl+_a8);_o10.cimg=_filterZero(_o10.img,_a8,_o10.bpp,_o10.bpl,_s6,t,r)}}function compress(t,r,i,o,a){for(var s=a[0],f=a[1],l=a[2],c=a[3],u=a[4],h=a[5],d=6,A=8,g=255,p=0;p<t.length;p++)for(var _e22=new Uint8Array(t[p]),m=_e22.length,w=0;w<m;w+=4)g&=_e22[w+3];var v=255!=g,b=function(t,r,i,o,a,s){for(var f=[],l=0;l<t.length;l++){var c,_h=new Uint8Array(t[l]),_A=new Uint32Array(_h.buffer),_g=0,_p=0,_m=r,_w=i,_v=o?1:0;if(0!=l){for(var _b=s||o||1==l||0!=f[l-2].dispose?1:2,_y=0,_E=1e9,_e23=0;_e23<_b;_e23++){for(var u=new Uint8Array(t[l-1-_e23]),_o11=new Uint32Array(t[l-1-_e23]),_s7=r,_f5=i,_c2=-1,_h2=-1,_e24=0;_e24<i;_e24++)for(var _t11=0;_t11<r;_t11++)_A[d=_e24*r+_t11]!=_o11[d]&&(_t11<_s7&&(_s7=_t11),_t11>_c2&&(_c2=_t11),_e24<_f5&&(_f5=_e24),_e24>_h2&&(_h2=_e24));-1==_c2&&(_s7=_f5=_c2=_h2=0),a&&(1==(1&_s7)&&_s7--,1==(1&_f5)&&_f5--);var _v2=(_c2-_s7+1)*(_h2-_f5+1);_v2<_E&&(_E=_v2,_y=_e23,_g=_s7,_p=_f5,_m=_c2-_s7+1,_w=_h2-_f5+1)}u=new Uint8Array(t[l-1-_y]),1==_y&&(f[l-1].dispose=2),c=new Uint8Array(_m*_w*4),e(u,r,i,c,_m,_w,-_g,-_p,0),_v=e(_h,r,i,c,_m,_w,-_g,-_p,3)?1:0,1==_v?_prepareDiff(_h,r,i,c,{x:_g,y:_p,width:_m,height:_w}):e(_h,r,i,c,_m,_w,-_g,-_p,0)}else c=_h.slice(0);f.push({rect:{x:_g,y:_p,width:_m,height:_w},img:c,blend:_v,dispose:0})}if(o)for(l=0;l<f.length;l++)if(1!=(A=f[l]).blend){var _e25=A.rect,_o12=f[l-1].rect,_s8=Math.min(_e25.x,_o12.x),_c3=Math.min(_e25.y,_o12.y),_u={x:_s8,y:_c3,width:Math.max(_e25.x+_e25.width,_o12.x+_o12.width)-_s8,height:Math.max(_e25.y+_e25.height,_o12.y+_o12.height)-_c3};f[l-1].dispose=1,l-1!=0&&_updateFrame(t,r,i,f,l-1,_u,a),_updateFrame(t,r,i,f,l,_u,a)}var h=0;if(1!=t.length)for(var d=0;d<f.length;d++){var A;h+=(A=f[d]).rect.width*A.rect.height}return f}(t,r,i,s,f,l),y={},E=[],F=[];if(0!=o){var _e26=[];for(w=0;w<b.length;w++)_e26.push(b[w].img.buffer);var _t12=function(e){for(var t=0,r=0;r<e.length;r++)t+=e[r].byteLength;var i=new Uint8Array(t),o=0;for(r=0;r<e.length;r++){for(var _t13=new Uint8Array(e[r]),_a9=_t13.length,_e27=0;_e27<_a9;_e27+=4){var _r16=_t13[_e27],_a10=_t13[_e27+1],_s9=_t13[_e27+2],_f6=_t13[_e27+3];0==_f6&&(_r16=_a10=_s9=0),i[o+_e27]=_r16,i[o+_e27+1]=_a10,i[o+_e27+2]=_s9,i[o+_e27+3]=_f6}o+=_a9}return i.buffer}(_e26),_r15=quantize(_t12,o);for(w=0;w<_r15.plte.length;w++)E.push(_r15.plte[w].est.rgba);var _i10=0;for(w=0;w<b.length;w++){var _e28=(B=b[w]).img.length,_=new Uint8Array(_r15.inds.buffer,_i10>>2,_e28>>2);F.push(_);var _t14=new Uint8Array(_r15.abuf,_i10,_e28);h&&dither(B.img,B.rect.width,B.rect.height,E,_t14,_),B.img.set(_t14),_i10+=_e28}}else for(p=0;p<b.length;p++){var B=b[p],_e29=new Uint32Array(B.img.buffer),U=B.rect.width;for(m=_e29.length,_=new Uint8Array(m),F.push(_),w=0;w<m;w++){var _t15=_e29[w];if(0!=w&&_t15==_e29[w-1])_[w]=_[w-1];else if(w>U&&_t15==_e29[w-U])_[w]=_[w-U];else{var _e30=y[_t15];if(null==_e30&&(y[_t15]=_e30=E.length,E.push(_t15),E.length>=300))break;_[w]=_e30}}}var C=E.length;for(C<=256&&0==u&&(A=C<=2?1:C<=4?2:C<=16?4:8,A=Math.max(A,c)),p=0;p<b.length;p++){(B=b[p]).rect.x,B.rect.y,U=B.rect.width;var _e31=B.rect.height,_t16=B.img;new Uint32Array(_t16.buffer);var _r17=4*U,_i11=4;if(C<=256&&0==u){_r17=Math.ceil(A*U/8);for(var I=new Uint8Array(_r17*_e31),_o13=F[p],_t17=0;_t17<_e31;_t17++){w=_t17*_r17;var _e32=_t17*U;if(8==A)for(var Q=0;Q<U;Q++)I[w+Q]=_o13[_e32+Q];else if(4==A)for(Q=0;Q<U;Q++)I[w+(Q>>1)]|=_o13[_e32+Q]<<4-4*(1&Q);else if(2==A)for(Q=0;Q<U;Q++)I[w+(Q>>2)]|=_o13[_e32+Q]<<6-2*(3&Q);else if(1==A)for(Q=0;Q<U;Q++)I[w+(Q>>3)]|=_o13[_e32+Q]<<7-1*(7&Q)}_t16=I,d=3,_i11=1}else if(0==v&&1==b.length){I=new Uint8Array(U*_e31*3);var _o14=U*_e31;for(w=0;w<_o14;w++){var _e33=3*w,_r18=4*w;I[_e33]=_t16[_r18],I[_e33+1]=_t16[_r18+1],I[_e33+2]=_t16[_r18+2]}_t16=I,d=2,_i11=3,_r17=3*U}B.img=_t16,B.bpl=_r17,B.bpp=_i11}return{ctype:d,depth:A,plte:E,frames:b}}function _updateFrame(t,r,i,o,a,s,f){for(var l=Uint8Array,c=Uint32Array,u=new l(t[a-1]),h=new c(t[a-1]),d=a+1<t.length?new l(t[a+1]):null,A=new l(t[a]),g=new c(A.buffer),p=r,m=i,w=-1,v=-1,_e34=0;_e34<s.height;_e34++)for(var _t18=0;_t18<s.width;_t18++){var _i12=s.x+_t18,_f7=s.y+_e34,_l4=_f7*r+_i12,_c4=g[_l4];0==_c4||0==o[a-1].dispose&&h[_l4]==_c4&&(null==d||0!=d[4*_l4+3])||(_i12<p&&(p=_i12),_i12>w&&(w=_i12),_f7<m&&(m=_f7),_f7>v&&(v=_f7))}-1==w&&(p=m=w=v=0),f&&(1==(1&p)&&p--,1==(1&m)&&m--),s={x:p,y:m,width:w-p+1,height:v-m+1};var b=o[a];b.rect=s,b.blend=1,b.img=new Uint8Array(s.width*s.height*4),0==o[a-1].dispose?(e(u,r,i,b.img,s.width,s.height,-s.x,-s.y,0),_prepareDiff(A,r,i,b.img,s)):e(A,r,i,b.img,s.width,s.height,-s.x,-s.y,0)}function _prepareDiff(t,r,i,o,a){e(t,r,i,o,a.width,a.height,-a.x,-a.y,2)}function _filterZero(e,t,r,i,o,a,s){var l,f=[],c=[0,1,2,3,4];-1!=a?c=[a]:(t*i>5e5||1==r)&&(c=[0]),s&&(l={level:0});for(var u=UZIP,h=0;h<c.length;h++){for(var _a11=0;_a11<t;_a11++)_filterLine(o,e,_a11,i,r,c[h]);f.push(u.deflate(o,l))}var d,A=1e9;for(h=0;h<f.length;h++)f[h].length<A&&(d=h,A=f[h].length);return f[d]}function _filterLine(e,t,i,o,a,s){var f=i*o,l=f+i;if(e[l]=s,l++,0==s)if(o<500)for(var c=0;c<o;c++)e[l+c]=t[f+c];else e.set(new Uint8Array(t.buffer,f,o),l);else if(1==s){for(c=0;c<a;c++)e[l+c]=t[f+c];for(c=a;c<o;c++)e[l+c]=t[f+c]-t[f+c-a]+256&255}else if(0==i){for(c=0;c<a;c++)e[l+c]=t[f+c];if(2==s)for(c=a;c<o;c++)e[l+c]=t[f+c];if(3==s)for(c=a;c<o;c++)e[l+c]=t[f+c]-(t[f+c-a]>>1)+256&255;if(4==s)for(c=a;c<o;c++)e[l+c]=t[f+c]-r(t[f+c-a],0,0)+256&255}else{if(2==s)for(c=0;c<o;c++)e[l+c]=t[f+c]+256-t[f+c-o]&255;if(3==s){for(c=0;c<a;c++)e[l+c]=t[f+c]+256-(t[f+c-o]>>1)&255;for(c=a;c<o;c++)e[l+c]=t[f+c]+256-(t[f+c-o]+t[f+c-a]>>1)&255}if(4==s){for(c=0;c<a;c++)e[l+c]=t[f+c]+256-r(0,t[f+c-o],0)&255;for(c=a;c<o;c++)e[l+c]=t[f+c]+256-r(t[f+c-a],t[f+c-o],t[f+c-a-o])&255}}}function quantize(e,t){var u,r=new Uint8Array(e),i=r.slice(0),o=new Uint32Array(i.buffer),a=getKDtree(i,t),s=a[0],f=a[1],l=r.length,c=new Uint8Array(l>>2);if(r.length<2e7)for(var h=0;h<l;h+=4)u=getNearest(s,d=r[h]*(1/255),A=r[h+1]*(1/255),g=r[h+2]*(1/255),p=r[h+3]*(1/255)),c[h>>2]=u.ind,o[h>>2]=u.est.rgba;else for(h=0;h<l;h+=4){var d=r[h]*(1/255),A=r[h+1]*(1/255),g=r[h+2]*(1/255),p=r[h+3]*(1/255);for(u=s;u.left;)u=planeDst(u.est,d,A,g,p)<=0?u.left:u.right;c[h>>2]=u.ind,o[h>>2]=u.est.rgba}return{abuf:i.buffer,inds:c,plte:f}}function getKDtree(e,t,r){null==r&&(r=1e-4);var i=new Uint32Array(e.buffer),o={i0:0,i1:e.length,bst:null,est:null,tdst:0,left:null,right:null};o.bst=stats(e,o.i0,o.i1),o.est=estats(o.bst);for(var a=[o];a.length<t;){for(var _t19=0,_o15=0,s=0;s<a.length;s++)a[s].est.L>_t19&&(_t19=a[s].est.L,_o15=s);if(_t19<r)break;var _f8=a[_o15],_l5=splitPixels(e,i,_f8.i0,_f8.i1,_f8.est.e,_f8.est.eMq255);if(_f8.i0>=_l5||_f8.i1<=_l5)_f8.est.L=0;else{var c={i0:_f8.i0,i1:_l5,bst:null,
|
|
10
|
-
est:null,tdst:0,left:null,right:null};c.bst=stats(e,c.i0,c.i1),c.est=estats(c.bst);var u={i0:_l5,i1:_f8.i1,bst:null,est:null,tdst:0,left:null,right:null};for(u.bst={R:[],m:[],N:_f8.bst.N-c.bst.N},s=0;s<16;s++)u.bst.R[s]=_f8.bst.R[s]-c.bst.R[s];for(s=0;s<4;s++)u.bst.m[s]=_f8.bst.m[s]-c.bst.m[s];u.est=estats(u.bst),_f8.left=c,_f8.right=u,a[_o15]=c,a.push(u)}}for(a.sort(function(e,t){return t.bst.N-e.bst.N}),s=0;s<a.length;s++)a[s].ind=s;return[o,a]}function getNearest(e,t,r,i,o){if(null==e.left)return e.tdst=function(e,t,r,i,o){var a=t-e[0],s=r-e[1],f=i-e[2],l=o-e[3];return a*a+s*s+f*f+l*l}(e.est.q,t,r,i,o),e;var a=planeDst(e.est,t,r,i,o),s=e.left,f=e.right;a>0&&(s=e.right,f=e.left);var l=getNearest(s,t,r,i,o);if(l.tdst<=a*a)return l;var c=getNearest(f,t,r,i,o);return c.tdst<l.tdst?c:l}function planeDst(e,t,r,i,o){var a=e.e;return a[0]*t+a[1]*r+a[2]*i+a[3]*o-e.eMq}function splitPixels(e,t,r,i,o,a){for(i-=4;r<i;){for(;vecDot(e,r,o)<=a;)r+=4;for(;vecDot(e,i,o)>a;)i-=4;if(r>=i)break;var _s10=t[r>>2];t[r>>2]=t[i>>2],t[i>>2]=_s10,r+=4,i-=4}for(;vecDot(e,r,o)>a;)r-=4;return r+4}function vecDot(e,t,r){return e[t]*r[0]+e[t+1]*r[1]+e[t+2]*r[2]+e[t+3]*r[3]}function stats(e,t,r){for(var i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],o=[0,0,0,0],a=r-t>>2,_a12=t;_a12<r;_a12+=4){var _t20=e[_a12]*(1/255),_r19=e[_a12+1]*(1/255),_s11=e[_a12+2]*(1/255),_f9=e[_a12+3]*(1/255);o[0]+=_t20,o[1]+=_r19,o[2]+=_s11,o[3]+=_f9,i[0]+=_t20*_t20,i[1]+=_t20*_r19,i[2]+=_t20*_s11,i[3]+=_t20*_f9,i[5]+=_r19*_r19,i[6]+=_r19*_s11,i[7]+=_r19*_f9,i[10]+=_s11*_s11,i[11]+=_s11*_f9,i[15]+=_f9*_f9}return i[4]=i[1],i[8]=i[2],i[9]=i[6],i[12]=i[3],i[13]=i[7],i[14]=i[11],{R:i,m:o,N:a}}function estats(e){var t=e.R,r=e.m,i=e.N,a=r[0],s=r[1],f=r[2],l=r[3],c=0==i?0:1/i,u=[t[0]-a*a*c,t[1]-a*s*c,t[2]-a*f*c,t[3]-a*l*c,t[4]-s*a*c,t[5]-s*s*c,t[6]-s*f*c,t[7]-s*l*c,t[8]-f*a*c,t[9]-f*s*c,t[10]-f*f*c,t[11]-f*l*c,t[12]-l*a*c,t[13]-l*s*c,t[14]-l*f*c,t[15]-l*l*c],h=u,d=o,A=[Math.random(),Math.random(),Math.random(),Math.random()],g=0,p=0;if(0!=i)for(var _e35=0;_e35<16&&(A=d.multVec(h,A),p=Math.sqrt(d.dot(A,A)),A=d.sml(1/p,A),!(0!=_e35&&Math.abs(p-g)<1e-9));_e35++)g=p;var m=[a*c,s*c,f*c,l*c];return{Cov:u,q:m,e:A,L:g,eMq255:d.dot(d.sml(255,m),A),eMq:d.dot(A,m),rgba:(Math.round(255*m[3])<<24|Math.round(255*m[2])<<16|Math.round(255*m[1])<<8|Math.round(255*m[0])<<0)>>>0}}var e=UPNG._copyTile,t=UPNG._bin,r=UPNG._paeth,i={table:function(){for(var e=new Uint32Array(256),_t8=0;_t8<256;_t8++){for(var _r12=_t8,_e17=0;_e17<8;_e17++)1&_r12?_r12=3988292384^_r12>>>1:_r12>>>=1;e[_t8]=_r12}return e}(),update:function(e,t,r,o){for(var _a6=0;_a6<o;_a6++)e=i.table[255&(e^t[r+_a6])]^e>>>8;return e},crc:function(e,t,r){return 4294967295^i.update(4294967295,e,t,r)}},o={multVec:function(e,t){return[e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3],e[4]*t[0]+e[5]*t[1]+e[6]*t[2]+e[7]*t[3],e[8]*t[0]+e[9]*t[1]+e[10]*t[2]+e[11]*t[3],e[12]*t[0]+e[13]*t[1]+e[14]*t[2]+e[15]*t[3]]},dot:function(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]},sml:function(e,t){return[e*t[0],e*t[1],e*t[2],e*t[3]]}};UPNG.encode=function(e,t,r,i,o,a,s){null==i&&(i=0),null==s&&(s=!1);var f=compress(e,t,r,i,[!1,!1,!1,0,s,!1]);return compressPNG(f,-1),_main(f,t,r,o,a)},UPNG.encodeLL=function(e,t,r,i,o,a,s,f){for(var l={ctype:0+(1==i?0:2)+(0==o?0:4),depth:a,frames:[]},c=(i+o)*a,u=c*t,_i13=0;_i13<e.length;_i13++)l.frames.push({rect:{x:0,y:0,width:t,height:r},img:new Uint8Array(e[_i13]),blend:0,dispose:1,bpp:Math.ceil(c/8),bpl:Math.ceil(u/8)});return compressPNG(l,0,!0),_main(l,t,r,s,f)},UPNG.encode.compress=compress,UPNG.encode.dither=dither,UPNG.quantize=quantize,UPNG.quantize.getKDtree=getKDtree,UPNG.quantize.getNearest=getNearest}();var l,t={toArrayBuffer:function(e,r){function set16(e){d.setUint16(y,e,!0),y+=2}function set32(e){d.setUint32(y,e,!0),y+=4}function seek(e){y+=e}var g,p,m,w,i=e.width,o=e.height,a=i<<2,s=e.getContext("2d").getImageData(0,0,i,o),f=new Uint32Array(s.data.buffer),l=(32*i+31)/32<<2,c=l*o,u=122+c,h=new ArrayBuffer(u),d=new DataView(h),A=1<<20,v=A,b=0,y=0,E=0;set16(19778),set32(u),seek(4),set32(122),set32(108),set32(i),set32(-o>>>0),set16(1),set16(32),set32(3),set32(c),set32(2835),set32(2835),seek(8),set32(16711680),set32(65280),set32(255),set32(4278190080),set32(1466527264),function convert(){for(;b<o&&v>0;){for(w=122+b*l,g=0;g<a;)v--,p=f[E++],m=p>>>24,d.setUint32(w+g,p<<8|m),g+=4;b++}E<f.length?(v=A,setTimeout(convert,t._dly)):r(h)}()},toBlob:function(e,t){this.toArrayBuffer(e,function(e){t(new Blob([e],{type:"image/bmp"}))})},_dly:9},r={CHROME:"CHROME",FIREFOX:"FIREFOX",DESKTOP_SAFARI:"DESKTOP_SAFARI",IE:"IE",IOS:"IOS",ETC:"ETC"},i=_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},r.CHROME,16384),r.FIREFOX,11180),r.DESKTOP_SAFARI,16384),r.IE,8192),r.IOS,4096),r.ETC,8192),o="undefined"!=typeof window,a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,s=o&&window.cordova&&window.cordova.require&&window.cordova.require("cordova/modulemapper"),CustomFileReader=((o||a)&&(s&&s.getOriginalSymbol(window,"File")||"undefined"!=typeof File&&File),(o||a)&&(s&&s.getOriginalSymbol(window,"FileReader")||"undefined"!=typeof FileReader&&FileReader)),f="\nlet scriptImported = false\nself.addEventListener('message', async (e) => {\n const { file, id, imageCompressionLibUrl, options } = e.data\n options.onProgress = (progress) => self.postMessage({ progress, id })\n try {\n if (!scriptImported) {\n // console.log('[worker] importScripts', imageCompressionLibUrl)\n self.importScripts(imageCompressionLibUrl)\n scriptImported = true\n }\n // console.log('[worker] self', self)\n const compressedFile = await imageCompression(file, options)\n self.postMessage({ file: compressedFile, id })\n } catch (e) {\n // console.error('[worker] error', e)\n self.postMessage({ error: e.message + '\\n' + e.stack, id })\n }\n})\n";return imageCompression.getDataUrlFromFile=getDataUrlFromFile,imageCompression.getFilefromDataUrl=getFilefromDataUrl,imageCompression.loadImage=loadImage,imageCompression.drawImageInCanvas=drawImageInCanvas,imageCompression.drawFileInCanvas=drawFileInCanvas,imageCompression.canvasToFile=canvasToFile,imageCompression.getExifOrientation=getExifOrientation,imageCompression.handleMaxWidthOrHeight=handleMaxWidthOrHeight,imageCompression.followExifOrientation=followExifOrientation,imageCompression.cleanupCanvasMemory=cleanupCanvasMemory,imageCompression.isAutoOrientationInBrowser=isAutoOrientationInBrowser,imageCompression.approximateBelowMaximumCanvasSizeOfBrowser=approximateBelowMaximumCanvasSizeOfBrowser,imageCompression.copyExifWithoutOrientation=copyExifWithoutOrientation,imageCompression.getBrowserName=getBrowserName,imageCompression.version="2.0.2",imageCompression}),{compress:function(file,option){return imageCompression(file,option)}}}(),UE.dialog=function(){return{loadingPlaceholder:function(me){var loadingId="loading_"+(+new Date).toString(36);return me.focus(),me.execCommand("inserthtml",'<img class="uep-loading" id="'+loadingId+'" src="'+me.options.themePath+me.options.theme+'/images/spacer.gif">'),loadingId},removeLoadingPlaceholder:function(me,loadingId){var loader=me.document.getElementById(loadingId);loader&&domUtils.remove(loader,!1)},tipError:function(me,title){me.fireEvent("showmessage",{content:title,type:"error",timeout:4e3})}}}();var filterWord=UE.filterWord=function(){function isWordDocument(str){return/(class="?Mso|style="[^"]*\bmso\-|w:WordDocument|<(v|o):|lang=)/gi.test(str)}function transUnit(v){return v=v.replace(/[\d.]+\w+/g,function(m){return utils.transUnitToPx(m)})}function filterPasteWord(str){return str.replace(/[\t\r\n]+/g," ").replace(/<!--[\s\S]*?-->/gi,"").replace(/<v:shape [^>]*>[\s\S]*?.<\/v:shape>/gi,function(str){if(browser.opera)return"";try{if(/Bitmap/i.test(str))return"";var width=str.match(/width:([ \d.]*p[tx])/i)[1],height=str.match(/height:([ \d.]*p[tx])/i)[1],src=str.match(/src=\s*"([^"]*)"/i)[1];return'<img width="'+transUnit(width)+'" height="'+transUnit(height)+'" src="'+src+'" />'}catch(e){return""}}).replace(/<\/?div[^>]*>/g,"").replace(/v:\w+=(["']?)[^'"]+\1/g,"").replace(/<(!|script[^>]*>.*?<\/script(?=[>\s])|\/?(\?xml(:\w+)?|xml|meta|link|style|\w+:\w+)(?=[\s\/>]))[^>]*>/gi,"").replace(/<p [^>]*class="?MsoHeading"?[^>]*>(.*?)<\/p>/gi,"<p><strong>$1</strong></p>").replace(/\s+(class|lang|align)\s*=\s*(['"]?)([\w-]+)\2/gi,function(str,name,marks,val){return"class"==name&&"MsoListParagraph"==val?str:""}).replace(/<(font|span)[^>]*>(\s*)<\/\1>/gi,function(a,b,c){return c.replace(/[\t\r\n ]+/g," ")}).replace(/(<[a-z][^>]*)\sstyle=(["'])([^\2]*?)\2/gi,function(str,tag,tmp,style){for(var v,n=[],s=style.replace(/^\s+|\s+$/,"").replace(/'/g,"'").replace(/"/gi,"'").replace(/[\d.]+(cm|pt)/g,function(str){return utils.transUnitToPx(str)}).split(/;\s*/g),i=0;v=s[i];i++){var name,value,parts=v.split(":");if(2==parts.length){if(name=parts[0].toLowerCase(),value=parts[1].toLowerCase(),/^(background)\w*/.test(name)&&0==value.replace(/(initial|\s)/g,"").length||/^(margin)\w*/.test(name)&&/^0\w+$/.test(value))continue;switch(name){case"mso-padding-alt":case"mso-padding-top-alt":case"mso-padding-right-alt":case"mso-padding-bottom-alt":case"mso-padding-left-alt":case"mso-margin-alt":case"mso-margin-top-alt":case"mso-margin-right-alt":case"mso-margin-bottom-alt":case"mso-margin-left-alt":case"mso-height":case"mso-width":case"mso-vertical-align-alt":/<table/.test(tag)||(n[i]=name.replace(/^mso-|-alt$/g,"")+":"+transUnit(value));continue;case"horiz-align":n[i]="text-align:"+value;continue;case"vert-align":n[i]="vertical-align:"+value;continue;case"font-color":case"mso-foreground":n[i]="color:"+value;continue;case"mso-background":case"mso-highlight":n[i]="background:"+value;continue;case"mso-default-height":n[i]="min-height:"+transUnit(value);continue;case"mso-default-width":n[i]="min-width:"+transUnit(value);continue;case"mso-padding-between-alt":n[i]="border-collapse:separate;border-spacing:"+transUnit(value);continue;case"text-line-through":"single"!=value&&"double"!=value||(n[i]="text-decoration:line-through");continue;case"mso-zero-height":"yes"==value&&(n[i]="display:none");continue;case"margin":if(!/[1-9]/.test(value))continue}if(/^(mso|column|font-emph|lang|layout|line-break|list-image|nav|panose|punct|row|ruby|sep|size|src|tab-|table-border|text-(?:decor|trans)|top-bar|version|vnd|word-break)/.test(name)||/text\-indent|padding|margin/.test(name)&&/\-[\d.]+/.test(value))continue;n[i]=name+":"+parts[1]}}return tag+(n.length?' style="'+n.join(";").replace(/;{2,}/g,";")+'"':"")})}return function(html){return isWordDocument(html)?filterPasteWord(html):html}}();!function(){function insertLine(arr,current,begin){return arr.push(breakChar),current+(begin?1:-1)}function insertIndent(arr,current){for(var i=0;i<current;i++)arr.push(indentChar)}function nodeToHtml(node,arr,formatter,current){switch(node.type){case"root":for(var ci,i=0;ci=node.children[i++];)formatter&&"element"==ci.type&&!dtd.$inlineWithA[ci.tagName]&&i>1&&(insertLine(arr,current,!0),insertIndent(arr,current)),nodeToHtml(ci,arr,formatter,current);break;case"text":isText(node,arr);break;case"element":isElement(node,arr,formatter,current);break;case"comment":isComment(node,arr,formatter)}return arr}function isText(node,arr){"pre"==node.parentNode.tagName?arr.push(node.data):arr.push(notTransTagName[node.parentNode.tagName]?utils.html(node.data):node.data.replace(/[ ]{2}/g," "))}function isElement(node,arr,formatter,current){var attrhtml="";if(node.attrs){attrhtml=[];var attrs=node.attrs;for(var a in attrs)attrhtml.push(a+(void 0!==attrs[a]?'="'+(notTransAttrs[a]?utils.html(attrs[a]).replace(/["]/g,function(a){return"""}):utils.unhtml(attrs[a]))+'"':""));attrhtml=attrhtml.join(" ")}if(arr.push("<"+node.tagName+(attrhtml?" "+attrhtml:"")+(dtd.$empty[node.tagName]?"/":"")+">"),formatter&&!dtd.$inlineWithA[node.tagName]&&"pre"!=node.tagName&&node.children&&node.children.length&&(current=insertLine(arr,current,!0),insertIndent(arr,current)),node.children&&node.children.length)for(var ci,i=0;ci=node.children[i++];)formatter&&"element"==ci.type&&!dtd.$inlineWithA[ci.tagName]&&i>1&&(insertLine(arr,current),insertIndent(arr,current)),nodeToHtml(ci,arr,formatter,current);dtd.$empty[node.tagName]||(formatter&&!dtd.$inlineWithA[node.tagName]&&"pre"!=node.tagName&&node.children&&node.children.length&&(current=insertLine(arr,current),insertIndent(arr,current)),arr.push("</"+node.tagName+">"))}function isComment(node,arr){arr.push("<!--"+node.data+"-->")}function _getNodeById(root,id){var node;if("element"==root.type&&root.getAttr("id")==id)return root;if(root.children&&root.children.length)for(var ci,i=0;ci=root.children[i++];)if(node=_getNodeById(ci,id))return node}function _getNodesByTagName(node,tagName,arr){if("element"==node.type&&node.tagName==tagName&&arr.push(node),node.children&&node.children.length)for(var ci,i=0;ci=node.children[i++];)_getNodesByTagName(ci,tagName,arr)}function nodeTraversal(root,fn){if(root.children&&root.children.length)for(var ci,i=0;ci=root.children[i];)nodeTraversal(ci,fn),ci.parentNode&&(ci.children&&ci.children.length&&fn(ci),ci.parentNode&&i++);else fn(root)}var uNode=UE.uNode=function(obj){this.type=obj.type,this.data=obj.data,this.tagName=obj.tagName,this.parentNode=obj.parentNode,this.attrs=obj.attrs||{},this.children=obj.children},notTransAttrs={href:1,src:1,_src:1,_href:1,cdata_data:1},notTransTagName={style:1,script:1},indentChar=" ",breakChar="\n";uNode.createElement=function(html){return/[<>]/.test(html)?UE.htmlparser(html).children[0]:new uNode({type:"element",children:[],tagName:html})},uNode.createText=function(data,noTrans){return new UE.uNode({type:"text",data:noTrans?data:utils.unhtml(data||"")})},uNode.prototype={toHtml:function(formatter){var arr=[];return nodeToHtml(this,arr,formatter,0),arr.join("")},innerHTML:function(htmlstr){if("element"!=this.type||dtd.$empty[this.tagName])return this;if(utils.isString(htmlstr)){if(this.children)for(var ci,i=0;ci=this.children[i++];)ci.parentNode=null;this.children=[];for(var ci,tmpRoot=UE.htmlparser(htmlstr),i=0;ci=tmpRoot.children[i++];)this.children.push(ci),ci.parentNode=this;return this}var tmpRoot=new UE.uNode({type:"root",children:this.children});return tmpRoot.toHtml()},innerText:function(textStr,noTrans){if("element"!=this.type||dtd.$empty[this.tagName])return this;if(textStr){if(this.children)for(var ci,i=0;ci=this.children[i++];)ci.parentNode=null;return this.children=[],this.appendChild(uNode.createText(textStr,noTrans)),this}return this.toHtml().replace(/<[^>]+>/g,"")},getData:function(){return"element"==this.type?"":this.data},firstChild:function(){return this.children?this.children[0]:null},lastChild:function(){return this.children?this.children[this.children.length-1]:null},previousSibling:function(){for(var ci,parent=this.parentNode,i=0;ci=parent.children[i];i++)if(ci===this)return 0==i?null:parent.children[i-1]},nextSibling:function(){for(var ci,parent=this.parentNode,i=0;ci=parent.children[i++];)if(ci===this)return parent.children[i]},replaceChild:function(target,source){if(this.children){target.parentNode&&target.parentNode.removeChild(target);for(var ci,i=0;ci=this.children[i];i++)if(ci===source)return this.children.splice(i,1,target),source.parentNode=null,target.parentNode=this,target}},appendChild:function(node){if("root"==this.type||"element"==this.type&&!dtd.$empty[this.tagName]){this.children||(this.children=[]),node.parentNode&&node.parentNode.removeChild(node);for(var ci,i=0;ci=this.children[i];i++)if(ci===node){this.children.splice(i,1);break}return this.children.push(node),node.parentNode=this,node}},insertBefore:function(target,source){if(this.children){target.parentNode&&target.parentNode.removeChild(target);for(var ci,i=0;ci=this.children[i];i++)if(ci===source)return this.children.splice(i,0,target),target.parentNode=this,target}},insertAfter:function(target,source){if(this.children){target.parentNode&&target.parentNode.removeChild(target);for(var ci,i=0;ci=this.children[i];i++)if(ci===source)return this.children.splice(i+1,0,target),target.parentNode=this,target}},removeChild:function(node,keepChildren){if(this.children)for(var ci,i=0;ci=this.children[i];i++)if(ci===node){if(this.children.splice(i,1),ci.parentNode=null,keepChildren&&ci.children&&ci.children.length)for(var cj,j=0;cj=ci.children[j];j++)this.children.splice(i+j,0,cj),cj.parentNode=this;return ci}},getAttr:function(attrName){return this.attrs&&this.attrs[attrName.toLowerCase()]},setAttr:function(attrName,attrVal){if(!attrName)return void delete this.attrs;if(this.attrs||(this.attrs={}),utils.isObject(attrName))for(var a in attrName)attrName[a]?this.attrs[a.toLowerCase()]=attrName[a]:delete this.attrs[a];else attrVal?this.attrs[attrName.toLowerCase()]=attrVal:delete this.attrs[attrName]},getIndex:function(){for(var ci,parent=this.parentNode,i=0;ci=parent.children[i];i++)if(ci===this)return i;return-1},getNodeById:function(id){var node;if(this.children&&this.children.length)for(var ci,i=0;ci=this.children[i++];)if(node=_getNodeById(ci,id))return node},getNodesByTagName:function(tagNames){tagNames=utils.trim(tagNames).replace(/[ ]{2,}/g," ").split(" ");var arr=[],me=this;return utils.each(tagNames,function(tagName){if(me.children&&me.children.length)for(var ci,i=0;ci=me.children[i++];)_getNodesByTagName(ci,tagName,arr)}),arr},getStyle:function(name){var cssStyle=this.getAttr("style");if(!cssStyle)return"";var reg=new RegExp("(^|;)\\s*"+name+":([^;]+)","i"),match=cssStyle.match(reg);return match&&match[0]?match[2]:""},setStyle:function(name,val){function exec(name,val){var reg=new RegExp("(^|;)\\s*"+name+":([^;]+;?)","gi");cssStyle=cssStyle.replace(reg,"$1"),val&&(cssStyle=name+":"+utils.unhtml(val)+";"+cssStyle)}var cssStyle=this.getAttr("style");if(cssStyle||(cssStyle=""),utils.isObject(name))for(var a in name)exec(a,name[a]);else exec(name,val);this.setAttr("style",utils.trim(cssStyle))},traversal:function(fn){return this.children&&this.children.length&&nodeTraversal(this,fn),this}}}();var htmlparser=UE.htmlparser=function(htmlstr,ignoreBlank){function text(parent,data){if(needChild[parent.tagName]){var tmpNode=uNode.createElement(needChild[parent.tagName]);parent.appendChild(tmpNode),tmpNode.appendChild(uNode.createText(data)),parent=tmpNode}else parent.appendChild(uNode.createText(data))}function element(parent,tagName,htmlattr){var needParentTag;if(needParentTag=needParentNode[tagName]){for(var hasParent,tmpParent=parent;"root"!=tmpParent.type;){if(utils.isArray(needParentTag)?utils.indexOf(needParentTag,tmpParent.tagName)!=-1:needParentTag==tmpParent.tagName){parent=tmpParent,hasParent=!0;break}tmpParent=tmpParent.parentNode}hasParent||(parent=element(parent,utils.isArray(needParentTag)?needParentTag[0]:needParentTag))}var elm=new uNode({parentNode:parent,type:"element",tagName:tagName.toLowerCase(),children:dtd.$empty[tagName]?null:[]});if(htmlattr){for(var match,attrs={};match=re_attr.exec(htmlattr);)attrs[match[1].toLowerCase()]=notTransAttrs[match[1].toLowerCase()]?match[2]||match[3]||match[4]:utils.unhtml(match[2]||match[3]||match[4]);elm.attrs=attrs}return parent.children.push(elm),dtd.$empty[tagName]?parent:elm}function comment(parent,data){parent.children.push(new uNode({type:"comment",data:data,parentNode:parent}))}var re_tag=/<(?:(?:\/([^>]+)>)|(?:!--([\S|\s]*?)-->)|(?:([^\/\s>]+)((?:\s+[\w\-:.]+(?:\s*=\s*?(?:(?:"[^"]*")|(?:'[^']*')|[^\s"'\/>]+))?)*)[\S\s]*?(\/?)>))/g,re_attr=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,allowEmptyTags={b:1,code:1,i:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,span:1,sub:1,img:1,sup:1,font:1,big:1,small:1,iframe:1,a:1,br:1,pre:1};htmlstr=htmlstr.replace(new RegExp(domUtils.fillChar,"g"),""),ignoreBlank||(htmlstr=htmlstr.replace(new RegExp("[\\r\\t\\n"+(ignoreBlank?"":" ")+"]*</?(\\w+)\\s*(?:[^>]*)>[\\r\\t\\n"+(ignoreBlank?"":" ")+"]*","g"),function(a,b){return b&&allowEmptyTags[b.toLowerCase()]?a.replace(/(^[\n\r]+)|([\n\r]+$)/g,""):a.replace(new RegExp("^[\\r\\n"+(ignoreBlank?"":" ")+"]+"),"").replace(new RegExp("[\\r\\n"+(ignoreBlank?"":" ")+"]+$"),"")}));for(var match,notTransAttrs={href:1,src:1},uNode=UE.uNode,needParentNode={td:"tr",tr:["tbody","thead","tfoot"],tbody:"table",th:"tr",thead:"table",tfoot:"table",caption:"table",li:["ul","ol"],dt:"dl",dd:"dl",option:"select"},needChild={ol:"li",ul:"li"},currentIndex=0,nextIndex=0,root=new uNode({type:"root",children:[]}),currentParent=root;match=re_tag.exec(htmlstr);){currentIndex=match.index;try{if(currentIndex>nextIndex&&text(currentParent,htmlstr.slice(nextIndex,currentIndex)),match[3])dtd.$cdata[currentParent.tagName]?text(currentParent,match[0]):currentParent=element(currentParent,match[3].toLowerCase(),match[4]);else if(match[1]){if("root"!=currentParent.type)if(dtd.$cdata[currentParent.tagName]&&!dtd.$cdata[match[1]])text(currentParent,match[0]);else{for(var tmpParent=currentParent;"element"==currentParent.type&¤tParent.tagName!=match[1].toLowerCase();)if(currentParent=currentParent.parentNode,"root"==currentParent.type)throw currentParent=tmpParent,"break";currentParent=currentParent.parentNode}}else match[2]&&comment(currentParent,match[2])}catch(e){}nextIndex=re_tag.lastIndex}return nextIndex<htmlstr.length&&text(currentParent,htmlstr.slice(nextIndex)),root},filterNode=UE.filterNode=function(){function filterNode(node,rules){switch(node.type){case"text":break;case"element":var val;if(val=rules[node.tagName])if("-"===val)node.parentNode.removeChild(node);else if(utils.isFunction(val)){var parentNode=node.parentNode,index=node.getIndex();if(val(node),node.parentNode){if(node.children)for(var ci,i=0;ci=node.children[i];)filterNode(ci,rules),ci.parentNode&&i++}else for(var ci,i=index;ci=parentNode.children[i];)filterNode(ci,rules),ci.parentNode&&i++}else{var attrs=val.$;if(attrs&&node.attrs){var tmpVal,tmpAttrs={};for(var a in attrs){if(tmpVal=node.getAttr(a),"style"==a&&utils.isArray(attrs[a])){var tmpCssStyle=[];utils.each(attrs[a],function(v){var tmp;(tmp=node.getStyle(v))&&tmpCssStyle.push(v+":"+tmp)}),tmpVal=tmpCssStyle.join(";")}tmpVal&&(tmpAttrs[a]=tmpVal)}node.attrs=tmpAttrs}if(node.children)for(var ci,i=0;ci=node.children[i];)filterNode(ci,rules),ci.parentNode&&i++}else if(dtd.$cdata[node.tagName])node.parentNode.removeChild(node);else{var parentNode=node.parentNode,index=node.getIndex();node.parentNode.removeChild(node,!0);for(var ci,i=index;ci=parentNode.children[i];)filterNode(ci,rules),ci.parentNode&&i++}break;case"comment":node.parentNode.removeChild(node)}}return function(root,rules){if(utils.isEmptyObject(rules))return root;var val;(val=rules["-"])&&utils.each(val.split(" "),function(k){rules[k]="-"});for(var ci,i=0;ci=root.children[i];)filterNode(ci,rules),ci.parentNode&&i++;return root}}();UE.plugin=function(){var _plugins={};return{register:function(pluginName,fn,oldOptionName,afterDisabled){oldOptionName&&utils.isFunction(oldOptionName)&&(afterDisabled=oldOptionName,oldOptionName=null),_plugins[pluginName]={optionName:oldOptionName||pluginName,execFn:fn,afterDisabled:afterDisabled}},load:function(editor){utils.each(_plugins,function(plugin){var _export=plugin.execFn.call(editor);editor.options[plugin.optionName]!==!1?_export&&utils.each(_export,function(v,k){switch(k.toLowerCase()){case"shortcutkey":editor.addshortcutkey(v);break;case"bindevents":utils.each(v,function(fn,eventName){editor.addListener(eventName,fn)});break;case"bindmultievents":utils.each(utils.isArray(v)?v:[v],function(event){var types=utils.trim(event.type).split(/\s+/);utils.each(types,function(eventName){editor.addListener(eventName,event.handler)})});break;case"commands":utils.each(v,function(execFn,execName){editor.commands[execName]=execFn});break;case"outputrule":editor.addOutputRule(v);break;case"inputrule":editor.addInputRule(v);break;case"defaultoptions":editor.setOpt(v)}}):plugin.afterDisabled&&plugin.afterDisabled.call(editor)}),utils.each(UE.plugins,function(plugin){plugin.call(editor)})},run:function(pluginName,editor){var plugin=_plugins[pluginName];plugin&&plugin.exeFn.call(editor)}}}();var keymap=UE.keymap={Backspace:8,Tab:9,Enter:13,Shift:16,Control:17,Alt:18,CapsLock:20,Esc:27,Spacebar:32,PageUp:33,PageDown:34,End:35,Home:36,Left:37,Up:38,Right:39,Down:40,Insert:45,Del:46,NumLock:144,Cmd:91,"=":187,"-":189,b:66,i:73,z:90,y:89,v:86,x:88,s:83,n:78},LocalStorage=UE.LocalStorage=function(){var storage=window.localStorage;return{saveLocalData:function(key,data){return!!storage&&(storage.setItem(key,data),!0)},getLocalData:function(key){return storage?storage.getItem(key)||null:null},removeItem:function(key){storage&&storage.removeItem(key)}}}();!function(){var ROOT_KEY="UEditorPlusPref";UE.Editor.prototype.setPreferences=function(key,value){var obj={};utils.isString(key)?obj[key]=value:obj=key;var data=LocalStorage.getLocalData(ROOT_KEY);data&&(data=utils.str2json(data))?utils.extend(data,obj):data=obj,data&&LocalStorage.saveLocalData(ROOT_KEY,utils.json2str(data))},UE.Editor.prototype.getPreferences=function(key){var data=LocalStorage.getLocalData(ROOT_KEY);return data&&(data=utils.str2json(data))?key?data[key]:data:null},UE.Editor.prototype.removePreferences=function(key){var data=LocalStorage.getLocalData(ROOT_KEY);data&&(data=utils.str2json(data))&&(data[key]=void 0,delete data[key]),data&&LocalStorage.saveLocalData(ROOT_KEY,utils.json2str(data))}}(),UE.plugins.defaultfilter=function(){var me=this;me.setOpt({allowDivTransToP:!0,disabledTableInTable:!0,rgb2Hex:!0}),me.addInputRule(function(root){function tdParent(node){for(;node&&"element"==node.type;){if("td"==node.tagName)return!0;node=node.parentNode}return!1}var val,allowDivTransToP=this.options.allowDivTransToP;root.traversal(function(node){if("element"==node.type){if(!dtd.$cdata[node.tagName]&&me.options.autoClearEmptyNode&&dtd.$inline[node.tagName]&&!dtd.$empty[node.tagName]&&(!node.attrs||utils.isEmptyObject(node.attrs)))return void(node.firstChild()?"span"!=node.tagName||node.attrs&&!utils.isEmptyObject(node.attrs)||node.parentNode.removeChild(node,!0):node.parentNode.removeChild(node));switch(node.tagName){case"style":case"script":node.setAttr({cdata_tag:node.tagName,cdata_data:node.innerHTML()||"",_ue_custom_node_:"true"}),node.tagName="div",node.innerHTML("");break;case"a":(val=node.getAttr("href"))&&node.setAttr("_href",val);break;case"img":node.setAttr("_src",node.getAttr("src"));break;case"span":browser.webkit&&(val=node.getStyle("white-space"))&&/nowrap|normal/.test(val)&&(node.setStyle("white-space",""),me.options.autoClearEmptyNode&&utils.isEmptyObject(node.attrs)&&node.parentNode.removeChild(node,!0)),val=node.getAttr("id"),val&&/^_baidu_bookmark_/i.test(val)&&node.parentNode.removeChild(node);break;case"p":(val=node.getAttr("align"))&&(node.setAttr("align"),node.setStyle("text-align",val)),utils.each(node.children,function(n){if("element"==n.type&&"p"==n.tagName){var next=n.nextSibling();node.parentNode.insertAfter(n,node);for(var last=n;next;){var tmp=next.nextSibling();node.parentNode.insertAfter(next,last),last=next,next=tmp}return!1}}),node.firstChild()||node.innerHTML(browser.ie?" ":"<br/>");break;case"div":if(node.getAttr("cdata_tag"))break;if(val=node.getAttr("class"),val&&/^line number\d+/.test(val))break;if(!allowDivTransToP)break;for(var tmpNode,p=UE.uNode.createElement("p");tmpNode=node.firstChild();)"text"!=tmpNode.type&&UE.dom.dtd.$block[tmpNode.tagName]?p.firstChild()?(node.parentNode.insertBefore(p,node),p=UE.uNode.createElement("p")):node.parentNode.insertBefore(tmpNode,node):p.appendChild(tmpNode);p.firstChild()&&node.parentNode.insertBefore(p,node),node.parentNode.removeChild(node);break;case"dl":node.tagName="ul";break;case"dt":case"dd":node.tagName="li";break;case"li":var className=node.getAttr("class");className&&/list\-/.test(className)||node.setAttr();var tmpNodes=node.getNodesByTagName("ol ul");UE.utils.each(tmpNodes,function(n){node.parentNode.insertAfter(n,node)});break;case"td":case"th":case"caption":node.children&&node.children.length||node.appendChild(browser.ie11below?UE.uNode.createText(" "):UE.uNode.createElement("br"));break;case"table":me.options.disabledTableInTable&&tdParent(node)&&(node.parentNode.insertBefore(UE.uNode.createText(node.innerText()),node),node.parentNode.removeChild(node))}}})}),me.addOutputRule(function(root){var val;root.traversal(function(node){if("element"==node.type){if(me.options.autoClearEmptyNode&&dtd.$inline[node.tagName]&&!dtd.$empty[node.tagName]&&(!node.attrs||utils.isEmptyObject(node.attrs)))return void(node.firstChild()?"span"!=node.tagName||node.attrs&&!utils.isEmptyObject(node.attrs)||node.parentNode.removeChild(node,!0):node.parentNode.removeChild(node));switch(node.tagName){case"div":(val=node.getAttr("cdata_tag"))&&(node.tagName=val,node.appendChild(UE.uNode.createText(node.getAttr("cdata_data"))),node.setAttr({cdata_tag:"",cdata_data:"",_ue_custom_node_:""}));break;case"a":(val=node.getAttr("_href"))&&node.setAttr({href:utils.html(val),_href:""});break;case"span":if(val=node.getAttr("id"),val&&/^_baidu_bookmark_/i.test(val)&&node.parentNode.removeChild(node),me.getOpt("rgb2Hex")){var cssStyle=node.getAttr("style");cssStyle&&node.setAttr("style",cssStyle.replace(/rgba?\(([\d,\s]+)\)/g,function(a,value){var array=value.split(",");if(array.length>3)return"";value="#";for(var color,i=0;color=array[i++];)color=parseInt(color.replace(/[^\d]/gi,""),10).toString(16),value+=1==color.length?"0"+color:color;return value.toUpperCase()}))}break;case"img":(val=node.getAttr("_src"))&&node.setAttr({src:node.getAttr("_src"),_src:""})}}})})},UE.commands.inserthtml={execCommand:function(command,html,notNeedFilter){var range,div,me=this;if(html&&me.fireEvent("beforeinserthtml",html)!==!0){if(range=me.selection.getRange(),div=range.document.createElement("div"),div.style.display="inline",!notNeedFilter){var root=UE.htmlparser(html);me.options.filterRules&&UE.filterNode(root,me.options.filterRules),me.filterInputRule(root),html=root.toHtml()}if(div.innerHTML=utils.trim(html),!range.collapsed){var tmpNode=range.startContainer;if(domUtils.isFillChar(tmpNode)&&range.setStartBefore(tmpNode),tmpNode=range.endContainer,domUtils.isFillChar(tmpNode)&&range.setEndAfter(tmpNode),range.txtToElmBoundary(),range.endContainer&&1==range.endContainer.nodeType&&(tmpNode=range.endContainer.childNodes[range.endOffset],tmpNode&&domUtils.isBr(tmpNode)&&range.setEndAfter(tmpNode)),0==range.startOffset&&(tmpNode=range.startContainer,domUtils.isBoundaryNode(tmpNode,"firstChild")&&(tmpNode=range.endContainer,range.endOffset==(3==tmpNode.nodeType?tmpNode.nodeValue.length:tmpNode.childNodes.length)&&domUtils.isBoundaryNode(tmpNode,"lastChild")&&(me.body.innerHTML="<p>"+(browser.ie?"":"<br/>")+"</p>",range.setStart(me.body.firstChild,0).collapse(!0)))),!range.collapsed&&range.deleteContents(),1==range.startContainer.nodeType){var pre,child=range.startContainer.childNodes[range.startOffset];if(child&&domUtils.isBlockElm(child)&&(pre=child.previousSibling)&&domUtils.isBlockElm(pre)){for(range.setEnd(pre,pre.childNodes.length).collapse();child.firstChild;)pre.appendChild(child.firstChild);domUtils.remove(child)}}}var child,parent,pre,tmp,nextNode,hadBreak=0;range.inFillChar()&&(child=range.startContainer,domUtils.isFillChar(child)?(range.setStartBefore(child).collapse(!0),domUtils.remove(child)):domUtils.isFillChar(child,!0)&&(child.nodeValue=child.nodeValue.replace(fillCharReg,""),range.startOffset--,range.collapsed&&range.collapse(!0)));var li=domUtils.findParentByTagName(range.startContainer,"li",!0);if(li){for(var next,last;child=div.firstChild;){for(;child&&(3==child.nodeType||!domUtils.isBlockElm(child)||"HR"==child.tagName);)next=child.nextSibling,range.insertNode(child).collapse(),last=child,child=next;if(child)if(/^(ol|ul)$/i.test(child.tagName)){for(;child.firstChild;)last=child.firstChild,domUtils.insertAfter(li,child.firstChild),li=li.nextSibling;domUtils.remove(child);
|
|
11
|
-
}else{var tmpLi;next=child.nextSibling,tmpLi=me.document.createElement("li"),domUtils.insertAfter(li,tmpLi),tmpLi.appendChild(child),last=child,child=next,li=tmpLi}}li=domUtils.findParentByTagName(range.startContainer,"li",!0),domUtils.isEmptyBlock(li)&&domUtils.remove(li),last&&range.setStartAfter(last).collapse(!0).select(!0)}else{for(;child=div.firstChild;){if(hadBreak){for(var p=me.document.createElement("p");child&&(3==child.nodeType||!dtd.$block[child.tagName]);)nextNode=child.nextSibling,p.appendChild(child),child=nextNode;p.firstChild&&(child=p)}if(range.insertNode(child),nextNode=child.nextSibling,!hadBreak&&child.nodeType==domUtils.NODE_ELEMENT&&domUtils.isBlockElm(child)&&(parent=domUtils.findParent(child,function(node){return domUtils.isBlockElm(node)}),parent&&"body"!=parent.tagName.toLowerCase()&&(!dtd[parent.tagName][child.nodeName]||child.parentNode!==parent))){if(dtd[parent.tagName][child.nodeName])for(tmp=child.parentNode;tmp!==parent;)pre=tmp,tmp=tmp.parentNode;else pre=parent;domUtils.breakParent(child,pre||tmp);var pre=child.previousSibling;domUtils.trimWhiteTextNode(pre),pre.childNodes.length||domUtils.remove(pre),!browser.ie&&(next=child.nextSibling)&&domUtils.isBlockElm(next)&&next.lastChild&&!domUtils.isBr(next.lastChild)&&next.appendChild(me.document.createElement("br")),hadBreak=1}var next=child.nextSibling;if(!div.firstChild&&next&&domUtils.isBlockElm(next)){range.setStart(next,0).collapse(!0);break}range.setEndAfter(child).collapse()}if(child=range.startContainer,nextNode&&domUtils.isBr(nextNode)&&domUtils.remove(nextNode),domUtils.isBlockElm(child)&&domUtils.isEmptyNode(child))if(nextNode=child.nextSibling)domUtils.remove(child),1==nextNode.nodeType&&dtd.$block[nextNode.tagName]&&range.setStart(nextNode,0).collapse(!0).shrinkBoundary();else try{child.innerHTML=browser.ie?domUtils.fillChar:"<br/>"}catch(e){range.setStartBefore(child),domUtils.remove(child)}try{range.select(!0)}catch(e){}}setTimeout(function(){range=me.selection.getRange(),range.scrollToView(me.autoHeightEnabled,me.autoHeightEnabled?domUtils.getXY(me.iframe).y:0),me.fireEvent("afterinserthtml",html)},200)}}},UE.plugins.autotypeset=function(){function isLine(node,notEmpty){return node&&3!=node.nodeType?domUtils.isBr(node)?1:node&&node.parentNode&&tags[node.tagName.toLowerCase()]?highlightCont&&highlightCont.contains(node)||node.getAttribute("pagebreak")?0:notEmpty?!domUtils.isEmptyBlock(node):domUtils.isEmptyBlock(node,new RegExp("[\\s"+domUtils.fillChar+"]","g")):void 0:0}function removeNotAttributeSpan(node){node.style.cssText||(domUtils.removeAttributes(node,["style"]),"span"==node.tagName.toLowerCase()&&domUtils.hasNoAttributes(node)&&domUtils.remove(node,!0))}function autotype(type,html){var cont,me=this;if(html){if(!opt.pasteFilter)return;cont=me.document.createElement("div"),cont.innerHTML=html.html}else cont=me.document.body;for(var ci,nodes=domUtils.getElementsByTagName(cont,"*"),i=0;ci=nodes[i++];)if(me.fireEvent("excludeNodeinautotype",ci)!==!0){if(opt.clearFontSize&&ci.style.fontSize&&(domUtils.removeStyle(ci,"font-size"),removeNotAttributeSpan(ci)),opt.clearFontFamily&&ci.style.fontFamily&&(domUtils.removeStyle(ci,"font-family"),removeNotAttributeSpan(ci)),isLine(ci)){if(opt.mergeEmptyline)for(var tmpNode,next=ci.nextSibling,isBr=domUtils.isBr(ci);isLine(next)&&(tmpNode=next,next=tmpNode.nextSibling,!isBr||next&&(!next||domUtils.isBr(next)));)domUtils.remove(tmpNode);if(opt.removeEmptyline&&domUtils.inDoc(ci,cont)&&!remainTag[ci.parentNode.tagName.toLowerCase()]){if(domUtils.isBr(ci)&&(next=ci.nextSibling,next&&!domUtils.isBr(next)))continue;domUtils.remove(ci);continue}}if(isLine(ci,!0)&&"SPAN"!=ci.tagName&&(opt.indent&&(ci.style.textIndent=opt.indentValue),opt.textAlign&&(ci.style.textAlign=opt.textAlign)),opt.removeClass&&ci.className&&!remainClass[ci.className.toLowerCase()]){if(highlightCont&&highlightCont.contains(ci))continue;domUtils.removeAttributes(ci,["class"])}if(opt.imageBlockLine&&"img"==ci.tagName.toLowerCase()&&!ci.getAttribute("emotion"))if(html){var img=ci;switch(opt.imageBlockLine){case"left":case"right":case"none":for(var tmpNode,pre,next,pN=img.parentNode;dtd.$inline[pN.tagName]||"A"==pN.tagName;)pN=pN.parentNode;if(tmpNode=pN,"P"==tmpNode.tagName&&"center"==domUtils.getStyle(tmpNode,"text-align")&&!domUtils.isBody(tmpNode)&&1==domUtils.getChildCount(tmpNode,function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)}))if(pre=tmpNode.previousSibling,next=tmpNode.nextSibling,pre&&next&&1==pre.nodeType&&1==next.nodeType&&pre.tagName==next.tagName&&domUtils.isBlockElm(pre)){for(pre.appendChild(tmpNode.firstChild);next.firstChild;)pre.appendChild(next.firstChild);domUtils.remove(tmpNode),domUtils.remove(next)}else domUtils.setStyle(tmpNode,"text-align","");domUtils.setStyle(img,"float",opt.imageBlockLine);break;case"center":if("center"!=me.queryCommandValue("imagefloat")){for(pN=img.parentNode,domUtils.setStyle(img,"float","none"),tmpNode=img;pN&&1==domUtils.getChildCount(pN,function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)})&&(dtd.$inline[pN.tagName]||"A"==pN.tagName);)tmpNode=pN,pN=pN.parentNode;var pNode=me.document.createElement("p");domUtils.setAttributes(pNode,{style:"text-align:center"}),tmpNode.parentNode.insertBefore(pNode,tmpNode),pNode.appendChild(tmpNode),domUtils.setStyle(tmpNode,"float","")}}}else{var range=me.selection.getRange();range.selectNode(ci).select(),me.execCommand("imagefloat",opt.imageBlockLine)}opt.removeEmptyNode&&opt.removeTagNames[ci.tagName.toLowerCase()]&&domUtils.hasNoAttributes(ci)&&domUtils.isEmptyBlock(ci)&&domUtils.remove(ci)}if(opt.tobdc){var root=UE.htmlparser(cont.innerHTML);root.traversal(function(node){"text"==node.type&&(node.data=ToDBC(node.data))}),cont.innerHTML=root.toHtml()}if(opt.bdc2sb){var root=UE.htmlparser(cont.innerHTML);root.traversal(function(node){"text"==node.type&&(node.data=DBC2SB(node.data))}),cont.innerHTML=root.toHtml()}html&&(html.html=cont.innerHTML)}function DBC2SB(str){for(var result="",i=0;i<str.length;i++){var code=str.charCodeAt(i);result+=code>=65281&&code<=65373?String.fromCharCode(str.charCodeAt(i)-65248):12288==code?String.fromCharCode(str.charCodeAt(i)-12288+32):str.charAt(i)}return result}function ToDBC(txtstring){txtstring=utils.html(txtstring);for(var tmp="",i=0;i<txtstring.length;i++)tmp+=32==txtstring.charCodeAt(i)?String.fromCharCode(12288):txtstring.charCodeAt(i)<127?String.fromCharCode(txtstring.charCodeAt(i)+65248):txtstring.charAt(i);return tmp}function readLocalOpts(){var cookieOpt=me.getPreferences("autotypeset");utils.extend(me.options.autotypeset,cookieOpt)}this.setOpt({autotypeset:{mergeEmptyline:!0,removeClass:!0,removeEmptyline:!1,textAlign:"left",imageBlockLine:"center",pasteFilter:!1,clearFontSize:!1,clearFontFamily:!1,removeEmptyNode:!1,removeTagNames:utils.extend({div:1},dtd.$removeEmpty),indent:!1,indentValue:"2em",bdc2sb:!1,tobdc:!1}});var highlightCont,me=this,opt=me.options.autotypeset,remainClass={selectTdClass:1,pagebreak:1,anchorclass:1},remainTag={li:1},tags={div:1,p:1,blockquote:1,center:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,span:1};opt&&(readLocalOpts(),opt.pasteFilter&&me.addListener("beforepaste",autotype),me.commands.autotypeset={execCommand:function(){me.removeListener("beforepaste",autotype),opt.pasteFilter&&me.addListener("beforepaste",autotype),autotype.call(me)}})},UE.plugin.register("autosubmit",function(){return{shortcutkey:{autosubmit:"ctrl+13"},commands:{autosubmit:{execCommand:function(){var me=this,form=domUtils.findParentByTagName(me.iframe,"form",!1);if(form){if(me.fireEvent("beforesubmit")===!1)return;me.sync(),form.submit()}}}}}}),UE.plugin.register("background",function(){function stringToObj(str){var obj={},styles=str.split(";");return utils.each(styles,function(v){var index=v.indexOf(":"),key=utils.trim(v.substr(0,index)).toLowerCase();key&&(obj[key]=utils.trim(v.substr(index+1)||""))}),obj}function setBackground(obj){if(obj){var styles=[];for(var name in obj)obj.hasOwnProperty(name)&&styles.push(name+":"+obj[name]+"; ");utils.cssRule(cssRuleId,styles.length?"body{"+styles.join("")+"}":"",me.document)}else utils.cssRule(cssRuleId,"",me.document)}var isSetColored,me=this,cssRuleId="editor_background",reg=new RegExp("body[\\s]*\\{(.+)\\}","i"),orgFn=me.hasContents;return me.hasContents=function(){return!!me.queryCommandValue("background")||orgFn.apply(me,arguments)},{bindEvents:{getAllHtml:function(type,headHtml){var body=this.body,su=domUtils.getComputedStyle(body,"background-image"),url="";url=su.indexOf(me.options.imagePath)>0?su.substring(su.indexOf(me.options.imagePath),su.length-1).replace(/"|\(|\)/gi,""):"none"!=su?su.replace(/url\("?|"?\)/gi,""):"";var html='<style type="text/css">body{',bgObj={"background-color":domUtils.getComputedStyle(body,"background-color")||"#ffffff","background-image":url?"url("+url+")":"","background-repeat":domUtils.getComputedStyle(body,"background-repeat")||"","background-position":browser.ie?domUtils.getComputedStyle(body,"background-position-x")+" "+domUtils.getComputedStyle(body,"background-position-y"):domUtils.getComputedStyle(body,"background-position"),height:domUtils.getComputedStyle(body,"height")};for(var name in bgObj)bgObj.hasOwnProperty(name)&&(html+=name+":"+bgObj[name]+"; ");html+="}</style> ",headHtml.push(html)},aftersetcontent:function(){0==isSetColored&&setBackground()}},inputRule:function(root){isSetColored=!1,utils.each(root.getNodesByTagName("p"),function(p){var styles=p.getAttr("data-background");styles&&(isSetColored=!0,setBackground(stringToObj(styles)),p.parentNode.removeChild(p))})},outputRule:function(root){var me=this,styles=(utils.cssRule(cssRuleId,me.document)||"").replace(/[\n\r]+/g,"").match(reg);styles&&root.appendChild(UE.uNode.createElement('<p style="display:none;" data-background="'+utils.trim(styles[1].replace(/"/g,"").replace(/[\s]+/g," "))+'"><br/></p>'))},commands:{background:{execCommand:function(cmd,obj){setBackground(obj)},queryCommandValue:function(){var me=this,styles=(utils.cssRule(cssRuleId,me.document)||"").replace(/[\n\r]+/g,"").match(reg);return styles?stringToObj(styles[1]):null},notNeedUndo:!0}}}}),UE.commands.imagefloat={execCommand:function(cmd,align){var me=this,range=me.selection.getRange();if(!range.collapsed){var img=range.getClosedNode();if(img&&"IMG"===img.tagName)switch(align){case"left":case"right":case"none":for(var tmpNode,pre,next,pN=img.parentNode;dtd.$inline[pN.tagName]||"A"==pN.tagName;)pN=pN.parentNode;if(tmpNode=pN,"P"==tmpNode.tagName&&"center"==domUtils.getStyle(tmpNode,"text-align")){if(!domUtils.isBody(tmpNode)&&1==domUtils.getChildCount(tmpNode,function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)}))if(pre=tmpNode.previousSibling,next=tmpNode.nextSibling,pre&&next&&1==pre.nodeType&&1==next.nodeType&&pre.tagName==next.tagName&&domUtils.isBlockElm(pre)){for(pre.appendChild(tmpNode.firstChild);next.firstChild;)pre.appendChild(next.firstChild);domUtils.remove(tmpNode),domUtils.remove(next)}else domUtils.setStyle(tmpNode,"text-align","");range.selectNode(img).select()}domUtils.setStyle(img,"float","none"==align?"":align),"none"==align&&domUtils.removeAttributes(img,"align");break;case"center":if("center"!=me.queryCommandValue("imagefloat")){for(pN=img.parentNode,domUtils.setStyle(img,"float",""),domUtils.removeAttributes(img,"align"),tmpNode=img;pN&&1==domUtils.getChildCount(pN,function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)})&&(dtd.$inline[pN.tagName]||"A"==pN.tagName);)tmpNode=pN,pN=pN.parentNode;range.setStartBefore(tmpNode).setCursor(!1),pN=me.document.createElement("div"),pN.appendChild(tmpNode),domUtils.setStyle(tmpNode,"float",""),me.execCommand("insertHtml",'<p id="_img_parent_tmp" style="text-align:center">'+pN.innerHTML+"</p>"),tmpNode=me.document.getElementById("_img_parent_tmp"),tmpNode.removeAttribute("id"),tmpNode=tmpNode.firstChild,range.selectNode(tmpNode).select(),next=tmpNode.parentNode.nextSibling,next&&domUtils.isEmptyNode(next)&&domUtils.remove(next)}}}},queryCommandValue:function(){var startNode,floatStyle,range=this.selection.getRange();return range.collapsed?"none":(startNode=range.getClosedNode(),startNode&&1==startNode.nodeType&&"IMG"==startNode.tagName?(floatStyle=domUtils.getComputedStyle(startNode,"float")||startNode.getAttribute("align"),"none"==floatStyle&&(floatStyle="center"==domUtils.getComputedStyle(startNode.parentNode,"text-align")?"center":floatStyle),{left:1,right:1,center:1}[floatStyle]?floatStyle:"none"):"none")},queryCommandState:function(){var startNode,range=this.selection.getRange();return range.collapsed?-1:(startNode=range.getClosedNode(),startNode&&1===startNode.nodeType&&"IMG"===startNode.tagName?0:-1)}},UE.commands.insertimage={execCommand:function(cmd,opt){if(opt=utils.isArray(opt)?opt:[opt],opt.length){var me=this,range=me.selection.getRange(),img=range.getClosedNode();if(me.fireEvent("beforeinsertimage",opt)!==!0){if(!img||!/img/i.test(img.tagName)||"edui-faked-video"==img.className&&img.className.indexOf("edui-upload-video")==-1||img.getAttribute("data-word-image")){var ci,html=[],str="";if(ci=opt[0],1==opt.length)str='<img src="'+ci.src+'" '+(ci._src?' _src="'+ci._src+'" ':"")+(ci.width?'width="'+ci.width+'" ':"")+(ci.height?' height="'+ci.height+'" ':"")+("left"==ci.floatStyle||"right"==ci.floatStyle?' style="float:'+ci.floatStyle+';"':"")+(ci.title&&""!=ci.title?' title="'+ci.title+'"':"")+(ci.border&&"0"!=ci.border?' border="'+ci.border+'"':"")+(ci.alt&&""!=ci.alt?' alt="'+ci.alt+'"':"")+(ci.hspace&&"0"!=ci.hspace?' hspace = "'+ci.hspace+'"':"")+(ci.vspace&&"0"!=ci.vspace?' vspace = "'+ci.vspace+'"':"")+"/>","center"==ci.floatStyle&&(str='<p style="text-align: center">'+str+"</p>"),html.push(str);else for(var i=0;ci=opt[i++];)str="<p "+("center"==ci.floatStyle?'style="text-align: center" ':"")+'><img src="'+ci.src+'" '+(ci.width?'width="'+ci.width+'" ':"")+(ci._src?' _src="'+ci._src+'" ':"")+(ci.height?' height="'+ci.height+'" ':"")+' style="'+(ci.floatStyle&&"center"!=ci.floatStyle?"float:"+ci.floatStyle+";":"")+(ci.border||"")+'" '+(ci.title?' title="'+ci.title+'"':"")+" /></p>",html.push(str);me.execCommand("insertHtml",html.join(""),!0)}else{var first=opt.shift(),floatStyle=first.floatStyle;delete first.floatStyle,domUtils.setAttributes(img,first),me.execCommand("imagefloat",floatStyle),opt.length>0&&(range.setStartAfter(img).setCursor(!1,!0),me.execCommand("insertimage",opt))}me.fireEvent("afterinsertimage",opt)}}}},UE.plugins.justify=function(){var block=domUtils.isBlockElm,defaultValue={left:1,right:1,center:1,justify:1},doJustify=function(range,style){var bookmark=range.createBookmark(),filterFn=function(node){return 1==node.nodeType?"br"!=node.tagName.toLowerCase()&&!domUtils.isBookmarkNode(node):!domUtils.isWhitespace(node)};range.enlarge(!0);for(var tmpNode,bookmark2=range.createBookmark(),current=domUtils.getNextDomNode(bookmark2.start,!1,filterFn),tmpRange=range.cloneRange();current&&!(domUtils.getPosition(current,bookmark2.end)&domUtils.POSITION_FOLLOWING);)if(3!=current.nodeType&&block(current))current=domUtils.getNextDomNode(current,!0,filterFn);else{for(tmpRange.setStartBefore(current);current&¤t!==bookmark2.end&&!block(current);)tmpNode=current,current=domUtils.getNextDomNode(current,!1,null,function(node){return!block(node)});tmpRange.setEndAfter(tmpNode);var common=tmpRange.getCommonAncestor();if(!domUtils.isBody(common)&&block(common))domUtils.setStyles(common,utils.isString(style)?{"text-align":style}:style),current=common;else{var p=range.document.createElement("p");domUtils.setStyles(p,utils.isString(style)?{"text-align":style}:style);var frag=tmpRange.extractContents();p.appendChild(frag),tmpRange.insertNode(p),current=p}current=domUtils.getNextDomNode(current,!1,filterFn)}return range.moveToBookmark(bookmark2).moveToBookmark(bookmark)};UE.commands.justify={execCommand:function(cmdName,align){var txt,range=this.selection.getRange();return range.collapsed&&(txt=this.document.createTextNode("p"),range.insertNode(txt)),doJustify(range,align),txt&&(range.setStartBefore(txt).collapse(!0),domUtils.remove(txt)),range.select(),!0},queryCommandValue:function(){var startNode=this.selection.getStart(),value=domUtils.getComputedStyle(startNode,"text-align");return defaultValue[value]?value:"left"},queryCommandState:function(){var start=this.selection.getStart(),cell=start&&domUtils.findParentByTagName(start,["td","th","caption"],!0);return cell?-1:0}}},UE.plugins.font=function(){function mergeWithParent(node){for(var parent;(parent=node.parentNode)&&"SPAN"==parent.tagName&&1==domUtils.getChildCount(parent,function(child){return!domUtils.isBookmarkNode(child)&&!domUtils.isBr(child)});)parent.style.cssText+=node.style.cssText,domUtils.remove(node,!0),node=parent}function mergeChild(rng,cmdName,value){if(needSetChild[cmdName]&&(rng.adjustmentBoundary(),!rng.collapsed&&1==rng.startContainer.nodeType)){var start=rng.startContainer.childNodes[rng.startOffset];if(start&&domUtils.isTagNode(start,"span")){var bk=rng.createBookmark();utils.each(domUtils.getElementsByTagName(start,"span"),function(span){span.parentNode&&!domUtils.isBookmarkNode(span)&&("backcolor"==cmdName&&domUtils.getComputedStyle(span,"background-color").toLowerCase()===value||(domUtils.removeStyle(span,needSetChild[cmdName]),0==span.style.cssText.replace(/^\s+$/,"").length&&domUtils.remove(span,!0)))}),rng.moveToBookmark(bk)}}}function mergesibling(rng,cmdName,value){var common,collapsed=rng.collapsed,bk=rng.createBookmark();if(collapsed)for(common=bk.start.parentNode;dtd.$inline[common.tagName];)common=common.parentNode;else common=domUtils.getCommonAncestor(bk.start,bk.end);utils.each(domUtils.getElementsByTagName(common,"span"),function(span){if(span.parentNode&&!domUtils.isBookmarkNode(span)){if(/\s*border\s*:\s*none;?\s*/i.test(span.style.cssText))return void(/^\s*border\s*:\s*none;?\s*$/.test(span.style.cssText)?domUtils.remove(span,!0):domUtils.removeStyle(span,"border"));if(/border/i.test(span.style.cssText)&&"SPAN"==span.parentNode.tagName&&/border/i.test(span.parentNode.style.cssText)&&(span.style.cssText=span.style.cssText.replace(/border[^:]*:[^;]+;?/gi,"")),"fontborder"!=cmdName||"none"!=value)for(var next=span.nextSibling;next&&1==next.nodeType&&"SPAN"==next.tagName;)if(domUtils.isBookmarkNode(next)&&"fontborder"==cmdName)span.appendChild(next),next=span.nextSibling;else{if(next.style.cssText==span.style.cssText&&(domUtils.moveChild(next,span),domUtils.remove(next)),span.nextSibling===next)break;next=span.nextSibling}if(mergeWithParent(span),browser.ie&&browser.version>8){var parent=domUtils.findParent(span,function(n){return"SPAN"==n.tagName&&/background-color/.test(n.style.cssText)});parent&&!/background-color/.test(span.style.cssText)&&(span.style.backgroundColor=parent.style.backgroundColor)}}}),rng.moveToBookmark(bk),mergeChild(rng,cmdName,value)}var me=this,fonts={forecolor:"color",backcolor:"background-color",fontsize:"font-size",fontfamily:"font-family",underline:"text-decoration",strikethrough:"text-decoration",fontborder:"border"},lang=me.getLang(),needCmd={underline:1,strikethrough:1,fontborder:1},needSetChild={forecolor:"color",backcolor:"background-color",fontsize:"font-size",fontfamily:"font-family"};me.setOpt({fontfamily:[{name:"default",val:"default"},{name:"songti",val:"宋体,SimSun"},{name:"yahei",val:"微软雅黑,Microsoft YaHei"},{name:"kaiti",val:"楷体,楷体_GB2312,SimKai"},{name:"heiti",val:"黑体,SimHei"},{name:"lishu",val:"隶书,SimLi"},{name:"arial",val:"arial,helvetica,sans-serif"},{name:"timesNewRoman",val:"times new roman"}],fontsize:[10,11,12,14,16,18,20,24,36]}),me.addInputRule(function(root){utils.each(root.getNodesByTagName("u s del font strike"),function(node){if("font"==node.tagName){var cssStyle=[];for(var p in node.attrs)switch(p){case"size":cssStyle.push("font-size:"+({1:"10",2:"12",3:"16",4:"18",5:"24",6:"32",7:"48"}[node.attrs[p]]||node.attrs[p])+"px");break;case"color":cssStyle.push("color:"+node.attrs[p]);break;case"face":cssStyle.push("font-family:"+node.attrs[p]);break;case"style":cssStyle.push(node.attrs[p])}node.attrs={style:cssStyle.join(";")}}else{var val="u"==node.tagName?"underline":"line-through";node.attrs={style:(node.getAttr("style")||"")+"text-decoration:"+val+";"}}node.tagName="span"})});for(var p in fonts)!function(cmd,style){UE.commands[cmd]={execCommand:function(cmdName,value){value=value||(this.queryCommandState(cmdName)?"none":"underline"===cmdName?"underline":"fontborder"===cmdName?"1px solid #000":"line-through");var text,me=this,range=this.selection.getRange();if("default"===value)range.collapsed&&(text=me.document.createTextNode("font"),range.insertNode(text).select()),me.execCommand("removeFormat","span,a",style),text&&(range.setStartBefore(text).collapse(!0),domUtils.remove(text)),mergesibling(range,cmdName,value),range.select();else if(range.collapsed){var span=domUtils.findParentByTagName(range.startContainer,"span",!0);if(text=me.document.createTextNode("font"),!span||span.children.length||span[browser.ie?"innerText":"textContent"].replace(fillCharReg,"").length){if(range.insertNode(text),range.selectNode(text).select(),span=range.document.createElement("span"),needCmd[cmd]){if(domUtils.findParentByTagName(text,"a",!0))return range.setStartBefore(text).setCursor(),void domUtils.remove(text);me.execCommand("removeFormat","span,a",style)}if(span.style.cssText=style+":"+value,text.parentNode.insertBefore(span,text),!browser.ie||browser.ie&&9===browser.version)for(var spanParent=span.parentNode;!domUtils.isBlockElm(spanParent);)"SPAN"===spanParent.tagName&&(span.style.cssText=spanParent.style.cssText+";"+span.style.cssText),spanParent=spanParent.parentNode;opera?setTimeout(function(){range.setStart(span,0).collapse(!0),mergesibling(range,cmdName,value),range.select()}):(range.setStart(span,0).collapse(!0),mergesibling(range,cmdName,value),range.select())}else range.insertNode(text),needCmd[cmd]&&(range.selectNode(text).select(),me.execCommand("removeFormat","span,a",style,null),span=domUtils.findParentByTagName(text,"span",!0),range.setStartBefore(text)),span&&(span.style.cssText+=";"+style+":"+value),range.collapse(!0).select();domUtils.remove(text)}else needCmd[cmd]&&me.queryCommandValue(cmd)&&me.execCommand("removeFormat","span,a",style),range=me.selection.getRange(),range.applyInlineStyle("span",{style:style+":"+value}),mergesibling(range,cmdName,value),range.select();return!0},queryCommandValue:function(cmdName){var styleVal,startNode=this.selection.getStart();if("underline"===cmdName||"strikethrough"===cmdName){for(var value,tmpNode=startNode;tmpNode&&!domUtils.isBlockElm(tmpNode)&&!domUtils.isBody(tmpNode);){if(1===tmpNode.nodeType&&(value=domUtils.getComputedStyle(tmpNode,style),"none"!==value))return value;tmpNode=tmpNode.parentNode}return"none"}if("fontborder"===cmdName){for(var val,tmp=startNode;tmp&&dtd.$inline[tmp.tagName];){if((val=domUtils.getComputedStyle(tmp,"border"))&&/1px/.test(val)&&/solid/.test(val))return val;tmp=tmp.parentNode}return""}if("FontSize"===cmdName)return styleVal=domUtils.getComputedStyle(startNode,style),tmp=/^([\d\.]+)(\w+)$/.exec(styleVal),tmp?Math.floor(tmp[1])+tmp[2]:styleVal;if("FontFamily"===cmdName){styleVal=domUtils.getComputedStyle(startNode,style),styleVal=styleVal.replace(/['"]/g,""),styleVal=styleVal.replace(/\s*,\s*/g,",");for(var fontFamily=lang.fontfamily["default"],fontList=me.options.fontfamily||[],i=0;i<fontList.length;i++){var v=fontList[i];if(v.val===styleVal){fontFamily=styleVal;break}}return fontFamily}return value=domUtils.getComputedStyle(startNode,style)},queryCommandState:function(cmdName){if(!needCmd[cmdName])return 0;var val=this.queryCommandValue(cmdName);return"fontborder"===cmdName?/1px/.test(val)&&/solid/.test(val):"underline"===cmdName?/underline/.test(val):/line\-through/.test(val)}}}(p,fonts[p])},UE.plugins.link=function(){function optimize(range){var start=range.startContainer,end=range.endContainer;(start=domUtils.findParentByTagName(start,"a",!0))&&range.setStartBefore(start),(end=domUtils.findParentByTagName(end,"a",!0))&&range.setEndAfter(end)}function doLink(range,opt,me){var rngClone=range.cloneRange(),link=me.queryCommandValue("link");optimize(range=range.adjustmentBoundary());var start=range.startContainer;if(1==start.nodeType&&link&&(start=start.childNodes[range.startOffset],start&&1==start.nodeType&&"A"==start.tagName&&/^(?:https?|ftp|file)\s*:\s*\/\//.test(start[browser.ie?"innerText":"textContent"])&&(start[browser.ie?"innerText":"textContent"]=utils.html(opt.textValue||opt.href))),rngClone.collapsed&&!link||(range.removeInlineStyle("a"),rngClone=range.cloneRange()),rngClone.collapsed){var a=range.document.createElement("a"),text="";opt.textValue?(text=utils.html(opt.textValue),delete opt.textValue):text=utils.html(opt.href),domUtils.setAttributes(a,opt),start=domUtils.findParentByTagName(rngClone.startContainer,"a",!0),start&&domUtils.isInNodeEndBoundary(rngClone,start)&&range.setStartAfter(start).collapse(!0),a[browser.ie?"innerText":"textContent"]=text,range.insertNode(a).selectNode(a)}else range.applyInlineStyle("a",opt)}UE.commands.unlink={execCommand:function(){var bookmark,range=this.selection.getRange();range.collapsed&&!domUtils.findParentByTagName(range.startContainer,"a",!0)||(bookmark=range.createBookmark(),optimize(range),range.removeInlineStyle("a").moveToBookmark(bookmark).select())},queryCommandState:function(){return!this.highlight&&this.queryCommandValue("link")?0:-1}},UE.commands.link={execCommand:function(cmdName,opt){var range;opt._href&&(opt._href=utils.unhtml(opt._href,/[<">]/g)),opt.href&&(opt.href=utils.unhtml(opt.href,/[<">]/g)),opt.textValue&&(opt.textValue=utils.unhtml(opt.textValue,/[<">]/g)),doLink(range=this.selection.getRange(),opt,this),range.collapse().select(!0)},queryCommandValue:function(){var node,range=this.selection.getRange();if(!range.collapsed){range.shrinkBoundary();var start=3!=range.startContainer.nodeType&&range.startContainer.childNodes[range.startOffset]?range.startContainer.childNodes[range.startOffset]:range.startContainer,end=3==range.endContainer.nodeType||0==range.endOffset?range.endContainer:range.endContainer.childNodes[range.endOffset-1],common=range.getCommonAncestor();if(node=domUtils.findParentByTagName(common,"a",!0),!node&&1==common.nodeType)for(var ps,pe,ci,as=common.getElementsByTagName("a"),i=0;ci=as[i++];)if(ps=domUtils.getPosition(ci,start),pe=domUtils.getPosition(ci,end),(ps&domUtils.POSITION_FOLLOWING||ps&domUtils.POSITION_CONTAINS)&&(pe&domUtils.POSITION_PRECEDING||pe&domUtils.POSITION_CONTAINS)){node=ci;break}return node}if(node=range.startContainer,node=1==node.nodeType?node:node.parentNode,node&&(node=domUtils.findParentByTagName(node,"a",!0))&&!domUtils.isInNodeEndBoundary(range,node))return node},queryCommandState:function(){var img=this.selection.getRange().getClosedNode(),flag=img&&("edui-faked-video"==img.className||img.className.indexOf("edui-upload-video")!=-1);return flag?-1:0}}},UE.plugins.insertframe=function(){function deleteIframe(){me._iframe&&delete me._iframe}var me=this;me.addListener("selectionchange",function(){deleteIframe()})},UE.commands.scrawl={queryCommandState:function(){return browser.ie&&browser.version<=8?-1:0}},UE.plugins.removeformat=function(){var me=this;me.setOpt({removeFormatTags:"b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var",removeFormatAttributes:"class,style,lang,width,height,align,hspace,valign"}),me.commands.removeformat={execCommand:function(cmdName,tags,style,attrs,notIncludeA){function isRedundantSpan(node){if(3==node.nodeType||"span"!=node.tagName.toLowerCase())return 0;if(browser.ie){var attrs=node.attributes;if(attrs.length){for(var i=0,l=attrs.length;i<l;i++)if(attrs[i].specified)return 0;return 1}}return!node.attributes.length}function doRemove(range){var bookmark1=range.createBookmark();if(range.collapsed&&range.enlarge(!0),!notIncludeA){var aNode=domUtils.findParentByTagName(range.startContainer,"a",!0);aNode&&range.setStartBefore(aNode),aNode=domUtils.findParentByTagName(range.endContainer,"a",!0),aNode&&range.setEndAfter(aNode)}for(bookmark=range.createBookmark(),node=bookmark.start;(parent=node.parentNode)&&!domUtils.isBlockElm(parent);)domUtils.breakParent(node,parent),domUtils.clearEmptySibling(node);if(bookmark.end){for(node=bookmark.end;(parent=node.parentNode)&&!domUtils.isBlockElm(parent);)domUtils.breakParent(node,parent),domUtils.clearEmptySibling(node);for(var next,current=domUtils.getNextDomNode(bookmark.start,!1,filter);current&¤t!=bookmark.end;)next=domUtils.getNextDomNode(current,!0,filter),dtd.$empty[current.tagName.toLowerCase()]||domUtils.isBookmarkNode(current)||(tagReg.test(current.tagName)?style?(domUtils.removeStyle(current,style),isRedundantSpan(current)&&"text-decoration"!=style&&domUtils.remove(current,!0)):domUtils.remove(current,!0):(domUtils.removeAttributes(current,removeFormatAttributes),isRedundantSpan(current)&&domUtils.remove(current,!0))),current=next}var pN=bookmark.start.parentNode;!domUtils.isBlockElm(pN)||dtd.$tableContent[pN.tagName]||dtd.$list[pN.tagName]||domUtils.removeAttributes(pN,removeFormatAttributes),pN=bookmark.end.parentNode,bookmark.end&&domUtils.isBlockElm(pN)&&!dtd.$tableContent[pN.tagName]&&!dtd.$list[pN.tagName]&&domUtils.removeAttributes(pN,removeFormatAttributes),range.moveToBookmark(bookmark).moveToBookmark(bookmark1);for(var tmp,node=range.startContainer,collapsed=range.collapsed;1==node.nodeType&&domUtils.isEmptyNode(node)&&dtd.$removeEmpty[node.tagName];)tmp=node.parentNode,range.setStartBefore(node),range.startContainer===range.endContainer&&range.endOffset--,domUtils.remove(node),node=tmp;if(!collapsed)for(node=range.endContainer;1==node.nodeType&&domUtils.isEmptyNode(node)&&dtd.$removeEmpty[node.tagName];)tmp=node.parentNode,range.setEndBefore(node),domUtils.remove(node),node=tmp}var bookmark,parent,tagReg=new RegExp("^(?:"+(tags||this.options.removeFormatTags).replace(/,/g,"|")+")$","i"),removeFormatAttributes=style?[]:(attrs||this.options.removeFormatAttributes).split(","),range=new dom.Range(this.document),filter=function(node){return 1==node.nodeType};range=this.selection.getRange(),doRemove(range),range.select()}}},UE.plugins.blockquote=function(){function getObj(editor){return domUtils.filterNodeList(editor.selection.getStartElementPath(),"blockquote")}var me=this;me.commands.blockquote={execCommand:function(cmdName,attrs){var range=this.selection.getRange(),obj=getObj(this),blockquote=dtd.blockquote,bookmark=range.createBookmark();if(obj){var start=range.startContainer,startBlock=domUtils.isBlockElm(start)?start:domUtils.findParent(start,function(node){return domUtils.isBlockElm(node)}),end=range.endContainer,endBlock=domUtils.isBlockElm(end)?end:domUtils.findParent(end,function(node){return domUtils.isBlockElm(node)});startBlock=domUtils.findParentByTagName(startBlock,"li",!0)||startBlock,endBlock=domUtils.findParentByTagName(endBlock,"li",!0)||endBlock,"LI"==startBlock.tagName||"TD"==startBlock.tagName||startBlock===obj||domUtils.isBody(startBlock)?domUtils.remove(obj,!0):domUtils.breakParent(startBlock,obj),startBlock!==endBlock&&(obj=domUtils.findParentByTagName(endBlock,"blockquote"),obj&&("LI"==endBlock.tagName||"TD"==endBlock.tagName||domUtils.isBody(endBlock)?obj.parentNode&&domUtils.remove(obj,!0):domUtils.breakParent(endBlock,obj)));for(var bi,blockquotes=domUtils.getElementsByTagName(this.document,"blockquote"),i=0;bi=blockquotes[i++];)bi.childNodes.length?domUtils.getPosition(bi,startBlock)&domUtils.POSITION_FOLLOWING&&domUtils.getPosition(bi,endBlock)&domUtils.POSITION_PRECEDING&&domUtils.remove(bi,!0):domUtils.remove(bi)}else{for(var tmpRange=range.cloneRange(),node=1==tmpRange.startContainer.nodeType?tmpRange.startContainer:tmpRange.startContainer.parentNode,preNode=node,doEnd=1;;){if(domUtils.isBody(node)){preNode!==node?range.collapsed?(tmpRange.selectNode(preNode),doEnd=0):tmpRange.setStartBefore(preNode):tmpRange.setStart(node,0);
|
|
12
|
-
break}if(!blockquote[node.tagName]){range.collapsed?tmpRange.selectNode(preNode):tmpRange.setStartBefore(preNode);break}preNode=node,node=node.parentNode}if(doEnd)for(preNode=node=node=1==tmpRange.endContainer.nodeType?tmpRange.endContainer:tmpRange.endContainer.parentNode;;){if(domUtils.isBody(node)){preNode!==node?tmpRange.setEndAfter(preNode):tmpRange.setEnd(node,node.childNodes.length);break}if(!blockquote[node.tagName]){tmpRange.setEndAfter(preNode);break}preNode=node,node=node.parentNode}node=range.document.createElement("blockquote"),domUtils.setAttributes(node,attrs),node.appendChild(tmpRange.extractContents()),tmpRange.insertNode(node);for(var ci,childs=domUtils.getElementsByTagName(node,"blockquote"),i=0;ci=childs[i++];)ci.parentNode&&domUtils.remove(ci,!0)}range.moveToBookmark(bookmark).select()},queryCommandState:function(){return getObj(this)?1:0}}},UE.commands.touppercase=UE.commands.tolowercase={execCommand:function(cmd){var me=this,rng=me.selection.getRange();if(rng.collapsed)return rng;for(var bk=rng.createBookmark(),bkEnd=bk.end,filterFn=function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)},curNode=domUtils.getNextDomNode(bk.start,!1,filterFn);curNode&&domUtils.getPosition(curNode,bkEnd)&domUtils.POSITION_PRECEDING&&(3==curNode.nodeType&&(curNode.nodeValue=curNode.nodeValue["touppercase"==cmd?"toUpperCase":"toLowerCase"]()),curNode=domUtils.getNextDomNode(curNode,!0,filterFn),curNode!==bkEnd););rng.moveToBookmark(bk).select()}},UE.commands.indent={execCommand:function(){var me=this,value=me.queryCommandState("indent")?"0em":me.options.indentValue||"2em";me.execCommand("Paragraph","p",{style:"text-indent:"+value})},queryCommandState:function(){var pN=domUtils.filterNodeList(this.selection.getStartElementPath(),"p h1 h2 h3 h4 h5 h6");return pN&&pN.style.textIndent&&parseInt(pN.style.textIndent)?1:0}},UE.commands.print={execCommand:function(){this.window.print()},notNeedUndo:1},UE.commands.preview={execCommand:function(){var w=window.open("","_blank",""),d=w.document;d.open(),d.write('<!DOCTYPE html><html><head><meta charset="utf-8"/><script src="'+this.options.UEDITOR_HOME_URL+"ueditor.parse.js\"></script><script>setTimeout(function(){uParse('div',{rootPath: '"+this.options.UEDITOR_HOME_URL+"'})},300)</script></head><body><div>"+this.getContent(null,null,!0)+"</div></body></html>"),d.close()},notNeedUndo:1},UE.plugins.selectall=function(){var me=this;me.commands.selectall={execCommand:function(){var me=this,body=me.body,range=me.selection.getRange();range.selectNodeContents(body),domUtils.isEmptyBlock(body)&&(browser.opera&&body.firstChild&&1==body.firstChild.nodeType&&range.setStartAtFirst(body.firstChild),range.collapse(!0)),range.select(!0)},notNeedUndo:1},me.addshortcutkey({selectAll:"ctrl+65"})},UE.plugins.paragraph=function(){var me=this,block=domUtils.isBlockElm,notExchange=["TD","LI","PRE"],doParagraph=function(range,style,attrs,sourceCmdName){var para,bookmark=range.createBookmark(),filterFn=function(node){return 1==node.nodeType?"br"!=node.tagName.toLowerCase()&&!domUtils.isBookmarkNode(node):!domUtils.isWhitespace(node)};range.enlarge(!0);for(var tmpNode,bookmark2=range.createBookmark(),current=domUtils.getNextDomNode(bookmark2.start,!1,filterFn),tmpRange=range.cloneRange();current&&!(domUtils.getPosition(current,bookmark2.end)&domUtils.POSITION_FOLLOWING);)if(3!==current.nodeType&&block(current))current=domUtils.getNextDomNode(current,!0,filterFn);else{for(tmpRange.setStartBefore(current);current&¤t!==bookmark2.end&&!block(current);)tmpNode=current,current=domUtils.getNextDomNode(current,!1,null,function(node){return!block(node)});tmpRange.setEndAfter(tmpNode),para=range.document.createElement(style),attrs&&(domUtils.setAttributes(para,attrs),sourceCmdName&&"customstyle"===sourceCmdName&&attrs.style&&(para.style.cssText=attrs.style)),para.appendChild(tmpRange.extractContents()),domUtils.isEmptyNode(para)&&domUtils.fillChar(range.document,para),tmpRange.insertNode(para);var parent=para.parentNode;block(parent)&&!domUtils.isBody(para.parentNode)&&utils.indexOf(notExchange,parent.tagName)===-1&&(sourceCmdName&&"customstyle"===sourceCmdName||(parent.getAttribute("dir")&¶.setAttribute("dir",parent.getAttribute("dir")),parent.style.cssText&&(para.style.cssText=parent.style.cssText+";"+para.style.cssText),parent.style.textAlign&&!para.style.textAlign&&(para.style.textAlign=parent.style.textAlign),parent.style.textIndent&&!para.style.textIndent&&(para.style.textIndent=parent.style.textIndent),parent.style.padding&&!para.style.padding&&(para.style.padding=parent.style.padding)),attrs&&/h\d/i.test(parent.tagName)&&!/h\d/i.test(para.tagName)?(domUtils.setAttributes(parent,attrs),sourceCmdName&&"customstyle"===sourceCmdName&&attrs.style&&(parent.style.cssText=attrs.style),domUtils.remove(para.parentNode,!0),para=parent):domUtils.remove(para.parentNode,!0)),current=utils.indexOf(notExchange,parent.tagName)!==-1?parent:para,current=domUtils.getNextDomNode(current,!1,filterFn)}return range.moveToBookmark(bookmark2).moveToBookmark(bookmark)};me.setOpt("paragraph",{p:"",h1:"",h2:"",h3:"",h4:"",h5:"",h6:""}),me.commands.paragraph={execCommand:function(cmdName,style,attrs,sourceCmdName){var pN,range=this.selection.getRange();if(range.collapsed){var txt=this.document.createTextNode("p");if(range.insertNode(txt),browser.ie){var node=txt.previousSibling;node&&domUtils.isWhitespace(node)&&domUtils.remove(node),node=txt.nextSibling,node&&domUtils.isWhitespace(node)&&domUtils.remove(node)}}if(range=doParagraph(range,style,attrs,sourceCmdName),txt&&(range.setStartBefore(txt).collapse(!0),pN=txt.parentNode,domUtils.remove(txt),domUtils.isBlockElm(pN)&&domUtils.isEmptyNode(pN)&&domUtils.fillNode(this.document,pN)),browser.gecko&&range.collapsed&&1===range.startContainer.nodeType){var child=range.startContainer.childNodes[range.startOffset];child&&1===child.nodeType&&child.tagName.toLowerCase()===style&&range.setStart(child,0).collapse(!0)}return range.select(),!0},queryCommandValue:function(){var node=domUtils.filterNodeList(this.selection.getStartElementPath(),"p h1 h2 h3 h4 h5 h6");return node?node.tagName.toLowerCase():""}}},function(){var block=domUtils.isBlockElm,getObj=function(editor){return domUtils.filterNodeList(editor.selection.getStartElementPath(),function(n){return n&&1==n.nodeType&&n.getAttribute("dir")})},doDirectionality=function(range,editor,forward){var bookmark,filterFn=function(node){return 1==node.nodeType?!domUtils.isBookmarkNode(node):!domUtils.isWhitespace(node)},obj=getObj(editor);if(obj&&range.collapsed)return obj.setAttribute("dir",forward),range;bookmark=range.createBookmark(),range.enlarge(!0);for(var tmpNode,bookmark2=range.createBookmark(),current=domUtils.getNextDomNode(bookmark2.start,!1,filterFn),tmpRange=range.cloneRange();current&&!(domUtils.getPosition(current,bookmark2.end)&domUtils.POSITION_FOLLOWING);)if(3!=current.nodeType&&block(current))current=domUtils.getNextDomNode(current,!0,filterFn);else{for(tmpRange.setStartBefore(current);current&¤t!==bookmark2.end&&!block(current);)tmpNode=current,current=domUtils.getNextDomNode(current,!1,null,function(node){return!block(node)});tmpRange.setEndAfter(tmpNode);var common=tmpRange.getCommonAncestor();if(!domUtils.isBody(common)&&block(common))common.setAttribute("dir",forward),current=common;else{var p=range.document.createElement("p");p.setAttribute("dir",forward);var frag=tmpRange.extractContents();p.appendChild(frag),tmpRange.insertNode(p),current=p}current=domUtils.getNextDomNode(current,!1,filterFn)}return range.moveToBookmark(bookmark2).moveToBookmark(bookmark)};UE.commands.directionality={execCommand:function(cmdName,forward){var range=this.selection.getRange();if(range.collapsed){var txt=this.document.createTextNode("d");range.insertNode(txt)}return doDirectionality(range,this,forward),txt&&(range.setStartBefore(txt).collapse(!0),domUtils.remove(txt)),range.select(),!0},queryCommandValue:function(){var node=getObj(this);return node?node.getAttribute("dir"):"ltr"}}}(),UE.plugins.horizontal=function(){var me=this;me.commands.horizontal={execCommand:function(cmdName){var me=this;if(me.queryCommandState(cmdName)!==-1){me.execCommand("insertHtml","<hr>");var range=me.selection.getRange(),start=range.startContainer;if(1==start.nodeType&&!start.childNodes[range.startOffset]){var tmp;(tmp=start.childNodes[range.startOffset-1])&&1==tmp.nodeType&&"HR"==tmp.tagName&&("p"==me.options.enterTag?(tmp=me.document.createElement("p"),range.insertNode(tmp),range.setStart(tmp,0).setCursor()):(tmp=me.document.createElement("br"),range.insertNode(tmp),range.setStartBefore(tmp).setCursor()))}return!0}},queryCommandState:function(){return domUtils.filterNodeList(this.selection.getStartElementPath(),"table")?-1:0}},me.addListener("delkeydown",function(name,evt){var rng=this.selection.getRange();if(rng.txtToElmBoundary(!0),domUtils.isStartInblock(rng)){var tmpNode=rng.startContainer,pre=tmpNode.previousSibling;if(pre&&domUtils.isTagNode(pre,"hr"))return domUtils.remove(pre),rng.select(),domUtils.preventDefault(evt),!0}})},UE.commands.time=UE.commands.date={execCommand:function(cmd,format){function formatTime(date,format){var hh=("0"+date.getHours()).slice(-2),ii=("0"+date.getMinutes()).slice(-2),ss=("0"+date.getSeconds()).slice(-2);return format=format||"hh:ii:ss",format.replace(/hh/gi,hh).replace(/ii/gi,ii).replace(/ss/gi,ss)}function formatDate(date,format){var yyyy=("000"+date.getFullYear()).slice(-4),yy=yyyy.slice(-2),mm=("0"+(date.getMonth()+1)).slice(-2),dd=("0"+date.getDate()).slice(-2);return format=format||"yyyy-mm-dd",format.replace(/yyyy/gi,yyyy).replace(/yy/gi,yy).replace(/mm/gi,mm).replace(/dd/gi,dd)}var date=new Date;this.execCommand("insertHtml","time"==cmd?formatTime(date,format):formatDate(date,format))}},UE.plugins.rowspacing=function(){var me=this;me.setOpt({rowspacingtop:["5","10","15","20","25"],rowspacingbottom:["5","10","15","20","25"]}),me.commands.rowspacing={execCommand:function(cmdName,value,dir){return this.execCommand("paragraph","p",{style:"margin-"+dir+":"+value+"px"}),!0},queryCommandValue:function(cmdName,dir){var value,pN=domUtils.filterNodeList(this.selection.getStartElementPath(),function(node){return domUtils.isBlockElm(node)});return pN?(value=domUtils.getComputedStyle(pN,"margin-"+dir).replace(/[^\d]/g,""),value?value:0):0}}},UE.plugins.lineheight=function(){var me=this;me.setOpt({lineheight:["1","1.5","1.75","2","3","4","5"]}),me.commands.lineheight={execCommand:function(cmdName,value){return this.execCommand("paragraph","p",{style:"line-height:"+("1"==value?"normal":value+"em")}),!0},queryCommandValue:function(){var pN=domUtils.filterNodeList(this.selection.getStartElementPath(),function(node){return domUtils.isBlockElm(node)});if(pN){var value=domUtils.getComputedStyle(pN,"line-height");return"normal"==value?1:value.replace(/[^\d.]*/gi,"")}}}},UE.plugins.insertcode=function(){var me=this;me.setOpt("insertcode",{as3:"ActionScript3",bash:"Bash/Shell",cpp:"C/C++",css:"Css","c#":"C#",delphi:"Delphi",erlang:"Erlang",groovy:"Groovy",html:"Html",java:"Java",js:"Javascript",pl:"Perl",php:"PHP",plain:"Text",ps:"PowerShell",python:"Python",ruby:"Ruby",scala:"Scala",sql:"SQL",vb:"VB",xml:"XML",mind:"Mind"}),me.commands.insertcode={execCommand:function(cmd,lang){var me=this,rng=me.selection.getRange(),pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0);if(pre)pre.className="brush:"+lang+";toolbar:false;";else{var code="";if(rng.collapsed)code=browser.ie&&browser.ie11below?browser.version<=8?" ":"":"<br/>";else{var frag=rng.extractContents(),div=me.document.createElement("div");div.appendChild(frag),utils.each(UE.filterNode(UE.htmlparser(div.innerHTML.replace(/[\r\t]/g,"")),me.options.filterTxtRules).children,function(node){if(browser.ie&&browser.ie11below&&browser.version>8)"element"==node.type?"br"==node.tagName?code+="\n":dtd.$empty[node.tagName]||(utils.each(node.children,function(cn){"element"==cn.type?"br"==cn.tagName?code+="\n":dtd.$empty[node.tagName]||(code+=cn.innerText()):code+=cn.data}),/\n$/.test(code)||(code+="\n")):code+=node.data+"\n",!node.nextSibling()&&/\n$/.test(code)&&(code=code.replace(/\n$/,""));else if(browser.ie&&browser.ie11below)"element"==node.type?"br"==node.tagName?code+="<br>":dtd.$empty[node.tagName]||(utils.each(node.children,function(cn){"element"==cn.type?"br"==cn.tagName?code+="<br>":dtd.$empty[node.tagName]||(code+=cn.innerText()):code+=cn.data}),/br>$/.test(code)||(code+="<br>")):code+=node.data+"<br>",!node.nextSibling()&&/<br>$/.test(code)&&(code=code.replace(/<br>$/,""));else if(code+="element"==node.type?dtd.$empty[node.tagName]?"":node.innerText():node.data,!/br\/?\s*>$/.test(code)){if(!node.nextSibling())return;code+="<br>"}})}me.execCommand("inserthtml",'<pre id="coder"class="brush:'+lang+';toolbar:false">'+code+"</pre>",!0),pre=me.document.getElementById("coder"),domUtils.removeAttributes(pre,"id");var tmpNode=pre.previousSibling;tmpNode&&(3==tmpNode.nodeType&&1==tmpNode.nodeValue.length&&browser.ie&&6==browser.version||domUtils.isEmptyBlock(tmpNode))&&domUtils.remove(tmpNode);var rng=me.selection.getRange();domUtils.isEmptyBlock(pre)?rng.setStart(pre,0).setCursor(!1,!0):rng.selectNodeContents(pre).select()}},queryCommandValue:function(){var path=this.selection.getStartElementPath(),lang="";return utils.each(path,function(node){if("PRE"==node.nodeName){var match=node.className.match(/brush:([^;]+)/);return lang=match&&match[1]?match[1]:"",!1}}),lang}},me.addInputRule(function(root){utils.each(root.getNodesByTagName("pre"),function(pre){var brs=pre.getNodesByTagName("br");if(brs.length)return void(browser.ie&&browser.ie11below&&browser.version>8&&utils.each(brs,function(br){var txt=UE.uNode.createText("\n");br.parentNode.insertBefore(txt,br),br.parentNode.removeChild(br)}));if(!(browser.ie&&browser.ie11below&&browser.version>8)){var code=pre.innerText().split(/\n/);pre.innerHTML(""),utils.each(code,function(c){c.length&&pre.appendChild(UE.uNode.createText(c)),pre.appendChild(UE.uNode.createElement("br"))})}})}),me.addOutputRule(function(root){utils.each(root.getNodesByTagName("pre"),function(pre){var code="";utils.each(pre.children,function(n){code+="text"==n.type?n.data.replace(/[ ]/g," ").replace(/\n$/,""):"br"==n.tagName?"\n":dtd.$empty[n.tagName]?n.innerText():""}),pre.innerText(code.replace(/( |\n)+$/,""))})}),me.notNeedCodeQuery={help:1,undo:1,redo:1,source:1,print:1,searchreplace:1,fullscreen:1,preview:1,insertparagraph:1,elementpath:1,insertcode:1,inserthtml:1,selectall:1};me.queryCommandState;me.queryCommandState=function(cmd){var me=this;return!me.notNeedCodeQuery[cmd.toLowerCase()]&&me.selection&&me.queryCommandValue("insertcode")?-1:UE.Editor.prototype.queryCommandState.apply(this,arguments)},me.addListener("beforeenterkeydown",function(){var rng=me.selection.getRange(),pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0);if(pre){if(me.fireEvent("saveScene"),rng.collapsed||rng.deleteContents(),!browser.ie||browser.ie9above){var pre,tmpNode=me.document.createElement("br");rng.insertNode(tmpNode).setStartAfter(tmpNode).collapse(!0);var next=tmpNode.nextSibling;next||browser.ie&&!(browser.version>10)?rng.setStartAfter(tmpNode):rng.insertNode(tmpNode.cloneNode(!1)),pre=tmpNode.previousSibling;for(var tmp;pre;)if(tmp=pre,pre=pre.previousSibling,!pre||"BR"==pre.nodeName){pre=tmp;break}if(pre){for(var str="";pre&&"BR"!=pre.nodeName&&new RegExp("^[\\s"+domUtils.fillChar+"]*$").test(pre.nodeValue);)str+=pre.nodeValue,pre=pre.nextSibling;if("BR"!=pre.nodeName){var match=pre.nodeValue.match(new RegExp("^([\\s"+domUtils.fillChar+"]+)"));match&&match[1]&&(str+=match[1])}str&&(str=me.document.createTextNode(str),rng.insertNode(str).setStartAfter(str))}rng.collapse(!0).select(!0)}else if(browser.version>8){var txt=me.document.createTextNode("\n"),start=rng.startContainer;if(0==rng.startOffset){var preNode=start.previousSibling;if(preNode){rng.insertNode(txt);var fillchar=me.document.createTextNode(" ");rng.setStartAfter(txt).insertNode(fillchar).setStart(fillchar,0).collapse(!0).select(!0)}}else{rng.insertNode(txt).setStartAfter(txt);var fillchar=me.document.createTextNode(" ");start=rng.startContainer.childNodes[rng.startOffset],start&&!/^\n/.test(start.nodeValue)&&rng.setStartBefore(txt),rng.insertNode(fillchar).setStart(fillchar,0).collapse(!0).select(!0)}}else{var tmpNode=me.document.createElement("br");rng.insertNode(tmpNode),rng.insertNode(me.document.createTextNode(domUtils.fillChar)),rng.setStartAfter(tmpNode),pre=tmpNode.previousSibling;for(var tmp;pre;)if(tmp=pre,pre=pre.previousSibling,!pre||"BR"==pre.nodeName){pre=tmp;break}if(pre){for(var str="";pre&&"BR"!=pre.nodeName&&new RegExp("^[ "+domUtils.fillChar+"]*$").test(pre.nodeValue);)str+=pre.nodeValue,pre=pre.nextSibling;if("BR"!=pre.nodeName){var match=pre.nodeValue.match(new RegExp("^([ "+domUtils.fillChar+"]+)"));match&&match[1]&&(str+=match[1])}str=me.document.createTextNode(str),rng.insertNode(str).setStartAfter(str)}rng.collapse(!0).select()}return me.fireEvent("saveScene"),!0}}),me.addListener("tabkeydown",function(cmd,evt){var rng=me.selection.getRange(),pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0);if(pre){if(me.fireEvent("saveScene"),evt.shiftKey);else if(rng.collapsed){var tmpNode=me.document.createTextNode(" ");rng.insertNode(tmpNode).setStartAfter(tmpNode).collapse(!0).select(!0)}else{for(var bk=rng.createBookmark(),start=bk.start.previousSibling;start;){if(pre.firstChild===start&&!domUtils.isBr(start)){pre.insertBefore(me.document.createTextNode(" "),start);break}if(domUtils.isBr(start)){pre.insertBefore(me.document.createTextNode(" "),start.nextSibling);break}start=start.previousSibling}var end=bk.end;for(start=bk.start.nextSibling,pre.firstChild===bk.start&&pre.insertBefore(me.document.createTextNode(" "),start.nextSibling);start&&start!==end;){if(domUtils.isBr(start)&&start.nextSibling){if(start.nextSibling===end)break;pre.insertBefore(me.document.createTextNode(" "),start.nextSibling)}start=start.nextSibling}rng.moveToBookmark(bk).select()}return me.fireEvent("saveScene"),!0}}),me.addListener("beforeinserthtml",function(evtName,html){var me=this,rng=me.selection.getRange(),pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0);if(pre){rng.collapsed||rng.deleteContents();var htmlstr="";if(browser.ie&&browser.version>8){utils.each(UE.filterNode(UE.htmlparser(html),me.options.filterTxtRules).children,function(node){"element"==node.type?"br"==node.tagName?htmlstr+="\n":dtd.$empty[node.tagName]||(utils.each(node.children,function(cn){"element"==cn.type?"br"==cn.tagName?htmlstr+="\n":dtd.$empty[node.tagName]||(htmlstr+=cn.innerText()):htmlstr+=cn.data}),/\n$/.test(htmlstr)||(htmlstr+="\n")):htmlstr+=node.data+"\n",!node.nextSibling()&&/\n$/.test(htmlstr)&&(htmlstr=htmlstr.replace(/\n$/,""))});var tmpNode=me.document.createTextNode(utils.html(htmlstr.replace(/ /g," ")));rng.insertNode(tmpNode).selectNode(tmpNode).select()}else{var frag=me.document.createDocumentFragment();utils.each(UE.filterNode(UE.htmlparser(html),me.options.filterTxtRules).children,function(node){"element"==node.type?"br"==node.tagName?frag.appendChild(me.document.createElement("br")):dtd.$empty[node.tagName]||(utils.each(node.children,function(cn){"element"==cn.type?"br"==cn.tagName?frag.appendChild(me.document.createElement("br")):dtd.$empty[node.tagName]||frag.appendChild(me.document.createTextNode(utils.html(cn.innerText().replace(/ /g," ")))):frag.appendChild(me.document.createTextNode(utils.html(cn.data.replace(/ /g," "))))}),"BR"!=frag.lastChild.nodeName&&frag.appendChild(me.document.createElement("br"))):frag.appendChild(me.document.createTextNode(utils.html(node.data.replace(/ /g," ")))),node.nextSibling()||"BR"!=frag.lastChild.nodeName||frag.removeChild(frag.lastChild)}),rng.insertNode(frag).select()}return!0}}),me.addListener("keydown",function(cmd,evt){var me=this,keyCode=evt.keyCode||evt.which;if(40==keyCode){var pre,rng=me.selection.getRange(),start=rng.startContainer;if(rng.collapsed&&(pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0))&&!pre.nextSibling){for(var last=pre.lastChild;last&&"BR"==last.nodeName;)last=last.previousSibling;(last===start||rng.startContainer===pre&&rng.startOffset==pre.childNodes.length)&&(me.execCommand("insertparagraph"),domUtils.preventDefault(evt))}}}),me.addListener("delkeydown",function(type,evt){var rng=this.selection.getRange();rng.txtToElmBoundary(!0);var start=rng.startContainer;if(domUtils.isTagNode(start,"pre")&&rng.collapsed&&domUtils.isStartInblock(rng)){var p=me.document.createElement("p");return domUtils.fillNode(me.document,p),start.parentNode.insertBefore(p,start),domUtils.remove(start),rng.setStart(p,0).setCursor(!1,!0),domUtils.preventDefault(evt),!0}})},UE.commands.cleardoc={execCommand:function(cmdName){var me=this,enterTag=me.options.enterTag,range=me.selection.getRange();"br"==enterTag?(me.body.innerHTML="<br/>",range.setStart(me.body,0).setCursor()):(me.body.innerHTML="<p>"+(ie?"":"<br/>")+"</p>",range.setStart(me.body.firstChild,0).setCursor(!1,!0)),setTimeout(function(){me.fireEvent("clearDoc")},0)}},UE.plugin.register("anchor",function(){return{bindEvents:{ready:function(){utils.cssRule("anchor",".anchorclass{background: url('"+this.options.themePath+this.options.theme+"/images/anchor.gif') no-repeat scroll left center transparent;cursor: auto;display: inline-block;height: 16px;width: 15px;}",this.document)}},outputRule:function(root){utils.each(root.getNodesByTagName("img"),function(a){var val;(val=a.getAttr("anchorname"))&&(a.tagName="a",a.setAttr({anchorname:"",name:val,"class":""}))})},inputRule:function(root){utils.each(root.getNodesByTagName("a"),function(a){var val;if((val=a.getAttr("name"))&&!a.getAttr("href")){if(/^\_Toc\d+$/.test(val))return void a.parentNode.removeChild(a);a.tagName="img",a.setAttr({anchorname:a.getAttr("name"),"class":"anchorclass"}),a.setAttr("name")}})},commands:{anchor:{execCommand:function(cmd,name){var range=this.selection.getRange(),img=range.getClosedNode();if(img&&img.getAttribute("anchorname"))name?img.setAttribute("anchorname",name):(range.setStartBefore(img).setCursor(),domUtils.remove(img));else if(name){var anchor=this.document.createElement("img");range.collapse(!0),domUtils.setAttributes(anchor,{anchorname:name,"class":"anchorclass"}),range.insertNode(anchor).setStartAfter(anchor).setCursor(!1,!0)}}}}}}),UE.plugins.wordcount=function(){var me=this;me.setOpt("wordCount",!0),me.addListener("contentchange",function(){me.fireEvent("wordcount")});var timer;me.addListener("ready",function(){var me=this;domUtils.on(me.body,"keyup",function(evt){var code=evt.keyCode||evt.which,ignores={16:1,18:1,20:1,37:1,38:1,39:1,40:1};code in ignores||(clearTimeout(timer),timer=setTimeout(function(){me.fireEvent("wordcount")},200))})})},UE.plugins.pagebreak=function(){function fillNode(node){if(domUtils.isEmptyBlock(node)){for(var tmpNode,firstChild=node.firstChild;firstChild&&1==firstChild.nodeType&&domUtils.isEmptyBlock(firstChild);)tmpNode=firstChild,firstChild=firstChild.firstChild;!tmpNode&&(tmpNode=node),domUtils.fillNode(me.document,tmpNode)}}function isHr(node){return node&&1==node.nodeType&&"HR"==node.tagName&&"pagebreak"==node.className}var me=this,notBreakTags=["td"];me.setOpt("pageBreakTag","_ueditor_page_break_tag_"),me.ready(function(){utils.cssRule("pagebreak",".pagebreak{display:block;clear:both !important;cursor:default !important;width: 100% !important;margin:0;}",me.document)}),me.addInputRule(function(root){root.traversal(function(node){if("text"==node.type&&node.data==me.options.pageBreakTag){var hr=UE.uNode.createElement('<hr class="pagebreak" noshade="noshade" size="5" style="-webkit-user-select: none;">');node.parentNode.insertBefore(hr,node),node.parentNode.removeChild(node)}})}),me.addOutputRule(function(node){utils.each(node.getNodesByTagName("hr"),function(n){if("pagebreak"==n.getAttr("class")){var txt=UE.uNode.createText(me.options.pageBreakTag);n.parentNode.insertBefore(txt,n),n.parentNode.removeChild(n)}})}),me.commands.pagebreak={execCommand:function(){var range=me.selection.getRange(),hr=me.document.createElement("hr");domUtils.setAttributes(hr,{"class":"pagebreak",noshade:"noshade",size:"5"}),domUtils.unSelectable(hr);var pN,node=domUtils.findParentByTagName(range.startContainer,notBreakTags,!0),parents=[];if(node)switch(node.tagName){case"TD":if(pN=node.parentNode,pN.previousSibling)pN.parentNode.insertBefore(hr,pN),parents=domUtils.findParents(hr);else{var table=domUtils.findParentByTagName(pN,"table");table.parentNode.insertBefore(hr,table),parents=domUtils.findParents(hr,!0)}pN=parents[1],hr!==pN&&domUtils.breakParent(hr,pN),me.fireEvent("afteradjusttable",me.document)}else{if(!range.collapsed){range.deleteContents();for(var start=range.startContainer;!domUtils.isBody(start)&&domUtils.isBlockElm(start)&&domUtils.isEmptyNode(start);)range.setStartBefore(start).collapse(!0),domUtils.remove(start),start=range.startContainer}range.insertNode(hr);for(var nextNode,pN=hr.parentNode;!domUtils.isBody(pN);)domUtils.breakParent(hr,pN),nextNode=hr.nextSibling,nextNode&&domUtils.isEmptyBlock(nextNode)&&domUtils.remove(nextNode),pN=hr.parentNode;nextNode=hr.nextSibling;var pre=hr.previousSibling;if(isHr(pre)?domUtils.remove(pre):pre&&fillNode(pre),nextNode)isHr(nextNode)?domUtils.remove(nextNode):fillNode(nextNode),range.setEndAfter(hr).collapse(!1);else{var p=me.document.createElement("p");hr.parentNode.appendChild(p),domUtils.fillNode(me.document,p),range.setStart(p,0).collapse(!0)}range.select(!0)}}}},UE.plugin.register("wordimage",function(){var me=this,images=[];return this.addListener("click",function(type,evt){var el=evt.target||evt.srcElement;"IMG"==el.tagName&&el.getAttribute("data-word-image")&&me.ui._dialogs.wordimageDialog&&me.ui._dialogs.wordimageDialog.open()}),{commands:{wordimage:{execCommand:function(){for(var ci,images=domUtils.getElementsByTagName(me.body,"img"),urlList=[],i=0;ci=images[i++];){var url=ci.getAttribute("data-word-image");url&&urlList.push(url)}return urlList},queryCommandState:function(){images=domUtils.getElementsByTagName(me.body,"img");for(var ci,i=0;ci=images[i++];)if(ci.getAttribute("data-word-image"))return 1;return-1},notNeedUndo:!0}},inputRule:function(root){utils.each(root.getNodesByTagName("img"),function(img){var attrs=img.attrs,flag=parseInt(attrs.width)<128||parseInt(attrs.height)<43,opt=me.options,src=opt.UEDITOR_HOME_URL+"themes/default/images/spacer.gif";attrs.src&&/^(?:(file:\/+))/.test(attrs.src)&&img.setAttr({width:attrs.width,height:attrs.height,alt:attrs.alt,"data-word-image":attrs.src,src:src,style:"background:url("+(flag?opt.themePath+opt.theme+"/images/word.gif":opt.langPath+opt.lang+"/images/localimage.png")+") no-repeat center center;border:1px solid #ddd"})})}}}),UE.plugin.register("autosave",function(){function save(editor){var saveData;return editor.hasContents()?(editor._autoSaveTimer=null,saveData=me.body.innerHTML,void(editor.fireEvent("beforeautosave",{content:saveData})!==!1&&(me.setPreferences(saveKey,saveData),editor.fireEvent("afterautosave",{content:saveData})))):void(saveKey&&me.removePreferences(saveKey))}var me=this,saveKey=null;return{defaultOptions:{autoSaveEnable:!0,autoSaveRestore:!1,autoSaveKey:null},bindEvents:{ready:function(){if(saveKey=me.getOpt("autoSaveKey"),!saveKey){var _suffix="_DraftsData",key=null;key=me.key?me.key+_suffix:(me.container.parentNode.id||"ue-common")+_suffix,saveKey=(location.protocol+location.host+location.pathname).replace(/[.:\/]/g,"_")+key}if(me.getOpt("autoSaveRestore")){var data=me.getPreferences(saveKey);data&&(me.body.innerHTML=data,me.fireEvent("showmessage",{type:"info",content:me.getLang("autosave").autoRestoreTip}))}},beforesubmit:function(){me.getOpt("autoSaveEnable")&&saveKey&&me.execCommand("clear_auto_save_content")},contentchange:function(){me.isReady&&me.getOpt("autoSaveEnable")&&saveKey&&(me._autoSaveTimer&&window.clearTimeout(me._autoSaveTimer),me._autoSaveTimer=window.setTimeout(function(){save(me)},1e3))}},commands:{clear_auto_save_content:{execCommand:function(cmd,name){saveKey&&me.getPreferences(saveKey)&&me.removePreferences(saveKey)},notNeedUndo:!0,ignoreContentChange:!0},set_auto_save_content:{execCommand:function(cmd,name){save(me)},notNeedUndo:!0,ignoreContentChange:!0},get_auto_save_content:{execCommand:function(cmd,name){return me.getPreferences(saveKey)||""},notNeedUndo:!0,ignoreContentChange:!0},auto_save_restore:{execCommand:function(cmd,name){saveKey&&(me.body.innerHTML=me.getPreferences(saveKey)||"<p>"+domUtils.fillHtml+"</p>",me.focus(!0))},queryCommandState:function(){return saveKey?null===me.getPreferences(saveKey)?-1:0:-1},notNeedUndo:!0,ignoreContentChange:!0}}}}),UE.plugin.register("formula",function(){var me=this;return{commands:{formula:{execCommand:function(cmdName,value){var range=me.selection.getRange(),img=range.getClosedNode();value=encodeURIComponent(value);var formulaConfig=me.getOpt("formulaConfig"),src=formulaConfig.imageUrlTemplate.replace(/\{\}/,value);img?img.setAttribute("src",src):me.execCommand("insertHtml",'<img src="'+src+'" data-formula-image="'+value+'" />')}}}}}),UE.plugins.dragdrop=function(){var me=this;me.ready(function(){domUtils.on(this.body,"dragend",function(){var rng=me.selection.getRange(),node=rng.getClosedNode()||me.selection.getStart();if(node&&"IMG"==node.tagName){for(var next,pre=node.previousSibling;(next=node.nextSibling)&&1==next.nodeType&&"SPAN"==next.tagName&&!next.firstChild;)domUtils.remove(next);(!pre||1!=pre.nodeType||domUtils.isEmptyBlock(pre))&&pre||next&&(!next||domUtils.isEmptyBlock(next))||(pre&&"P"==pre.tagName&&!domUtils.isEmptyBlock(pre)?(pre.appendChild(node),domUtils.moveChild(next,pre),domUtils.remove(next)):next&&"P"==next.tagName&&!domUtils.isEmptyBlock(next)&&next.insertBefore(node,next.firstChild),pre&&"P"==pre.tagName&&domUtils.isEmptyBlock(pre)&&domUtils.remove(pre),next&&"P"==next.tagName&&domUtils.isEmptyBlock(next)&&domUtils.remove(next),rng.selectNode(node).select(),me.fireEvent("saveScene"))}})}),me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(13==keyCode){var node,rng=me.selection.getRange();(node=domUtils.findParentByTagName(rng.startContainer,"p",!0))&&"center"==domUtils.getComputedStyle(node,"text-align")&&domUtils.removeStyle(node,"text-align")}})},UE.plugins.undo=function(){function compareAddr(indexA,indexB){if(indexA.length!=indexB.length)return 0;for(var i=0,l=indexA.length;i<l;i++)if(indexA[i]!=indexB[i])return 0;return 1}function compareRangeAddress(rngAddrA,rngAddrB){return rngAddrA.collapsed!=rngAddrB.collapsed?0:compareAddr(rngAddrA.startAddress,rngAddrB.startAddress)&&compareAddr(rngAddrA.endAddress,rngAddrB.endAddress)?1:0}function UndoManager(){this.list=[],this.index=0,this.hasUndo=!1,this.hasRedo=!1,this.undo=function(){if(this.hasUndo){if(!this.list[this.index-1]&&1==this.list.length)return void this.reset();for(;this.list[this.index].content==this.list[this.index-1].content;)if(this.index--,0==this.index)return this.restore(0);this.restore(--this.index)}},this.redo=function(){if(this.hasRedo){for(;this.list[this.index].content==this.list[this.index+1].content;)if(this.index++,this.index==this.list.length-1)return this.restore(this.index);this.restore(++this.index)}},this.restore=function(){var me=this.editor,scene=this.list[this.index],root=UE.htmlparser(scene.content.replace(fillchar,""));me.options.autoClearEmptyNode=!1,me.filterInputRule(root),me.options.autoClearEmptyNode=orgState,me.document.body.innerHTML=root.toHtml(),me.fireEvent("afterscencerestore"),browser.ie&&utils.each(domUtils.getElementsByTagName(me.document,"td th caption p"),function(node){domUtils.isEmptyNode(node)&&domUtils.fillNode(me.document,node)});try{var rng=new dom.Range(me.document).moveToAddress(scene.address);rng.select(noNeedFillCharTags[rng.startContainer.nodeName.toLowerCase()])}catch(e){}this.update(),this.clearKey(),
|
|
13
|
-
me.fireEvent("reset",!0)},this.getScene=function(){var me=this.editor,rng=me.selection.getRange(),rngAddress=rng.createAddress(!1,!0);me.fireEvent("beforegetscene");var root=UE.htmlparser(me.body.innerHTML);me.options.autoClearEmptyNode=!1,me.filterOutputRule(root),me.options.autoClearEmptyNode=orgState;var cont=root.toHtml();return me.fireEvent("aftergetscene"),{address:rngAddress,content:cont}},this.save=function(notCompareRange,notSetCursor){clearTimeout(saveSceneTimer);var currentScene=this.getScene(notSetCursor),lastScene=this.list[this.index];(!lastScene||lastScene&&lastScene.content!=currentScene.content)&&setTimeout(function(){me.trigger("contentchange")},0),lastScene&&lastScene.content==currentScene.content&&(notCompareRange?1:compareRangeAddress(lastScene.address,currentScene.address))||(this.list=this.list.slice(0,this.index+1),this.list.push(currentScene),this.list.length>maxUndoCount&&this.list.shift(),this.index=this.list.length-1,this.clearKey(),this.update())},this.update=function(){this.hasRedo=!!this.list[this.index+1],this.hasUndo=!!this.list[this.index-1]},this.reset=function(){this.list=[],this.index=0,this.hasUndo=!1,this.hasRedo=!1,this.clearKey()},this.clearKey=function(){keycont=0,lastKeyCode=null}}var saveSceneTimer,me=this,maxUndoCount=me.options.maxUndoCount||20,maxInputCount=me.options.maxInputCount||20,fillchar=new RegExp(domUtils.fillChar+"|</hr>","gi"),noNeedFillCharTags={ol:1,ul:1,table:1,tbody:1,tr:1,body:1},orgState=me.options.autoClearEmptyNode;me.undoManger=new UndoManager,me.undoManger.editor=me,me.addListener("saveScene",function(){var args=Array.prototype.splice.call(arguments,1);this.undoManger.save.apply(this.undoManger,args)}),me.addListener("reset",function(type,exclude){exclude||this.undoManger.reset()}),me.commands.redo=me.commands.undo={execCommand:function(cmdName){this.undoManger[cmdName]()},queryCommandState:function(cmdName){return this.undoManger["has"+("undo"==cmdName.toLowerCase()?"Undo":"Redo")]?0:-1},notNeedUndo:1};var lastKeyCode,keys={16:1,17:1,18:1,37:1,38:1,39:1,40:1},keycont=0,inputType=!1;me.addListener("ready",function(){domUtils.on(this.body,"compositionstart",function(){inputType=!0}),domUtils.on(this.body,"compositionend",function(){inputType=!1})}),me.addshortcutkey({Undo:"ctrl+90",Redo:"ctrl+89"});var isCollapsed=!0;me.addListener("keyup",function(type,evt){function save(cont){cont.undoManger.save(!1,!0),cont.fireEvent("selectionchange")}var me=this,keyCode=evt.keyCode||evt.which;if(!(keys[keyCode]||evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey)){if(inputType)return;if(!me.selection.getRange().collapsed)return me.undoManger.save(!1,!0),void(isCollapsed=!1);0===me.undoManger.list.length&&me.undoManger.save(!0),clearTimeout(saveSceneTimer),saveSceneTimer=setTimeout(function(){if(inputType)var intervalTimer=setInterval(function(){inputType||(save(me),clearInterval(intervalTimer))},300);else save(me)},200),lastKeyCode=keyCode,keycont++,keycont>=maxInputCount&&save(me)}}),me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(!(keys[keyCode]||evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey)){if(inputType)return;isCollapsed||(this.undoManger.save(!1,!0),isCollapsed=!0)}}),me.stopCmdUndo=function(){me.__hasEnterExecCommand=!0},me.startCmdUndo=function(){me.__hasEnterExecCommand=!1}},UE.plugin.register("copy",function(){function initZeroClipboard(){ZeroClipboard.config({debug:!1,swfPath:me.options.UEDITOR_HOME_URL+"third-party/zeroclipboard/ZeroClipboard.swf"});var client=me.zeroclipboard=new ZeroClipboard;client.on("copy",function(e){var client=e.client,rng=me.selection.getRange(),div=document.createElement("div");div.appendChild(rng.cloneContents()),client.setText(div.innerText||div.textContent),client.setHtml(div.innerHTML),rng.select()}),client.on("mouseover mouseout",function(e){var target=e.target;target&&("mouseover"==e.type?domUtils.addClass(target,"edui-state-hover"):"mouseout"==e.type&&domUtils.removeClasses(target,"edui-state-hover"))}),client.on("wrongflash noflash",function(){ZeroClipboard.destroy()}),me.fireEvent("zeroclipboardready",client)}var me=this;return{bindEvents:{ready:function(){browser.ie||(window.ZeroClipboard?initZeroClipboard():utils.loadFile(document,{src:me.options.UEDITOR_HOME_URL+"third-party/zeroclipboard/ZeroClipboard.js",tag:"script",type:"text/javascript",defer:"defer"},function(){initZeroClipboard()}))}},commands:{copy:{execCommand:function(cmd){me.document.execCommand("copy")||alert(me.getLang("copymsg"))}}}}}),UE.plugins.paste=function(){function getClipboardData(callback){var doc=this.document;if(!doc.getElementById("baidu_pastebin")){var range=this.selection.getRange(),bk=range.createBookmark(),pastebin=doc.createElement("div");pastebin.id="baidu_pastebin",browser.webkit&&pastebin.appendChild(doc.createTextNode(domUtils.fillChar+domUtils.fillChar)),doc.body.appendChild(pastebin),bk.start.style.display="",pastebin.style.cssText="position:absolute;width:1px;height:1px;overflow:hidden;left:-1000px;white-space:nowrap;top:"+domUtils.getXY(bk.start).y+"px",range.selectNodeContents(pastebin).select(!0),setTimeout(function(){if(browser.webkit)for(var pi,i=0,pastebins=doc.querySelectorAll("#baidu_pastebin");pi=pastebins[i++];){if(!domUtils.isEmptyNode(pi)){pastebin=pi;break}domUtils.remove(pi)}try{pastebin.parentNode.removeChild(pastebin)}catch(e){}range.moveToBookmark(bk).select(!0),callback(pastebin)},0)}}function getPureHtml(html){return html.replace(/<(\/?)([\w\-]+)([^>]*)>/gi,function(a,b,tagName,attrs){return tagName=tagName.toLowerCase(),{img:1}[tagName]?a:(attrs=attrs.replace(/([\w\-]*?)\s*=\s*(("([^"]*)")|('([^']*)')|([^\s>]+))/gi,function(str,atr,val){return{src:1,href:1,name:1}[atr.toLowerCase()]?atr+"="+val+" ":""}),{span:1,div:1}[tagName]?"":"<"+b+tagName+" "+utils.trim(attrs)+">")})}function filter(div){var html;if(div.firstChild){for(var ni,nodes=domUtils.getElementsByTagName(div,"span"),i=0;ni=nodes[i++];)"_baidu_cut_start"!=ni.id&&"_baidu_cut_end"!=ni.id||domUtils.remove(ni);if(browser.webkit){for(var bi,brs=div.querySelectorAll("div br"),i=0;bi=brs[i++];){var pN=bi.parentNode;"DIV"==pN.tagName&&1==pN.childNodes.length&&(pN.innerHTML="<p><br/></p>",domUtils.remove(pN))}for(var di,divs=div.querySelectorAll("#baidu_pastebin"),i=0;di=divs[i++];){var tmpP=me.document.createElement("p");for(di.parentNode.insertBefore(tmpP,di);di.firstChild;)tmpP.appendChild(di.firstChild);domUtils.remove(di)}for(var ci,metas=div.querySelectorAll("meta"),i=0;ci=metas[i++];)domUtils.remove(ci);var brs=div.querySelectorAll("br");for(i=0;ci=brs[i++];)/^apple-/i.test(ci.className)&&domUtils.remove(ci)}if(browser.gecko){var dirtyNodes=div.querySelectorAll("[_moz_dirty]");for(i=0;ci=dirtyNodes[i++];)ci.removeAttribute("_moz_dirty")}if(!browser.ie)for(var ci,spans=div.querySelectorAll("span.Apple-style-span"),i=0;ci=spans[i++];)domUtils.remove(ci,!0);html=div.innerHTML,html=UE.filterWord(html);var root=UE.htmlparser(html);if(me.options.filterRules&&UE.filterNode(root,me.options.filterRules),me.filterInputRule(root),browser.webkit){var br=root.lastChild();br&&"element"==br.type&&"br"==br.tagName&&root.removeChild(br),utils.each(me.body.querySelectorAll("div"),function(node){domUtils.isEmptyBlock(node)&&domUtils.remove(node,!0)})}if(html={html:root.toHtml()},me.fireEvent("beforepaste",html,root),!html.html)return;root=UE.htmlparser(html.html,!0),1===me.queryCommandState("pasteplain")?me.execCommand("insertHtml",UE.filterNode(root,me.options.filterTxtRules).toHtml(),!0):(UE.filterNode(root,me.options.filterTxtRules),txtContent=root.toHtml(),htmlContent=html.html,address=me.selection.getRange().createAddress(!0),me.execCommand("insertHtml",me.getOpt("retainOnlyLabelPasted")===!0?getPureHtml(htmlContent):htmlContent,!0)),me.fireEvent("afterpaste",html)}}var me=this;me.setOpt({retainOnlyLabelPasted:!1});var txtContent,htmlContent,address;me.addListener("pasteTransfer",function(cmd,plainType){if(address&&txtContent&&htmlContent&&txtContent!=htmlContent){var range=me.selection.getRange();if(range.moveToAddress(address,!0),!range.collapsed){for(;!domUtils.isBody(range.startContainer);){var start=range.startContainer;if(1==start.nodeType){if(start=start.childNodes[range.startOffset],!start){range.setStartBefore(range.startContainer);continue}var pre=start.previousSibling;pre&&3==pre.nodeType&&new RegExp("^[\n\r\t "+domUtils.fillChar+"]*$").test(pre.nodeValue)&&range.setStartBefore(pre)}if(0!=range.startOffset)break;range.setStartBefore(range.startContainer)}for(;!domUtils.isBody(range.endContainer);){var end=range.endContainer;if(1==end.nodeType){if(end=end.childNodes[range.endOffset],!end){range.setEndAfter(range.endContainer);continue}var next=end.nextSibling;next&&3==next.nodeType&&new RegExp("^[\n\r\t"+domUtils.fillChar+"]*$").test(next.nodeValue)&&range.setEndAfter(next)}if(range.endOffset!=range.endContainer[3==range.endContainer.nodeType?"nodeValue":"childNodes"].length)break;range.setEndAfter(range.endContainer)}}range.deleteContents(),range.select(!0),me.__hasEnterExecCommand=!0;var html=htmlContent;2===plainType?html=getPureHtml(html):plainType&&(html=txtContent),me.execCommand("inserthtml",html,!0),me.__hasEnterExecCommand=!1;for(var rng=me.selection.getRange();!domUtils.isBody(rng.startContainer)&&!rng.startOffset&&rng.startContainer[3==rng.startContainer.nodeType?"nodeValue":"childNodes"].length;)rng.setStartBefore(rng.startContainer);var tmpAddress=rng.createAddress(!0);address.endAddress=tmpAddress.startAddress}}),me.addListener("ready",function(){domUtils.on(me.body,"cut",function(){var range=me.selection.getRange();!range.collapsed&&me.undoManger&&me.undoManger.save()}),domUtils.on(me.body,browser.ie||browser.opera?"keydown":"paste",function(e){(!browser.ie&&!browser.opera||(e.ctrlKey||e.metaKey)&&"86"==e.keyCode)&&getClipboardData.call(me,function(div){filter(div)})})}),me.commands.paste={execCommand:function(cmd){browser.ie?(getClipboardData.call(me,function(div){filter(div)}),me.document.execCommand("paste")):alert(me.getLang("pastemsg"))}}},UE.plugins.pasteplain=function(){var me=this;me.setOpt({pasteplain:!1,filterTxtRules:function(){function transP(node){node.tagName="p",node.setStyle()}function removeNode(node){node.parentNode.removeChild(node,!0)}return{"-":"script style object iframe embed input select",p:{$:{}},br:{$:{}},div:function(node){for(var tmpNode,p=UE.uNode.createElement("p");tmpNode=node.firstChild();)"text"!=tmpNode.type&&UE.dom.dtd.$block[tmpNode.tagName]?p.firstChild()?(node.parentNode.insertBefore(p,node),p=UE.uNode.createElement("p")):node.parentNode.insertBefore(tmpNode,node):p.appendChild(tmpNode);p.firstChild()&&node.parentNode.insertBefore(p,node),node.parentNode.removeChild(node)},ol:removeNode,ul:removeNode,dl:removeNode,dt:removeNode,dd:removeNode,li:removeNode,caption:transP,th:transP,tr:transP,h1:transP,h2:transP,h3:transP,h4:transP,h5:transP,h6:transP,td:function(node){var txt=!!node.innerText();txt&&node.parentNode.insertAfter(UE.uNode.createText(" "),node),node.parentNode.removeChild(node,node.innerText())}}}()});var pasteplain=me.options.pasteplain;me.commands.pasteplain={queryCommandState:function(){return pasteplain?1:0},execCommand:function(){pasteplain=0|!pasteplain},notNeedUndo:1}},UE.plugins.list=function(){function listToArray(list){var arr=[];for(var p in list)arr.push(p);return arr}function getStyle(node){var cls=node.className;return domUtils.hasClass(node,/custom_/)?cls.match(/custom_(\w+)/)[1]:domUtils.getStyle(node,"list-style-type")}function adjustListStyle(doc,ignore){utils.each(domUtils.getElementsByTagName(doc,"ol ul"),function(node){if(domUtils.inDoc(node,doc)){var parent=node.parentNode;if(parent.tagName===node.tagName){var nodeStyleType=getStyle(node)||("OL"===node.tagName?"decimal":"disc"),parentStyleType=getStyle(parent)||("OL"===parent.tagName?"decimal":"disc");if(nodeStyleType===parentStyleType){var styleIndex=utils.indexOf(listStyle[node.tagName],nodeStyleType);styleIndex=styleIndex+1===listStyle[node.tagName].length?0:styleIndex+1,setListStyle(node,listStyle[node.tagName][styleIndex])}}var index=0,type=2;domUtils.hasClass(node,/custom_/)?/[ou]l/i.test(parent.tagName)&&domUtils.hasClass(parent,/custom_/)||(type=1):/[ou]l/i.test(parent.tagName)&&domUtils.hasClass(parent,/custom_/)&&(type=3);var style=domUtils.getStyle(node,"list-style-type");style&&(node.style.cssText="list-style-type:"+style),node.className=utils.trim(node.className.replace(/list-paddingleft-\w+/,""))+" list-paddingleft-"+type,utils.each(domUtils.getElementsByTagName(node,"li"),function(li){if(li.style.cssText&&(li.style.cssText=""),!li.firstChild)return void domUtils.remove(li);if(li.parentNode===node){if(index++,domUtils.hasClass(node,/custom_/)){var paddingLeft=1,currentStyle=getStyle(node);if("OL"===node.tagName){if(currentStyle)switch(currentStyle){case"cn":case"cn1":case"cn2":index>10&&(index%10===0||index>10&&index<20)?paddingLeft=2:index>20&&(paddingLeft=3);break;case"num2":index>9&&(paddingLeft=2)}li.className="list-"+currentStyle+"-paddingleft-"+paddingLeft}else li.className="list-"+currentStyle+"-paddingleft"}else li.className=li.className.replace(/list-[\w\-]+/gi,"");var className=li.getAttribute("class");null===className||className.replace(/\s/g,"")||domUtils.removeAttributes(li,"class")}}),!ignore&&adjustList(node,node.tagName.toLowerCase(),getStyle(node)||domUtils.getStyle(node,"list-style-type"),!0)}})}function adjustList(list,tag,style,ignoreEmpty){var nextList=list.nextSibling;nextList&&1===nextList.nodeType&&nextList.tagName.toLowerCase()===tag&&(getStyle(nextList)||domUtils.getStyle(nextList,"list-style-type")||("ol"==tag?"decimal":"disc"))==style&&(domUtils.moveChild(nextList,list),0===nextList.childNodes.length&&domUtils.remove(nextList)),nextList&&domUtils.isFillChar(nextList)&&domUtils.remove(nextList);var preList=list.previousSibling;preList&&1===preList.nodeType&&preList.tagName.toLowerCase()==tag&&(getStyle(preList)||domUtils.getStyle(preList,"list-style-type")||("ol"==tag?"decimal":"disc"))===style&&domUtils.moveChild(list,preList),preList&&domUtils.isFillChar(preList)&&domUtils.remove(preList),!ignoreEmpty&&domUtils.isEmptyBlock(list)&&domUtils.remove(list),getStyle(list)&&adjustListStyle(list.ownerDocument,!0)}function setListStyle(list,style){try{domUtils.setStyle(list,"list-style-type",style)}catch(e){}}function clearEmptySibling(node){var tmpNode=node.previousSibling;tmpNode&&domUtils.isEmptyBlock(tmpNode)&&domUtils.remove(tmpNode),tmpNode=node.nextSibling,tmpNode&&domUtils.isEmptyBlock(tmpNode)&&domUtils.remove(tmpNode)}function getLi(start){for(;start&&!domUtils.isBody(start);){if("TABLE"==start.nodeName)return null;if("LI"==start.nodeName)return start;start=start.parentNode}}var me=this,notExchange={TD:1,PRE:1,BLOCKQUOTE:1};me.setOpt({autoTransWordToList:!1,insertorderedlist:{decimal:"","lower-alpha":"","lower-roman":"","upper-alpha":"","upper-roman":""},insertunorderedlist:{circle:"",disc:"",square:""},listDefaultPaddingLeft:"30",listiconpath:"http://bs.baidu.com/listicon/",maxListLevel:-1,disablePInList:!1});var listStyle={OL:listToArray(me.options.insertorderedlist),UL:listToArray(me.options.insertunorderedlist)};me.options.listiconpath;me.ready(function(){var customCss=[];customCss.push(".list-paddingleft-1{padding-left:0}"),customCss.push(".list-paddingleft-2{padding-left:"+me.options.listDefaultPaddingLeft+"px}"),customCss.push(".list-paddingleft-3{padding-left:"+2*me.options.listDefaultPaddingLeft+"px}"),utils.cssRule("list","ol,ul{margin:0;pading:0;"+(browser.ie?"":"width:95%")+"}li{clear:both;}"+customCss.join("\n"),me.document)}),me.ready(function(){domUtils.on(me.body,"cut",function(){setTimeout(function(){var li,rng=me.selection.getRange();if(!rng.collapsed&&(li=domUtils.findParentByTagName(rng.startContainer,"li",!0))&&!li.nextSibling&&domUtils.isEmptyBlock(li)){var node,pn=li.parentNode;if(node=pn.previousSibling)domUtils.remove(pn),rng.setStartAtLast(node).collapse(!0),rng.select(!0);else if(node=pn.nextSibling)domUtils.remove(pn),rng.setStartAtFirst(node).collapse(!0),rng.select(!0);else{var tmpNode=me.document.createElement("p");domUtils.fillNode(me.document,tmpNode),pn.parentNode.insertBefore(tmpNode,pn),domUtils.remove(pn),rng.setStart(tmpNode,0).collapse(!0),rng.select(!0)}}})})}),me.addListener("beforepaste",function(type,html){var li,me=this,rng=me.selection.getRange(),root=UE.htmlparser(html.html,!0);if(li=domUtils.findParentByTagName(rng.startContainer,"li",!0)){var list=li.parentNode,tagName="OL"===list.tagName?"ul":"ol";utils.each(root.getNodesByTagName(tagName),function(n){if(n.tagName=list.tagName,n.setAttr(),n.parentNode===root)type=getStyle(list)||("OL"==list.tagName?"decimal":"disc");else{var className=n.parentNode.getAttr("class");type=className&&/custom_/.test(className)?className.match(/custom_(\w+)/)[1]:n.parentNode.getStyle("list-style-type"),type||(type="OL"===list.tagName?"decimal":"disc")}var index=utils.indexOf(listStyle[list.tagName],type);n.parentNode!==root&&(index=index+1===listStyle[list.tagName].length?0:index+1);var currentStyle=listStyle[list.tagName][index];n.setStyle("list-style-type",currentStyle)})}html.html=root.toHtml()}),me.getOpt("disablePInList")===!0&&me.addOutputRule(function(root){utils.each(root.getNodesByTagName("li"),function(li){var newChildrens=[],index=0;utils.each(li.children,function(n){if("p"==n.tagName){for(var tmpNode;tmpNode=n.children.pop();)newChildrens.splice(index,0,tmpNode),tmpNode.parentNode=li,lastNode=tmpNode;if(tmpNode=newChildrens[newChildrens.length-1],!tmpNode||"element"!==tmpNode.type||"br"!==tmpNode.tagName){var br=UE.uNode.createElement("br");br.parentNode=li,newChildrens.push(br)}index=newChildrens.length}}),newChildrens.length&&(li.children=newChildrens)})}),me.addInputRule(function(root){function checkListType(content,container){var span=container.firstChild();if(span&&"element"===span.type&&"span"===span.tagName&&/Wingdings|Symbol/.test(span.getStyle("font-family"))){for(var p in unorderlisttype)if(unorderlisttype[p]==span.data)return p;return"disc"}for(var p in orderlisttype)if(orderlisttype[p].test(content))return p}if(utils.each(root.getNodesByTagName("li"),function(li){for(var ci,tmpP=UE.uNode.createElement("p"),i=0;ci=li.children[i];)"text"===ci.type||dtd.p[ci.tagName]?tmpP.appendChild(ci):tmpP.firstChild()?(li.insertBefore(tmpP,ci),tmpP=UE.uNode.createElement("p"),i+=2):i++;(tmpP.firstChild()&&!tmpP.parentNode||!li.firstChild())&&li.appendChild(tmpP),tmpP.firstChild()||tmpP.innerHTML(browser.ie?" ":"<br/>");var p=li.firstChild(),lastChild=p.lastChild();lastChild&&"text"===lastChild.type&&/^\s*$/.test(lastChild.data)&&p.removeChild(lastChild)}),me.options.autoTransWordToList){var orderlisttype={num1:/^\d+\)/,decimal:/^\d+\./,"lower-alpha":/^[a-z]+\)/,"upper-alpha":/^[A-Z]+\./,cn:/^[\u4E00\u4E8C\u4E09\u56DB\u516d\u4e94\u4e03\u516b\u4e5d]+[\u3001]/,cn2:/^\([\u4E00\u4E8C\u4E09\u56DB\u516d\u4e94\u4e03\u516b\u4e5d]+\)/},unorderlisttype={square:"n"};utils.each(root.getNodesByTagName("p"),function(node){function appendLi(list,p,type){if("ol"===list.tagName)if(browser.ie){var first=p.firstChild();"element"===first.type&&"span"===first.tagName&&orderlisttype[type].test(first.innerText())&&p.removeChild(first)}else p.innerHTML(p.innerHTML().replace(orderlisttype[type],""));else p.removeChild(p.firstChild());var li=UE.uNode.createElement("li");li.appendChild(p),list.appendChild(li)}if("MsoListParagraph"===node.getAttr("class")){node.setStyle("margin",""),node.setStyle("margin-left",""),node.setAttr("class","");var type,tmp=node,cacheNode=node;if("li"!==node.parentNode.tagName&&(type=checkListType(node.innerText(),node))){var list=UE.uNode.createElement(me.options.insertorderedlist.hasOwnProperty(type)?"ol":"ul");for(list.setStyle("list-style-type",type);node&&"li"!==node.parentNode.tagName&&checkListType(node.innerText(),node);)tmp=node.nextSibling(),tmp||node.parentNode.insertBefore(list,node),appendLi(list,node,type),node=tmp;!list.parentNode&&node&&node.parentNode&&node.parentNode.insertBefore(list,node)}var span=cacheNode.firstChild();span&&"element"==span.type&&"span"==span.tagName&&/^\s*( )+\s*$/.test(span.innerText())&&span.parentNode.removeChild(span)}})}}),me.addListener("contentchange",function(){adjustListStyle(me.document)}),me.addListener("keydown",function(type,evt){function preventAndSave(){evt.preventDefault?evt.preventDefault():evt.returnValue=!1,me.fireEvent("contentchange"),me.undoManger&&me.undoManger.save()}function findList(node,filterFn){for(;node&&!domUtils.isBody(node);){if(filterFn(node))return null;if(1===node.nodeType&&/[ou]l/i.test(node.tagName))return node;node=node.parentNode}return null}var keyCode=evt.keyCode||evt.which;if(13===keyCode&&!evt.shiftKey){var rng=me.selection.getRange(),parent=domUtils.findParent(rng.startContainer,function(node){return domUtils.isBlockElm(node)},!0),li=domUtils.findParentByTagName(rng.startContainer,"li",!0);if(parent&&"PRE"!==parent.tagName&&!li){var html=parent.innerHTML.replace(new RegExp(domUtils.fillChar,"g"),"");/^\s*1\s*\.[^\d]/.test(html)&&(parent.innerHTML=html.replace(/^\s*1\s*\./,""),rng.setStartAtLast(parent).collapse(!0).select(),me.__hasEnterExecCommand=!0,me.execCommand("insertorderedlist"),me.__hasEnterExecCommand=!1)}var range=me.selection.getRange(),start=findList(range.startContainer,function(node){return"TABLE"===node.tagName}),end=range.collapsed?start:findList(range.endContainer,function(node){return"TABLE"===node.tagName});if(start&&end&&start===end){if(!range.collapsed){if(start=domUtils.findParentByTagName(range.startContainer,"li",!0),end=domUtils.findParentByTagName(range.endContainer,"li",!0),!start||!end||start!==end){var tmpRange=range.cloneRange(),bk=tmpRange.collapse(!1).createBookmark();range.deleteContents(),tmpRange.moveToBookmark(bk);var li=domUtils.findParentByTagName(tmpRange.startContainer,"li",!0);return clearEmptySibling(li),tmpRange.select(),void preventAndSave()}if(range.deleteContents(),li=domUtils.findParentByTagName(range.startContainer,"li",!0),li&&domUtils.isEmptyBlock(li))return pre=li.previousSibling,next=li.nextSibling,p=me.document.createElement("p"),domUtils.fillNode(me.document,p),parentList=li.parentNode,pre&&next?(range.setStart(next,0).collapse(!0).select(!0),domUtils.remove(li)):((pre||next)&&pre?li.parentNode.parentNode.insertBefore(p,parentList.nextSibling):parentList.parentNode.insertBefore(p,parentList),domUtils.remove(li),parentList.firstChild||domUtils.remove(parentList),range.setStart(p,0).setCursor()),void preventAndSave()}if(li=domUtils.findParentByTagName(range.startContainer,"li",!0)){if(domUtils.isEmptyBlock(li)){bk=range.createBookmark();var parentList=li.parentNode;if(li!==parentList.lastChild?(domUtils.breakParent(li,parentList),clearEmptySibling(li)):(parentList.parentNode.insertBefore(li,parentList.nextSibling),domUtils.isEmptyNode(parentList)&&domUtils.remove(parentList)),!dtd.$list[li.parentNode.tagName])if(domUtils.isBlockElm(li.firstChild))domUtils.remove(li,!0);else{for(p=me.document.createElement("p"),li.parentNode.insertBefore(p,li);li.firstChild;)p.appendChild(li.firstChild);domUtils.remove(li)}range.moveToBookmark(bk).select()}else{var first=li.firstChild;if(!first||!domUtils.isBlockElm(first)){var p=me.document.createElement("p");for(!li.firstChild&&domUtils.fillNode(me.document,p);li.firstChild;)p.appendChild(li.firstChild);li.appendChild(p),first=p}var span=me.document.createElement("span");range.insertNode(span),domUtils.breakParent(span,li);var nextLi=span.nextSibling;first=nextLi.firstChild,first||(p=me.document.createElement("p"),domUtils.fillNode(me.document,p),nextLi.appendChild(p),first=p),domUtils.isEmptyNode(first)&&(first.innerHTML="",domUtils.fillNode(me.document,first)),range.setStart(first,0).collapse(!0).shrinkBoundary().select(),domUtils.remove(span);var pre=nextLi.previousSibling;pre&&domUtils.isEmptyBlock(pre)&&(pre.innerHTML="<p></p>",domUtils.fillNode(me.document,pre.firstChild))}preventAndSave()}}}if(8===keyCode&&(range=me.selection.getRange(),range.collapsed&&domUtils.isStartInblock(range)&&(tmpRange=range.cloneRange().trimBoundary(),li=domUtils.findParentByTagName(range.startContainer,"li",!0),li&&domUtils.isStartInblock(tmpRange)))){if(start=domUtils.findParentByTagName(range.startContainer,"p",!0),start&&start!==li.firstChild){var parentList=domUtils.findParentByTagName(start,["ol","ul"]);return domUtils.breakParent(start,parentList),clearEmptySibling(start),me.fireEvent("contentchange"),range.setStart(start,0).setCursor(!1,!0),me.fireEvent("saveScene"),void domUtils.preventDefault(evt)}if(li&&(pre=li.previousSibling)){if(46===keyCode&&li.childNodes.length)return;if(dtd.$list[pre.tagName]&&(pre=pre.lastChild),me.undoManger&&me.undoManger.save(),first=li.firstChild,domUtils.isBlockElm(first))if(domUtils.isEmptyNode(first))for(pre.appendChild(first),range.setStart(first,0).setCursor(!1,!0);li.firstChild;)pre.appendChild(li.firstChild);else span=me.document.createElement("span"),range.insertNode(span),domUtils.isEmptyBlock(pre)&&(pre.innerHTML=""),domUtils.moveChild(li,pre),range.setStartBefore(span).collapse(!0).select(!0),domUtils.remove(span);else if(domUtils.isEmptyNode(li)){var p=me.document.createElement("p");pre.appendChild(p),range.setStart(p,0).setCursor()}else for(range.setEnd(pre,pre.childNodes.length).collapse().select(!0);li.firstChild;)pre.appendChild(li.firstChild);return domUtils.remove(li),me.fireEvent("contentchange"),me.fireEvent("saveScene"),void domUtils.preventDefault(evt)}if(li&&!li.previousSibling){var parentList=li.parentNode,bk=range.createBookmark();if(domUtils.isTagNode(parentList.parentNode,"ol ul"))parentList.parentNode.insertBefore(li,parentList),domUtils.isEmptyNode(parentList)&&domUtils.remove(parentList);else{for(;li.firstChild;)parentList.parentNode.insertBefore(li.firstChild,parentList);domUtils.remove(li),domUtils.isEmptyNode(parentList)&&domUtils.remove(parentList)}return range.moveToBookmark(bk).setCursor(!1,!0),me.fireEvent("contentchange"),me.fireEvent("saveScene"),void domUtils.preventDefault(evt)}}}),me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(8==keyCode){var list,rng=me.selection.getRange();(list=domUtils.findParentByTagName(rng.startContainer,["ol","ul"],!0))&&adjustList(list,list.tagName.toLowerCase(),getStyle(list)||domUtils.getComputedStyle(list,"list-style-type"),!0)}}),me.addListener("tabkeydown",function(){function checkLevel(li){if(me.options.maxListLevel!=-1){for(var level=li.parentNode,levelNum=0;/[ou]l/i.test(level.tagName);)levelNum++,level=level.parentNode;if(levelNum>=me.options.maxListLevel)return!0}}var range=me.selection.getRange(),li=domUtils.findParentByTagName(range.startContainer,"li",!0);if(li){var bk;if(!range.collapsed){me.fireEvent("saveScene"),bk=range.createBookmark();for(var closeList,ci,i=0,parents=domUtils.findParents(li);ci=parents[i++];)if(domUtils.isTagNode(ci,"ol ul")){closeList=ci;break}var current=li;if(bk.end)for(;current&&!(domUtils.getPosition(current,bk.end)&domUtils.POSITION_FOLLOWING);)if(checkLevel(current))current=domUtils.getNextDomNode(current,!1,null,function(node){return node!==closeList});else{var parentLi=current.parentNode,list=me.document.createElement(parentLi.tagName),index=utils.indexOf(listStyle[list.tagName],getStyle(parentLi)||domUtils.getComputedStyle(parentLi,"list-style-type")),currentIndex=index+1==listStyle[list.tagName].length?0:index+1,currentStyle=listStyle[list.tagName][currentIndex];for(setListStyle(list,currentStyle),parentLi.insertBefore(list,current);current&&!(domUtils.getPosition(current,bk.end)&domUtils.POSITION_FOLLOWING);){if(li=current.nextSibling,list.appendChild(current),!li||domUtils.isTagNode(li,"ol ul")){if(li)for(;(li=li.firstChild)&&"LI"!=li.tagName;);else li=domUtils.getNextDomNode(current,!1,null,function(node){return node!==closeList});break}current=li}adjustList(list,list.tagName.toLowerCase(),currentStyle),current=li}return me.fireEvent("contentchange"),range.moveToBookmark(bk).select(),!0}if(checkLevel(li))return!0;var parentLi=li.parentNode,list=me.document.createElement(parentLi.tagName),index=utils.indexOf(listStyle[list.tagName],getStyle(parentLi)||domUtils.getComputedStyle(parentLi,"list-style-type"));index=index+1==listStyle[list.tagName].length?0:index+1;var currentStyle=listStyle[list.tagName][index];if(setListStyle(list,currentStyle),domUtils.isStartInblock(range))return me.fireEvent("saveScene"),bk=range.createBookmark(),parentLi.insertBefore(list,li),list.appendChild(li),adjustList(list,list.tagName.toLowerCase(),currentStyle),me.fireEvent("contentchange"),range.moveToBookmark(bk).select(!0),!0}}),me.commands.insertorderedlist=me.commands.insertunorderedlist={execCommand:function(command,style){style||(style="insertorderedlist"==command.toLowerCase()?"decimal":"disc");var me=this,range=this.selection.getRange(),filterFn=function(node){return 1==node.nodeType?"br"!=node.tagName.toLowerCase():!domUtils.isWhitespace(node)},tag="insertorderedlist"==command.toLowerCase()?"ol":"ul",frag=me.document.createDocumentFragment();range.adjustmentBoundary().shrinkBoundary();var startParent,endParent,list,tmp,bko=range.createBookmark(!0),start=getLi(me.document.getElementById(bko.start)),modifyStart=0,end=getLi(me.document.getElementById(bko.end)),modifyEnd=0;if(start||end){if(start&&(startParent=start.parentNode),bko.end||(end=start),end&&(endParent=end.parentNode),startParent===endParent){for(;start!==end;){if(tmp=start,start=start.nextSibling,!domUtils.isBlockElm(tmp.firstChild)){for(var p=me.document.createElement("p");tmp.firstChild;)p.appendChild(tmp.firstChild);tmp.appendChild(p)}frag.appendChild(tmp)}if(tmp=me.document.createElement("span"),startParent.insertBefore(tmp,end),!domUtils.isBlockElm(end.firstChild)){for(p=me.document.createElement("p");end.firstChild;)p.appendChild(end.firstChild);end.appendChild(p)}frag.appendChild(end),domUtils.breakParent(tmp,startParent),domUtils.isEmptyNode(tmp.previousSibling)&&domUtils.remove(tmp.previousSibling),domUtils.isEmptyNode(tmp.nextSibling)&&domUtils.remove(tmp.nextSibling);var nodeStyle=getStyle(startParent)||domUtils.getComputedStyle(startParent,"list-style-type")||("insertorderedlist"==command.toLowerCase()?"decimal":"disc");if(startParent.tagName.toLowerCase()==tag&&nodeStyle==style){for(var ci,i=0,tmpFrag=me.document.createDocumentFragment();ci=frag.firstChild;)if(domUtils.isTagNode(ci,"ol ul"))tmpFrag.appendChild(ci);else for(;ci.firstChild;)tmpFrag.appendChild(ci.firstChild),domUtils.remove(ci);tmp.parentNode.insertBefore(tmpFrag,tmp)}else list=me.document.createElement(tag),setListStyle(list,style),list.appendChild(frag),tmp.parentNode.insertBefore(list,tmp);return domUtils.remove(tmp),list&&adjustList(list,tag,style),void range.moveToBookmark(bko).select()}if(start){for(;start;){if(tmp=start.nextSibling,domUtils.isTagNode(start,"ol ul"))frag.appendChild(start);else{for(var tmpfrag=me.document.createDocumentFragment(),hasBlock=0;start.firstChild;)domUtils.isBlockElm(start.firstChild)&&(hasBlock=1),tmpfrag.appendChild(start.firstChild);if(hasBlock)frag.appendChild(tmpfrag);else{var tmpP=me.document.createElement("p");tmpP.appendChild(tmpfrag),frag.appendChild(tmpP)}domUtils.remove(start)}start=tmp}startParent.parentNode.insertBefore(frag,startParent.nextSibling),domUtils.isEmptyNode(startParent)?(range.setStartBefore(startParent),domUtils.remove(startParent)):range.setStartAfter(startParent),modifyStart=1}if(end&&domUtils.inDoc(endParent,me.document)){for(start=endParent.firstChild;start&&start!==end;){if(tmp=start.nextSibling,domUtils.isTagNode(start,"ol ul"))frag.appendChild(start);else{for(tmpfrag=me.document.createDocumentFragment(),hasBlock=0;start.firstChild;)domUtils.isBlockElm(start.firstChild)&&(hasBlock=1),tmpfrag.appendChild(start.firstChild);hasBlock?frag.appendChild(tmpfrag):(tmpP=me.document.createElement("p"),tmpP.appendChild(tmpfrag),frag.appendChild(tmpP)),domUtils.remove(start)}start=tmp;
|
|
14
|
-
}var tmpDiv=domUtils.createElement(me.document,"div",{tmpDiv:1});domUtils.moveChild(end,tmpDiv),frag.appendChild(tmpDiv),domUtils.remove(end),endParent.parentNode.insertBefore(frag,endParent),range.setEndBefore(endParent),domUtils.isEmptyNode(endParent)&&domUtils.remove(endParent),modifyEnd=1}}modifyStart||range.setStartBefore(me.document.getElementById(bko.start)),bko.end&&!modifyEnd&&range.setEndAfter(me.document.getElementById(bko.end)),range.enlarge(!0,function(node){return notExchange[node.tagName]}),frag=me.document.createDocumentFragment();for(var tmpNode,bk=range.createBookmark(),current=domUtils.getNextDomNode(bk.start,!1,filterFn),tmpRange=range.cloneRange(),block=domUtils.isBlockElm;current&¤t!==bk.end&&domUtils.getPosition(current,bk.end)&domUtils.POSITION_PRECEDING;)if(3==current.nodeType||dtd.li[current.tagName]){if(1==current.nodeType&&dtd.$list[current.tagName]){for(;current.firstChild;)frag.appendChild(current.firstChild);tmpNode=domUtils.getNextDomNode(current,!1,filterFn),domUtils.remove(current),current=tmpNode;continue}for(tmpNode=current,tmpRange.setStartBefore(current);current&¤t!==bk.end&&(!block(current)||domUtils.isBookmarkNode(current));)tmpNode=current,current=domUtils.getNextDomNode(current,!1,null,function(node){return!notExchange[node.tagName]});current&&block(current)&&(tmp=domUtils.getNextDomNode(tmpNode,!1,filterFn),tmp&&domUtils.isBookmarkNode(tmp)&&(current=domUtils.getNextDomNode(tmp,!1,filterFn),tmpNode=tmp)),tmpRange.setEndAfter(tmpNode),current=domUtils.getNextDomNode(tmpNode,!1,filterFn);var li=range.document.createElement("li");if(li.appendChild(tmpRange.extractContents()),domUtils.isEmptyNode(li)){for(var tmpNode=range.document.createElement("p");li.firstChild;)tmpNode.appendChild(li.firstChild);li.appendChild(tmpNode)}frag.appendChild(li)}else current=domUtils.getNextDomNode(current,!0,filterFn);range.moveToBookmark(bk).collapse(!0),list=me.document.createElement(tag),setListStyle(list,style),list.appendChild(frag),range.insertNode(list),adjustList(list,tag,style);for(var ci,i=0,tmpDivs=domUtils.getElementsByTagName(list,"div");ci=tmpDivs[i++];)ci.getAttribute("tmpDiv")&&domUtils.remove(ci,!0);range.moveToBookmark(bko).select()},queryCommandState:function(command){for(var ci,tag="insertorderedlist"==command.toLowerCase()?"ol":"ul",path=this.selection.getStartElementPath(),i=0;ci=path[i++];){if("TABLE"==ci.nodeName)return 0;if(tag==ci.nodeName.toLowerCase())return 1}return 0},queryCommandValue:function(command){for(var node,ci,tag="insertorderedlist"==command.toLowerCase()?"ol":"ul",path=this.selection.getStartElementPath(),i=0;ci=path[i++];){if("TABLE"==ci.nodeName){node=null;break}if(tag==ci.nodeName.toLowerCase()){node=ci;break}}return node?getStyle(node)||domUtils.getComputedStyle(node,"list-style-type"):null}}},function(){var sourceEditors={textarea:function textarea(editor,holder){var textarea=holder.ownerDocument.createElement("textarea");return textarea.style.cssText="position:absolute;resize:none;width:100%;height:100%;border:0;padding:0;margin:0;overflow-y:auto;",browser.ie&&browser.version<8&&(textarea.style.width=holder.offsetWidth+"px",textarea.style.height=holder.offsetHeight+"px",holder.onresize=function(){textarea.style.width=holder.offsetWidth+"px",textarea.style.height=holder.offsetHeight+"px"}),holder.appendChild(textarea),{setContent:function(content){textarea.value=content},getContent:function(){return textarea.value},select:function(){var range;browser.ie?(range=textarea.createTextRange(),range.collapse(!0),range.select()):(textarea.setSelectionRange(0,0),textarea.focus())},dispose:function(){holder.removeChild(textarea),holder.onresize=null,textarea=null,holder=null},focus:function(){textarea.focus()},blur:function(){textarea.blur()}}},codemirror:function(editor,holder){var codeEditor=window.CodeMirror(holder,{mode:"text/html",tabMode:"indent",lineNumbers:!0,lineWrapping:!0,onChange:function(v){editor.sync(),editor.fireEvent("contentchange")}}),dom=codeEditor.getWrapperElement();return dom.style.cssText='position:absolute;left:0;top:0;width:100%;height:100%;font-family:consolas,"Courier new",monospace;font-size:13px;',codeEditor.getScrollerElement().style.cssText="position:absolute;left:0;top:0;width:100%;height:100%;",codeEditor.refresh(),{getCodeMirror:function(){return codeEditor},setContent:function(content){codeEditor.setValue(content)},getContent:function(){return codeEditor.getValue()},select:function(){codeEditor.focus()},dispose:function(){holder.removeChild(dom),dom=null,codeEditor=null},focus:function(){codeEditor.focus()},blur:function(){codeEditor.setOption("readOnly",!0),codeEditor.setOption("readOnly",!1)}}}};UE.plugins.source=function(){function createSourceEditor(holder){return sourceEditors["codemirror"==opt.sourceEditor&&window.CodeMirror?"codemirror":"textarea"](me,holder)}var sourceEditor,orgSetContent,orgFocus,orgBlur,me=this,opt=this.options,sourceMode=!1;opt.sourceEditor=browser.ie?"textarea":opt.sourceEditor||"codemirror",me.setOpt({sourceEditorFirst:!1});var bakCssText,oldGetContent,bakAddress;me.commands.source={execCommand:function(){if(sourceMode=!sourceMode){bakAddress=me.selection.getRange().createAddress(!1,!0),me.undoManger&&me.undoManger.save(!0),browser.gecko&&(me.body.contentEditable=!1),bakCssText=me.iframe.style.cssText,me.iframe.style.cssText+="position:absolute;left:-32768px;top:-32768px;",me.fireEvent("beforegetcontent");var root=UE.htmlparser(me.body.innerHTML);me.filterOutputRule(root),root.traversal(function(node){if("element"==node.type)switch(node.tagName){case"td":case"th":case"caption":node.children&&1==node.children.length&&"br"==node.firstChild().tagName&&node.removeChild(node.firstChild());break;case"pre":node.innerText(node.innerText().replace(/ /g," "))}}),me.fireEvent("aftergetcontent");var content=root.toHtml(!0);sourceEditor=createSourceEditor(me.iframe.parentNode),sourceEditor.setContent(content),orgSetContent=me.setContent,me.setContent=function(html){var root=UE.htmlparser(html);me.filterInputRule(root),html=root.toHtml(),sourceEditor.setContent(html)},setTimeout(function(){sourceEditor.select(),me.addListener("fullscreenchanged",function(){try{sourceEditor.getCodeMirror().refresh()}catch(e){}})}),oldGetContent=me.getContent,me.getContent=function(){return sourceEditor.getContent()||"<p>"+(browser.ie?"":"<br/>")+"</p>"},orgFocus=me.focus,orgBlur=me.blur,me.focus=function(){sourceEditor.focus()},me.blur=function(){orgBlur.call(me),sourceEditor.blur()}}else{me.iframe.style.cssText=bakCssText;var cont=sourceEditor.getContent()||"<p>"+(browser.ie?"":"<br/>")+"</p>";cont=cont.replace(new RegExp("[\\r\\t\\n ]*</?(\\w+)\\s*(?:[^>]*)>","g"),function(a,b){return b&&!dtd.$inlineWithA[b.toLowerCase()]?a.replace(/(^[\n\r\t ]*)|([\n\r\t ]*$)/g,""):a.replace(/(^[\n\r\t]*)|([\n\r\t]*$)/g,"")}),me.setContent=orgSetContent,me.setContent(cont),sourceEditor.dispose(),sourceEditor=null,me.getContent=oldGetContent,me.focus=orgFocus,me.blur=orgBlur;var first=me.body.firstChild;if(first||(me.body.innerHTML="<p>"+(browser.ie?"":"<br/>")+"</p>",first=me.body.firstChild),me.undoManger&&me.undoManger.save(!0),browser.gecko){var input=document.createElement("input");input.style.cssText="position:absolute;left:0;top:-32768px",document.body.appendChild(input),me.body.contentEditable=!1,setTimeout(function(){domUtils.setViewportOffset(input,{left:-32768,top:0}),input.focus(),setTimeout(function(){me.body.contentEditable=!0,me.selection.getRange().moveToAddress(bakAddress).select(!0),domUtils.remove(input)})})}else try{me.selection.getRange().moveToAddress(bakAddress).select(!0)}catch(e){}}this.fireEvent("sourcemodechanged",sourceMode)},queryCommandState:function(){return 0|sourceMode},notNeedUndo:1};var oldQueryCommandState=me.queryCommandState;me.queryCommandState=function(cmdName){return cmdName=cmdName.toLowerCase(),sourceMode?cmdName in{source:1,fullscreen:1}?1:-1:oldQueryCommandState.apply(this,arguments)},"codemirror"==opt.sourceEditor&&me.addListener("ready",function(){utils.loadFile(document,{src:opt.codeMirrorJsUrl||opt.UEDITOR_HOME_URL+"third-party/codemirror/codemirror.js",tag:"script",type:"text/javascript",defer:"defer"},function(){opt.sourceEditorFirst&&setTimeout(function(){me.execCommand("source")},0)}),utils.loadFile(document,{tag:"link",rel:"stylesheet",type:"text/css",href:opt.codeMirrorCssUrl||opt.UEDITOR_HOME_URL+"third-party/codemirror/codemirror.css?221123"})})}}(),UE.plugins.enterkey=function(){var hTag,me=this,tag=me.options.enterTag;me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(13==keyCode){var doSave,range=me.selection.getRange(),start=range.startContainer;if(browser.ie)me.fireEvent("saveScene",!0,!0);else{if(/h\d/i.test(hTag)){if(browser.gecko){var h=domUtils.findParentByTagName(start,["h1","h2","h3","h4","h5","h6","blockquote","caption","table"],!0);h||(me.document.execCommand("formatBlock",!1,"<p>"),doSave=1)}else if(1==start.nodeType){var div,tmp=me.document.createTextNode("");if(range.insertNode(tmp),div=domUtils.findParentByTagName(tmp,"div",!0)){for(var p=me.document.createElement("p");div.firstChild;)p.appendChild(div.firstChild);div.parentNode.insertBefore(p,div),domUtils.remove(div),range.setStartBefore(tmp).setCursor(),doSave=1}domUtils.remove(tmp)}me.undoManger&&doSave&&me.undoManger.save()}browser.opera&&range.select()}}}),me.addListener("keydown",function(type,evt){var keyCode=evt.keyCode||evt.which;if(13==keyCode){if(me.fireEvent("beforeenterkeydown"))return void domUtils.preventDefault(evt);me.fireEvent("saveScene",!0,!0),hTag="";var range=me.selection.getRange();if(!range.collapsed){var start=range.startContainer,end=range.endContainer,startTd=domUtils.findParentByTagName(start,"td",!0),endTd=domUtils.findParentByTagName(end,"td",!0);if(startTd&&endTd&&startTd!==endTd||!startTd&&endTd||startTd&&!endTd)return void(evt.preventDefault?evt.preventDefault():evt.returnValue=!1)}if("p"==tag)browser.ie||(start=domUtils.findParentByTagName(range.startContainer,["ol","ul","p","h1","h2","h3","h4","h5","h6","blockquote","caption"],!0),start||browser.opera?(hTag=start.tagName,"p"==start.tagName.toLowerCase()&&browser.gecko&&domUtils.removeDirtyAttr(start)):(me.document.execCommand("formatBlock",!1,"<p>"),browser.gecko&&(range=me.selection.getRange(),start=domUtils.findParentByTagName(range.startContainer,"p",!0),start&&domUtils.removeDirtyAttr(start))));else if(evt.preventDefault?evt.preventDefault():evt.returnValue=!1,range.collapsed){br=range.document.createElement("br"),range.insertNode(br);var parent=br.parentNode;parent.lastChild===br?(br.parentNode.insertBefore(br.cloneNode(!0),br),range.setStartBefore(br)):range.setStartAfter(br),range.setCursor()}else if(range.deleteContents(),start=range.startContainer,1==start.nodeType&&(start=start.childNodes[range.startOffset])){for(;1==start.nodeType;){if(dtd.$empty[start.tagName])return range.setStartBefore(start).setCursor(),me.undoManger&&me.undoManger.save(),!1;if(!start.firstChild){var br=range.document.createElement("br");return start.appendChild(br),range.setStart(start,0).setCursor(),me.undoManger&&me.undoManger.save(),!1}start=start.firstChild}start===range.startContainer.childNodes[range.startOffset]?(br=range.document.createElement("br"),range.insertNode(br).setCursor()):range.setStart(start,0).setCursor()}else br=range.document.createElement("br"),range.insertNode(br).setStartAfter(br).setCursor()}})},UE.plugins.keystrokes=function(){var me=this,collapsed=!0;me.addListener("keydown",function(type,evt){var keyCode=evt.keyCode||evt.which,rng=me.selection.getRange();if(!rng.collapsed&&!(evt.ctrlKey||evt.shiftKey||evt.altKey||evt.metaKey)&&(keyCode>=65&&keyCode<=90||keyCode>=48&&keyCode<=57||keyCode>=96&&keyCode<=111||{13:1,8:1,46:1}[keyCode])){var tmpNode=rng.startContainer;if(domUtils.isFillChar(tmpNode)&&rng.setStartBefore(tmpNode),tmpNode=rng.endContainer,domUtils.isFillChar(tmpNode)&&rng.setEndAfter(tmpNode),rng.txtToElmBoundary(),rng.endContainer&&1==rng.endContainer.nodeType&&(tmpNode=rng.endContainer.childNodes[rng.endOffset],tmpNode&&domUtils.isBr(tmpNode)&&rng.setEndAfter(tmpNode)),0==rng.startOffset&&(tmpNode=rng.startContainer,domUtils.isBoundaryNode(tmpNode,"firstChild")&&(tmpNode=rng.endContainer,rng.endOffset==(3==tmpNode.nodeType?tmpNode.nodeValue.length:tmpNode.childNodes.length)&&domUtils.isBoundaryNode(tmpNode,"lastChild"))))return me.fireEvent("saveScene"),me.body.innerHTML="<p>"+(browser.ie?"":"<br/>")+"</p>",rng.setStart(me.body.firstChild,0).setCursor(!1,!0),void me._selectionChange()}if(keyCode==keymap.Backspace){if(rng=me.selection.getRange(),collapsed=rng.collapsed,me.fireEvent("delkeydown",evt))return;var start,end;if(rng.collapsed&&rng.inFillChar()&&(start=rng.startContainer,domUtils.isFillChar(start)?(rng.setStartBefore(start).shrinkBoundary(!0).collapse(!0),domUtils.remove(start)):(start.nodeValue=start.nodeValue.replace(new RegExp("^"+domUtils.fillChar),""),rng.startOffset--,rng.collapse(!0).select(!0))),start=rng.getClosedNode())return me.fireEvent("saveScene"),rng.setStartBefore(start),domUtils.remove(start),rng.setCursor(),me.fireEvent("saveScene"),void domUtils.preventDefault(evt);if(!browser.ie&&(start=domUtils.findParentByTagName(rng.startContainer,"table",!0),end=domUtils.findParentByTagName(rng.endContainer,"table",!0),start&&!end||!start&&end||start!==end))return void evt.preventDefault()}if(keyCode==keymap.Tab){var excludeTagNameForTabKey={ol:1,ul:1,table:1};if(me.fireEvent("tabkeydown",evt))return void domUtils.preventDefault(evt);var range=me.selection.getRange();me.fireEvent("saveScene");for(var i=0,txt="",tabSize=me.options.tabSize||4,tabNode=me.options.tabNode||" ";i<tabSize;i++)txt+=tabNode;var span=me.document.createElement("span");if(span.innerHTML=txt+domUtils.fillChar,range.collapsed)range.insertNode(span.cloneNode(!0).firstChild).setCursor(!0);else{var filterFn=function(node){return domUtils.isBlockElm(node)&&!excludeTagNameForTabKey[node.tagName.toLowerCase()]};if(start=domUtils.findParent(range.startContainer,filterFn,!0),end=domUtils.findParent(range.endContainer,filterFn,!0),start&&end&&start===end)range.deleteContents(),range.insertNode(span.cloneNode(!0).firstChild).setCursor(!0);else{var bookmark=range.createBookmark();range.enlarge(!0);for(var bookmark2=range.createBookmark(),current=domUtils.getNextDomNode(bookmark2.start,!1,filterFn);current&&!(domUtils.getPosition(current,bookmark2.end)&domUtils.POSITION_FOLLOWING);)current.insertBefore(span.cloneNode(!0).firstChild,current.firstChild),current=domUtils.getNextDomNode(current,!1,filterFn);range.moveToBookmark(bookmark2).moveToBookmark(bookmark).select()}}domUtils.preventDefault(evt)}if(browser.gecko&&46==keyCode&&(range=me.selection.getRange(),range.collapsed&&(start=range.startContainer,domUtils.isEmptyBlock(start)))){for(var parent=start.parentNode;1==domUtils.getChildCount(parent)&&!domUtils.isBody(parent);)start=parent,parent=parent.parentNode;return void(start===parent.lastChild&&evt.preventDefault())}browser.chrome&&me.on("keydown",function(type,e){var keyCode=e.keyCode||e.which;if((e.metaKey&&e.altKey||e.ctrlKey&&e.shiftKey)&&73==keyCode)return!0})}),me.addListener("keyup",function(type,evt){var rng,keyCode=evt.keyCode||evt.which,me=this;if(keyCode==keymap.Backspace){if(me.fireEvent("delkeyup"))return;if(rng=me.selection.getRange(),rng.collapsed){var tmpNode,autoClearTagName=["h1","h2","h3","h4","h5","h6"];if((tmpNode=domUtils.findParentByTagName(rng.startContainer,autoClearTagName,!0))&&domUtils.isEmptyBlock(tmpNode)){var pre=tmpNode.previousSibling;if(pre&&"TABLE"!=pre.nodeName)return domUtils.remove(tmpNode),void rng.setStartAtLast(pre).setCursor(!1,!0);var next=tmpNode.nextSibling;if(next&&"TABLE"!=next.nodeName)return domUtils.remove(tmpNode),void rng.setStartAtFirst(next).setCursor(!1,!0)}if(domUtils.isBody(rng.startContainer)){var tmpNode=domUtils.createElement(me.document,"p",{innerHTML:browser.ie?domUtils.fillChar:"<br/>"});rng.insertNode(tmpNode).setStart(tmpNode,0).setCursor(!1,!0)}}if(!collapsed&&(3==rng.startContainer.nodeType||1==rng.startContainer.nodeType&&domUtils.isEmptyBlock(rng.startContainer)))if(browser.ie){var span=rng.document.createElement("span");rng.insertNode(span).setStartBefore(span).collapse(!0),rng.select(),domUtils.remove(span)}else rng.select()}})},UE.plugins.fiximgclick=function(){function Scale(){this.editor=null,this.resizer=null,this.cover=null,this.doc=document,this.prePos={x:0,y:0},this.startPos={x:0,y:0}}var elementUpdated=!1;return function(){var rect=[[0,0,-1,-1],[0,0,0,-1],[0,0,1,-1],[0,0,-1,0],[0,0,1,0],[0,0,-1,1],[0,0,0,1],[0,0,1,1]];Scale.prototype={init:function(editor){var me=this;me.editor=editor,me.startPos=this.prePos={x:0,y:0},me.dragId=-1;var hands=[],cover=me.cover=document.createElement("div"),resizer=me.resizer=document.createElement("div");cover.id=me.editor.ui.id+"_imagescale_cover",cover.style.cssText="position:absolute;display:none;z-index:"+me.editor.options.zIndex+";filter:alpha(opacity=0); opacity:0;background:#CCC;",domUtils.on(cover,"mousedown",function(e){me.hide()});for(var i=0;i<8;i++)hands.push('<span class="edui-editor-imagescale-hand'+i+'"></span>');resizer.id=me.editor.ui.id+"_imagescale",resizer.className="edui-editor-imagescale",resizer.innerHTML=hands.join(""),resizer.style.cssText+=";display:none;border:1px solid #3b77ff;z-index:"+me.editor.options.zIndex+";",me.editor.ui.getDom().appendChild(cover),me.editor.ui.getDom().appendChild(resizer),me.initStyle(),me.initEvents()},initStyle:function(){utils.cssRule("imagescale",".edui-editor-imagescale{display:none;position:absolute;border:1px solid #38B2CE;cursor:hand;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.edui-editor-imagescale span{position:absolute;width:6px;height:6px;overflow:hidden;font-size:0px;display:block;background-color:#3C9DD0;}.edui-editor-imagescale .edui-editor-imagescale-hand0{cursor:nw-resize;top:0;margin-top:-4px;left:0;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand1{cursor:n-resize;top:0;margin-top:-4px;left:50%;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand2{cursor:ne-resize;top:0;margin-top:-4px;left:100%;margin-left:-3px;}.edui-editor-imagescale .edui-editor-imagescale-hand3{cursor:w-resize;top:50%;margin-top:-4px;left:0;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand4{cursor:e-resize;top:50%;margin-top:-4px;left:100%;margin-left:-3px;}.edui-editor-imagescale .edui-editor-imagescale-hand5{cursor:sw-resize;top:100%;margin-top:-3px;left:0;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand6{cursor:s-resize;top:100%;margin-top:-3px;left:50%;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand7{cursor:se-resize;top:100%;margin-top:-3px;left:100%;margin-left:-3px;}")},initEvents:function(){var me=this;me.startPos.x=me.startPos.y=0,me.isDraging=!1},_eventHandler:function(e){var me=this;switch(e.type){case"mousedown":var hand,hand=e.target||e.srcElement;hand.className.indexOf("edui-editor-imagescale-hand")!==-1&&me.dragId===-1&&(me.dragId=hand.className.slice(-1),me.startPos.x=me.prePos.x=e.clientX,me.startPos.y=me.prePos.y=e.clientY,domUtils.on(me.doc,"mousemove",me.proxy(me._eventHandler,me)));break;case"mousemove":me.dragId!==-1&&(me.updateContainerStyle(me.dragId,{x:e.clientX-me.prePos.x,y:e.clientY-me.prePos.y}),me.prePos.x=e.clientX,me.prePos.y=e.clientY,elementUpdated=!0,me.updateTargetElement());break;case"mouseup":me.dragId!==-1&&(me.updateContainerStyle(me.dragId,{x:e.clientX-me.prePos.x,y:e.clientY-me.prePos.y}),me.updateTargetElement(),me.target.parentNode&&me.attachTo(me.target),me.dragId=-1),domUtils.un(me.doc,"mousemove",me.proxy(me._eventHandler,me)),elementUpdated&&(elementUpdated=!1,me.editor.fireEvent("contentchange"))}},updateTargetElement:function(){var me=this;domUtils.setStyles(me.target,{width:me.resizer.style.width,height:me.resizer.style.height}),me.target.width=parseInt(me.resizer.style.width),me.target.height=parseInt(me.resizer.style.height),me.attachTo(me.target)},updateContainerStyle:function(dir,offset){var tmp,me=this,dom=me.resizer;0!=rect[dir][0]&&(tmp=parseInt(dom.style.left)+offset.x,dom.style.left=me._validScaledProp("left",tmp)+"px"),0!=rect[dir][1]&&(tmp=parseInt(dom.style.top)+offset.y,dom.style.top=me._validScaledProp("top",tmp)+"px"),0!=rect[dir][2]&&(tmp=dom.clientWidth+rect[dir][2]*offset.x,dom.style.width=me._validScaledProp("width",tmp)+"px"),0!=rect[dir][3]&&(tmp=dom.clientHeight+rect[dir][3]*offset.y,dom.style.height=me._validScaledProp("height",tmp)+"px")},_validScaledProp:function(prop,value){var ele=this.resizer,wrap=document;switch(value=isNaN(value)?0:value,prop){case"left":return value<0?0:value+ele.clientWidth>wrap.clientWidth?wrap.clientWidth-ele.clientWidth:value;case"top":return value<0?0:value+ele.clientHeight>wrap.clientHeight?wrap.clientHeight-ele.clientHeight:value;case"width":return value<=0?1:value+ele.offsetLeft>wrap.clientWidth?wrap.clientWidth-ele.offsetLeft:value;case"height":return value<=0?1:value+ele.offsetTop>wrap.clientHeight?wrap.clientHeight-ele.offsetTop:value}},hideCover:function(){this.cover.style.display="none"},showCover:function(){var me=this,editorPos=domUtils.getXY(me.editor.ui.getDom()),iframePos=domUtils.getXY(me.editor.iframe);domUtils.setStyles(me.cover,{width:me.editor.iframe.offsetWidth+"px",height:me.editor.iframe.offsetHeight+"px",top:iframePos.y-editorPos.y+"px",left:iframePos.x-editorPos.x+"px",position:"absolute",display:""})},show:function(targetObj){var me=this;me.resizer.style.display="block",targetObj&&me.attachTo(targetObj),domUtils.on(this.resizer,"mousedown",me.proxy(me._eventHandler,me)),domUtils.on(me.doc,"mouseup",me.proxy(me._eventHandler,me)),me.showCover(),me.editor.fireEvent("afterscaleshow",me),me.editor.fireEvent("saveScene")},hide:function(){var me=this;me.hideCover(),me.resizer.style.display="none",domUtils.un(me.resizer,"mousedown",me.proxy(me._eventHandler,me)),domUtils.un(me.doc,"mouseup",me.proxy(me._eventHandler,me)),me.editor.fireEvent("afterscalehide",me)},proxy:function(fn,context){return function(e){return fn.apply(context||this,arguments)}},attachTo:function(targetObj){var me=this,target=me.target=targetObj,resizer=this.resizer,imgPos=domUtils.getXY(target),iframePos=domUtils.getXY(me.editor.iframe),editorPos=domUtils.getXY(resizer.parentNode);domUtils.setStyles(resizer,{width:target.width+"px",height:target.height+"px",left:iframePos.x+imgPos.x-me.editor.getScrollLeft()-editorPos.x-parseInt(resizer.style.borderLeftWidth)+"px",top:iframePos.y+imgPos.y-me.editor.getScrollTop()-editorPos.y-parseInt(resizer.style.borderTopWidth)+"px"})}}}(),function(){var imageScale,me=this;me.setOpt("imageScaleEnabled",!0),!browser.ie&&me.options.imageScaleEnabled&&me.addListener("click",function(type,e){var range=me.selection.getRange(),img=range.getClosedNode();if(img&&"IMG"===img.tagName&&"false"!==me.body.contentEditable&&img===e.target){if(img.getAttribute("anchorname")||domUtils.hasClass(img,"uep-loading")||domUtils.hasClass(img,"uep-loading-error"))return;if(!imageScale){imageScale=new Scale,imageScale.init(me),me.ui.getDom().appendChild(imageScale.resizer);var timer,_keyDownHandler=function(e){imageScale.hide(),imageScale.target&&me.selection.getRange().selectNode(imageScale.target).select()},_mouseDownHandler=function(e){var ele=e.target||e.srcElement;!ele||void 0!==ele.className&&ele.className.indexOf("edui-editor-imagescale")!==-1||_keyDownHandler(e)};me.addListener("afterscaleshow",function(e){me.addListener("beforekeydown",_keyDownHandler),me.addListener("beforemousedown",_mouseDownHandler),domUtils.on(document,"keydown",_keyDownHandler),domUtils.on(document,"mousedown",_mouseDownHandler),me.selection.getNative().removeAllRanges()}),me.addListener("afterscalehide",function(e){me.removeListener("beforekeydown",_keyDownHandler),me.removeListener("beforemousedown",_mouseDownHandler),domUtils.un(document,"keydown",_keyDownHandler),domUtils.un(document,"mousedown",_mouseDownHandler);var target=imageScale.target;target.parentNode&&me.selection.getRange().selectNode(target).select()}),domUtils.on(imageScale.resizer,"mousedown",function(e){me.selection.getNative().removeAllRanges();var ele=e.target||e.srcElement;ele&&ele.className.indexOf("edui-editor-imagescale-hand")===-1&&(timer=setTimeout(function(){imageScale.hide(),imageScale.target&&me.selection.getRange().selectNode(ele).select()},200))}),domUtils.on(imageScale.resizer,"mouseup",function(e){var ele=e.target||e.srcElement;ele&&ele.className.indexOf("edui-editor-imagescale-hand")===-1&&clearTimeout(timer)})}imageScale.show(img)}else imageScale&&"none"!==imageScale.resizer.style.display&&imageScale.hide()}),browser.webkit&&me.addListener("click",function(type,e){if("IMG"===e.target.tagName&&"false"!==me.body.contentEditable){var range=new dom.Range(me.document);range.selectNode(e.target).select()}})}}(),UE.plugin.register("autolink",function(){var cont=0;return browser.ie?{}:{bindEvents:{reset:function(){cont=0},keydown:function(type,evt){var me=this,keyCode=evt.keyCode||evt.which;if(32==keyCode||13==keyCode){for(var offset,charCode,sel=me.selection.getNative(),range=sel.getRangeAt(0).cloneRange(),start=range.startContainer;1==start.nodeType&&range.startOffset>0&&(start=range.startContainer.childNodes[range.startOffset-1]);)range.setStart(start,1==start.nodeType?start.childNodes.length:start.nodeValue.length),range.collapse(!0),start=range.startContainer;do{if(0==range.startOffset){for(start=range.startContainer.previousSibling;start&&1==start.nodeType;)start=start.lastChild;if(!start||domUtils.isFillChar(start))break;offset=start.nodeValue.length}else start=range.startContainer,offset=range.startOffset;range.setStart(start,offset-1),charCode=range.toString().charCodeAt(0)}while(160!=charCode&&32!=charCode);if(range.toString().replace(new RegExp(domUtils.fillChar,"g"),"").match(/(?:https?:\/\/|ssh:\/\/|ftp:\/\/|file:\/|www\.)/i)){for(;range.toString().length&&!/^(?:https?:\/\/|ssh:\/\/|ftp:\/\/|file:\/|www\.)/i.test(range.toString());)try{range.setStart(range.startContainer,range.startOffset+1)}catch(e){for(var start=range.startContainer;!(next=start.nextSibling);){if(domUtils.isBody(start))return;start=start.parentNode}range.setStart(next,0)}if(domUtils.findParentByTagName(range.startContainer,"a",!0))return;var href,a=me.document.createElement("a"),text=me.document.createTextNode(" ");me.undoManger&&me.undoManger.save(),a.appendChild(range.extractContents()),a.href=a.innerHTML=a.innerHTML.replace(/<[^>]+>/g,""),href=a.getAttribute("href").replace(new RegExp(domUtils.fillChar,"g"),""),href=/^(?:https?:\/\/)/gi.test(href)?href:"http://"+href,a.setAttribute("_src",utils.html(href)),a.href=utils.html(href),range.insertNode(a),a.parentNode.insertBefore(text,a.nextSibling),range.setStart(text,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),me.undoManger&&me.undoManger.save()}}}}}},function(){function checkIsCludeLink(node){if(3==node.nodeType)return null;if("A"==node.nodeName)return node;for(var lastChild=node.lastChild;lastChild;){if("A"==lastChild.nodeName)return lastChild;if(3==lastChild.nodeType){if(domUtils.isWhitespace(lastChild)){lastChild=lastChild.previousSibling;continue}return null}lastChild=lastChild.lastChild}}var keyCodes={37:1,38:1,39:1,40:1,13:1,32:1};browser.ie&&this.addListener("keyup",function(cmd,evt){var me=this,keyCode=evt.keyCode;if(keyCodes[keyCode]){var rng=me.selection.getRange(),start=rng.startContainer;if(13==keyCode){for(;start&&!domUtils.isBody(start)&&!domUtils.isBlockElm(start);)start=start.parentNode;if(start&&!domUtils.isBody(start)&&"P"==start.nodeName){var pre=start.previousSibling;if(pre&&1==pre.nodeType){var pre=checkIsCludeLink(pre);pre&&!pre.getAttribute("_href")&&domUtils.remove(pre,!0)}}}else if(32==keyCode)3==start.nodeType&&/^\s$/.test(start.nodeValue)&&(start=start.previousSibling,start&&"A"==start.nodeName&&!start.getAttribute("_href")&&domUtils.remove(start,!0));else if(start=domUtils.findParentByTagName(start,"a",!0),start&&!start.getAttribute("_href")){var bk=rng.createBookmark();domUtils.remove(start,!0),rng.moveToBookmark(bk).select(!0)}}})}),UE.plugins.autoheight=function(){function adjustHeight(){var me=this;clearTimeout(timer),isFullscreen||(!me.queryCommandState||me.queryCommandState&&1!=me.queryCommandState("source"))&&(timer=setTimeout(function(){for(var node=me.body.lastChild;node&&1!=node.nodeType;)node=node.previousSibling;node&&1==node.nodeType&&(node.style.clear="both",currentHeight=Math.max(domUtils.getXY(node).y+node.offsetHeight+25,Math.max(options.minFrameHeight,options.initialFrameHeight)),currentHeight!==lastHeight&&(me.iframe.parentNode.style.transition="width 0.3s, height 0.3s, easy-in-out",currentHeight!==parseInt(me.iframe.parentNode.style.height)&&(me.iframe.parentNode.style.height=currentHeight+"px"),me.body.style.height=currentHeight+"px",lastHeight=currentHeight),domUtils.removeStyle(node,"clear"))},50))}function fixedScrollTop(){me.window&&(null===lastScrollY?lastScrollY=me.window.scrollY:0==me.window.scrollY&&0!=lastScrollY&&(me.window.scrollTo(0,0),lastScrollY=null))}var me=this;if(me.autoHeightEnabled=me.options.autoHeightEnabled!==!1,me.autoHeightEnabled){var bakOverflow,currentHeight,timer,isFullscreen,lastHeight=0,options=me.options;me.addListener("fullscreenchanged",function(cmd,f){isFullscreen=f}),me.addListener("destroy",function(){domUtils.un(me.window,"scroll",fixedScrollTop),me.removeListener("contentchange afterinserthtml keyup mouseup",adjustHeight)}),me.enableAutoHeight=function(){var me=this;if(me.autoHeightEnabled){var doc=me.document;me.autoHeightEnabled=!0,bakOverflow=doc.body.style.overflowY,doc.body.style.overflowY="hidden",me.addListener("contentchange afterinserthtml keyup mouseup",adjustHeight),setTimeout(function(){adjustHeight.call(me)},browser.gecko?100:0),me.fireEvent("autoheightchanged",me.autoHeightEnabled)}},me.disableAutoHeight=function(){me.body.style.overflowY=bakOverflow||"",me.removeListener("contentchange",adjustHeight),me.removeListener("keyup",adjustHeight),me.removeListener("mouseup",adjustHeight),me.autoHeightEnabled=!1,me.fireEvent("autoheightchanged",me.autoHeightEnabled)},me.on("setHeight",function(){me.disableAutoHeight()}),me.addListener("ready",function(){me.enableAutoHeight();var timer;domUtils.on(browser.ie?me.body:me.document,browser.webkit?"dragover":"drop",function(){clearTimeout(timer),timer=setTimeout(function(){adjustHeight.call(me)},100)}),domUtils.on(me.window,"scroll",fixedScrollTop)});var lastScrollY}},UE.plugins.autofloat=function(){function checkHasUI(){return UE.ui?1:(alert(lang.autofloatMsg),0)}function fixIE6FixedPos(){var docStyle=document.body.style;docStyle.backgroundImage='url("about:blank")',docStyle.backgroundAttachment="fixed"}function setFloating(){var toobarBoxPos=domUtils.getXY(toolbarBox),origalFloat=domUtils.getComputedStyle(toolbarBox,"position"),origalLeft=domUtils.getComputedStyle(toolbarBox,"left");toolbarBox.style.width=toolbarBox.offsetWidth+"px",toolbarBox.style.zIndex=1*me.options.zIndex+1,toolbarBox.parentNode.insertBefore(placeHolder,toolbarBox),LteIE6||quirks&&browser.ie?("absolute"!=toolbarBox.style.position&&(toolbarBox.style.position="absolute"),toolbarBox.style.top=(document.body.scrollTop||document.documentElement.scrollTop)-orgTop+topOffset+"px"):(browser.ie7Compat&&flag&&(flag=!1,toolbarBox.style.left=domUtils.getXY(toolbarBox).x-document.documentElement.getBoundingClientRect().left+2+"px"),"fixed"!=toolbarBox.style.position&&(toolbarBox.style.position="fixed",toolbarBox.style.top=topOffset+"px",("absolute"==origalFloat||"relative"==origalFloat)&&parseFloat(origalLeft)&&(toolbarBox.style.left=toobarBoxPos.x+"px")))}function unsetFloating(){flag=!0,placeHolder.parentNode&&placeHolder.parentNode.removeChild(placeHolder),toolbarBox.style.cssText=bakCssText}function updateFloating(){var rect3=getPosition(me.container),offset=me.options.toolbarTopOffset||0;
|
|
15
|
-
rect3.top<0&&rect3.bottom-toolbarBox.offsetHeight>offset?setFloating():unsetFloating()}var me=this,lang=me.getLang();me.setOpt({topOffset:0});var optsAutoFloatEnabled=me.options.autoFloatEnabled!==!1,topOffset=me.options.topOffset;if(optsAutoFloatEnabled){var bakCssText,toolbarBox,orgTop,getPosition,uiUtils=UE.ui.uiUtils,LteIE6=browser.ie&&browser.version<=6,quirks=browser.quirks,placeHolder=document.createElement("div"),flag=!0;me.unsetFloating=unsetFloating;var defer_updateFloating=utils.defer(function(){updateFloating()},browser.ie?200:100,!0);me.addListener("destroy",function(){domUtils.un(window,["scroll","resize"],updateFloating),me.removeListener("keydown",defer_updateFloating)}),me.addListener("ready",function(){if(checkHasUI(me)){if(!me.ui)return;getPosition=uiUtils.getClientRect,toolbarBox=me.ui.getDom("toolbarbox"),orgTop=getPosition(toolbarBox).top,bakCssText=toolbarBox.style.cssText,placeHolder.style.height=toolbarBox.offsetHeight+"px",LteIE6&&fixIE6FixedPos(),domUtils.on(window,["scroll","resize"],updateFloating),me.addListener("keydown",defer_updateFloating),me.addListener("beforefullscreenchange",function(t,enabled){enabled&&unsetFloating()}),me.addListener("fullscreenchanged",function(t,enabled){enabled||updateFloating()}),me.addListener("sourcemodechanged",function(t,enabled){setTimeout(function(){updateFloating()},0)}),me.addListener("clearDoc",function(){setTimeout(function(){updateFloating()},0)})}})}},UE.plugins.video=function(){function creatInsertStr(url,width,height,id,align,classname,type){var str;switch(type){case"iframe":str='<iframe class="'+classname+'" src="'+utils.html(url)+'" width="'+width+'" height="'+height+'" frameborder=0 allowfullscreen>';break;case"image":str="<img "+(id?'id="'+id+'"':"")+' width="'+width+'" height="'+height+'" _url="'+url+'" class="" src="'+me.options.UEDITOR_HOME_URL+'themes/default/images/spacer.gif" style="background:url('+me.options.UEDITOR_HOME_URL+"themes/default/images/videologo.gif) no-repeat center center; border:1px solid gray;"+(align?"float:"+align+";":"")+'" />';break;case"embed":str='<embed type="application/x-shockwave-flash" class="'+classname+'" pluginspage="http://www.macromedia.com/go/getflashplayer" src="'+utils.html(url)+'" width="'+width+'" height="'+height+'"'+(align?' style="float:'+align+'"':"")+' wmode="transparent" play="true" loop="false" menu="false" allowscriptaccess="never" allowfullscreen="true" >';break;case"video":var ext=url.substr(url.lastIndexOf(".")+1);"ogv"==ext&&(ext="ogg"),str="<video"+(id?' id="'+id+'"':"")+' class="'+classname+'" '+(align?' style="float:'+align+'"':"")+' controls preload="none" width="'+width+'" height="'+height+'" src="'+url+'" data-setup="{}"><source src="'+url+'" type="video/'+ext+'" /></video>'}return str}function switchImgAndVideo(root,img2video){utils.each(root.getNodesByTagName(img2video?"img":"embed video"),function(node){var className=node.getAttr("class");if(className&&className.indexOf("edui-faked-video")!=-1){var html=creatInsertStr(img2video?node.getAttr("_url"):node.getAttr("src"),node.getAttr("width"),node.getAttr("height"),null,node.getStyle("float")||"",className,img2video?"embed":"image");node.parentNode.replaceChild(UE.uNode.createElement(html),node)}if(className&&className.indexOf("edui-upload-video")!=-1){var html=creatInsertStr(img2video?node.getAttr("_url"):node.getAttr("src"),node.getAttr("width"),node.getAttr("height"),null,node.getStyle("float")||"",className,img2video?"video":"image");node.parentNode.replaceChild(UE.uNode.createElement(html),node)}})}var me=this;me.addOutputRule(function(root){switchImgAndVideo(root,!0)}),me.addInputRule(function(root){switchImgAndVideo(root)}),me.commands.insertvideo={execCommand:function(cmd,videoObjs,type){if(videoObjs=utils.isArray(videoObjs)?videoObjs:[videoObjs],me.fireEvent("beforeinsertvideo",videoObjs)!==!0){for(var cl,vi,html=[],id="tmpVideo",i=0,len=videoObjs.length;i<len;i++){vi=videoObjs[i];var videoType="iframe";vi.url.match(/.mp4$/)&&(videoType="video"),cl="iframe"==videoType?"edui-video-iframe":"edui-video-video",html.push(creatInsertStr(vi.url,vi.width||420,vi.height||280,id+i,null,cl,videoType))}me.execCommand("inserthtml",html.join(""),!0);this.selection.getRange();me.fireEvent("afterinsertvideo",videoObjs)}},queryCommandState:function(){var img=me.selection.getRange().getClosedNode(),flag=img&&("edui-video-iframe"==img.className||img.className.indexOf("edui-video-iframe")!=-1||"edui-video-video"==img.className||img.className.indexOf("edui-video-video")!=-1);return flag?1:0}}},UE.plugins.audio=function(){function createAudioHtml(url,param){param=param||{};var str=["<audio",param.id?' id="'+param.id+'"':"",param.cls?' class="'+param.cls+'"':""," controls >",'<source src="'+url+'" type="audio/mpeg" />',"</audio>"];return str.join("")}function switchImgAndAudio(root,img2audio){}var me=this;me.addOutputRule(function(root){switchImgAndAudio(root,!0)}),me.addInputRule(function(root){switchImgAndAudio(root)}),me.commands.insertaudio={execCommand:function(cmd,audioObjs,type){if(audioObjs=utils.isArray(audioObjs)?audioObjs:[audioObjs],me.fireEvent("beforeinsertaudio",audioObjs)!==!0){for(var vi,html=[],i=0,len=audioObjs.length;i<len;i++)vi=audioObjs[i],html.push(createAudioHtml(vi.url,{cls:"edui-audio-audio"}));me.execCommand("inserthtml",html.join(""),!0);this.selection.getRange();me.fireEvent("afterinsertaudio",audioObjs)}},queryCommandState:function(){var img=me.selection.getRange().getClosedNode(),flag=img&&("edui-audio-audio"==img.className||img.className.indexOf("edui-audio-audio")!=-1);return flag?1:0}}},function(){function showError(e){}var UETable=UE.UETable=function(table){this.table=table,this.indexTable=[],this.selectedTds=[],this.cellsRange={},this.update(table)};UETable.removeSelectedClass=function(cells){utils.each(cells,function(cell){domUtils.removeClasses(cell,"selectTdClass")})},UETable.addSelectedClass=function(cells){utils.each(cells,function(cell){domUtils.addClass(cell,"selectTdClass")})},UETable.isEmptyBlock=function(node){var reg=new RegExp(domUtils.fillChar,"g");if(node[browser.ie?"innerText":"textContent"].replace(/^\s*$/,"").replace(reg,"").length>0)return 0;for(var i in dtd.$isNotEmpty)if(dtd.$isNotEmpty.hasOwnProperty(i)&&node.getElementsByTagName(i).length)return 0;return 1},UETable.getWidth=function(cell){return cell?parseInt(domUtils.getComputedStyle(cell,"width"),10):0},UETable.getTableCellAlignState=function(cells){!utils.isArray(cells)&&(cells=[cells]);var result={},status=["align","valign"],tempStatus=null,isSame=!0;return utils.each(cells,function(cellNode){return utils.each(status,function(currentState){if(tempStatus=cellNode.getAttribute(currentState),!result[currentState]&&tempStatus)result[currentState]=tempStatus;else if(!result[currentState]||tempStatus!==result[currentState])return isSame=!1,!1}),isSame}),isSame?result:null},UETable.getTableItemsByRange=function(editor){var start=editor.selection.getStart();start&&start.id&&0===start.id.indexOf("_baidu_bookmark_start_")&&start.nextSibling&&(start=start.nextSibling);var cell=start&&domUtils.findParentByTagName(start,["td","th"],!0),tr=cell&&cell.parentNode,table=tr&&domUtils.findParentByTagName(tr,["table"]),caption=table&&table.getElementsByTagName("caption")[0];return{cell:cell,tr:tr,table:table,caption:caption}},UETable.getUETableBySelected=function(editor){var table=UETable.getTableItemsByRange(editor).table;return table&&table.ueTable&&table.ueTable.selectedTds.length?table.ueTable:null},UETable.getDefaultValue=function(editor,table){var tableBorder,tdPadding,tdBorder,tmpValue,borderMap={thin:"0px",medium:"1px",thick:"2px"};if(table)return td=table.getElementsByTagName("td")[0],tmpValue=domUtils.getComputedStyle(table,"border-left-width"),tableBorder=parseInt(borderMap[tmpValue]||tmpValue,10),tmpValue=domUtils.getComputedStyle(td,"padding-left"),tdPadding=parseInt(borderMap[tmpValue]||tmpValue,10),tmpValue=domUtils.getComputedStyle(td,"border-left-width"),tdBorder=parseInt(borderMap[tmpValue]||tmpValue,10),{tableBorder:tableBorder,tdPadding:tdPadding,tdBorder:tdBorder};table=editor.document.createElement("table"),table.insertRow(0).insertCell(0).innerHTML="xxx",editor.body.appendChild(table);var td=table.getElementsByTagName("td")[0];return tmpValue=domUtils.getComputedStyle(table,"border-left-width"),tableBorder=parseInt(borderMap[tmpValue]||tmpValue,10),tmpValue=domUtils.getComputedStyle(td,"padding-left"),tdPadding=parseInt(borderMap[tmpValue]||tmpValue,10),tmpValue=domUtils.getComputedStyle(td,"border-left-width"),tdBorder=parseInt(borderMap[tmpValue]||tmpValue,10),domUtils.remove(table),{tableBorder:tableBorder,tdPadding:tdPadding,tdBorder:tdBorder}},UETable.getUETable=function(tdOrTable){var tag=tdOrTable.tagName.toLowerCase();return tdOrTable="td"==tag||"th"==tag||"caption"==tag?domUtils.findParentByTagName(tdOrTable,"table",!0):tdOrTable,tdOrTable.ueTable||(tdOrTable.ueTable=new UETable(tdOrTable)),tdOrTable.ueTable},UETable.cloneCell=function(cell,ignoreMerge,keepPro){if(!cell||utils.isString(cell))return this.table.ownerDocument.createElement(cell||"td");var flag=domUtils.hasClass(cell,"selectTdClass");flag&&domUtils.removeClasses(cell,"selectTdClass");var tmpCell=cell.cloneNode(!0);return ignoreMerge&&(tmpCell.rowSpan=tmpCell.colSpan=1),!keepPro&&domUtils.removeAttributes(tmpCell,"width height"),!keepPro&&domUtils.removeAttributes(tmpCell,"style"),tmpCell.style.borderLeftStyle="",tmpCell.style.borderTopStyle="",tmpCell.style.borderLeftColor=cell.style.borderRightColor,tmpCell.style.borderLeftWidth=cell.style.borderRightWidth,tmpCell.style.borderTopColor=cell.style.borderBottomColor,tmpCell.style.borderTopWidth=cell.style.borderBottomWidth,flag&&domUtils.addClass(cell,"selectTdClass"),tmpCell},UETable.prototype={getMaxRows:function(){for(var row,rows=this.table.rows,maxLen=1,i=0;row=rows[i];i++){for(var cj,currentMax=1,j=0;cj=row.cells[j++];)currentMax=Math.max(cj.rowSpan||1,currentMax);maxLen=Math.max(currentMax+i,maxLen)}return maxLen},getMaxCols:function(){for(var row,rows=this.table.rows,maxLen=0,cellRows={},i=0;row=rows[i];i++){for(var cj,cellsNum=0,j=0;cj=row.cells[j++];)if(cellsNum+=cj.colSpan||1,cj.rowSpan&&cj.rowSpan>1)for(var k=1;k<cj.rowSpan;k++)cellRows["row_"+(i+k)]?cellRows["row_"+(i+k)]++:cellRows["row_"+(i+k)]=cj.colSpan||1;cellsNum+=cellRows["row_"+i]||0,maxLen=Math.max(cellsNum,maxLen)}return maxLen},getCellColIndex:function(cell){},getHSideCell:function(cell,right){try{var previewRowIndex,previewColIndex,cellInfo=this.getCellInfo(cell),len=this.selectedTds.length,range=this.cellsRange;return!right&&(len?!range.beginColIndex:!cellInfo.colIndex)||right&&(len?range.endColIndex==this.colsNum-1:cellInfo.colIndex==this.colsNum-1)?null:(previewRowIndex=len?range.beginRowIndex:cellInfo.rowIndex,previewColIndex=right?len?range.endColIndex+1:cellInfo.colIndex+1:len?range.beginColIndex-1:cellInfo.colIndex<1?0:cellInfo.colIndex-1,this.getCell(this.indexTable[previewRowIndex][previewColIndex].rowIndex,this.indexTable[previewRowIndex][previewColIndex].cellIndex))}catch(e){showError(e)}},getTabNextCell:function(cell,preRowIndex){var nextCell,cellInfo=this.getCellInfo(cell),rowIndex=preRowIndex||cellInfo.rowIndex,colIndex=cellInfo.colIndex+1+(cellInfo.colSpan-1);try{nextCell=this.getCell(this.indexTable[rowIndex][colIndex].rowIndex,this.indexTable[rowIndex][colIndex].cellIndex)}catch(e){try{rowIndex=1*rowIndex+1,colIndex=0,nextCell=this.getCell(this.indexTable[rowIndex][colIndex].rowIndex,this.indexTable[rowIndex][colIndex].cellIndex)}catch(e){}}return nextCell},getVSideCell:function(cell,bottom,ignoreRange){try{var nextRowIndex,nextColIndex,cellInfo=this.getCellInfo(cell),len=this.selectedTds.length&&!ignoreRange,range=this.cellsRange;return!bottom&&0==cellInfo.rowIndex||bottom&&(len?range.endRowIndex==this.rowsNum-1:cellInfo.rowIndex+cellInfo.rowSpan>this.rowsNum-1)?null:(nextRowIndex=bottom?len?range.endRowIndex+1:cellInfo.rowIndex+cellInfo.rowSpan:len?range.beginRowIndex-1:cellInfo.rowIndex-1,nextColIndex=len?range.beginColIndex:cellInfo.colIndex,this.getCell(this.indexTable[nextRowIndex][nextColIndex].rowIndex,this.indexTable[nextRowIndex][nextColIndex].cellIndex))}catch(e){showError(e)}},getSameEndPosCells:function(cell,xOrY){try{for(var flag="x"===xOrY.toLowerCase(),end=domUtils.getXY(cell)[flag?"x":"y"]+cell["offset"+(flag?"Width":"Height")],rows=this.table.rows,cells=null,returns=[],i=0;i<this.rowsNum;i++){cells=rows[i].cells;for(var tmpCell,j=0;tmpCell=cells[j++];){var tmpEnd=domUtils.getXY(tmpCell)[flag?"x":"y"]+tmpCell["offset"+(flag?"Width":"Height")];if(tmpEnd>end&&flag)break;if((cell==tmpCell||end==tmpEnd)&&(1==tmpCell[flag?"colSpan":"rowSpan"]&&returns.push(tmpCell),flag))break}}return returns}catch(e){showError(e)}},setCellContent:function(cell,content){cell.innerHTML=content||(browser.ie?domUtils.fillChar:"<br />")},cloneCell:UETable.cloneCell,getSameStartPosXCells:function(cell){try{for(var cells,start=domUtils.getXY(cell).x+cell.offsetWidth,rows=this.table.rows,returns=[],i=0;i<this.rowsNum;i++){cells=rows[i].cells;for(var tmpCell,j=0;tmpCell=cells[j++];){var tmpStart=domUtils.getXY(tmpCell).x;if(tmpStart>start)break;if(tmpStart==start&&1==tmpCell.colSpan){returns.push(tmpCell);break}}}return returns}catch(e){showError(e)}},update:function(table){this.table=table||this.table,this.selectedTds=[],this.cellsRange={},this.indexTable=[];for(var rows=this.table.rows,rowsNum=this.getMaxRows(),dNum=rowsNum-rows.length,colsNum=this.getMaxCols();dNum--;)this.table.insertRow(rows.length);this.rowsNum=rowsNum,this.colsNum=colsNum;for(var i=0,len=rows.length;i<len;i++)this.indexTable[i]=new Array(colsNum);for(var row,rowIndex=0;row=rows[rowIndex];rowIndex++)for(var cell,cellIndex=0,cells=row.cells;cell=cells[cellIndex];cellIndex++){cell.rowSpan>rowsNum&&(cell.rowSpan=rowsNum);for(var colIndex=cellIndex,rowSpan=cell.rowSpan||1,colSpan=cell.colSpan||1;this.indexTable[rowIndex][colIndex];)colIndex++;for(var j=0;j<rowSpan;j++)for(var k=0;k<colSpan;k++)this.indexTable[rowIndex+j][colIndex+k]={rowIndex:rowIndex,cellIndex:cellIndex,colIndex:colIndex,rowSpan:rowSpan,colSpan:colSpan}}for(j=0;j<rowsNum;j++)for(k=0;k<colsNum;k++)void 0===this.indexTable[j][k]&&(row=rows[j],cell=row.cells[row.cells.length-1],cell=cell?cell.cloneNode(!0):this.table.ownerDocument.createElement("td"),this.setCellContent(cell),1!==cell.colSpan&&(cell.colSpan=1),1!==cell.rowSpan&&(cell.rowSpan=1),row.appendChild(cell),this.indexTable[j][k]={rowIndex:j,cellIndex:cell.cellIndex,colIndex:k,rowSpan:1,colSpan:1});var tds=domUtils.getElementsByTagName(this.table,"td"),selectTds=[];if(utils.each(tds,function(td){domUtils.hasClass(td,"selectTdClass")&&selectTds.push(td)}),selectTds.length){var start=selectTds[0],end=selectTds[selectTds.length-1],startInfo=this.getCellInfo(start),endInfo=this.getCellInfo(end);this.selectedTds=selectTds,this.cellsRange={beginRowIndex:startInfo.rowIndex,beginColIndex:startInfo.colIndex,endRowIndex:endInfo.rowIndex+endInfo.rowSpan-1,endColIndex:endInfo.colIndex+endInfo.colSpan-1}}if(!domUtils.hasClass(this.table.rows[0],"firstRow")){domUtils.addClass(this.table.rows[0],"firstRow");for(var i=1;i<this.table.rows.length;i++)domUtils.removeClasses(this.table.rows[i],"firstRow")}},getCellInfo:function(cell){if(cell)for(var cellIndex=cell.cellIndex,rowIndex=cell.parentNode.rowIndex,rowInfo=this.indexTable[rowIndex],numCols=this.colsNum,colIndex=cellIndex;colIndex<numCols;colIndex++){var cellInfo=rowInfo[colIndex];if(cellInfo.rowIndex===rowIndex&&cellInfo.cellIndex===cellIndex)return cellInfo}},getCell:function(rowIndex,cellIndex){return rowIndex<this.rowsNum&&this.table.rows[rowIndex].cells[cellIndex]||null},deleteCell:function(cell,rowIndex){rowIndex="number"==typeof rowIndex?rowIndex:cell.parentNode.rowIndex;var row=this.table.rows[rowIndex];row.deleteCell(cell.cellIndex)},getCellsRange:function(cellA,cellB){function checkRange(beginRowIndex,beginColIndex,endRowIndex,endColIndex){var cellInfo,colIndex,rowIndex,tmpBeginRowIndex=beginRowIndex,tmpBeginColIndex=beginColIndex,tmpEndRowIndex=endRowIndex,tmpEndColIndex=endColIndex;if(beginRowIndex>0)for(colIndex=beginColIndex;colIndex<endColIndex;colIndex++)cellInfo=me.indexTable[beginRowIndex][colIndex],rowIndex=cellInfo.rowIndex,rowIndex<beginRowIndex&&(tmpBeginRowIndex=Math.min(rowIndex,tmpBeginRowIndex));if(endColIndex<me.colsNum)for(rowIndex=beginRowIndex;rowIndex<endRowIndex;rowIndex++)cellInfo=me.indexTable[rowIndex][endColIndex],colIndex=cellInfo.colIndex+cellInfo.colSpan-1,colIndex>endColIndex&&(tmpEndColIndex=Math.max(colIndex,tmpEndColIndex));if(endRowIndex<me.rowsNum)for(colIndex=beginColIndex;colIndex<endColIndex;colIndex++)cellInfo=me.indexTable[endRowIndex][colIndex],rowIndex=cellInfo.rowIndex+cellInfo.rowSpan-1,rowIndex>endRowIndex&&(tmpEndRowIndex=Math.max(rowIndex,tmpEndRowIndex));if(beginColIndex>0)for(rowIndex=beginRowIndex;rowIndex<endRowIndex;rowIndex++)cellInfo=me.indexTable[rowIndex][beginColIndex],colIndex=cellInfo.colIndex,colIndex<beginColIndex&&(tmpBeginColIndex=Math.min(cellInfo.colIndex,tmpBeginColIndex));return tmpBeginRowIndex!=beginRowIndex||tmpBeginColIndex!=beginColIndex||tmpEndRowIndex!=endRowIndex||tmpEndColIndex!=endColIndex?checkRange(tmpBeginRowIndex,tmpBeginColIndex,tmpEndRowIndex,tmpEndColIndex):{beginRowIndex:beginRowIndex,beginColIndex:beginColIndex,endRowIndex:endRowIndex,endColIndex:endColIndex}}try{var me=this,cellAInfo=me.getCellInfo(cellA);if(cellA===cellB)return{beginRowIndex:cellAInfo.rowIndex,beginColIndex:cellAInfo.colIndex,endRowIndex:cellAInfo.rowIndex+cellAInfo.rowSpan-1,endColIndex:cellAInfo.colIndex+cellAInfo.colSpan-1};var cellBInfo=me.getCellInfo(cellB),beginRowIndex=Math.min(cellAInfo.rowIndex,cellBInfo.rowIndex),beginColIndex=Math.min(cellAInfo.colIndex,cellBInfo.colIndex),endRowIndex=Math.max(cellAInfo.rowIndex+cellAInfo.rowSpan-1,cellBInfo.rowIndex+cellBInfo.rowSpan-1),endColIndex=Math.max(cellAInfo.colIndex+cellAInfo.colSpan-1,cellBInfo.colIndex+cellBInfo.colSpan-1);return checkRange(beginRowIndex,beginColIndex,endRowIndex,endColIndex)}catch(e){}},getCells:function(range){this.clearSelected();for(var cellInfo,rowIndex,colIndex,beginRowIndex=range.beginRowIndex,beginColIndex=range.beginColIndex,endRowIndex=range.endRowIndex,endColIndex=range.endColIndex,tdHash={},returnTds=[],i=beginRowIndex;i<=endRowIndex;i++)for(var j=beginColIndex;j<=endColIndex;j++){cellInfo=this.indexTable[i][j],rowIndex=cellInfo.rowIndex,colIndex=cellInfo.colIndex;var key=rowIndex+"|"+colIndex;if(!tdHash[key]){if(tdHash[key]=1,rowIndex<i||colIndex<j||rowIndex+cellInfo.rowSpan-1>endRowIndex||colIndex+cellInfo.colSpan-1>endColIndex)return null;returnTds.push(this.getCell(rowIndex,cellInfo.cellIndex))}}return returnTds},clearSelected:function(){UETable.removeSelectedClass(this.selectedTds),this.selectedTds=[],this.cellsRange={}},setSelected:function(range){var cells=this.getCells(range);UETable.addSelectedClass(cells),this.selectedTds=cells,this.cellsRange=range},isFullRow:function(){var range=this.cellsRange;return range.endColIndex-range.beginColIndex+1==this.colsNum},isFullCol:function(){var range=this.cellsRange,table=this.table,ths=table.getElementsByTagName("th"),rows=range.endRowIndex-range.beginRowIndex+1;return ths.length?rows==this.rowsNum||rows==this.rowsNum-1:rows==this.rowsNum},getNextCell:function(cell,bottom,ignoreRange){try{var nextRowIndex,nextColIndex,cellInfo=this.getCellInfo(cell),len=this.selectedTds.length&&!ignoreRange,range=this.cellsRange;return!bottom&&0==cellInfo.rowIndex||bottom&&(len?range.endRowIndex==this.rowsNum-1:cellInfo.rowIndex+cellInfo.rowSpan>this.rowsNum-1)?null:(nextRowIndex=bottom?len?range.endRowIndex+1:cellInfo.rowIndex+cellInfo.rowSpan:len?range.beginRowIndex-1:cellInfo.rowIndex-1,nextColIndex=len?range.beginColIndex:cellInfo.colIndex,this.getCell(this.indexTable[nextRowIndex][nextColIndex].rowIndex,this.indexTable[nextRowIndex][nextColIndex].cellIndex))}catch(e){showError(e)}},getPreviewCell:function(cell,top){try{var previewRowIndex,previewColIndex,cellInfo=this.getCellInfo(cell),len=this.selectedTds.length,range=this.cellsRange;return!top&&(len?!range.beginColIndex:!cellInfo.colIndex)||top&&(len?range.endColIndex==this.colsNum-1:cellInfo.rowIndex>this.colsNum-1)?null:(previewRowIndex=top?len?range.beginRowIndex:cellInfo.rowIndex<1?0:cellInfo.rowIndex-1:len?range.beginRowIndex:cellInfo.rowIndex,previewColIndex=top?len?range.endColIndex+1:cellInfo.colIndex:len?range.beginColIndex-1:cellInfo.colIndex<1?0:cellInfo.colIndex-1,this.getCell(this.indexTable[previewRowIndex][previewColIndex].rowIndex,this.indexTable[previewRowIndex][previewColIndex].cellIndex))}catch(e){showError(e)}},moveContent:function(cellTo,cellFrom){if(!UETable.isEmptyBlock(cellFrom)){if(UETable.isEmptyBlock(cellTo))return void(cellTo.innerHTML=cellFrom.innerHTML);var child=cellTo.lastChild;for(3!=child.nodeType&&dtd.$block[child.tagName]||cellTo.appendChild(cellTo.ownerDocument.createElement("br"));child=cellFrom.firstChild;)cellTo.appendChild(child)}},mergeRight:function(cell){var cellInfo=this.getCellInfo(cell),rightColIndex=cellInfo.colIndex+cellInfo.colSpan,rightCellInfo=this.indexTable[cellInfo.rowIndex][rightColIndex],rightCell=this.getCell(rightCellInfo.rowIndex,rightCellInfo.cellIndex);cell.colSpan=cellInfo.colSpan+rightCellInfo.colSpan,cell.removeAttribute("width"),this.moveContent(cell,rightCell),this.deleteCell(rightCell,rightCellInfo.rowIndex),this.update()},mergeDown:function(cell){var cellInfo=this.getCellInfo(cell),downRowIndex=cellInfo.rowIndex+cellInfo.rowSpan,downCellInfo=this.indexTable[downRowIndex][cellInfo.colIndex],downCell=this.getCell(downCellInfo.rowIndex,downCellInfo.cellIndex);cell.rowSpan=cellInfo.rowSpan+downCellInfo.rowSpan,cell.removeAttribute("height"),this.moveContent(cell,downCell),this.deleteCell(downCell,downCellInfo.rowIndex),this.update()},mergeRange:function(){for(var ci,range=this.cellsRange,leftTopCell=this.getCell(range.beginRowIndex,this.indexTable[range.beginRowIndex][range.beginColIndex].cellIndex),cells=this.getCells(range),i=0;ci=cells[i++];)ci!==leftTopCell&&(this.moveContent(leftTopCell,ci),this.deleteCell(ci));if(leftTopCell.rowSpan=range.endRowIndex-range.beginRowIndex+1,leftTopCell.rowSpan>1&&leftTopCell.removeAttribute("height"),leftTopCell.colSpan=range.endColIndex-range.beginColIndex+1,leftTopCell.colSpan>1&&leftTopCell.removeAttribute("width"),leftTopCell.rowSpan==this.rowsNum&&1!=leftTopCell.colSpan&&(leftTopCell.colSpan=1),leftTopCell.colSpan==this.colsNum&&1!=leftTopCell.rowSpan){var rowIndex=leftTopCell.parentNode.rowIndex;if(this.table.deleteRow)for(var i=rowIndex+1,curIndex=rowIndex+1,len=leftTopCell.rowSpan;i<len;i++)this.table.deleteRow(curIndex);else for(var i=0,len=leftTopCell.rowSpan-1;i<len;i++){var row=this.table.rows[rowIndex+1];row.parentNode.removeChild(row)}leftTopCell.rowSpan=1}this.update()},insertRow:function(rowIndex,sourceCell){function replaceTdToTh(colIndex,cell,tableRow){if(0==colIndex){var tr=tableRow.nextSibling||tableRow.previousSibling,th=tr.cells[colIndex];"TH"==th.tagName&&(th=cell.ownerDocument.createElement("th"),th.appendChild(cell.firstChild),tableRow.insertBefore(th,cell),domUtils.remove(cell))}else if("TH"==cell.tagName){var td=cell.ownerDocument.createElement("td");td.appendChild(cell.firstChild),tableRow.insertBefore(td,cell),domUtils.remove(cell)}}var cell,numCols=this.colsNum,table=this.table,row=table.insertRow(rowIndex),thead=null,isInsertTitle="string"==typeof sourceCell&&"TH"==sourceCell.toUpperCase();if(0==rowIndex||rowIndex==this.rowsNum){for(var colIndex=0;colIndex<numCols;colIndex++)cell=this.cloneCell(sourceCell,!0),this.setCellContent(cell),cell.getAttribute("vAlign")&&cell.setAttribute("vAlign",cell.getAttribute("vAlign")),row.appendChild(cell),isInsertTitle||replaceTdToTh(colIndex,cell,row);isInsertTitle&&(thead=table.createTHead(),thead.insertBefore(row,thead.firstChild))}else{var infoRow=this.indexTable[rowIndex];for(colIndex=0;colIndex<numCols;colIndex++){var cellInfo=infoRow[colIndex];cellInfo.rowIndex<rowIndex?(cell=this.getCell(cellInfo.rowIndex,cellInfo.cellIndex),cell.rowSpan=cellInfo.rowSpan+1):(cell=this.cloneCell(sourceCell,!0),this.setCellContent(cell),row.appendChild(cell)),isInsertTitle||replaceTdToTh(colIndex,cell,row)}}return this.update(),row},deleteRow:function(rowIndex){for(var row=this.table.rows[rowIndex],infoRow=this.indexTable[rowIndex],colsNum=this.colsNum,count=0,colIndex=0;colIndex<colsNum;){var cellInfo=infoRow[colIndex],cell=this.getCell(cellInfo.rowIndex,cellInfo.cellIndex);if(cell.rowSpan>1&&cellInfo.rowIndex==rowIndex){var clone=cell.cloneNode(!0);clone.rowSpan=cell.rowSpan-1,clone.innerHTML="",cell.rowSpan=1;var insertCellIndex,nextRowIndex=rowIndex+1,nextRow=this.table.rows[nextRowIndex],preMerged=this.getPreviewMergedCellsNum(nextRowIndex,colIndex)-count;preMerged<colIndex?(insertCellIndex=colIndex-preMerged-1,domUtils.insertAfter(nextRow.cells[insertCellIndex],clone)):nextRow.cells.length&&nextRow.insertBefore(clone,nextRow.cells[0]),count+=1}colIndex+=cell.colSpan||1}var deleteTds=[],cacheMap={};for(colIndex=0;colIndex<colsNum;colIndex++){var tmpRowIndex=infoRow[colIndex].rowIndex,tmpCellIndex=infoRow[colIndex].cellIndex,key=tmpRowIndex+"_"+tmpCellIndex;cacheMap[key]||(cacheMap[key]=1,cell=this.getCell(tmpRowIndex,tmpCellIndex),deleteTds.push(cell))}var mergeTds=[];utils.each(deleteTds,function(td){1==td.rowSpan?td.parentNode.removeChild(td):mergeTds.push(td)}),utils.each(mergeTds,function(td){td.rowSpan--}),row.parentNode.removeChild(row),this.update()},insertCol:function(colIndex,sourceCell,defaultValue){function replaceTdToTh(rowIndex,cell,tableRow){if(0==rowIndex){var th=cell.nextSibling||cell.previousSibling;"TH"==th.tagName&&(th=cell.ownerDocument.createElement("th"),th.appendChild(cell.firstChild),tableRow.insertBefore(th,cell),domUtils.remove(cell))}else if("TH"==cell.tagName){var td=cell.ownerDocument.createElement("td");td.appendChild(cell.firstChild),tableRow.insertBefore(td,cell),domUtils.remove(cell)}}var tableRow,cell,preCell,rowsNum=this.rowsNum,rowIndex=0,backWidth=parseInt((this.table.offsetWidth-20*(this.colsNum+1)-(this.colsNum+1))/(this.colsNum+1),10),isInsertTitleCol="string"==typeof sourceCell&&"TH"==sourceCell.toUpperCase();if(0==colIndex||colIndex==this.colsNum)for(;rowIndex<rowsNum;rowIndex++)tableRow=this.table.rows[rowIndex],preCell=tableRow.cells[0==colIndex?colIndex:tableRow.cells.length],cell=this.cloneCell(sourceCell,!0),this.setCellContent(cell),cell.setAttribute("vAlign",cell.getAttribute("vAlign")),preCell&&cell.setAttribute("width",preCell.getAttribute("width")),colIndex?domUtils.insertAfter(tableRow.cells[tableRow.cells.length-1],cell):tableRow.insertBefore(cell,tableRow.cells[0]),isInsertTitleCol||replaceTdToTh(rowIndex,cell,tableRow);else for(;rowIndex<rowsNum;rowIndex++){var cellInfo=this.indexTable[rowIndex][colIndex];cellInfo.colIndex<colIndex?(cell=this.getCell(cellInfo.rowIndex,cellInfo.cellIndex),cell.colSpan=cellInfo.colSpan+1):(tableRow=this.table.rows[rowIndex],preCell=tableRow.cells[cellInfo.cellIndex],cell=this.cloneCell(sourceCell,!0),this.setCellContent(cell),cell.setAttribute("vAlign",cell.getAttribute("vAlign")),preCell&&cell.setAttribute("width",preCell.getAttribute("width")),preCell?tableRow.insertBefore(cell,preCell):tableRow.appendChild(cell)),isInsertTitleCol||replaceTdToTh(rowIndex,cell,tableRow)}this.update(),this.updateWidth(backWidth,defaultValue||{tdPadding:10,tdBorder:1})},updateWidth:function(width,defaultValue){var table=this.table,tmpWidth=UETable.getWidth(table)-2*defaultValue.tdPadding-defaultValue.tdBorder+width;if(tmpWidth<table.ownerDocument.body.offsetWidth)return void table.setAttribute("width",tmpWidth);var tds=domUtils.getElementsByTagName(this.table,"td th");utils.each(tds,function(td){td.setAttribute("width",width)})},deleteCol:function(colIndex){for(var indexTable=this.indexTable,tableRows=this.table.rows,backTableWidth=this.table.getAttribute("width"),backTdWidth=0,rowsNum=this.rowsNum,cacheMap={},rowIndex=0;rowIndex<rowsNum;){var infoRow=indexTable[rowIndex],cellInfo=infoRow[colIndex],key=cellInfo.rowIndex+"_"+cellInfo.colIndex;if(!cacheMap[key]){cacheMap[key]=1;var cell=this.getCell(cellInfo.rowIndex,cellInfo.cellIndex);backTdWidth||(backTdWidth=cell&&parseInt(cell.offsetWidth/cell.colSpan,10).toFixed(0)),cell.colSpan>1?cell.colSpan--:tableRows[rowIndex].deleteCell(cellInfo.cellIndex),rowIndex+=cellInfo.rowSpan||1}}this.table.setAttribute("width",backTableWidth-backTdWidth),this.update()},splitToCells:function(cell){var me=this,cells=this.splitToRows(cell);utils.each(cells,function(cell){me.splitToCols(cell)})},splitToRows:function(cell){var cellInfo=this.getCellInfo(cell),rowIndex=cellInfo.rowIndex,colIndex=cellInfo.colIndex,results=[];cell.rowSpan=1,results.push(cell);for(var i=rowIndex,endRow=rowIndex+cellInfo.rowSpan;i<endRow;i++)if(i!=rowIndex){var tableRow=this.table.rows[i],tmpCell=tableRow.insertCell(colIndex-this.getPreviewMergedCellsNum(i,colIndex));tmpCell.colSpan=cellInfo.colSpan,this.setCellContent(tmpCell),tmpCell.setAttribute("vAlign",cell.getAttribute("vAlign")),tmpCell.setAttribute("align",cell.getAttribute("align")),cell.style.cssText&&(tmpCell.style.cssText=cell.style.cssText),results.push(tmpCell)}return this.update(),results},getPreviewMergedCellsNum:function(rowIndex,colIndex){for(var indexRow=this.indexTable[rowIndex],num=0,i=0;i<colIndex;){var colSpan=indexRow[i].colSpan,tmpRowIndex=indexRow[i].rowIndex;num+=colSpan-(tmpRowIndex==rowIndex?1:0),i+=colSpan}return num},splitToCols:function(cell){var backWidth=(cell.offsetWidth/cell.colSpan-22).toFixed(0),cellInfo=this.getCellInfo(cell),rowIndex=cellInfo.rowIndex,colIndex=cellInfo.colIndex,results=[];cell.colSpan=1,cell.setAttribute("width",backWidth),results.push(cell);for(var j=colIndex,endCol=colIndex+cellInfo.colSpan;j<endCol;j++)if(j!=colIndex){var tableRow=this.table.rows[rowIndex],tmpCell=tableRow.insertCell(this.indexTable[rowIndex][j].cellIndex+1);if(tmpCell.rowSpan=cellInfo.rowSpan,this.setCellContent(tmpCell),tmpCell.setAttribute("vAlign",cell.getAttribute("vAlign")),tmpCell.setAttribute("align",cell.getAttribute("align")),tmpCell.setAttribute("width",backWidth),cell.style.cssText&&(tmpCell.style.cssText=cell.style.cssText),"TH"==cell.tagName){var th=cell.ownerDocument.createElement("th");th.appendChild(tmpCell.firstChild),th.setAttribute("vAlign",cell.getAttribute("vAlign")),th.rowSpan=tmpCell.rowSpan,tableRow.insertBefore(th,tmpCell),domUtils.remove(tmpCell)}results.push(tmpCell)}return this.update(),results},isLastCell:function(cell,rowsNum,colsNum){rowsNum=rowsNum||this.rowsNum,colsNum=colsNum||this.colsNum;var cellInfo=this.getCellInfo(cell);return cellInfo.rowIndex+cellInfo.rowSpan==rowsNum&&cellInfo.colIndex+cellInfo.colSpan==colsNum},getLastCell:function(cells){cells=cells||this.table.getElementsByTagName("td");var rows,me=(this.getCellInfo(cells[0]),this),last=cells[0],tr=last.parentNode,cellsNum=0,cols=0;return utils.each(cells,function(cell){cell.parentNode==tr&&(cols+=cell.colSpan||1),cellsNum+=cell.rowSpan*cell.colSpan||1}),rows=cellsNum/cols,utils.each(cells,function(cell){if(me.isLastCell(cell,rows,cols))return last=cell,!1}),last},selectRow:function(rowIndex){var indexRow=this.indexTable[rowIndex],start=this.getCell(indexRow[0].rowIndex,indexRow[0].cellIndex),end=this.getCell(indexRow[this.colsNum-1].rowIndex,indexRow[this.colsNum-1].cellIndex),range=this.getCellsRange(start,end);this.setSelected(range)},selectTable:function(){var tds=this.table.getElementsByTagName("td"),range=this.getCellsRange(tds[0],tds[tds.length-1]);this.setSelected(range)},setBackground:function(cells,value){if("string"==typeof value)utils.each(cells,function(cell){cell.style.backgroundColor=value});else if("object"===_typeof(value)){value=utils.extend({repeat:!0,colorList:["#ddd","#fff"]},value);for(var cell,rowIndex=this.getCellInfo(cells[0]).rowIndex,count=0,colors=value.colorList,getColor=function(list,index,repeat){
|
|
16
|
-
return list[index]?list[index]:repeat?list[index%list.length]:""},i=0;cell=cells[i++];){var cellInfo=this.getCellInfo(cell);cell.style.backgroundColor=getColor(colors,rowIndex+count==cellInfo.rowIndex?count:++count,value.repeat)}}},removeBackground:function(cells){utils.each(cells,function(cell){cell.style.backgroundColor=""})}}}(),function(){function resetTdWidth(table,editor){var tds=domUtils.getElementsByTagName(table,"td th");utils.each(tds,function(td){td.removeAttribute("width")}),table.setAttribute("width",getTableWidth(editor,!0,getDefaultValue(editor,table)));var tdsWidths=[];setTimeout(function(){utils.each(tds,function(td){1==td.colSpan&&tdsWidths.push(td.offsetWidth)}),utils.each(tds,function(td,i){1==td.colSpan&&td.setAttribute("width",tdsWidths[i]+"")})},0)}function getTableWidth(editor,needIEHack,defaultValue){var body=editor.body;return body.offsetWidth-(needIEHack?2*parseInt(domUtils.getComputedStyle(body,"margin-left"),10):0)-2*defaultValue.tableBorder-(editor.options.offsetWidth||0)}function getSelectedArr(editor){var cell=getTableItemsByRange(editor).cell;if(cell){var ut=getUETable(cell);return ut.selectedTds.length?ut.selectedTds:[cell]}return[]}var UT=UE.UETable,getTableItemsByRange=function(editor){return UT.getTableItemsByRange(editor)},getUETableBySelected=function(editor){return UT.getUETableBySelected(editor)},getDefaultValue=function(editor,table){return UT.getDefaultValue(editor,table)},getUETable=function(tdOrTable){return UT.getUETable(tdOrTable)};UE.commands.inserttable={queryCommandState:function(){return getTableItemsByRange(this).table?-1:0},execCommand:function(cmd,opt){function createTable(opt,tdWidth){for(var html=[],rowsNum=opt.numRows,colsNum=opt.numCols,r=0;r<rowsNum;r++){html.push("<tr"+(0==r?' class="firstRow"':"")+">");for(var c=0;c<colsNum;c++)html.push('<td width="'+tdWidth+'" vAlign="'+opt.tdvalign+'" >'+(browser.ie&&browser.version<11?domUtils.fillChar:"<br/>")+"</td>");html.push("</tr>")}return"<table><tbody>"+html.join("")+"</tbody></table>"}opt||(opt=utils.extend({},{numCols:this.options.defaultCols,numRows:this.options.defaultRows,tdvalign:this.options.tdvalign}));var me=this,range=this.selection.getRange(),start=range.startContainer,firstParentBlock=domUtils.findParent(start,function(node){return domUtils.isBlockElm(node)},!0)||me.body,defaultValue=getDefaultValue(me),tableWidth=firstParentBlock.offsetWidth,tdWidth=Math.floor(tableWidth/opt.numCols-2*defaultValue.tdPadding-defaultValue.tdBorder);!opt.tdvalign&&(opt.tdvalign=me.options.tdvalign),me.execCommand("inserthtml",createTable(opt,tdWidth))}},UE.commands.insertparagraphbeforetable={queryCommandState:function(){return getTableItemsByRange(this).cell?0:-1},execCommand:function(){var table=getTableItemsByRange(this).table;if(table){var p=this.document.createElement("p");p.innerHTML=browser.ie?" ":"<br />",table.parentNode.insertBefore(p,table),this.selection.getRange().setStart(p,0).setCursor()}}},UE.commands.deletetable={queryCommandState:function(){var rng=this.selection.getRange();return domUtils.findParentByTagName(rng.startContainer,"table",!0)?0:-1},execCommand:function(cmd,table){var rng=this.selection.getRange();if(table=table||domUtils.findParentByTagName(rng.startContainer,"table",!0)){var next=table.nextSibling;next||(next=domUtils.createElement(this.document,"p",{innerHTML:browser.ie?domUtils.fillChar:"<br/>"}),table.parentNode.insertBefore(next,table)),domUtils.remove(table),rng=this.selection.getRange(),3==next.nodeType?rng.setStartBefore(next):rng.setStart(next,0),rng.setCursor(!1,!0),this.fireEvent("tablehasdeleted")}}},UE.commands.cellalign={queryCommandState:function(){return getSelectedArr(this).length?0:-1},execCommand:function(cmd,align){var selectedTds=getSelectedArr(this);if(selectedTds.length)for(var ci,i=0;ci=selectedTds[i++];)ci.setAttribute("align",align)}},UE.commands.cellvalign={queryCommandState:function(){return getSelectedArr(this).length?0:-1},execCommand:function(cmd,valign){var selectedTds=getSelectedArr(this);if(selectedTds.length)for(var ci,i=0;ci=selectedTds[i++];)ci.setAttribute("vAlign",valign)}},UE.commands.insertcaption={queryCommandState:function(){var table=getTableItemsByRange(this).table;return table&&0==table.getElementsByTagName("caption").length?1:-1},execCommand:function(){var table=getTableItemsByRange(this).table;if(table){var caption=this.document.createElement("caption");caption.innerHTML=browser.ie?domUtils.fillChar:"<br/>",table.insertBefore(caption,table.firstChild);var range=this.selection.getRange();range.setStart(caption,0).setCursor()}}},UE.commands.deletecaption={queryCommandState:function(){var rng=this.selection.getRange(),table=domUtils.findParentByTagName(rng.startContainer,"table");return table?0==table.getElementsByTagName("caption").length?-1:1:-1},execCommand:function(){var rng=this.selection.getRange(),table=domUtils.findParentByTagName(rng.startContainer,"table");if(table){domUtils.remove(table.getElementsByTagName("caption")[0]);var range=this.selection.getRange();range.setStart(table.rows[0].cells[0],0).setCursor()}}},UE.commands.inserttitle={queryCommandState:function(){var table=getTableItemsByRange(this).table;if(table){var firstRow=table.rows[0];return"th"!=firstRow.cells[firstRow.cells.length-1].tagName.toLowerCase()?0:-1}return-1},execCommand:function(){var table=getTableItemsByRange(this).table;table&&getUETable(table).insertRow(0,"th");var th=table.getElementsByTagName("th")[0];this.selection.getRange().setStart(th,0).setCursor(!1,!0)}},UE.commands.deletetitle={queryCommandState:function(){var table=getTableItemsByRange(this).table;if(table){var firstRow=table.rows[0];return"th"==firstRow.cells[firstRow.cells.length-1].tagName.toLowerCase()?0:-1}return-1},execCommand:function(){var table=getTableItemsByRange(this).table;table&&domUtils.remove(table.rows[0]);var td=table.getElementsByTagName("td")[0];this.selection.getRange().setStart(td,0).setCursor(!1,!0)}},UE.commands.inserttitlecol={queryCommandState:function(){var table=getTableItemsByRange(this).table;if(table){var lastRow=table.rows[table.rows.length-1];return lastRow.getElementsByTagName("th").length?-1:0}return-1},execCommand:function(cmd){var table=getTableItemsByRange(this).table;table&&getUETable(table).insertCol(0,"th"),resetTdWidth(table,this);var th=table.getElementsByTagName("th")[0];this.selection.getRange().setStart(th,0).setCursor(!1,!0)}},UE.commands.deletetitlecol={queryCommandState:function(){var table=getTableItemsByRange(this).table;if(table){var lastRow=table.rows[table.rows.length-1];return lastRow.getElementsByTagName("th").length?0:-1}return-1},execCommand:function(){var table=getTableItemsByRange(this).table;if(table)for(var i=0;i<table.rows.length;i++)domUtils.remove(table.rows[i].children[0]);resetTdWidth(table,this);var td=table.getElementsByTagName("td")[0];this.selection.getRange().setStart(td,0).setCursor(!1,!0)}},UE.commands.mergeright={queryCommandState:function(cmd){var tableItems=getTableItemsByRange(this),table=tableItems.table,cell=tableItems.cell;if(!table||!cell)return-1;var ut=getUETable(table);if(ut.selectedTds.length)return-1;var cellInfo=ut.getCellInfo(cell),rightColIndex=cellInfo.colIndex+cellInfo.colSpan;if(rightColIndex>=ut.colsNum)return-1;var rightCellInfo=ut.indexTable[cellInfo.rowIndex][rightColIndex],rightCell=table.rows[rightCellInfo.rowIndex].cells[rightCellInfo.cellIndex];return rightCell&&cell.tagName==rightCell.tagName&&rightCellInfo.rowIndex==cellInfo.rowIndex&&rightCellInfo.rowSpan==cellInfo.rowSpan?0:-1},execCommand:function(cmd){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.mergeRight(cell),rng.moveToBookmark(bk).select()}},UE.commands.mergedown={queryCommandState:function(cmd){var tableItems=getTableItemsByRange(this),table=tableItems.table,cell=tableItems.cell;if(!table||!cell)return-1;var ut=getUETable(table);if(ut.selectedTds.length)return-1;var cellInfo=ut.getCellInfo(cell),downRowIndex=cellInfo.rowIndex+cellInfo.rowSpan;if(downRowIndex>=ut.rowsNum)return-1;var downCellInfo=ut.indexTable[downRowIndex][cellInfo.colIndex],downCell=table.rows[downCellInfo.rowIndex].cells[downCellInfo.cellIndex];return downCell&&cell.tagName==downCell.tagName&&downCellInfo.colIndex==cellInfo.colIndex&&downCellInfo.colSpan==cellInfo.colSpan?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.mergeDown(cell),rng.moveToBookmark(bk).select()}},UE.commands.mergecells={queryCommandState:function(){return getUETableBySelected(this)?0:-1},execCommand:function(){var ut=getUETableBySelected(this);if(ut&&ut.selectedTds.length){var cell=ut.selectedTds[0];ut.mergeRange();var rng=this.selection.getRange();domUtils.isEmptyBlock(cell)?rng.setStart(cell,0).collapse(!0):rng.selectNodeContents(cell),rng.select()}}},UE.commands.insertrow={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;return cell&&("TD"==cell.tagName||"TH"==cell.tagName&&tableItems.tr!==tableItems.table.rows[0])&&getUETable(tableItems.table).rowsNum<this.options.maxRowNum?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),tableItems=getTableItemsByRange(this),cell=tableItems.cell,table=tableItems.table,ut=getUETable(table),cellInfo=ut.getCellInfo(cell);if(ut.selectedTds.length)for(var range=ut.cellsRange,i=0,len=range.endRowIndex-range.beginRowIndex+1;i<len;i++)ut.insertRow(range.beginRowIndex,cell);else ut.insertRow(cellInfo.rowIndex,cell);rng.moveToBookmark(bk).select(),"enabled"===table.getAttribute("interlaced")&&this.fireEvent("interlacetable",table)}},UE.commands.insertrownext={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;return cell&&"TD"==cell.tagName&&getUETable(tableItems.table).rowsNum<this.options.maxRowNum?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),tableItems=getTableItemsByRange(this),cell=tableItems.cell,table=tableItems.table,ut=getUETable(table),cellInfo=ut.getCellInfo(cell);if(ut.selectedTds.length)for(var range=ut.cellsRange,i=0,len=range.endRowIndex-range.beginRowIndex+1;i<len;i++)ut.insertRow(range.endRowIndex+1,cell);else ut.insertRow(cellInfo.rowIndex+cellInfo.rowSpan,cell);rng.moveToBookmark(bk).select(),"enabled"===table.getAttribute("interlaced")&&this.fireEvent("interlacetable",table)}},UE.commands.deleterow={queryCommandState:function(){var tableItems=getTableItemsByRange(this);return tableItems.cell?0:-1},execCommand:function(){var cell=getTableItemsByRange(this).cell,ut=getUETable(cell),cellsRange=ut.cellsRange,cellInfo=ut.getCellInfo(cell),preCell=ut.getVSideCell(cell),nextCell=ut.getVSideCell(cell,!0),rng=this.selection.getRange();if(utils.isEmptyObject(cellsRange))ut.deleteRow(cellInfo.rowIndex);else for(var i=cellsRange.beginRowIndex;i<cellsRange.endRowIndex+1;i++)ut.deleteRow(cellsRange.beginRowIndex);var table=ut.table;if(table.getElementsByTagName("td").length)if(1==cellInfo.rowSpan||cellInfo.rowSpan==cellsRange.endRowIndex-cellsRange.beginRowIndex+1)(nextCell||preCell)&&rng.selectNodeContents(nextCell||preCell).setCursor(!1,!0);else{var newCell=ut.getCell(cellInfo.rowIndex,ut.indexTable[cellInfo.rowIndex][cellInfo.colIndex].cellIndex);newCell&&rng.selectNodeContents(newCell).setCursor(!1,!0)}else{var nextSibling=table.nextSibling;domUtils.remove(table),nextSibling&&rng.setStart(nextSibling,0).setCursor(!1,!0)}"enabled"===table.getAttribute("interlaced")&&this.fireEvent("interlacetable",table)}},UE.commands.insertcol={queryCommandState:function(cmd){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;return cell&&("TD"==cell.tagName||"TH"==cell.tagName&&cell!==tableItems.tr.cells[0])&&getUETable(tableItems.table).colsNum<this.options.maxColNum?0:-1},execCommand:function(cmd){var rng=this.selection.getRange(),bk=rng.createBookmark(!0);if(this.queryCommandState(cmd)!=-1){var cell=getTableItemsByRange(this).cell,ut=getUETable(cell),cellInfo=ut.getCellInfo(cell);if(ut.selectedTds.length)for(var range=ut.cellsRange,i=0,len=range.endColIndex-range.beginColIndex+1;i<len;i++)ut.insertCol(range.beginColIndex,cell);else ut.insertCol(cellInfo.colIndex,cell);rng.moveToBookmark(bk).select(!0)}}},UE.commands.insertcolnext={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;return cell&&getUETable(tableItems.table).colsNum<this.options.maxColNum?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell),cellInfo=ut.getCellInfo(cell);if(ut.selectedTds.length)for(var range=ut.cellsRange,i=0,len=range.endColIndex-range.beginColIndex+1;i<len;i++)ut.insertCol(range.endColIndex+1,cell);else ut.insertCol(cellInfo.colIndex+cellInfo.colSpan,cell);rng.moveToBookmark(bk).select()}},UE.commands.deletecol={queryCommandState:function(){var tableItems=getTableItemsByRange(this);return tableItems.cell?0:-1},execCommand:function(){var cell=getTableItemsByRange(this).cell,ut=getUETable(cell),range=ut.cellsRange,cellInfo=ut.getCellInfo(cell),preCell=ut.getHSideCell(cell),nextCell=ut.getHSideCell(cell,!0);if(utils.isEmptyObject(range))ut.deleteCol(cellInfo.colIndex);else for(var i=range.beginColIndex;i<range.endColIndex+1;i++)ut.deleteCol(range.beginColIndex);var table=ut.table,rng=this.selection.getRange();if(table.getElementsByTagName("td").length)domUtils.inDoc(cell,this.document)?rng.setStart(cell,0).setCursor(!1,!0):nextCell&&domUtils.inDoc(nextCell,this.document)?rng.selectNodeContents(nextCell).setCursor(!1,!0):preCell&&domUtils.inDoc(preCell,this.document)&&rng.selectNodeContents(preCell).setCursor(!0,!0);else{var nextSibling=table.nextSibling;domUtils.remove(table),nextSibling&&rng.setStart(nextSibling,0).setCursor(!1,!0)}}},UE.commands.splittocells={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;if(!cell)return-1;var ut=getUETable(tableItems.table);return ut.selectedTds.length>0?-1:cell&&(cell.colSpan>1||cell.rowSpan>1)?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.splitToCells(cell),rng.moveToBookmark(bk).select()}},UE.commands.splittorows={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;if(!cell)return-1;var ut=getUETable(tableItems.table);return ut.selectedTds.length>0?-1:cell&&cell.rowSpan>1?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.splitToRows(cell),rng.moveToBookmark(bk).select()}},UE.commands.splittocols={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;if(!cell)return-1;var ut=getUETable(tableItems.table);return ut.selectedTds.length>0?-1:cell&&cell.colSpan>1?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.splitToCols(cell),rng.moveToBookmark(bk).select()}},UE.commands.adaptbytext=UE.commands.adaptbywindow={queryCommandState:function(){return getTableItemsByRange(this).table?0:-1},execCommand:function(cmd){var tableItems=getTableItemsByRange(this),table=tableItems.table;if(table)if("adaptbywindow"==cmd)resetTdWidth(table,this);else{var cells=domUtils.getElementsByTagName(table,"td th");utils.each(cells,function(cell){cell.removeAttribute("width")}),table.removeAttribute("width")}}},UE.commands.averagedistributecol={queryCommandState:function(){var ut=getUETableBySelected(this);return ut&&(ut.isFullRow()||ut.isFullCol())?0:-1},execCommand:function(cmd){function getAverageWidth(){var averageWidth,tb=ut.table,sumWidth=0,colsNum=0,tbAttr=getDefaultValue(me,tb);if(ut.isFullRow())sumWidth=tb.offsetWidth,colsNum=ut.colsNum;else for(var node,begin=ut.cellsRange.beginColIndex,end=ut.cellsRange.endColIndex,i=begin;i<=end;)node=ut.selectedTds[i],sumWidth+=node.offsetWidth,i+=node.colSpan,colsNum+=1;return averageWidth=Math.ceil(sumWidth/colsNum)-2*tbAttr.tdBorder-2*tbAttr.tdPadding}function setAverageWidth(averageWidth){utils.each(domUtils.getElementsByTagName(ut.table,"th"),function(node){node.setAttribute("width","")});var cells=ut.isFullRow()?domUtils.getElementsByTagName(ut.table,"td"):ut.selectedTds;utils.each(cells,function(node){1==node.colSpan&&node.setAttribute("width",averageWidth)})}var me=this,ut=getUETableBySelected(me);ut&&ut.selectedTds.length&&setAverageWidth(getAverageWidth())}},UE.commands.averagedistributerow={queryCommandState:function(){var ut=getUETableBySelected(this);return ut?ut.selectedTds&&/th/gi.test(ut.selectedTds[0].tagName)?-1:ut.isFullRow()||ut.isFullCol()?0:-1:-1},execCommand:function(cmd){function getAverageHeight(){var averageHeight,rowNum,sumHeight=0,tb=ut.table,tbAttr=getDefaultValue(me,tb),tdpadding=parseInt(domUtils.getComputedStyle(tb.getElementsByTagName("td")[0],"padding-top"));if(ut.isFullCol()){var captionHeight,thHeight,captionArr=domUtils.getElementsByTagName(tb,"caption"),thArr=domUtils.getElementsByTagName(tb,"th");captionArr.length>0&&(captionHeight=captionArr[0].offsetHeight),thArr.length>0&&(thHeight=thArr[0].offsetHeight),sumHeight=tb.offsetHeight-(captionHeight||0)-(thHeight||0),rowNum=0==thArr.length?ut.rowsNum:ut.rowsNum-1}else{for(var begin=ut.cellsRange.beginRowIndex,end=ut.cellsRange.endRowIndex,count=0,trs=domUtils.getElementsByTagName(tb,"tr"),i=begin;i<=end;i++)sumHeight+=trs[i].offsetHeight,count+=1;rowNum=count}return averageHeight=browser.ie&&browser.version<9?Math.ceil(sumHeight/rowNum):Math.ceil(sumHeight/rowNum)-2*tbAttr.tdBorder-2*tdpadding}function setAverageHeight(averageHeight){var cells=ut.isFullCol()?domUtils.getElementsByTagName(ut.table,"td"):ut.selectedTds;utils.each(cells,function(node){1==node.rowSpan&&node.setAttribute("height",averageHeight)})}var me=this,ut=getUETableBySelected(me);ut&&ut.selectedTds.length&&setAverageHeight(getAverageHeight())}},UE.commands.cellalignment={queryCommandState:function(){return getTableItemsByRange(this).table?0:-1},execCommand:function(cmd,data){var me=this,ut=getUETableBySelected(me);if(ut)utils.each(ut.selectedTds,function(cell){domUtils.setAttributes(cell,data)});else{var start=me.selection.getStart(),cell=start&&domUtils.findParentByTagName(start,["td","th","caption"],!0);/caption/gi.test(cell.tagName)?(cell.style.textAlign=data.align,cell.style.verticalAlign=data.vAlign):domUtils.setAttributes(cell,data),me.selection.getRange().setCursor(!0)}},queryCommandValue:function(cmd){var activeMenuCell=getTableItemsByRange(this).cell;if(activeMenuCell||(activeMenuCell=getSelectedArr(this)[0]),activeMenuCell){var cells=UE.UETable.getUETable(activeMenuCell).selectedTds;return!cells.length&&(cells=activeMenuCell),UE.UETable.getTableCellAlignState(cells)}return null}},UE.commands.tablealignment={queryCommandState:function(){return browser.ie&&browser.version<8?-1:getTableItemsByRange(this).table?0:-1},execCommand:function(cmd,value){var me=this,start=me.selection.getStart(),table=start&&domUtils.findParentByTagName(start,["table"],!0);table&&table.setAttribute("align",value)}},UE.commands.edittable={queryCommandState:function(){return getTableItemsByRange(this).table?0:-1},execCommand:function(cmd,color){var rng=this.selection.getRange(),table=domUtils.findParentByTagName(rng.startContainer,"table");if(table){var arr=domUtils.getElementsByTagName(table,"td").concat(domUtils.getElementsByTagName(table,"th"),domUtils.getElementsByTagName(table,"caption"));utils.each(arr,function(node){node.style.borderColor=color})}}},UE.commands.edittd={queryCommandState:function(){return getTableItemsByRange(this).table?0:-1},execCommand:function(cmd,bkColor){var me=this,ut=getUETableBySelected(me);if(ut)utils.each(ut.selectedTds,function(cell){cell.style.backgroundColor=bkColor});else{var start=me.selection.getStart(),cell=start&&domUtils.findParentByTagName(start,["td","th","caption"],!0);cell&&(cell.style.backgroundColor=bkColor)}}},UE.commands.settablebackground={queryCommandState:function(){return getSelectedArr(this).length>1?0:-1},execCommand:function(cmd,value){var cells,ut;cells=getSelectedArr(this),ut=getUETable(cells[0]),ut.setBackground(cells,value)}},UE.commands.cleartablebackground={queryCommandState:function(){var cells=getSelectedArr(this);if(!cells.length)return-1;for(var cell,i=0;cell=cells[i++];)if(""!==cell.style.backgroundColor)return 0;return-1},execCommand:function(){var cells=getSelectedArr(this),ut=getUETable(cells[0]);ut.removeBackground(cells)}},UE.commands.interlacetable=UE.commands.uninterlacetable={queryCommandState:function(cmd){var table=getTableItemsByRange(this).table;if(!table)return-1;var interlaced=table.getAttribute("interlaced");return"interlacetable"==cmd?"enabled"===interlaced?-1:0:interlaced&&"disabled"!==interlaced?0:-1},execCommand:function(cmd,classList){var table=getTableItemsByRange(this).table;"interlacetable"==cmd?(table.setAttribute("interlaced","enabled"),this.fireEvent("interlacetable",table,classList)):(table.setAttribute("interlaced","disabled"),this.fireEvent("uninterlacetable",table))}},UE.commands.setbordervisible={queryCommandState:function(cmd){var table=getTableItemsByRange(this).table;return table?0:-1},execCommand:function(){var table=getTableItemsByRange(this).table;utils.each(domUtils.getElementsByTagName(table,"td"),function(td){td.style.borderWidth="1px",td.style.borderStyle="solid"})}}}(),UE.plugins.table=function(){function showError(e){}function removeStyleSize(obj,replaceToProperty){removeStyle(obj,"width",!0),removeStyle(obj,"height",!0)}function removeStyle(obj,styleName,replaceToProperty){obj.style[styleName]&&(replaceToProperty&&obj.setAttribute(styleName,parseInt(obj.style[styleName],10)),obj.style[styleName]="")}function getParentTdOrTh(ele){if("TD"==ele.tagName||"TH"==ele.tagName)return ele;var td;return(td=domUtils.findParentByTagName(ele,"td",!0)||domUtils.findParentByTagName(ele,"th",!0))?td:null}function isEmptyBlock(node){var reg=new RegExp(domUtils.fillChar,"g");if(node[browser.ie?"innerText":"textContent"].replace(/^\s*$/,"").replace(reg,"").length>0)return 0;for(var n in dtd.$isNotEmpty)if(node.getElementsByTagName(n).length)return 0;return 1}function mouseCoords(evt){return evt.pageX||evt.pageY?{x:evt.pageX,y:evt.pageY}:{x:evt.clientX+me.document.body.scrollLeft-me.document.body.clientLeft,y:evt.clientY+me.document.body.scrollTop-me.document.body.clientTop}}function mouseMoveEvent(evt){if(!isEditorDisabled())try{var pos,target=getParentTdOrTh(evt.target||evt.srcElement);if(isInResizeBuffer&&(me.body.style.webkitUserSelect="none",(Math.abs(userActionStatus.x-evt.clientX)>offsetOfTableCell||Math.abs(userActionStatus.y-evt.clientY)>offsetOfTableCell)&&(clearTableDragTimer(),isInResizeBuffer=!1,singleClickState=0,tableBorderDrag(evt))),onDrag&&dragTd)return singleClickState=0,me.body.style.webkitUserSelect="none",me.selection.getNative()[browser.ie9below?"empty":"removeAllRanges"](),pos=mouseCoords(evt),toggleDraggableState(me,!0,onDrag,pos,target),void("h"==onDrag?dragLine.style.left=getPermissionX(dragTd,evt)+"px":"v"==onDrag&&(dragLine.style.top=getPermissionY(dragTd,evt)+"px"));if(target){if(me.fireEvent("excludetable",target)===!0)return;pos=mouseCoords(evt);var state=getRelation(target,pos),table=domUtils.findParentByTagName(target,"table",!0);if(inTableSide(table,target,evt,!0)){if(me.fireEvent("excludetable",table)===!0)return;me.body.style.cursor="url("+me.options.cursorpath+"h.png),pointer"}else if(inTableSide(table,target,evt)){if(me.fireEvent("excludetable",table)===!0)return;me.body.style.cursor="url("+me.options.cursorpath+"v.png),pointer"}else{me.body.style.cursor="text";/\d/.test(state)&&(state=state.replace(/\d/,""),target=getUETable(target).getPreviewCell(target,"v"==state)),toggleDraggableState(me,!!target&&!!state,target?state:"",pos,target)}}else toggleDragButton(!1,table,me)}catch(e){showError(e)}}function toggleDragButton(show,table,editor){if(show)createDragButton(table,editor);else{if(dragOver)return;dragButtonTimer=setTimeout(function(){!dragOver&&dragButton&&dragButton.parentNode&&dragButton.parentNode.removeChild(dragButton)},2e3)}}function createDragButton(table,editor){function doClick(evt,button){clearTimeout(timer),timer=setTimeout(function(){editor.fireEvent("tableClicked",table,button)},300)}function doDblClick(evt){clearTimeout(timer);var ut=getUETable(table),start=table.rows[0].cells[0],end=ut.getLastCell(),range=ut.getCellsRange(start,end);editor.selection.getRange().setStart(start,0).setCursor(!1,!0),ut.setSelected(range)}var pos=domUtils.getXY(table),doc=table.ownerDocument;if(dragButton&&dragButton.parentNode)return dragButton;dragButton=doc.createElement("div"),dragButton.contentEditable=!1,dragButton.innerHTML="",dragButton.style.cssText="width:15px;height:15px;background-image:url("+editor.options.UEDITOR_HOME_URL+"dialogs/table/dragicon.png);position: absolute;cursor:move;top:"+(pos.y-15)+"px;left:"+pos.x+"px;",domUtils.unSelectable(dragButton),dragButton.onmouseover=function(evt){dragOver=!0},dragButton.onmouseout=function(evt){dragOver=!1},domUtils.on(dragButton,"click",function(type,evt){doClick(evt,this)}),domUtils.on(dragButton,"dblclick",function(type,evt){doDblClick(evt)}),domUtils.on(dragButton,"dragstart",function(type,evt){domUtils.preventDefault(evt)});var timer;doc.body.appendChild(dragButton)}function inTableSide(table,cell,evt,top){var pos=mouseCoords(evt),state=getRelation(cell,pos);if(top){var caption=table.getElementsByTagName("caption")[0],capHeight=caption?caption.offsetHeight:0;return"v1"==state&&pos.y-domUtils.getXY(table).y-capHeight<8}return"h1"==state&&pos.x-domUtils.getXY(table).x<8}function getPermissionX(dragTd,evt){var ut=getUETable(dragTd);if(ut){var preTd=ut.getSameEndPosCells(dragTd,"x")[0],nextTd=ut.getSameStartPosXCells(dragTd)[0],mouseX=mouseCoords(evt).x,left=(preTd?domUtils.getXY(preTd).x:domUtils.getXY(ut.table).x)+20,right=nextTd?domUtils.getXY(nextTd).x+nextTd.offsetWidth-20:me.body.offsetWidth+5||parseInt(domUtils.getComputedStyle(me.body,"width"),10);return left+=cellMinWidth,right-=cellMinWidth,mouseX<left?left:mouseX>right?right:mouseX}}function getPermissionY(dragTd,evt){try{var top=domUtils.getXY(dragTd).y,mousePosY=mouseCoords(evt).y;return mousePosY<top?top:mousePosY}catch(e){showError(e)}}function toggleDraggableState(editor,draggable,dir,mousePos,cell){try{editor.body.style.cursor="h"==dir?"col-resize":"v"==dir?"row-resize":"text",browser.ie&&(!dir||mousedown||getUETableBySelected(editor)?hideDragLine(editor):(getDragLine(editor,editor.document),showDragLineAt(dir,cell))),onBorder=draggable}catch(e){showError(e)}}function getRelation(ele,mousePos){var elePos=domUtils.getXY(ele);return elePos?elePos.x+ele.offsetWidth-mousePos.x<cellBorderWidth?"h":mousePos.x-elePos.x<cellBorderWidth?"h1":elePos.y+ele.offsetHeight-mousePos.y<cellBorderWidth?"v":mousePos.y-elePos.y<cellBorderWidth?"v1":"":""}function mouseDownEvent(type,evt){if(!isEditorDisabled())if(userActionStatus={x:evt.clientX,y:evt.clientY},2==evt.button){var ut=getUETableBySelected(me),flag=!1;if(ut){var td=getTargetTd(me,evt);utils.each(ut.selectedTds,function(ti){ti===td&&(flag=!0)}),flag?(td=ut.selectedTds[0],setTimeout(function(){me.selection.getRange().setStart(td,0).setCursor(!1,!0)},0)):(removeSelectedClass(domUtils.getElementsByTagName(me.body,"th td")),ut.clearSelected())}}else tableClickHander(evt)}function tableDbclickHandler(evt){singleClickState=0,evt=evt||me.window.event;var target=getParentTdOrTh(evt.target||evt.srcElement);if(target){var h;if(h=getRelation(target,mouseCoords(evt))){if(hideDragLine(me),"h1"==h)if(h="h",inTableSide(domUtils.findParentByTagName(target,"table"),target,evt))me.execCommand("adaptbywindow");else if(target=getUETable(target).getPreviewCell(target)){var rng=me.selection.getRange();rng.selectNodeContents(target).setCursor(!0,!0)}if("h"==h){var ut=getUETable(target),table=ut.table,cells=getCellsByMoveBorder(target,table,!0);cells=extractArray(cells,"left"),ut.width=ut.offsetWidth;var oldWidth=[],newWidth=[];utils.each(cells,function(cell){oldWidth.push(cell.offsetWidth)}),utils.each(cells,function(cell){cell.removeAttribute("width")}),window.setTimeout(function(){var changeable=!0;utils.each(cells,function(cell,index){var width=cell.offsetWidth;return width>oldWidth[index]?(changeable=!1,!1):void newWidth.push(width)});var change=changeable?newWidth:oldWidth;utils.each(cells,function(cell,index){cell.width=change[index]-getTabcellSpace()})},0)}}}}function tableClickHander(evt){if(removeSelectedClass(domUtils.getElementsByTagName(me.body,"td th")),utils.each(me.document.getElementsByTagName("table"),function(t){t.ueTable=null}),startTd=getTargetTd(me,evt)){var table=domUtils.findParentByTagName(startTd,"table",!0);ut=getUETable(table),ut&&ut.clearSelected(),onBorder?borderActionHandler(evt):(me.document.body.style.webkitUserSelect="",mousedown=!0,me.addListener("mouseover",mouseOverEvent))}}function borderActionHandler(evt){browser.ie&&(evt=reconstruct(evt)),clearTableDragTimer(),isInResizeBuffer=!0,tableDragTimer=setTimeout(function(){tableBorderDrag(evt)},dblclickTime)}function extractArray(originArr,key){for(var result=[],tmp=null,i=0,len=originArr.length;i<len;i++)tmp=originArr[i][key],tmp&&result.push(tmp);return result}function clearTableDragTimer(){tableDragTimer&&clearTimeout(tableDragTimer),tableDragTimer=null}function reconstruct(obj){var attrs=["pageX","pageY","clientX","clientY","srcElement","target"],newObj={};if(obj)for(var key,val,i=0;key=attrs[i];i++)val=obj[key],val&&(newObj[key]=val);return newObj}function tableBorderDrag(evt){if(isInResizeBuffer=!1,startTd=evt.target||evt.srcElement){var state=getRelation(startTd,mouseCoords(evt));/\d/.test(state)&&(state=state.replace(/\d/,""),startTd=getUETable(startTd).getPreviewCell(startTd,"v"==state)),hideDragLine(me),getDragLine(me,me.document),me.fireEvent("saveScene"),showDragLineAt(state,startTd),mousedown=!0,onDrag=state,dragTd=startTd}}function mouseUpEvent(type,evt){if(!isEditorDisabled()){if(clearTableDragTimer(),isInResizeBuffer=!1,onBorder&&(singleClickState=++singleClickState%3,userActionStatus={x:evt.clientX,y:evt.clientY},tableResizeTimer=setTimeout(function(){singleClickState>0&&singleClickState--},dblclickTime),2===singleClickState))return singleClickState=0,void tableDbclickHandler(evt);if(2!=evt.button){var me=this,range=me.selection.getRange(),start=domUtils.findParentByTagName(range.startContainer,"table",!0),end=domUtils.findParentByTagName(range.endContainer,"table",!0);if((start||end)&&(start===end?(start=domUtils.findParentByTagName(range.startContainer,["td","th","caption"],!0),end=domUtils.findParentByTagName(range.endContainer,["td","th","caption"],!0),start!==end&&me.selection.clearRange()):me.selection.clearRange()),mousedown=!1,me.document.body.style.webkitUserSelect="",onDrag&&dragTd&&(me.selection.getNative()[browser.ie9below?"empty":"removeAllRanges"](),singleClickState=0,dragLine=me.document.getElementById("ue_tableDragLine"))){var dragTdPos=domUtils.getXY(dragTd),dragLinePos=domUtils.getXY(dragLine);switch(onDrag){case"h":changeColWidth(dragTd,dragLinePos.x-dragTdPos.x);break;case"v":changeRowHeight(dragTd,dragLinePos.y-dragTdPos.y-dragTd.offsetHeight)}return onDrag="",dragTd=null,hideDragLine(me),void me.fireEvent("saveScene")}if(startTd){var ut=getUETable(startTd),cell=ut?ut.selectedTds[0]:null;if(cell)range=new dom.Range(me.document),domUtils.isEmptyBlock(cell)?range.setStart(cell,0).setCursor(!1,!0):range.selectNodeContents(cell).shrinkBoundary().setCursor(!1,!0);else if(range=me.selection.getRange().shrinkBoundary(),!range.collapsed){var start=domUtils.findParentByTagName(range.startContainer,["td","th"],!0),end=domUtils.findParentByTagName(range.endContainer,["td","th"],!0);(start&&!end||!start&&end||start&&end&&start!==end)&&range.setCursor(!1,!0);
|
|
17
|
-
}startTd=null,me.removeListener("mouseover",mouseOverEvent)}else{var target=domUtils.findParentByTagName(evt.target||evt.srcElement,"td",!0);if(target||(target=domUtils.findParentByTagName(evt.target||evt.srcElement,"th",!0)),target&&("TD"==target.tagName||"TH"==target.tagName)){if(me.fireEvent("excludetable",target)===!0)return;range=new dom.Range(me.document),range.setStart(target,0).setCursor(!1,!0)}}me._selectionChange(250,evt)}}}function mouseOverEvent(type,evt){if(!isEditorDisabled()){var me=this,tar=evt.target||evt.srcElement;if(currentTd=domUtils.findParentByTagName(tar,"td",!0)||domUtils.findParentByTagName(tar,"th",!0),startTd&¤tTd&&("TD"==startTd.tagName&&"TD"==currentTd.tagName||"TH"==startTd.tagName&&"TH"==currentTd.tagName)&&domUtils.findParentByTagName(startTd,"table")==domUtils.findParentByTagName(currentTd,"table")){var ut=getUETable(currentTd);if(startTd!=currentTd){me.document.body.style.webkitUserSelect="none",me.selection.getNative()[browser.ie9below?"empty":"removeAllRanges"]();var range=ut.getCellsRange(startTd,currentTd);ut.setSelected(range)}else me.document.body.style.webkitUserSelect="",ut.clearSelected()}evt.preventDefault?evt.preventDefault():evt.returnValue=!1}}function setCellHeight(cell,height,backHeight){var lineHight=parseInt(domUtils.getComputedStyle(cell,"line-height"),10),tmpHeight=backHeight+height;height=tmpHeight<lineHight?lineHight:tmpHeight,cell.style.height&&(cell.style.height=""),1==cell.rowSpan?cell.setAttribute("height",height):cell.removeAttribute&&cell.removeAttribute("height")}function changeColWidth(cell,changeValue){var ut=getUETable(cell);if(ut){var table=ut.table,cells=getCellsByMoveBorder(cell,table);if(table.style.width="",table.removeAttribute("width"),changeValue=correctChangeValue(changeValue,cell,cells),cell.nextSibling){utils.each(cells,function(cellGroup){cellGroup.left.width=+cellGroup.left.width+changeValue,cellGroup.right&&(cellGroup.right.width=+cellGroup.right.width-changeValue)})}else utils.each(cells,function(cellGroup){cellGroup.left.width-=-changeValue})}}function isEditorDisabled(){return"false"===me.body.contentEditable}function changeRowHeight(td,changeValue){if(!(Math.abs(changeValue)<10)){var ut=getUETable(td);if(ut)for(var cell,cells=ut.getSameEndPosCells(td,"y"),backHeight=cells[0]?cells[0].offsetHeight:0,i=0;cell=cells[i++];)setCellHeight(cell,changeValue,backHeight)}}function getCellsByMoveBorder(cell,table,isContainMergeCell){if(table||(table=domUtils.findParentByTagName(cell,"table")),!table)return null;for(var temp=(domUtils.getNodeIndex(cell),cell),rows=table.rows,colIndex=0;temp;)1===temp.nodeType&&(colIndex+=temp.colSpan||1),temp=temp.previousSibling;temp=null;var borderCells=[];return utils.each(rows,function(tabRow){var cells=tabRow.cells,currIndex=0;utils.each(cells,function(tabCell){return currIndex+=tabCell.colSpan||1,currIndex===colIndex?(borderCells.push({left:tabCell,right:tabCell.nextSibling||null}),!1):currIndex>colIndex?(isContainMergeCell&&borderCells.push({left:tabCell}),!1):void 0})}),borderCells}function correctChangeValue(changeValue,relatedCell,cells){if(changeValue-=getTabcellSpace(),changeValue<0)return 0;changeValue-=getTableCellWidth(relatedCell);var direction=changeValue<0?"left":"right";return changeValue=Math.abs(changeValue),utils.each(cells,function(cellGroup){var curCell=cellGroup[direction];curCell&&(changeValue=Math.min(changeValue,getTableCellWidth(curCell)-cellMinWidth))}),changeValue=changeValue<0?0:changeValue,"left"===direction?-changeValue:changeValue}function getTableCellWidth(cell){var width=0,width=cell.offsetWidth-getTabcellSpace();cell.nextSibling||(width-=getTableCellOffset(cell)),width=width<0?0:width;try{cell.width=width}catch(e){}return width}function getTableCellOffset(cell){if(tab=domUtils.findParentByTagName(cell,"table",!1),void 0===tab.offsetVal){var prev=cell.previousSibling;prev?tab.offsetVal=cell.offsetWidth-prev.offsetWidth===UT.borderWidth?UT.borderWidth:0:tab.offsetVal=0}return tab.offsetVal}function getTabcellSpace(){if(void 0===UT.tabcellSpace){var tab=me.document.createElement("table"),tbody=me.document.createElement("tbody"),trow=me.document.createElement("tr"),tabcell=me.document.createElement("td"),mirror=null;tabcell.style.cssText="border: 0;",tabcell.width=1,trow.appendChild(tabcell),trow.appendChild(mirror=tabcell.cloneNode(!1)),tbody.appendChild(trow),tab.appendChild(tbody),tab.style.cssText="visibility: hidden;",me.body.appendChild(tab),UT.paddingSpace=tabcell.offsetWidth-1;var tmpTabWidth=tab.offsetWidth;tabcell.style.cssText="",mirror.style.cssText="",UT.borderWidth=(tab.offsetWidth-tmpTabWidth)/3,UT.tabcellSpace=UT.paddingSpace+UT.borderWidth,me.body.removeChild(tab)}return getTabcellSpace=function(){return UT.tabcellSpace},UT.tabcellSpace}function getDragLine(editor,doc){mousedown||(dragLine=editor.document.createElement("div"),domUtils.setAttributes(dragLine,{id:"ue_tableDragLine",unselectable:"on",contenteditable:!1,onresizestart:"return false",ondragstart:"return false",onselectstart:"return false",style:"background-color:blue;position:absolute;padding:0;margin:0;background-image:none;border:0px none;opacity:0;filter:alpha(opacity=0)"}),editor.body.appendChild(dragLine))}function hideDragLine(editor){if(!mousedown)for(var line;line=editor.document.getElementById("ue_tableDragLine");)domUtils.remove(line)}function showDragLineAt(state,cell){if(cell){var css,table=domUtils.findParentByTagName(cell,"table"),caption=table.getElementsByTagName("caption"),width=table.offsetWidth,height=table.offsetHeight-(caption.length>0?caption[0].offsetHeight:0),tablePos=domUtils.getXY(table),cellPos=domUtils.getXY(cell);switch(state){case"h":css="height:"+height+"px;top:"+(tablePos.y+(caption.length>0?caption[0].offsetHeight:0))+"px;left:"+(cellPos.x+cell.offsetWidth),dragLine.style.cssText=css+"px;position: absolute;display:block;background-color:blue;width:1px;border:0; color:blue;opacity:.3;filter:alpha(opacity=30)";break;case"v":css="width:"+width+"px;left:"+tablePos.x+"px;top:"+(cellPos.y+cell.offsetHeight),dragLine.style.cssText=css+"px;overflow:hidden;position: absolute;display:block;background-color:blue;height:1px;border:0;color:blue;opacity:.2;filter:alpha(opacity=20)"}}}function switchBorderColor(editor,flag){for(var color,node,tableArr=domUtils.getElementsByTagName(editor.body,"table"),i=0;node=tableArr[i++];){var td=domUtils.getElementsByTagName(node,"td");td[0]&&(flag?(color=td[0].style.borderColor.replace(/\s/g,""),/(#ffffff)|(rgb\(255,255,255\))/gi.test(color)&&domUtils.addClass(node,"noBorderTable")):domUtils.removeClasses(node,"noBorderTable"))}}function getTableWidth(editor,needIEHack,defaultValue){var body=editor.body;return body.offsetWidth-(needIEHack?2*parseInt(domUtils.getComputedStyle(body,"margin-left"),10):0)-2*defaultValue.tableBorder-(editor.options.offsetWidth||0)}function getTargetTd(editor,evt){var target=domUtils.findParentByTagName(evt.target||evt.srcElement,["td","th"],!0),dir=null;if(!target)return null;if(dir=getRelation(target,mouseCoords(evt)),!target)return null;if("h1"===dir&&target.previousSibling){var position=domUtils.getXY(target),cellWidth=target.offsetWidth;Math.abs(position.x+cellWidth-evt.clientX)>cellWidth/3&&(target=target.previousSibling)}else if("v1"===dir&&target.parentNode.previousSibling){var position=domUtils.getXY(target),cellHeight=target.offsetHeight;Math.abs(position.y+cellHeight-evt.clientY)>cellHeight/3&&(target=target.parentNode.previousSibling.firstChild)}return target&&editor.fireEvent("excludetable",target)!==!0?target:null}var me=this,tableDragTimer=null,tableResizeTimer=null,cellMinWidth=5,isInResizeBuffer=!1,cellBorderWidth=5,offsetOfTableCell=10,singleClickState=0,userActionStatus=null,dblclickTime=200,UT=UE.UETable,getUETable=function(tdOrTable){return UT.getUETable(tdOrTable)},getUETableBySelected=function(editor){return UT.getUETableBySelected(editor)},getDefaultValue=function(editor,table){return UT.getDefaultValue(editor,table)},removeSelectedClass=function(cells){return UT.removeSelectedClass(cells)};me.ready(function(){var me=this,orgGetText=me.selection.getText;me.selection.getText=function(){var table=getUETableBySelected(me);if(table){var str="";return utils.each(table.selectedTds,function(td){str+=td[browser.ie?"innerText":"textContent"]}),str}return orgGetText.call(me.selection)}});var startTd=null,currentTd=null,onDrag="",onBorder=!1,dragButton=null,dragOver=!1,dragLine=null,dragTd=null,mousedown=!1,needIEHack=!0;me.setOpt({maxColNum:20,maxRowNum:100,defaultCols:5,defaultRows:5,tdvalign:"top",cursorpath:me.options.UEDITOR_HOME_URL+"themes/default/images/cursor_",tableDragable:!1,classList:["ue-table-interlace-color-single","ue-table-interlace-color-double"]}),me.getUETable=getUETable;var commands={deletetable:1,inserttable:1,cellvalign:1,insertcaption:1,deletecaption:1,inserttitle:1,deletetitle:1,mergeright:1,mergedown:1,mergecells:1,insertrow:1,insertrownext:1,deleterow:1,insertcol:1,insertcolnext:1,deletecol:1,splittocells:1,splittorows:1,splittocols:1,adaptbytext:1,adaptbywindow:1,adaptbycustomer:1,insertparagraph:1,insertparagraphbeforetable:1,averagedistributecol:1,averagedistributerow:1};me.ready(function(){utils.cssRule("table",".selectTdClass{background-color:#edf5fa !important}table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #ddd !important}table{margin-bottom:10px;border-collapse:collapse;display:table;}td,th{padding: 5px 10px;border: 1px solid #DDD;}caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}th{border-top:1px solid #BBB;background-color:#F7F7F7;}table tr.firstRow th{border-top-width:2px;}.ue-table-interlace-color-single{ background-color: #fcfcfc; } .ue-table-interlace-color-double{ background-color: #f7faff; }td p{margin:0;padding:0;}",me.document);var tableCopyList,isFullCol,isFullRow;me.addListener("keydown",function(cmd,evt){var me=this,keyCode=evt.keyCode||evt.which;if(8==keyCode){var ut=getUETableBySelected(me);ut&&ut.selectedTds.length&&(ut.isFullCol()?me.execCommand("deletecol"):ut.isFullRow()?me.execCommand("deleterow"):me.fireEvent("delcells"),domUtils.preventDefault(evt));var caption=domUtils.findParentByTagName(me.selection.getStart(),"caption",!0),range=me.selection.getRange();if(range.collapsed&&caption&&isEmptyBlock(caption)){me.fireEvent("saveScene");var table=caption.parentNode;domUtils.remove(caption),table&&range.setStart(table.rows[0].cells[0],0).setCursor(!1,!0),me.fireEvent("saveScene")}}if(46==keyCode&&(ut=getUETableBySelected(me))){me.fireEvent("saveScene");for(var ci,i=0;ci=ut.selectedTds[i++];)domUtils.fillNode(me.document,ci);me.fireEvent("saveScene"),domUtils.preventDefault(evt)}if(13==keyCode){var rng=me.selection.getRange(),caption=domUtils.findParentByTagName(rng.startContainer,"caption",!0);if(caption){var table=domUtils.findParentByTagName(caption,"table");return rng.collapsed?caption&&rng.setStart(table.rows[0].cells[0],0).setCursor(!1,!0):(rng.deleteContents(),me.fireEvent("saveScene")),void domUtils.preventDefault(evt)}if(rng.collapsed){var table=domUtils.findParentByTagName(rng.startContainer,"table");if(table){var cell=table.rows[0].cells[0],start=domUtils.findParentByTagName(me.selection.getStart(),["td","th"],!0),preNode=table.previousSibling;if(cell===start&&(!preNode||1==preNode.nodeType&&"TABLE"==preNode.tagName)&&domUtils.isStartInblock(rng)){var first=domUtils.findParent(me.selection.getStart(),function(n){return domUtils.isBlockElm(n)},!0);first&&(/t(h|d)/i.test(first.tagName)||first===start.firstChild)&&(me.execCommand("insertparagraphbeforetable"),domUtils.preventDefault(evt))}}}}if((evt.ctrlKey||evt.metaKey)&&"67"==evt.keyCode){tableCopyList=null;var ut=getUETableBySelected(me);if(ut){var tds=ut.selectedTds;isFullCol=ut.isFullCol(),isFullRow=ut.isFullRow(),tableCopyList=[[ut.cloneCell(tds[0],null,!0)]];for(var ci,i=1;ci=tds[i];i++)ci.parentNode!==tds[i-1].parentNode?tableCopyList.push([ut.cloneCell(ci,null,!0)]):tableCopyList[tableCopyList.length-1].push(ut.cloneCell(ci,null,!0))}}}),me.addListener("tablehasdeleted",function(){toggleDraggableState(this,!1,"",null),dragButton&&domUtils.remove(dragButton)}),me.addListener("beforepaste",function(cmd,html){var me=this,rng=me.selection.getRange();if(domUtils.findParentByTagName(rng.startContainer,"caption",!0)){var div=me.document.createElement("div");return div.innerHTML=html.html,void(html.html=div[browser.ie9below?"innerText":"textContent"])}var table=getUETableBySelected(me);if(tableCopyList){me.fireEvent("saveScene");var tmpNode,preNode,rng=me.selection.getRange(),td=domUtils.findParentByTagName(rng.startContainer,["td","th"],!0);if(td){var ut=getUETable(td);if(isFullRow){var rowIndex=ut.getCellInfo(td).rowIndex;"TH"==td.tagName&&rowIndex++;for(var ci,i=0;ci=tableCopyList[i++];){for(var cj,tr=ut.insertRow(rowIndex++,"td"),j=0;cj=ci[j];j++){var cell=tr.cells[j];cell||(cell=tr.insertCell(j)),cell.innerHTML=cj.innerHTML,cj.getAttribute("width")&&cell.setAttribute("width",cj.getAttribute("width")),cj.getAttribute("vAlign")&&cell.setAttribute("vAlign",cj.getAttribute("vAlign")),cj.getAttribute("align")&&cell.setAttribute("align",cj.getAttribute("align")),cj.style.cssText&&(cell.style.cssText=cj.style.cssText)}for(var cj,j=0;(cj=tr.cells[j])&&ci[j];j++)cj.innerHTML=ci[j].innerHTML,ci[j].getAttribute("width")&&cj.setAttribute("width",ci[j].getAttribute("width")),ci[j].getAttribute("vAlign")&&cj.setAttribute("vAlign",ci[j].getAttribute("vAlign")),ci[j].getAttribute("align")&&cj.setAttribute("align",ci[j].getAttribute("align")),ci[j].style.cssText&&(cj.style.cssText=ci[j].style.cssText)}}else{if(isFullCol){cellInfo=ut.getCellInfo(td);for(var cj,maxColNum=0,j=0,ci=tableCopyList[0];cj=ci[j++];)maxColNum+=cj.colSpan||1;for(me.__hasEnterExecCommand=!0,i=0;i<maxColNum;i++)me.execCommand("insertcol");me.__hasEnterExecCommand=!1,td=ut.table.rows[0].cells[cellInfo.cellIndex],"TH"==td.tagName&&(td=ut.table.rows[1].cells[cellInfo.cellIndex])}for(var ci,i=0;ci=tableCopyList[i++];){tmpNode=td;for(var cj,j=0;cj=ci[j++];)if(td)td.innerHTML=cj.innerHTML,cj.getAttribute("width")&&td.setAttribute("width",cj.getAttribute("width")),cj.getAttribute("vAlign")&&td.setAttribute("vAlign",cj.getAttribute("vAlign")),cj.getAttribute("align")&&td.setAttribute("align",cj.getAttribute("align")),cj.style.cssText&&(td.style.cssText=cj.style.cssText),preNode=td,td=td.nextSibling;else{var cloneTd=cj.cloneNode(!0);domUtils.removeAttributes(cloneTd,["class","rowSpan","colSpan"]),preNode.parentNode.appendChild(cloneTd)}if(td=ut.getNextCell(tmpNode,!0,!0),!tableCopyList[i])break;if(!td){var cellInfo=ut.getCellInfo(tmpNode);ut.table.insertRow(ut.table.rows.length),ut.update(),td=ut.getVSideCell(tmpNode,!0)}}}ut.update()}else{table=me.document.createElement("table");for(var ci,i=0;ci=tableCopyList[i++];){for(var cj,tr=table.insertRow(table.rows.length),j=0;cj=ci[j++];)cloneTd=UT.cloneCell(cj,null,!0),domUtils.removeAttributes(cloneTd,["class"]),tr.appendChild(cloneTd);2==j&&cloneTd.rowSpan>1&&(cloneTd.rowSpan=1)}var defaultValue=getDefaultValue(me),width=me.body.offsetWidth-(needIEHack?2*parseInt(domUtils.getComputedStyle(me.body,"margin-left"),10):0)-2*defaultValue.tableBorder-(me.options.offsetWidth||0);me.execCommand("insertHTML","<table "+(isFullCol&&isFullRow?'width="'+width+'"':"")+">"+table.innerHTML.replace(/>\s*</g,"><").replace(/\bth\b/gi,"td")+"</table>")}return me.fireEvent("contentchange"),me.fireEvent("saveScene"),html.html="",!0}var tables,div=me.document.createElement("div");div.innerHTML=html.html,tables=div.getElementsByTagName("table"),domUtils.findParentByTagName(me.selection.getStart(),"table")?(utils.each(tables,function(t){domUtils.remove(t)}),domUtils.findParentByTagName(me.selection.getStart(),"caption",!0)&&(div.innerHTML=div[browser.ie?"innerText":"textContent"])):utils.each(tables,function(table){removeStyleSize(table,!0),domUtils.removeAttributes(table,["style","border"]),utils.each(domUtils.getElementsByTagName(table,"td"),function(td){isEmptyBlock(td)&&domUtils.fillNode(me.document,td),removeStyleSize(td,!0)})}),html.html=div.innerHTML}),me.addListener("afterpaste",function(){utils.each(domUtils.getElementsByTagName(me.body,"table"),function(table){if(table.offsetWidth>me.body.offsetWidth){var defaultValue=getDefaultValue(me,table);table.style.width=me.body.offsetWidth-(needIEHack?2*parseInt(domUtils.getComputedStyle(me.body,"margin-left"),10):0)-2*defaultValue.tableBorder-(me.options.offsetWidth||0)+"px"}})}),me.addListener("blur",function(){tableCopyList=null});var timer;me.addListener("keydown",function(){clearTimeout(timer),timer=setTimeout(function(){var rng=me.selection.getRange(),cell=domUtils.findParentByTagName(rng.startContainer,["th","td"],!0);if(cell){var table=cell.parentNode.parentNode.parentNode;table.offsetWidth>table.getAttribute("width")&&(cell.style.wordBreak="break-all")}},100)}),me.addListener("selectionchange",function(){toggleDraggableState(me,!1,"",null)}),me.addListener("contentchange",function(){var me=this;if(hideDragLine(me),!getUETableBySelected(me)){var rng=me.selection.getRange(),start=rng.startContainer;start=domUtils.findParentByTagName(start,["td","th"],!0),utils.each(domUtils.getElementsByTagName(me.document,"table"),function(table){me.fireEvent("excludetable",table)!==!0&&(table.ueTable=new UT(table),table.onmouseover=function(){me.fireEvent("tablemouseover",table)},table.onmousemove=function(){me.fireEvent("tablemousemove",table),me.options.tableDragable&&toggleDragButton(!0,this,me),utils.defer(function(){me.fireEvent("contentchange",50)},!0)},table.onmouseout=function(){me.fireEvent("tablemouseout",table),toggleDraggableState(me,!1,"",null),hideDragLine(me)},table.onclick=function(evt){evt=me.window.event||evt;var target=getParentTdOrTh(evt.target||evt.srcElement);if(target){var cellsRange,ut=getUETable(target),table=ut.table,cellInfo=ut.getCellInfo(target),rng=me.selection.getRange();if(inTableSide(table,target,evt,!0)){var endTdCol=ut.getCell(ut.indexTable[ut.rowsNum-1][cellInfo.colIndex].rowIndex,ut.indexTable[ut.rowsNum-1][cellInfo.colIndex].cellIndex);return void(evt.shiftKey&&ut.selectedTds.length?ut.selectedTds[0]!==endTdCol?(cellsRange=ut.getCellsRange(ut.selectedTds[0],endTdCol),ut.setSelected(cellsRange)):rng&&rng.selectNodeContents(endTdCol).select():target!==endTdCol?(cellsRange=ut.getCellsRange(target,endTdCol),ut.setSelected(cellsRange)):rng&&rng.selectNodeContents(endTdCol).select())}if(inTableSide(table,target,evt)){var endTdRow=ut.getCell(ut.indexTable[cellInfo.rowIndex][ut.colsNum-1].rowIndex,ut.indexTable[cellInfo.rowIndex][ut.colsNum-1].cellIndex);evt.shiftKey&&ut.selectedTds.length?ut.selectedTds[0]!==endTdRow?(cellsRange=ut.getCellsRange(ut.selectedTds[0],endTdRow),ut.setSelected(cellsRange)):rng&&rng.selectNodeContents(endTdRow).select():target!==endTdRow?(cellsRange=ut.getCellsRange(target,endTdRow),ut.setSelected(cellsRange)):rng&&rng.selectNodeContents(endTdRow).select()}}})}),switchBorderColor(me,!0)}}),domUtils.on(me.document,"mousemove",mouseMoveEvent),domUtils.on(me.document,"mouseout",function(evt){var target=evt.target||evt.srcElement;"TABLE"==target.tagName&&toggleDraggableState(me,!1,"",null)}),me.addListener("interlacetable",function(type,table,classList){if(table)for(var me=this,rows=table.rows,len=rows.length,getClass=function(list,index,repeat){return list[index]?list[index]:repeat?list[index%list.length]:""},i=0;i<len;i++)rows[i].className=getClass(classList||me.options.classList,i,!0)}),me.addListener("uninterlacetable",function(type,table){if(table)for(var me=this,rows=table.rows,classList=me.options.classList,len=rows.length,i=0;i<len;i++)domUtils.removeClasses(rows[i],classList)}),me.addListener("mousedown",mouseDownEvent),me.addListener("mouseup",mouseUpEvent),domUtils.on(me.body,"dragstart",function(evt){mouseUpEvent.call(me,"dragstart",evt)}),me.addOutputRule(function(root){utils.each(root.getNodesByTagName("div"),function(n){"ue_tableDragLine"==n.getAttr("id")&&n.parentNode.removeChild(n)})});var currentRowIndex=0;me.addListener("mousedown",function(){currentRowIndex=0}),me.addListener("tabkeydown",function(){var range=this.selection.getRange(),common=range.getCommonAncestor(!0,!0),table=domUtils.findParentByTagName(common,"table");if(table){if(domUtils.findParentByTagName(common,"caption",!0)){var cell=domUtils.getElementsByTagName(table,"th td");cell&&cell.length&&range.setStart(cell[0],0).setCursor(!1,!0)}else{var cell=domUtils.findParentByTagName(common,["td","th"],!0),ua=getUETable(cell);currentRowIndex=cell.rowSpan>1?currentRowIndex:ua.getCellInfo(cell).rowIndex;var nextCell=ua.getTabNextCell(cell,currentRowIndex);nextCell?isEmptyBlock(nextCell)?range.setStart(nextCell,0).setCursor(!1,!0):range.selectNodeContents(nextCell).select():(me.fireEvent("saveScene"),me.__hasEnterExecCommand=!0,this.execCommand("insertrownext"),me.__hasEnterExecCommand=!1,range=this.selection.getRange(),range.setStart(table.rows[table.rows.length-1].cells[0],0).setCursor(),me.fireEvent("saveScene"))}return!0}}),browser.ie&&me.addListener("selectionchange",function(){toggleDraggableState(this,!1,"",null)}),me.addListener("keydown",function(type,evt){var me=this,keyCode=evt.keyCode||evt.which;if(8!=keyCode&&46!=keyCode){var notCtrlKey=!(evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey);notCtrlKey&&removeSelectedClass(domUtils.getElementsByTagName(me.body,"td"));var ut=getUETableBySelected(me);ut&¬CtrlKey&&ut.clearSelected()}}),me.addListener("beforegetcontent",function(){switchBorderColor(this,!1),browser.ie&&utils.each(this.document.getElementsByTagName("caption"),function(ci){domUtils.isEmptyNode(ci)&&(ci.innerHTML=" ")})}),me.addListener("aftergetcontent",function(){switchBorderColor(this,!0)}),me.addListener("getAllHtml",function(){removeSelectedClass(me.document.getElementsByTagName("td"))}),me.addListener("fullscreenchanged",function(type,fullscreen){if(!fullscreen){var ratio=this.body.offsetWidth/document.body.offsetWidth,tables=domUtils.getElementsByTagName(this.body,"table");utils.each(tables,function(table){if(table.offsetWidth<me.body.offsetWidth)return!1;var tds=domUtils.getElementsByTagName(table,"td"),backWidths=[];utils.each(tds,function(td){backWidths.push(td.offsetWidth)});for(var td,i=0;td=tds[i];i++)td.setAttribute("width",Math.floor(backWidths[i]*ratio));table.setAttribute("width",Math.floor(getTableWidth(me,needIEHack,getDefaultValue(me))))})}});var oldExecCommand=me.execCommand;me.execCommand=function(cmd,datatat){var me=this;cmd=cmd.toLowerCase();var tds,result,ut=getUETableBySelected(me),range=new dom.Range(me.document),cmdFun=me.commands[cmd]||UE.commands[cmd];if(cmdFun){if(!ut||commands[cmd]||cmdFun.notNeedUndo||me.__hasEnterExecCommand)result=oldExecCommand.apply(me,arguments);else{me.__hasEnterExecCommand=!0,me.fireEvent("beforeexeccommand",cmd),tds=ut.selectedTds;for(var value,state,td,lastState=-2,lastValue=-2,i=0;td=tds[i];i++)isEmptyBlock(td)?range.setStart(td,0).setCursor(!1,!0):range.selectNode(td).select(!0),state=me.queryCommandState(cmd),value=me.queryCommandValue(cmd),state!=-1&&(lastState===state&&lastValue===value||(me._ignoreContentChange=!0,result=oldExecCommand.apply(me,arguments),me._ignoreContentChange=!1),lastState=me.queryCommandState(cmd),lastValue=me.queryCommandValue(cmd),domUtils.isEmptyBlock(td)&&domUtils.fillNode(me.document,td));range.setStart(tds[0],0).shrinkBoundary(!0).setCursor(!1,!0),me.fireEvent("contentchange"),me.fireEvent("afterexeccommand",cmd),me.__hasEnterExecCommand=!1,me._selectionChange()}return result}}});var dragButtonTimer},UE.UETable.prototype.sortTable=function(sortByCellIndex,compareFn){var table=this.table,rows=table.rows,trArray=[],flag="TH"===rows[0].cells[0].tagName,lastRowIndex=0;if(this.selectedTds.length){for(var range=this.cellsRange,len=range.endRowIndex+1,i=range.beginRowIndex;i<len;i++)trArray[i]=rows[i];trArray.splice(0,range.beginRowIndex),lastRowIndex=range.endRowIndex+1===this.rowsNum?0:range.endRowIndex+1}else for(var i=0,len=rows.length;i<len;i++)trArray[i]=rows[i];var Fn={reversecurrent:function(td1,td2){return 1},orderbyasc:function(td1,td2){var value1=td1.innerText||td1.textContent,value2=td2.innerText||td2.textContent;return value1.localeCompare(value2)},reversebyasc:function(td1,td2){var value1=td1.innerHTML,value2=td2.innerHTML;return value2.localeCompare(value1)},orderbynum:function(td1,td2){var value1=td1[browser.ie?"innerText":"textContent"].match(/\d+/),value2=td2[browser.ie?"innerText":"textContent"].match(/\d+/);return value1&&(value1=+value1[0]),value2&&(value2=+value2[0]),(value1||0)-(value2||0)},reversebynum:function(td1,td2){var value1=td1[browser.ie?"innerText":"textContent"].match(/\d+/),value2=td2[browser.ie?"innerText":"textContent"].match(/\d+/);return value1&&(value1=+value1[0]),value2&&(value2=+value2[0]),(value2||0)-(value1||0)}};table.setAttribute("data-sort-type",compareFn&&"string"==typeof compareFn&&Fn[compareFn]?compareFn:""),flag&&trArray.splice(0,1),trArray=utils.sort(trArray,function(tr1,tr2){var result;return result=compareFn&&"function"==typeof compareFn?compareFn.call(this,tr1.cells[sortByCellIndex],tr2.cells[sortByCellIndex]):compareFn&&"number"==typeof compareFn?1:compareFn&&"string"==typeof compareFn&&Fn[compareFn]?Fn[compareFn].call(this,tr1.cells[sortByCellIndex],tr2.cells[sortByCellIndex]):Fn.orderbyasc.call(this,tr1.cells[sortByCellIndex],tr2.cells[sortByCellIndex])});for(var fragment=table.ownerDocument.createDocumentFragment(),j=0,len=trArray.length;j<len;j++)fragment.appendChild(trArray[j]);var tbody=table.getElementsByTagName("tbody")[0];lastRowIndex?tbody.insertBefore(fragment,rows[lastRowIndex-range.endRowIndex+range.beginRowIndex-1]):tbody.appendChild(fragment)},UE.plugins.tablesort=function(){var me=this,UT=UE.UETable,getUETable=function(tdOrTable){return UT.getUETable(tdOrTable)},getTableItemsByRange=function(editor){return UT.getTableItemsByRange(editor)};me.ready(function(){utils.cssRule("tablesort","table.sortEnabled tr.firstRow th,table.sortEnabled tr.firstRow td{padding-right:20px;background-repeat: no-repeat;background-position: center right; background-image:url("+me.options.themePath+me.options.theme+"/images/sortable.png);}",me.document),me.addListener("afterexeccommand",function(type,cmd){"mergeright"!=cmd&&"mergedown"!=cmd&&"mergecells"!=cmd||this.execCommand("disablesort")})}),UE.commands.sorttable={queryCommandState:function(){var me=this,tableItems=getTableItemsByRange(me);if(!tableItems.cell)return-1;for(var cell,table=tableItems.table,cells=table.getElementsByTagName("td"),i=0;cell=cells[i++];)if(1!=cell.rowSpan||1!=cell.colSpan)return-1;return 0},execCommand:function(cmd,fn){var me=this,range=me.selection.getRange(),bk=range.createBookmark(!0),tableItems=getTableItemsByRange(me),cell=tableItems.cell,ut=getUETable(tableItems.table),cellInfo=ut.getCellInfo(cell);ut.sortTable(cellInfo.cellIndex,fn),range.moveToBookmark(bk);try{range.select()}catch(e){}}},UE.commands.enablesort=UE.commands.disablesort={queryCommandState:function(cmd){var table=getTableItemsByRange(this).table;if(table&&"enablesort"==cmd)for(var cells=domUtils.getElementsByTagName(table,"th td"),i=0;i<cells.length;i++)if(cells[i].getAttribute("colspan")>1||cells[i].getAttribute("rowspan")>1)return-1;return table?"enablesort"==cmd^"sortEnabled"!=table.getAttribute("data-sort")?-1:0:-1},execCommand:function(cmd){var table=getTableItemsByRange(this).table;table.setAttribute("data-sort","enablesort"==cmd?"sortEnabled":"sortDisabled"),"enablesort"==cmd?domUtils.addClass(table,"sortEnabled"):domUtils.removeClasses(table,"sortEnabled")}}},UE.plugins.contextmenu=function(){var me=this;if(me.setOpt("enableContextMenu",me.getOpt("enableContextMenu")||!0),me.getOpt("enableContextMenu")!==!1){var menu,lang=me.getLang("contextMenu"),items=me.options.contextMenu||[{label:lang.selectall,cmdName:"selectall"},{label:lang.cleardoc,cmdName:"cleardoc",exec:function(){confirm(lang.confirmclear)&&this.execCommand("cleardoc")}},"-",{label:lang.unlink,cmdName:"unlink"},"-",{group:lang.paragraph,icon:"justifyjustify",subMenu:[{label:lang.justifyleft,cmdName:"justify",value:"left"},{label:lang.justifyright,cmdName:"justify",value:"right"},{label:lang.justifycenter,cmdName:"justify",value:"center"},{label:lang.justifyjustify,cmdName:"justify",value:"justify"}]},"-",{group:lang.table,icon:"table",subMenu:[{label:lang.inserttable,cmdName:"inserttable"},{label:lang.deletetable,cmdName:"deletetable"},"-",{label:lang.deleterow,cmdName:"deleterow"},{label:lang.deletecol,cmdName:"deletecol"},{label:lang.insertcol,cmdName:"insertcol"},{label:lang.insertcolnext,cmdName:"insertcolnext"},{label:lang.insertrow,cmdName:"insertrow"},{label:lang.insertrownext,cmdName:"insertrownext"},"-",{label:lang.insertcaption,cmdName:"insertcaption"},{label:lang.deletecaption,cmdName:"deletecaption"},{label:lang.inserttitle,cmdName:"inserttitle"},{label:lang.deletetitle,cmdName:"deletetitle"},{label:lang.inserttitlecol,cmdName:"inserttitlecol"},{label:lang.deletetitlecol,cmdName:"deletetitlecol"},"-",{label:lang.mergecells,cmdName:"mergecells"},{label:lang.mergeright,cmdName:"mergeright"},{label:lang.mergedown,cmdName:"mergedown"},"-",{label:lang.splittorows,cmdName:"splittorows"},{label:lang.splittocols,cmdName:"splittocols"},{label:lang.splittocells,cmdName:"splittocells"},"-",{label:lang.averageDiseRow,cmdName:"averagedistributerow"},{label:lang.averageDisCol,cmdName:"averagedistributecol"},"-",{label:lang.edittd,cmdName:"edittd",exec:function(){UE.ui.edittd&&new UE.ui.edittd(this),this.getDialog("edittd").open()}},{label:lang.edittable,cmdName:"edittable",exec:function(){UE.ui.edittable&&new UE.ui.edittable(this),this.getDialog("edittable").open()}},{label:lang.setbordervisible,cmdName:"setbordervisible"}]},{group:lang.tablesort,icon:"tablesort",subMenu:[{label:lang.enablesort,cmdName:"enablesort"},{label:lang.disablesort,cmdName:"disablesort"},"-",{label:lang.reversecurrent,cmdName:"sorttable",value:"reversecurrent"},{label:lang.orderbyasc,cmdName:"sorttable",value:"orderbyasc"},{label:lang.reversebyasc,cmdName:"sorttable",value:"reversebyasc"},{label:lang.orderbynum,cmdName:"sorttable",value:"orderbynum"},{label:lang.reversebynum,cmdName:"sorttable",value:"reversebynum"}]},{group:lang.borderbk,icon:"borderBack",subMenu:[{label:lang.setcolor,cmdName:"interlacetable",exec:function(){this.execCommand("interlacetable")}},{label:lang.unsetcolor,cmdName:"uninterlacetable",exec:function(){this.execCommand("uninterlacetable")}},{label:lang.setbackground,cmdName:"settablebackground",exec:function(){this.execCommand("settablebackground",{repeat:!0,colorList:["#bbb","#ccc"]})}},{label:lang.unsetbackground,cmdName:"cleartablebackground",exec:function(){this.execCommand("cleartablebackground")}},{label:lang.redandblue,cmdName:"settablebackground",exec:function(){this.execCommand("settablebackground",{repeat:!0,colorList:["red","blue"]})}},{label:lang.threecolorgradient,cmdName:"settablebackground",exec:function(){this.execCommand("settablebackground",{repeat:!0,colorList:["#aaa","#bbb","#ccc"]})}}]},{group:lang.aligntd,icon:"aligntd",subMenu:[{cmdName:"cellalignment",value:{align:"left",vAlign:"top"}},{cmdName:"cellalignment",value:{align:"center",vAlign:"top"}},{cmdName:"cellalignment",value:{align:"right",vAlign:"top"}},{cmdName:"cellalignment",value:{align:"left",vAlign:"middle"}},{cmdName:"cellalignment",value:{align:"center",vAlign:"middle"}},{cmdName:"cellalignment",value:{align:"right",vAlign:"middle"}},{cmdName:"cellalignment",value:{align:"left",vAlign:"bottom"}},{cmdName:"cellalignment",value:{align:"center",vAlign:"bottom"}},{cmdName:"cellalignment",value:{align:"right",vAlign:"bottom"}}]},{group:lang.aligntable,icon:"aligntable",subMenu:[{cmdName:"tablealignment",className:"left",label:lang.tableleft,value:"left"},{cmdName:"tablealignment",className:"center",label:lang.tablecenter,value:"center"},{cmdName:"tablealignment",className:"right",label:lang.tableright,
|
|
18
|
-
value:"right"}]},"-",{label:lang.insertparagraphbefore,cmdName:"insertparagraph",value:!0},{label:lang.insertparagraphafter,cmdName:"insertparagraph"},{label:lang.copy,cmdName:"copy"},{label:lang.paste,cmdName:"paste"}];if(items.length){var uiUtils=UE.ui.uiUtils;me.addListener("contextmenu",function(type,evt){var offset=uiUtils.getViewportOffsetByEvent(evt);me.fireEvent("beforeselectionchange"),menu&&menu.destroy();for(var ti,i=0,contextItems=[];ti=items[i];i++){var last;!function(item){function getLabel(){switch(item.icon){case"table":return me.getLang("contextMenu.table");case"justifyjustify":return me.getLang("contextMenu.paragraph");case"aligntd":return me.getLang("contextMenu.aligntd");case"aligntable":return me.getLang("contextMenu.aligntable");case"tablesort":return lang.tablesort;case"borderBack":return lang.borderbk;default:return""}}if("-"==item)(last=contextItems[contextItems.length-1])&&"-"!==last&&contextItems.push("-");else if(item.hasOwnProperty("group")){for(var cj,j=0,subMenu=[];cj=item.subMenu[j];j++)!function(subItem){"-"==subItem?(last=subMenu[subMenu.length-1])&&"-"!==last?subMenu.push("-"):subMenu.splice(subMenu.length-1):(me.commands[subItem.cmdName]||UE.commands[subItem.cmdName]||subItem.query)&&(subItem.query?subItem.query():me.queryCommandState(subItem.cmdName))>-1&&subMenu.push({label:subItem.label||me.getLang("contextMenu."+subItem.cmdName+(subItem.value||""))||"",className:"edui-for-"+subItem.cmdName+(subItem.className?" edui-for-"+subItem.cmdName+"-"+subItem.className:""),onclick:subItem.exec?function(){subItem.exec.call(me)}:function(){me.execCommand(subItem.cmdName,subItem.value)}})}(cj);subMenu.length&&contextItems.push({label:getLabel(),className:"edui-for-"+item.icon,subMenu:{items:subMenu,editor:me}})}else(me.commands[item.cmdName]||UE.commands[item.cmdName]||item.query)&&(item.query?item.query.call(me):me.queryCommandState(item.cmdName))>-1&&contextItems.push({label:item.label||me.getLang("contextMenu."+item.cmdName),className:"edui-for-"+(item.icon?item.icon:item.cmdName+(item.value||"")),onclick:item.exec?function(){item.exec.call(me)}:function(){me.execCommand(item.cmdName,item.value)}})}(ti)}if("-"==contextItems[contextItems.length-1]&&contextItems.pop(),menu=new UE.ui.Menu({items:contextItems,className:"edui-contextmenu",editor:me}),menu.render(),menu.showAt(offset),me.fireEvent("aftershowcontextmenu",menu),domUtils.preventDefault(evt),browser.ie){var ieRange;try{ieRange=me.selection.getNative().createRange()}catch(e){return}if(ieRange.item){var range=new dom.Range(me.document);range.selectNode(ieRange.item(0)).select(!0,!0)}}}),me.addListener("aftershowcontextmenu",function(type,menu){if(me.zeroclipboard){var items=menu.items;for(var key in items)"edui-for-copy"==items[key].className&&me.zeroclipboard.clip(items[key].getDom())}})}}},UE.plugins.shortcutmenu=function(){var menu,me=this,items=me.options.shortcutMenu||[];items.length&&(me.addListener("mouseup",function(type,e){var me=this,customEvt={type:type,target:e.target||e.srcElement,screenX:e.screenX,screenY:e.screenY,clientX:e.clientX,clientY:e.clientY};if(setTimeout(function(){menu||(menu=new baidu.editor.ui.ShortCutMenu({editor:me,items:items.concat([]),theme:me.options.theme,className:"edui-shortcutmenu"}),menu.render(),me.fireEvent("afterrendershortcutmenu",menu)),menu.show(customEvt,!!UE.plugins.contextmenu)}),"contextmenu"===type&&(domUtils.preventDefault(e),browser.ie9below)){var ieRange;try{ieRange=me.selection.getNative().createRange()}catch(e){return}if(ieRange.item){var range=new dom.Range(me.document);range.selectNode(ieRange.item(0)).select(!0,!0)}}}),me.addListener("keydown",function(type){"keydown"===type&&menu&&!menu.isHidden&&menu.hide()}))},UE.plugins.basestyle=function(){var basestyles={bold:["strong","b"],italic:["em","i"],subscript:["sub"],superscript:["sup"]},getObj=function(editor,tagNames){return domUtils.filterNodeList(editor.selection.getStartElementPath(),tagNames)},me=this;me.addshortcutkey({Bold:"ctrl+66",Italic:"ctrl+73",Underline:"ctrl+85"}),me.addInputRule(function(root){utils.each(root.getNodesByTagName("b i"),function(node){switch(node.tagName){case"b":node.tagName="strong";break;case"i":node.tagName="em"}})});for(var style in basestyles)!function(cmd,tagNames){me.commands[cmd]={execCommand:function(cmdName){var range=me.selection.getRange(),obj=getObj(this,tagNames);if(range.collapsed){if(obj){var tmpText=me.document.createTextNode("");range.insertNode(tmpText).removeInlineStyle(tagNames),range.setStartBefore(tmpText),domUtils.remove(tmpText)}else{var tmpNode=range.document.createElement(tagNames[0]);"superscript"!=cmdName&&"subscript"!=cmdName||(tmpText=me.document.createTextNode(""),range.insertNode(tmpText).removeInlineStyle(["sub","sup"]).setStartBefore(tmpText).collapse(!0)),range.insertNode(tmpNode).setStart(tmpNode,0)}range.collapse(!0)}else"superscript"!=cmdName&&"subscript"!=cmdName||obj&&obj.tagName.toLowerCase()==cmdName||range.removeInlineStyle(["sub","sup"]),obj?range.removeInlineStyle(tagNames):range.applyInlineStyle(tagNames[0]);range.select()},queryCommandState:function(){return getObj(this,tagNames)?1:0}}}(style,basestyles[style])},UE.plugins.elementpath=function(){var currentLevel,tagNames,me=this;me.setOpt("elementPathEnabled",!0),me.options.elementPathEnabled&&(me.commands.elementpath={execCommand:function(cmdName,level){var start=tagNames[level],range=me.selection.getRange();currentLevel=1*level,range.selectNode(start).select()},queryCommandValue:function(){var parents=[].concat(this.selection.getStartElementPath()).reverse(),names=[];tagNames=parents;for(var ci,i=0;ci=parents[i];i++)if(3!=ci.nodeType){var name=ci.tagName.toLowerCase();if("img"==name&&ci.getAttribute("anchorname")&&(name="anchor"),names[i]=name,currentLevel==i){currentLevel=-1;break}}return names}})},UE.plugins.formatmatch=function(){function addList(type,evt){function addFormat(range){return text&&range.selectNode(text),range.applyInlineStyle(list[list.length-1].tagName,null,list)}if(browser.webkit)var target="IMG"==evt.target.tagName?evt.target:null;me.undoManger&&me.undoManger.save();var range=me.selection.getRange(),imgT=target||range.getClosedNode();if(img&&imgT&&"IMG"==imgT.tagName)imgT.style.cssText+=";float:"+(img.style.cssFloat||img.style.styleFloat||"none")+";display:"+(img.style.display||"inline"),img=null;else if(!img){var collapsed=range.collapsed;if(collapsed){var text=me.document.createTextNode("match");range.insertNode(text).select()}me.__hasEnterExecCommand=!0;var removeFormatAttributes=me.options.removeFormatAttributes;me.options.removeFormatAttributes="",me.execCommand("removeformat"),me.options.removeFormatAttributes=removeFormatAttributes,me.__hasEnterExecCommand=!1,range=me.selection.getRange(),list.length&&addFormat(range),text&&range.setStartBefore(text).collapse(!0),range.select(),text&&domUtils.remove(text)}me.undoManger&&me.undoManger.save(),me.removeListener("mouseup",addList),flag=0}var img,me=this,list=[],flag=0;me.addListener("reset",function(){list=[],flag=0}),me.commands.formatmatch={execCommand:function(cmdName){if(flag)return flag=0,list=[],void me.removeListener("mouseup",addList);var range=me.selection.getRange();if(img=range.getClosedNode(),!img||"IMG"!=img.tagName){range.collapse(!0).shrinkBoundary();var start=range.startContainer;list=domUtils.findParents(start,!0,function(node){return!domUtils.isBlockElm(node)&&1==node.nodeType});for(var ci,i=0;ci=list[i];i++)if("A"==ci.tagName){list.splice(i,1);break}}me.addListener("mouseup",addList),flag=1},queryCommandState:function(){return flag},notNeedUndo:1}},UE.plugin.register("searchreplace",function(){function getText(node){var text=3==node.nodeType?node.nodeValue:node[browser.ie?"innerText":"textContent"];return text.replace(domUtils.fillChar,"")}function findTextInString(textContent,opt,currentIndex){var match,str=opt.searchStr,reg=new RegExp(str,"g"+(opt.casesensitive?"":"i"));if(opt.dir==-1){if(textContent=textContent.substr(0,currentIndex),textContent=textContent.split("").reverse().join(""),str=str.split("").reverse().join(""),match=reg.exec(textContent))return currentIndex-match.index-str.length}else if(textContent=textContent.substr(currentIndex),match=reg.exec(textContent))return match.index+currentIndex;return-1}function findTextBlockElm(node,currentIndex,opt){var textContent,index,methodName=opt.all||1==opt.dir?"getNextDomNode":"getPreDomNode";domUtils.isBody(node)&&(node=node.firstChild);for(var first=1;node;){if(textContent=getText(node),index=findTextInString(textContent,opt,currentIndex),first=0,index!=-1)return{node:node,index:index};for(node=domUtils[methodName](node);node&&_blockElm[node.nodeName.toLowerCase()];)node=domUtils[methodName](node,!0);node&&(currentIndex=opt.dir==-1?getText(node).length:0)}}function findNTextInBlockElm(node,index,str){for(var result,currentIndex=0,currentNode=node.firstChild,currentNodeLength=0;currentNode;){if(3==currentNode.nodeType){if(currentNodeLength=getText(currentNode).replace(/(^[\t\r\n]+)|([\t\r\n]+$)/,"").length,currentIndex+=currentNodeLength,currentIndex>=index)return{node:currentNode,index:currentNodeLength-(currentIndex-index)}}else if(!dtd.$empty[currentNode.tagName]&&(currentNodeLength=getText(currentNode).replace(/(^[\t\r\n]+)|([\t\r\n]+$)/,"").length,currentIndex+=currentNodeLength,currentIndex>=index&&(result=findNTextInBlockElm(currentNode,currentNodeLength-(currentIndex-index),str))))return result;currentNode=domUtils.getNextDomNode(currentNode)}}function searchReplace(me,opt){var startBlockNode,rng=lastRng||me.selection.getRange(),searchStr=opt.searchStr,span=me.document.createElement("span");if(span.innerHTML="$$ueditor_searchreplace_key$$",rng.shrinkBoundary(!0),!rng.collapsed){rng.select();var rngText=me.selection.getText();if(new RegExp("^"+opt.searchStr+"$",opt.casesensitive?"":"i").test(rngText)){if(void 0!=opt.replaceStr)return replaceText(rng,opt.replaceStr),rng.select(),!0;rng.collapse(opt.dir==-1)}}rng.insertNode(span),rng.enlargeToBlockElm(!0),startBlockNode=rng.startContainer;var currentIndex=getText(startBlockNode).indexOf("$$ueditor_searchreplace_key$$");rng.setStartBefore(span),domUtils.remove(span);var result=findTextBlockElm(startBlockNode,currentIndex,opt);if(result){var rngStart=findNTextInBlockElm(result.node,result.index,searchStr),rngEnd=findNTextInBlockElm(result.node,result.index+searchStr.length,searchStr);return rng.setStart(rngStart.node,rngStart.index).setEnd(rngEnd.node,rngEnd.index),void 0!==opt.replaceStr&&replaceText(rng,opt.replaceStr),rng.select(),!0}rng.setCursor()}function replaceText(rng,str){str=me.document.createTextNode(str),rng.deleteContents().insertNode(str)}var me=this,_blockElm={table:1,tbody:1,tr:1,ol:1,ul:1},lastRng=null;return{commands:{searchreplace:{execCommand:function(cmdName,opt){utils.extend(opt,{all:!1,casesensitive:!1,dir:1},!0);var num=0;if(opt.all){lastRng=null;var rng=me.selection.getRange(),first=me.body.firstChild;for(first&&1==first.nodeType?(rng.setStart(first,0),rng.shrinkBoundary(!0)):3==first.nodeType&&rng.setStartBefore(first),rng.collapse(!0).select(!0),void 0!==opt.replaceStr&&me.fireEvent("saveScene");searchReplace(this,opt);)num++,lastRng=me.selection.getRange(),lastRng.collapse(opt.dir==-1);num&&me.fireEvent("saveScene")}else void 0!==opt.replaceStr&&me.fireEvent("saveScene"),searchReplace(this,opt)&&(num++,lastRng=me.selection.getRange(),lastRng.collapse(opt.dir==-1)),num&&me.fireEvent("saveScene");return num},notNeedUndo:1}},bindEvents:{clearlastSearchResult:function(){lastRng=null}}}}),UE.plugins.customstyle=function(){var me=this;me.setOpt({customstyle:[{tag:"h1",name:"tc",style:"font-size:32px;line-height:40px;font-weight:bold;border-bottom:#ccc 2px solid;padding:0 4px 0 0;text-align:center;"},{tag:"h1",name:"tl",style:"font-size:32px;line-height:40px;font-weight:bold;border-bottom:#ccc 2px solid;padding:0 4px 0 0;text-align:left;"},{tag:"span",name:"im",style:"font-size:16px;font-style:italic;font-weight:bold;line-height:18px;"},{tag:"span",name:"hi",style:"font-size:16px;font-style:italic;font-weight:bold;color:rgb(51, 153, 204);line-height:18px;"}]}),me.commands.customstyle={execCommand:function(cmdName,obj){var range,bk,me=this,tagName=obj.tag,node=domUtils.findParent(me.selection.getStart(),function(node){return node.getAttribute("label")},!0),tmpObj={};for(var p in obj)void 0!==obj[p]&&(tmpObj[p]=obj[p]);if(delete tmpObj.tag,node&&node.getAttribute("label")==obj.label){if(range=this.selection.getRange(),bk=range.createBookmark(),range.collapsed)if(dtd.$block[node.tagName]){var fillNode=me.document.createElement("p");domUtils.moveChild(node,fillNode),node.parentNode.insertBefore(fillNode,node),domUtils.remove(node)}else domUtils.remove(node,!0);else{var common=domUtils.getCommonAncestor(bk.start,bk.end),nodes=domUtils.getElementsByTagName(common,tagName);new RegExp(tagName,"i").test(common.tagName)&&nodes.push(common);for(var ni,i=0;ni=nodes[i++];)if(ni.getAttribute("label")==obj.label){var ps=domUtils.getPosition(ni,bk.start),pe=domUtils.getPosition(ni,bk.end);if((ps&domUtils.POSITION_FOLLOWING||ps&domUtils.POSITION_CONTAINS)&&(pe&domUtils.POSITION_PRECEDING||pe&domUtils.POSITION_CONTAINS)&&dtd.$block[tagName]){var fillNode=me.document.createElement("p");domUtils.moveChild(ni,fillNode),ni.parentNode.insertBefore(fillNode,ni)}domUtils.remove(ni,!0)}node=domUtils.findParent(common,function(node){return node.getAttribute("label")==obj.label},!0),node&&domUtils.remove(node,!0)}range.moveToBookmark(bk).select()}else if(dtd.$block[tagName]){if(this.execCommand("paragraph",tagName,tmpObj,"customstyle"),range=me.selection.getRange(),!range.collapsed){range.collapse(),node=domUtils.findParent(me.selection.getStart(),function(node){return node.getAttribute("label")==obj.label},!0);var pNode=me.document.createElement("p");domUtils.insertAfter(node,pNode),domUtils.fillNode(me.document,pNode),range.setStart(pNode,0).setCursor()}}else{if(range=me.selection.getRange(),range.collapsed)return node=me.document.createElement(tagName),domUtils.setAttributes(node,tmpObj),void range.insertNode(node).setStart(node,0).setCursor();bk=range.createBookmark(),range.applyInlineStyle(tagName,tmpObj).moveToBookmark(bk).select()}},queryCommandValue:function(){var parent=domUtils.filterNodeList(this.selection.getStartElementPath(),function(node){return node.getAttribute("label")});return parent?parent.getAttribute("label"):""}},me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(32==keyCode||13==keyCode){var range=me.selection.getRange();if(range.collapsed){var node=domUtils.findParent(me.selection.getStart(),function(node){return node.getAttribute("label")},!0);if(node&&dtd.$block[node.tagName]&&domUtils.isEmptyNode(node)){var p=me.document.createElement("p");domUtils.insertAfter(node,p),domUtils.fillNode(me.document,p),domUtils.remove(node),range.setStart(p,0).setCursor()}}}})},UE.plugins.catchremoteimage=function(){function sendApi(imgs,callbacks){var params=utils.serializeParam(me.queryCommandValue("serverparam"))||"",url=utils.formatUrl(catcherActionUrl+(catcherActionUrl.indexOf("?")===-1?"?":"&")+params),isJsonp=utils.isCrossDomainUrl(url),opt={method:"POST",dataType:isJsonp?"jsonp":"",timeout:6e4,headers:me.options.serverHeaders||{},onsuccess:callbacks.success,onerror:callbacks.error};opt[catcherFieldName]=imgs,ajax.request(url,opt)}function catchElement(type,ele,imageUrl){sendApi([imageUrl],{success:function success(r){try{var info=void 0!==r.state?r:eval("("+r.responseText+")")}catch(e){return}var oldSrc,newSrc,oldBgIMG,newBgIMG,list=info.list,catchFailList=[],catchSuccessList=[],failIMG=me.options.themePath+me.options.theme+"/images/img-cracked.png",loadingIMG=me.options.themePath+me.options.theme+"/images/spacer.gif",cj=list[0];switch(type){case"image":oldSrc=ele.getAttribute("_src")||ele.src||"","SUCCESS"===cj.state?(newSrc=catcherUrlPrefix+cj.url,domUtils.removeClasses(ele,"uep-loading"),domUtils.setAttributes(ele,{src:newSrc,_src:newSrc,"data-catch-result":"success"}),catchSuccessList.push(ele)):(domUtils.removeClasses(ele,"uep-loading"),domUtils.setAttributes(ele,{src:failIMG,_src:failIMG,"data-catch-result":"fail"}),catchFailList.push(ele));break;case"background":oldBgIMG=ele.getAttribute("data-background")||"","SUCCESS"===cj.state?(newBgIMG=catcherUrlPrefix+cj.url,ele.style.cssText=ele.style.cssText.replace(loadingIMG,newBgIMG),domUtils.removeAttributes(ele,"data-background"),domUtils.setAttributes(ele,{"data-catch-result":"success"}),catchSuccessList.push(ele)):(ele.style.cssText=ele.style.cssText.replace(loadingIMG,failIMG),domUtils.removeAttributes(ele,"data-background"),domUtils.setAttributes(ele,{"data-catch-result":"fail"}),catchFailList.push(ele))}me.fireEvent("catchremotesuccess",catchSuccessList,catchFailList),catchRemoteImageCatching=!1,setTimeout(function(){me.fireEvent("catchremoteimage")},0)},error:function(){me.fireEvent("catchremoteerror"),catchRemoteImageCatching=!1,setTimeout(function(){me.fireEvent("catchremoteimage")},0)}})}function catchRemoteImage(){if(!catchRemoteImageCatching){catchRemoteImageCatching=!0;for(var ci,loadingIMG=me.options.themePath+me.options.theme+"/images/spacer.gif",imgs=me.document.querySelectorAll('[style*="url"],img'),test=function(src,urls){if(src.indexOf(location.host)!==-1||/(^\.)|(^\/)/.test(src))return!0;if(urls)for(var url,j=0;url=urls[j++];)if(src.indexOf(url)!==-1)return!0;return!1},i=0;ci=imgs[i++];)if(!ci.getAttribute("data-word-image")&&!ci.getAttribute("data-catch-result"))if("IMG"===ci.nodeName){var src=ci.getAttribute("_src")||ci.src||"";if(/^(https?|ftp):/i.test(src)&&!test(src,catcherLocalDomain))return catchElement("image",ci,src),void domUtils.setAttributes(ci,{"class":"loadingclass",_src:src,src:loadingIMG})}else{var backgroundImageurl=ci.style.cssText.replace(/.*\s?url\([\'\"]?/,"").replace(/[\'\"]?\).*/,"");if(/^(https?|ftp):/i.test(backgroundImageurl)&&!test(backgroundImageurl,catcherLocalDomain))return catchElement("background",ci,backgroundImageurl),ci.style.cssText=ci.style.cssText.replace(backgroundImageurl,loadingIMG),void domUtils.setAttributes(ci,{"data-background":backgroundImageurl})}}}var me=this,ajax=UE.ajax;if(me.options.catchRemoteImageEnable!==!1){me.setOpt({catchRemoteImageEnable:!1});var catcherLocalDomain=me.getOpt("catcherLocalDomain"),catcherActionUrl=me.getActionUrl(me.getOpt("catcherActionName")),catcherUrlPrefix=me.getOpt("catcherUrlPrefix"),catcherFieldName=me.getOpt("catcherFieldName");me.addListener("serverConfigLoaded",function(){catcherLocalDomain=me.getOpt("catcherLocalDomain"),catcherActionUrl=me.getActionUrl(me.getOpt("catcherActionName")),catcherUrlPrefix=me.getOpt("catcherUrlPrefix"),catcherFieldName=me.getOpt("catcherFieldName")}),me.addListener("afterpaste",function(){me.fireEvent("catchremoteimage")});var catchRemoteImageCatching=!1;me.addListener("catchremoteimage",function(){catchRemoteImage()})}},UE.commands.insertparagraph={execCommand:function(cmdName,front){for(var tmpNode,me=this,range=me.selection.getRange(),start=range.startContainer;start&&!domUtils.isBody(start);)tmpNode=start,start=start.parentNode;if(tmpNode){var p=me.document.createElement("p");front?tmpNode.parentNode.insertBefore(p,tmpNode):tmpNode.parentNode.insertBefore(p,tmpNode.nextSibling),domUtils.fillNode(me.document,p),range.setStart(p,0).setCursor(!1,!0)}}},UE.plugins.template=function(){UE.commands.template={execCommand:function(cmd,obj){obj.html&&this.execCommand("inserthtml",obj.html)}},this.addListener("click",function(type,evt){var el=evt.target||evt.srcElement,range=this.selection.getRange(),tnode=domUtils.findParent(el,function(node){if(node.className&&domUtils.hasClass(node,"ue_t"))return node},!0);tnode&&range.selectNode(tnode).shrinkBoundary().select()}),this.addListener("keydown",function(type,evt){var range=this.selection.getRange();if(!range.collapsed&&!(evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey)){var tnode=domUtils.findParent(range.startContainer,function(node){if(node.className&&domUtils.hasClass(node,"ue_t"))return node},!0);tnode&&domUtils.removeClasses(tnode,["ue_t"])}})},UE.plugin.register("autoupload",function(){function sendAndInsertFile(file,editor){var fieldName,urlPrefix,maxSize,allowFiles,actionUrl,loadingHtml,errorHandler,successHandler,me=editor,filetype=/image\/\w+/i.test(file.type)?"image":"file",loadingId="loading_"+(+new Date).toString(36);if(fieldName=me.getOpt(filetype+"FieldName"),urlPrefix=me.getOpt(filetype+"UrlPrefix"),maxSize=me.getOpt(filetype+"MaxSize"),allowFiles=me.getOpt(filetype+"AllowFiles"),actionUrl=me.getActionUrl(me.getOpt(filetype+"ActionName")),errorHandler=function(title){var loader=me.document.getElementById(loadingId);loader&&domUtils.remove(loader),me.fireEvent("showmessage",{id:loadingId,content:title,type:"error",timeout:4e3})},"image"===filetype?(loadingHtml='<img class="uep-loading" id="'+loadingId+'" src="'+me.options.themePath+me.options.theme+'/images/spacer.gif">',successHandler=function(data){var link=urlPrefix+data.url,loader=me.document.getElementById(loadingId);loader&&(domUtils.removeClasses(loader,"uep-loading"),loader.setAttribute("src",link),loader.setAttribute("_src",link),loader.setAttribute("alt",data.original||""),loader.removeAttribute("id"),me.trigger("contentchange",loader))}):(loadingHtml='<p><img class="uep-loading" id="'+loadingId+'" src="'+me.options.themePath+me.options.theme+'/images/spacer.gif"></p>',successHandler=function(data){var link=urlPrefix+data.url,loader=me.document.getElementById(loadingId),rng=me.selection.getRange(),bk=rng.createBookmark();rng.selectNode(loader).select(),me.execCommand("insertfile",{url:link}),rng.moveToBookmark(bk).select()}),me.execCommand("inserthtml",loadingHtml),!me.getOpt(filetype+"ActionName"))return void errorHandler(me.getLang("autoupload.errorLoadConfig"));if(file.size>maxSize)return void errorHandler(me.getLang("autoupload.exceedSizeError"));var fileext=file.name?file.name.substr(file.name.lastIndexOf(".")):"";if(fileext&&"image"!=filetype||allowFiles&&(allowFiles.join("")+".").indexOf(fileext.toLowerCase()+".")==-1)return void errorHandler(me.getLang("autoupload.exceedTypeError"));var upload=function(file){var uploadFunc=me.getOpt("uploadFunction");"function"==typeof uploadFunc&&uploadFunc(file,"image"!=filetype?"file":"image").then(function(res){successHandler(res)})["catch"](function(err){errorHandler(me.getLang("autoupload.loadError"))})},imageCompressEnable=me.getOpt("imageCompressEnable"),imageMaxSize=me.getOpt("imageMaxSize"),imageCompressBorder=me.getOpt("imageCompressBorder");"image"===filetype&&imageCompressEnable?UE.image.compress(file,{maxSizeMB:imageMaxSize/1024/1024,maxWidthOrHeight:imageCompressBorder}).then(function(compressedFile){me.options.debug&&console.log("AutoUpload.CompressImage",(compressedFile.size/file.size*100).toFixed(2)+"%"),upload(compressedFile)})["catch"](function(err){console.error("AutoUpload.CompressImage.error",err),upload(file)}):upload(file)}function getPasteImage(e){return e.clipboardData&&e.clipboardData.items&&1==e.clipboardData.items.length&&/^image\//.test(e.clipboardData.items[0].type)?e.clipboardData.items:null}function getDropImage(e){return e.dataTransfer&&e.dataTransfer.files?e.dataTransfer.files:null}return{outputRule:function(root){utils.each(root.getNodesByTagName("img"),function(n){/\b(uep\-loading\-error)|(bloaderrorclass)\b/.test(n.getAttr("class"))&&n.parentNode.removeChild(n)}),utils.each(root.getNodesByTagName("p"),function(n){/\bloadpara\b/.test(n.getAttr("class"))&&n.parentNode.removeChild(n)})},bindEvents:{defaultOptions:{enableDragUpload:!0,enablePasteUpload:!0},ready:function(e){var me=this;if(window.FormData&&window.FileReader){var handler=function(e){var items,hasImg=!1;if(items="paste"==e.type?getPasteImage(e):getDropImage(e)){for(var file,len=items.length;len--;)file=items[len],file.getAsFile&&(file=file.getAsFile()),file&&file.size>0&&(sendAndInsertFile(file,me),hasImg=!0);hasImg&&e.preventDefault()}};me.getOpt("enablePasteUpload")!==!1&&domUtils.on(me.body,"paste ",handler),me.getOpt("enableDragUpload")!==!1?(domUtils.on(me.body,"drop",handler),domUtils.on(me.body,"dragover",function(e){"Files"==e.dataTransfer.types[0]&&e.preventDefault()})):browser.gecko&&domUtils.on(me.body,"drop",function(e){getDropImage(e)&&e.preventDefault()}),utils.cssRule("loading",".uep-loading{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loading.gif') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-left:1px;height:22px;width:22px;}\n.uep-loading-error{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loaderror.png') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}",this.document)}}}}}),UE.plugin.register("section",function(){function Section(option){this.tag="",this.level=-1,this.dom=null,this.nextSection=null,this.previousSection=null,this.parentSection=null,this.startAddress=[],this.endAddress=[],this.children=[]}function getSection(option){var section=new Section;return utils.extend(section,option)}function getNodeFromAddress(startAddress,root){for(var current=root,i=0;i<startAddress.length;i++){if(!current.childNodes)return null;current=current.childNodes[startAddress[i]]}return current}var me=this;return{bindMultiEvents:{type:"aftersetcontent afterscencerestore",handler:function(){me.fireEvent("updateSections")}},bindEvents:{ready:function(){me.fireEvent("updateSections"),domUtils.on(me.body,"drop paste",function(){me.fireEvent("updateSections")})},afterexeccommand:function(type,cmd){"paragraph"==cmd&&me.fireEvent("updateSections")},keyup:function(type,e){var me=this,range=me.selection.getRange();if(1!=range.collapsed)me.fireEvent("updateSections");else{var keyCode=e.keyCode||e.which;13!=keyCode&&8!=keyCode&&46!=keyCode||me.fireEvent("updateSections")}}},commands:{getsections:{execCommand:function(cmd,levels){function getSectionLevel(node){for(var i=0;i<levelFn.length;i++)if(levelFn[i](node))return i;return-1}function traversal(node,Directory){for(var level,parent,child,tmpSection=null,children=node.childNodes,i=0,len=children.length;i<len;i++)if(child=children[i],level=getSectionLevel(child),level>=0){var address=me.selection.getRange().selectNode(child).createAddress(!0).startAddress,current=getSection({tag:child.tagName,title:child.innerText||child.textContent||"",level:level,dom:child,startAddress:utils.clone(address,[]),endAddress:utils.clone(address,[]),children:[]});for(previous.nextSection=current,current.previousSection=previous,parent=previous;level<=parent.level;)parent=parent.parentSection;current.parentSection=parent,parent.children.push(current),tmpSection=previous=current}else 1===child.nodeType&&traversal(child,Directory),tmpSection&&tmpSection.endAddress[tmpSection.endAddress.length-1]++}for(var levelFn=levels||["h1","h2","h3","h4","h5","h6"],i=0;i<levelFn.length;i++)"string"==typeof levelFn[i]?levelFn[i]=function(fn){return function(node){return node.tagName==fn.toUpperCase()}}(levelFn[i]):"function"!=typeof levelFn[i]&&(levelFn[i]=function(node){return null});var me=this,Directory=getSection({level:-1,title:"root"}),previous=Directory;return traversal(me.body,Directory),Directory},notNeedUndo:!0},movesection:{execCommand:function(cmd,sourceSection,targetSection,isAfter){function isContainsAddress(startAddress,endAddress,addressTarget){for(var isAfterStartAddress=!1,isBeforeEndAddress=!1,i=0;i<startAddress.length&&!(i>=addressTarget.length);i++){if(addressTarget[i]>startAddress[i]){isAfterStartAddress=!0;break}if(addressTarget[i]<startAddress[i])break}for(var i=0;i<endAddress.length&&!(i>=addressTarget.length);i++){if(addressTarget[i]<startAddress[i]){isBeforeEndAddress=!0;break}if(addressTarget[i]>startAddress[i])break}return isAfterStartAddress&&isBeforeEndAddress}var targetAddress,target,me=this;if(sourceSection&&targetSection&&targetSection.level!=-1&&(targetAddress=isAfter?targetSection.endAddress:targetSection.startAddress,target=getNodeFromAddress(targetAddress,me.body),targetAddress&&target&&!isContainsAddress(sourceSection.startAddress,sourceSection.endAddress,targetAddress))){var current,nextNode,startNode=getNodeFromAddress(sourceSection.startAddress,me.body),endNode=getNodeFromAddress(sourceSection.endAddress,me.body);if(isAfter)for(current=endNode;current&&!(domUtils.getPosition(startNode,current)&domUtils.POSITION_FOLLOWING)&&(nextNode=current.previousSibling,domUtils.insertAfter(target,current),current!=startNode);)current=nextNode;else for(current=startNode;current&&!(domUtils.getPosition(current,endNode)&domUtils.POSITION_FOLLOWING)&&(nextNode=current.nextSibling,target.parentNode.insertBefore(current,target),current!=endNode);)current=nextNode;me.fireEvent("updateSections")}}},deletesection:{execCommand:function(cmd,section,keepChildren){function getNodeFromAddress(startAddress){for(var current=me.body,i=0;i<startAddress.length;i++){if(!current.childNodes)return null;current=current.childNodes[startAddress[i]]}return current}var me=this;if(section){var nextNode,startNode=getNodeFromAddress(section.startAddress),endNode=getNodeFromAddress(section.endAddress),current=startNode;if(keepChildren)domUtils.remove(current);else for(;current&&domUtils.inDoc(endNode,me.document)&&!(domUtils.getPosition(current,endNode)&domUtils.POSITION_FOLLOWING);)nextNode=current.nextSibling,domUtils.remove(current),current=nextNode;me.fireEvent("updateSections")}}},selectsection:{execCommand:function(cmd,section){if(!section&&!section.dom)return!1;var me=this,range=me.selection.getRange(),address={startAddress:utils.clone(section.startAddress,[]),endAddress:utils.clone(section.endAddress,[])};return address.endAddress[address.endAddress.length-1]++,range.moveToAddress(address).select().scrollToView(),!0},notNeedUndo:!0},scrolltosection:{execCommand:function(cmd,section){if(!section&&!section.dom)return!1;var me=this,range=me.selection.getRange(),address={startAddress:section.startAddress,endAddress:section.endAddress};return address.endAddress[address.endAddress.length-1]++,range.moveToAddress(address).scrollToView(),!0},notNeedUndo:!0}}}}),UE.plugin.register("simpleupload",function(){function initUploadBtn(){var input=document.createElement("input");input.style.cssText="position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;font-size:0;opacity:0;",input.type="file",input.accept=me.getOpt("imageAllowFiles").join(","),containerBtn.appendChild(input),domUtils.on(input,"click",function(e){var toolbarCallback=me.getOpt("toolbarCallback");toolbarCallback&&!0===toolbarCallback("simpleupload",me)&&(e.stopPropagation(),e.preventDefault())}),domUtils.on(input,"change",function(e){var state=me.queryCommandState("simpleupload");if(state!==-1&&input.value){var loadingId=UE.dialog.loadingPlaceholder(me),upload=function(file){var uploadFunc=me.getOpt("uploadFunction");"function"==typeof uploadFunc&&uploadFunc(file,"image").then(function(res){if("SUCCESS"===res.state&&res.url){var loader=me.document.getElementById(loadingId);domUtils.removeClasses(loader,"uep-loading");var link=res.url;loader.setAttribute("src",link),loader.setAttribute("_src",link),loader.setAttribute("alt",res.original||""),loader.removeAttribute("id"),me.fireEvent("contentchange"),me.fireEvent("uploadsuccess",{res:res,type:"image"})}else UE.dialog.removeLoadingPlaceholder(me,loadingId),UE.dialog.tipError(me,res.data.state)})["catch"](function(err){UE.dialog.removeLoadingPlaceholder(me,loadingId),UE.dialog.tipError(me,err)}),input.value=""},file=input.files[0],imageCompressEnable=me.getOpt("imageCompressEnable"),imageMaxSize=me.getOpt("imageMaxSize"),imageCompressBorder=me.getOpt("imageCompressBorder");imageCompressEnable?UE.image.compress(file,{maxSizeMB:imageMaxSize/1024/1024,maxWidthOrHeight:imageCompressBorder}).then(function(compressedFile){me.options.debug&&console.log("SimpleUpload.CompressImage",(compressedFile.size/file.size*100).toFixed(2)+"%"),
|
|
19
|
-
upload(compressedFile)})["catch"](function(err){console.error("SimpleUpload.CompressImage.error",err),upload(file)}):upload(file)}});var stateTimer;me.addListener("selectionchange",function(){clearTimeout(stateTimer),stateTimer=setTimeout(function(){var state=me.queryCommandState("simpleupload");state===-1?input.disabled="disabled":input.disabled=!1},400)}),isLoaded=!0}var containerBtn,me=this,isLoaded=!1;return{bindEvents:{ready:function(){utils.cssRule("loading",".uep-loading{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loading.gif') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}\n.uep-loading-error{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loaderror.png') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}",this.document)},simpleuploadbtnready:function(type,container){containerBtn=container,me.afterConfigReady(initUploadBtn)}},outputRule:function(root){utils.each(root.getNodesByTagName("img"),function(n){/\b(uep\-loading\-error)|(bloaderrorclass)\b/.test(n.getAttr("class"))&&n.parentNode.removeChild(n)})},commands:{simpleupload:{queryCommandState:function(){return isLoaded?0:-1}}}}}),UE.plugin.register("attachment",function(){function initUploadBtn(){var input=document.createElement("input");input.style.cssText="position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;font-size:0;opacity:0;",input.type="file",input.accept=me.getOpt("fileAllowFiles").join(","),containerBtn.appendChild(input),domUtils.on(input,"click",function(e){var toolbarCallback=me.getOpt("toolbarCallback");toolbarCallback&&!0===toolbarCallback("attachment",me)&&(e.stopPropagation(),e.preventDefault())}),domUtils.on(input,"change",function(e){var state=me.queryCommandState("attachment");if(state!==-1&&input.value){var loadingId=UE.dialog.loadingPlaceholder(me),upload=function(file){var uploadFunc=me.getOpt("uploadFunction");"function"==typeof uploadFunc&&uploadFunc(file).then(function(res){"SUCCESS"===res.state&&res.url?(UE.dialog.removeLoadingPlaceholder(me,loadingId),me.execCommand("insertfile",[res]),me.fireEvent("contentchange"),me.fireEvent("uploadsuccess",{res:res,type:"file"})):(UE.dialog.removeLoadingPlaceholder(me,loadingId),UE.dialog.tipError(me,res.data.state))})["catch"](function(err){UE.dialog.removeLoadingPlaceholder(me,loadingId),UE.dialog.tipError(me,err)}),input.value=""},file=input.files[0];upload(file)}});var stateTimer;me.addListener("selectionchange",function(){clearTimeout(stateTimer),stateTimer=setTimeout(function(){var state=me.queryCommandState("attachment");state===-1?input.disabled="disabled":input.disabled=!1},400)}),isLoaded=!0}var containerBtn,me=this,isLoaded=!1;return{bindEvents:{ready:function(){utils.cssRule("loading",".uep-loading{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loading.gif') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}\n.uep-loading-error{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loaderror.png') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}",this.document)},attachmentbtnready:function(type,container){containerBtn=container,me.afterConfigReady(initUploadBtn)}},outputRule:function(root){utils.each(root.getNodesByTagName("img"),function(n){/\b(uep\-loading\-error)|(bloaderrorclass)\b/.test(n.getAttr("class"))&&n.parentNode.removeChild(n)})},commands:{attachment:{queryCommandState:function(){return isLoaded?0:-1}}}}}),UE.plugin.register("serverparam",function(){var serverParam={};return{commands:{serverparam:{execCommand:function(cmd,key,value){void 0===key||null===key?serverParam={}:utils.isString(key)?void 0===value||null===value?delete serverParam[key]:serverParam[key]=value:utils.isObject(key)?utils.extend(serverParam,key,!1):utils.isFunction(key)&&utils.extend(serverParam,key(),!1)},queryCommandValue:function(){return serverParam||{}}}}}}),UE.plugin.register("insertfile",function(){function getFileIcon(url){var ext=url.substr(url.lastIndexOf(".")+1).toLowerCase(),maps={ai:"ai.svg",apk:"apk.svg",chm:"chm.svg",css:"css.svg",doc:"doc.svg",docx:"docx.svg",dwg:"dwg.svg",gif:"gif.svg",html:"html.svg",jpeg:"jpeg.svg",jpg:"jpg.svg",log:"log.svg",mp3:"mp3.svg",mp4:"mp4.svg",pdf:"pdf.svg",png:"png.svg",ppt:"ppt.svg",pptx:"pptx.svg",psd:"psd.svg",rar:"rar.svg",svg:"svg.svg",torrent:"torrent.svg",txt:"txt.svg",unknown:"unknown.svg",xls:"xls.svg",xlsx:"xlsx.svg",zip:"zip.svg"};return maps[ext]?maps[ext]:maps.unknown}var me=this;return{commands:{insertfile:{execCommand:function(command,filelist){if(filelist=utils.isArray(filelist)?filelist:[filelist],me.fireEvent("beforeinsertfile",filelist)!==!0){var i,item,icon,title,html="",iconDir=(me.getOpt("UEDITOR_HOME_URL"),me.options.themePath+me.options.theme+"/exts/");for(i=0;i<filelist.length;i++)item=filelist[i],icon=iconDir+getFileIcon(item.url),title=item.title||item.url.substr(item.url.lastIndexOf("/")+1),html+='<p><a style="background:#EEE;padding:10px;border-radius:5px;line-height:1.5em;display:inline-flex;align-items:center;" href="'+item.url+'" title="'+title+'" target="_blank"><img style="vertical-align:middle;margin-right:0.5em;height:1.5em;" src="'+icon+'" _src="'+icon+'" /><span style="color:#111111;line-height:1.5em;flex-grow:1;">'+title+"</span></a></p>";me.execCommand("insertHtml",html),me.fireEvent("afterinsertfile",filelist)}}}}}}),UE.plugins["markdown-shortcut"]=function(){if(UE.browser.chrome){for(var me=this,getCleanHtml=function(node){var html=node.innerHTML;return html=html.replace(/[\u200b]*/g,"")},shortCuts=[],_loop=function(i){var regExp=new RegExp("^\\t?"+Array(i+1).join("#")+"(\\s| )");!function(command){shortCuts.push({name:"Head"+i,tagName:["P"],key:[" "],offset:[i+1,i+2],match:[regExp],callback:function(param){me.__hasEnterExecCommand=!0,me.execCommand("paragraph",command);var range=me.selection.getRange(),node=range.startContainer,html=getCleanHtml(node);html=html.replace(regExp,""),html||(html=domUtils.fillChar),node.innerHTML=html,me.__hasEnterExecCommand=!1}})}("h"+i)},i=1;i<=6;i++)_loop(i);me.on("ready",function(){domUtils.on(me.body,"keyup",function(e){var range=me.selection.getRange();if(range.endOffset===range.startOffset)for(var key=e.key,offset=range.startOffset,node=range.startContainer.parentNode,html=getCleanHtml(node),tagName=node.tagName,_i=0,_shortCuts=shortCuts;_i<_shortCuts.length;_i++){var s=_shortCuts[_i];if(s.tagName.includes(tagName)&&s.key.includes(key)&&s.offset.includes(offset)){var _step,_iterator=_createForOfIteratorHelper(s.match);try{for(_iterator.s();!(_step=_iterator.n()).done;){var m=_step.value,match=html.match(m);if(match){s.callback({node:node});break}}}catch(err){_iterator.e(err)}finally{_iterator.f()}}}})})}},UE.plugins["quick-operate"]=function(){return void!UE.browser.chrome};var baidu=baidu||{};baidu.editor=baidu.editor||{},UE.ui=baidu.editor.ui={},function(){function updateFixedOffset(){var layer=document.getElementById("edui_fixedlayer");uiUtils.setViewportOffset(layer,{left:0,top:0})}function bindFixedLayer(adjOffset){domUtils.on(window,"scroll",updateFixedOffset),domUtils.on(window,"resize",baidu.editor.utils.defer(updateFixedOffset,0,!0))}var browser=baidu.editor.browser,domUtils=baidu.editor.dom.domUtils,magic="$EDITORUI",root=window[magic]={},uidMagic="ID"+magic,uidCount=0,uiUtils=baidu.editor.ui.uiUtils={uid:function(obj){return obj?obj[uidMagic]||(obj[uidMagic]=++uidCount):++uidCount},hook:function(fn,callback){var _dg;return fn&&fn._callbacks?_dg=fn:(_dg=function(){var q;fn&&(q=fn.apply(this,arguments));for(var callbacks=_dg._callbacks,k=callbacks.length;k--;){var r=callbacks[k].apply(this,arguments);void 0===q&&(q=r)}return q},_dg._callbacks=[]),_dg._callbacks.push(callback),_dg},createElementByHtml:function(html){var el=document.createElement("div");return el.innerHTML=html,el=el.firstChild,el.parentNode.removeChild(el),el},getViewportElement:function(){return browser.ie&&browser.quirks?document.body:document.documentElement},getClientRect:function(element){var bcr;try{bcr=element.getBoundingClientRect()}catch(e){bcr={left:0,top:0,height:0,width:0}}for(var doc,rect={left:Math.round(bcr.left),top:Math.round(bcr.top),height:Math.round(bcr.bottom-bcr.top),width:Math.round(bcr.right-bcr.left)};(doc=element.ownerDocument)!==document&&(element=domUtils.getWindow(doc).frameElement);)bcr=element.getBoundingClientRect(),rect.left+=bcr.left,rect.top+=bcr.top;return rect.bottom=rect.top+rect.height,rect.right=rect.left+rect.width,rect},getViewportRect:function(){var viewportEl=uiUtils.getViewportElement(),width=0|(window.innerWidth||viewportEl.clientWidth),height=0|(window.innerHeight||viewportEl.clientHeight);return{left:0,top:0,height:height,width:width,bottom:height,right:width}},setViewportOffset:function(element,offset){var fixedLayer=uiUtils.getFixedLayer();element.parentNode===fixedLayer?(element.style.left=offset.left+"px",element.style.top=offset.top+"px"):domUtils.setViewportOffset(element,offset)},getEventOffset:function(evt){var el=evt.target||evt.srcElement,rect=uiUtils.getClientRect(el),offset=uiUtils.getViewportOffsetByEvent(evt);return{left:offset.left-rect.left,top:offset.top-rect.top}},getViewportOffsetByEvent:function(evt){var el=evt.target||evt.srcElement,frameEl=domUtils.getWindow(el).frameElement,offset={left:evt.clientX,top:evt.clientY};if(frameEl&&el.ownerDocument!==document){var rect=uiUtils.getClientRect(frameEl);offset.left+=rect.left,offset.top+=rect.top}return offset},setGlobal:function(id,obj){return root[id]=obj,magic+'["'+id+'"]'},unsetGlobal:function(id){delete root[id]},copyAttributes:function(tgt,src){for(var attributes=src.attributes,k=attributes.length;k--;){var attrNode=attributes[k];"style"==attrNode.nodeName||"class"==attrNode.nodeName||browser.ie&&!attrNode.specified||tgt.setAttribute(attrNode.nodeName,attrNode.nodeValue)}src.className&&domUtils.addClass(tgt,src.className),src.style.cssText&&(tgt.style.cssText+=";"+src.style.cssText)},removeStyle:function(el,styleName){if(el.style.removeProperty)el.style.removeProperty(styleName);else{if(!el.style.removeAttribute)throw"";el.style.removeAttribute(styleName)}},contains:function(elA,elB){return elA&&elB&&elA!==elB&&(elA.contains?elA.contains(elB):16&elA.compareDocumentPosition(elB))},startDrag:function(evt,callbacks,doc){function handleMouseMove(evt){var x=evt.clientX-startX,y=evt.clientY-startY;callbacks.ondragmove(x,y,evt),evt.stopPropagation?evt.stopPropagation():evt.cancelBubble=!0}function handleMouseUp(evt){doc.removeEventListener("mousemove",handleMouseMove,!0),doc.removeEventListener("mouseup",handleMouseUp,!0),window.removeEventListener("mouseup",handleMouseUp,!0),callbacks.ondragstop()}function releaseCaptrue(){elm.releaseCapture(),elm.detachEvent("onmousemove",handleMouseMove),elm.detachEvent("onmouseup",releaseCaptrue),elm.detachEvent("onlosecaptrue",releaseCaptrue),callbacks.ondragstop()}var doc=doc||document,startX=evt.clientX,startY=evt.clientY;if(doc.addEventListener)doc.addEventListener("mousemove",handleMouseMove,!0),doc.addEventListener("mouseup",handleMouseUp,!0),window.addEventListener("mouseup",handleMouseUp,!0),evt.preventDefault();else{var elm=evt.srcElement;elm.setCapture(),elm.attachEvent("onmousemove",handleMouseMove),elm.attachEvent("onmouseup",releaseCaptrue),elm.attachEvent("onlosecaptrue",releaseCaptrue),evt.returnValue=!1}callbacks.ondragstart()},getFixedLayer:function(){var layer=document.getElementById("edui_fixedlayer");return null==layer&&(layer=document.createElement("div"),layer.id="edui_fixedlayer",document.body.appendChild(layer),browser.ie&&browser.version<=8?(layer.style.position="absolute",bindFixedLayer(),setTimeout(updateFixedOffset)):layer.style.position="fixed",layer.style.left="0",layer.style.top="0",layer.style.width="0",layer.style.height="0",layer.style.margin="0"),layer},makeUnselectable:function(element){if(browser.opera||browser.ie&&browser.version<9){if(element.unselectable="on",element.hasChildNodes())for(var i=0;i<element.childNodes.length;i++)1===element.childNodes[i].nodeType&&uiUtils.makeUnselectable(element.childNodes[i])}else void 0!==element.style.MozUserSelect?element.style.MozUserSelect="none":void 0!==element.style.WebkitUserSelect?element.style.WebkitUserSelect="none":void 0!==element.style.KhtmlUserSelect&&(element.style.KhtmlUserSelect="none")}}}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,EventBase=baidu.editor.EventBase,UIBase=baidu.editor.ui.UIBase=function(){};UIBase.prototype={el:null,className:"",uiName:"",initOptions:function(options){var me=this;for(var k in options)me[k]=options[k];this.id=this.id||"edui"+uiUtils.uid()},initUIBase:function(){this._globalKey=utils.unhtml(uiUtils.setGlobal(this.id,this))},render:function(holder){for(var node,html=this.renderHtml(),el=uiUtils.createElementByHtml(html),list=domUtils.getElementsByTagName(el,"*"),theme="edui-"+(this.theme||this.editor.options.theme),layer=document.getElementById("edui_fixedlayer"),i=0;node=list[i++];)domUtils.addClass(node,theme);domUtils.addClass(el,theme),layer&&(layer.className="",domUtils.addClass(layer,theme));var seatEl=this.getDom();null!=seatEl?(seatEl.parentNode.replaceChild(el,seatEl),uiUtils.copyAttributes(el,seatEl)):("string"==typeof holder&&(holder=document.getElementById(holder)),holder=holder||uiUtils.getFixedLayer(),domUtils.addClass(holder,theme),holder.appendChild(el)),this.el=el,this.postRender()},getDom:function(name){return name?document.getElementById(this.id+"_"+name):document.getElementById(this.id)},postRender:function(){this.fireEvent("postrender")},getHtmlTpl:function(){return""},formatHtml:function(tpl){var prefix="edui-"+this.uiName;return tpl.replace(/##/g,this.id).replace(/%%-/g,this.uiName?prefix+"-":"").replace(/%%/g,(this.uiName?prefix:"")+" "+this.className).replace(/\$\$/g,this._globalKey)},renderHtml:function(){return this.formatHtml(this.getHtmlTpl())},dispose:function(){var box=this.getDom();box&&baidu.editor.dom.domUtils.remove(box),uiUtils.unsetGlobal(this.id)},uiIsShow:!0,uiShowStyleBackupValue:null,uiShow:function(enable){if(enable){if(this.uiIsShow)return;this.getDom().style.display=this.uiShowStyleBackupValue,this.uiIsShow=!0}else{if(!this.uiIsShow)return;this.uiShowStyleBackupValue=this.getDom().style.display,this.getDom().style.display="none",this.uiIsShow=!1}}},utils.inherits(UIBase,EventBase)}(),function(){var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,Separator=baidu.editor.ui.Separator=function(options){this.initOptions(options),this.initSeparator()};Separator.prototype={uiName:"separator",initSeparator:function(){this.initUIBase()},getHtmlTpl:function(){return'<div id="##" class="edui-box %%"></div>'}},utils.inherits(Separator,UIBase)}(),function(){var utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,UIBase=baidu.editor.ui.UIBase,uiUtils=baidu.editor.ui.uiUtils,Mask=baidu.editor.ui.Mask=function(options){this.initOptions(options),this.initUIBase()};Mask.prototype={getHtmlTpl:function(){return'<div id="##" class="edui-mask %%" onclick="return $$._onClick(event, this);" onmousedown="return $$._onMouseDown(event, this);"></div>'},postRender:function(){var me=this;domUtils.on(window,"resize",function(){setTimeout(function(){me.isHidden()||me._fill()})})},show:function(zIndex){this._fill(),this.getDom().style.display="",this.getDom().style.zIndex=zIndex},hide:function(){this.getDom().style.display="none",this.getDom().style.zIndex=""},isHidden:function(){return"none"==this.getDom().style.display},_onMouseDown:function(){return!1},_onClick:function(e,target){this.fireEvent("click",e,target)},_fill:function(){var el=this.getDom(),vpRect=uiUtils.getViewportRect();el.style.width=vpRect.width+"px",el.style.height=vpRect.height+"px"}},utils.inherits(Mask,UIBase)}(),function(){function closeAllPopup(evt,el){for(var i=0;i<allPopups.length;i++){var pop=allPopups[i];if(!pop.isHidden()&&pop.queryAutoHide(el)!==!1){if(evt&&/scroll/gi.test(evt.type)&&"edui-wordpastepop"===pop.className)return;pop.hide()}}allPopups.length&&pop.editor.fireEvent("afterhidepop")}var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,domUtils=baidu.editor.dom.domUtils,UIBase=baidu.editor.ui.UIBase,Popup=baidu.editor.ui.Popup=function(options){this.initOptions(options),this.initPopup()},allPopups=[];Popup.postHide=closeAllPopup;var ANCHOR_CLASSES=["edui-anchor-topleft","edui-anchor-topright","edui-anchor-bottomleft","edui-anchor-bottomright"];Popup.prototype={SHADOW_RADIUS:5,content:null,_hidden:!1,autoRender:!0,canSideLeft:!0,canSideUp:!0,initPopup:function(){this.initUIBase(),allPopups.push(this)},getHtmlTpl:function(){return'<div id="##" class="edui-popup %%" onmousedown="return false;"> <div id="##_body" class="edui-popup-body"> <iframe style="position:absolute;z-index:-1;left:0;top:0;background-color: transparent;" frameborder="0" width="100%" height="100%" src="about:blank"></iframe> <div class="edui-shadow"></div> <div id="##_content" class="edui-popup-content">'+this.getContentHtmlTpl()+" </div> </div></div>"},getContentHtmlTpl:function(){return this.content?"string"==typeof this.content?this.content:this.content.renderHtml():""},_UIBase_postRender:UIBase.prototype.postRender,postRender:function(){if(this.content instanceof UIBase&&this.content.postRender(),this.captureWheel&&!this.captured){this.captured=!0;var winHeight=(document.documentElement.clientHeight||document.body.clientHeight)-80,_height=this.getDom().offsetHeight,_top=uiUtils.getClientRect(this.combox.getDom()).top,content=this.getDom("content"),ifr=this.getDom("body").getElementsByTagName("iframe");for(ifr.length&&(ifr=ifr[0]);_top+_height>winHeight;)_height-=30;content.style.height=_height+"px",ifr&&(ifr.style.height=_height+"px"),domUtils.on(content,"onmousewheel"in document.body?"mousewheel":"DOMMouseScroll",function(e){e.preventDefault?e.preventDefault():e.returnValue=!1,e.wheelDelta?content.scrollTop-=e.wheelDelta/120*60:content.scrollTop-=e.detail/-3*60})}this.fireEvent("postRenderAfter"),this.hide(!0),this._UIBase_postRender()},_doAutoRender:function(){!this.getDom()&&this.autoRender&&this.render()},mesureSize:function(){var box=this.getDom("content");return uiUtils.getClientRect(box)},fitSize:function(){if(this.captureWheel&&this.sized)return this.__size;this.sized=!0;var popBodyEl=this.getDom("body");popBodyEl.style.width="",popBodyEl.style.height="";var size=this.mesureSize();if(this.captureWheel){popBodyEl.style.width=-(-20-size.width)+"px";var height=parseInt(this.getDom("content").style.height,10);!window.isNaN(height)&&(size.height=height)}else popBodyEl.style.width=size.width+"px";return popBodyEl.style.height=size.height+"px",this.__size=size,this.captureWheel&&(this.getDom("content").style.overflow="auto"),size},showAnchor:function(element,hoz){this.showAnchorRect(uiUtils.getClientRect(element),hoz)},showAnchorRect:function(rect,hoz,adj){this._doAutoRender();var vpRect=uiUtils.getViewportRect();this.getDom().style.visibility="hidden",this._show();var sideLeft,sideUp,left,top,popSize=this.fitSize();hoz?(sideLeft=this.canSideLeft&&rect.right+popSize.width>vpRect.right&&rect.left>popSize.width,sideUp=this.canSideUp&&rect.top+popSize.height>vpRect.bottom&&rect.bottom>popSize.height,left=sideLeft?rect.left-popSize.width:rect.right,top=sideUp?rect.bottom-popSize.height:rect.top):(sideLeft=this.canSideLeft&&rect.right+popSize.width>vpRect.right&&rect.left>popSize.width,sideUp=this.canSideUp&&rect.top+popSize.height>vpRect.bottom&&rect.bottom>popSize.height,left=sideLeft?rect.right-popSize.width:rect.left,top=sideUp?rect.top-popSize.height:rect.bottom),sideUp||top+popSize.height>vpRect.bottom&&(top=vpRect.bottom-popSize.height);var popEl=this.getDom();uiUtils.setViewportOffset(popEl,{left:left,top:top}),domUtils.removeClasses(popEl,ANCHOR_CLASSES),popEl.className+=" "+ANCHOR_CLASSES[2*(sideUp?1:0)+(sideLeft?1:0)],this.editor&&(popEl.style.zIndex=1*this.editor.container.style.zIndex+10,baidu.editor.ui.uiUtils.getFixedLayer().style.zIndex=popEl.style.zIndex-1),this.getDom().style.visibility="visible"},showAt:function(offset){var left=offset.left,top=offset.top,rect={left:left,top:top,right:left,bottom:top,height:0,width:0};this.showAnchorRect(rect,!1,!0)},_show:function(){if(this._hidden){var box=this.getDom();box.style.display="",this._hidden=!1,this.fireEvent("show")}},isHidden:function(){return this._hidden},show:function(){this._doAutoRender(),this._show()},hide:function(notNofity){!this._hidden&&this.getDom()&&(this.getDom().style.display="none",this._hidden=!0,notNofity||this.fireEvent("hide"))},queryAutoHide:function(el){return!el||!uiUtils.contains(this.getDom(),el)}},utils.inherits(Popup,UIBase),domUtils.on(document,"mousedown",function(evt){var el=evt.target||evt.srcElement;closeAllPopup(evt,el)}),domUtils.on(window,"scroll",function(evt,el){closeAllPopup(evt,el)})}(),function(){function genColorPicker(noColorText,editor){for(var html='<div id="##" class="edui-colorpicker %%"><div class="edui-colorpicker-topbar edui-clearfix"><div id="##_preview" class="edui-colorpicker-preview"><input type="color" id="##_input" onchange="$$._onColorSelect(event,this);" /></div><div unselectable="on" class="edui-colorpicker-nocolor" onclick="$$._onPickNoColor(event, this);">'+noColorText+'</div></div><table class="edui-box" style="border-collapse: collapse;" onmouseover="$$._onTableOver(event, this);" onmouseout="$$._onTableOut(event, this);" onclick="return $$._onTableClick(event, this);" cellspacing="0" cellpadding="0"><tr style="border-bottom: 1px solid #ddd;font-size: 13px;line-height: 25px;color:#39C;padding-top: 2px"><td colspan="10">'+editor.getLang("themeColor")+'</td> </tr><tr class="edui-colorpicker-tablefirstrow" >',i=0;i<COLORS.length;i++)i&&i%10===0&&(html+="</tr>"+(60==i?'<tr style="border-bottom: 1px solid #ddd;font-size: 13px;line-height: 25px;color:#39C;"><td colspan="10">'+editor.getLang("standardColor")+"</td></tr>":"")+"<tr"+(60==i?' class="edui-colorpicker-tablefirstrow"':"")+">"),html+=i<70?'<td style="padding:2px 2px;"><a hidefocus title="'+COLORS[i]+'" onclick="return false;" href="javascript:" unselectable="on" class="edui-box edui-colorpicker-colorcell" data-color="#'+COLORS[i]+'" style="background-color:#'+COLORS[i]+';border:solid #ccc 1px;"></a></td>':"";return html+="</tr>",html+="</table></div>"}var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,ColorPicker=baidu.editor.ui.ColorPicker=function(options){this.initOptions(options),this.noColorText=this.noColorText||this.editor.getLang("clearColor"),this.initUIBase()};ColorPicker.prototype={getHtmlTpl:function(){return genColorPicker(this.noColorText,this.editor)},_onTableClick:function(evt){var tgt=evt.target||evt.srcElement,color=tgt.getAttribute("data-color");color&&this.fireEvent("pickcolor",color)},_onTableOver:function(evt){var tgt=evt.target||evt.srcElement,color=tgt.getAttribute("data-color");color&&(this.getDom("preview").style.backgroundColor=color)},_onTableOut:function(){this.getDom("preview").style.backgroundColor=""},_onPickNoColor:function(){this.fireEvent("picknocolor")},_onColorSelect:function(evt){var input=evt.target||evt.srcElement,color=input.value;color&&this.fireEvent("pickcolor",color)}},utils.inherits(ColorPicker,UIBase);var COLORS="ffffff,000000,eeece1,1f497d,4f81bd,c0504d,9bbb59,8064a2,4bacc6,f79646,f2f2f2,7f7f7f,ddd9c3,c6d9f0,dbe5f1,f2dcdb,ebf1dd,e5e0ec,dbeef3,fdeada,d8d8d8,595959,c4bd97,8db3e2,b8cce4,e5b9b7,d7e3bc,ccc1d9,b7dde8,fbd5b5,bfbfbf,3f3f3f,938953,548dd4,95b3d7,d99694,c3d69b,b2a2c7,92cddc,fac08f,a5a5a5,262626,494429,17365d,366092,953734,76923c,5f497a,31859b,e36c09,7f7f7f,0c0c0c,1d1b10,0f243e,244061,632423,4f6128,3f3151,205867,974806,c00000,ff0000,ffc000,ffff00,92d050,00b050,00b0f0,0070c0,002060,7030a0,".split(",")}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,TablePicker=baidu.editor.ui.TablePicker=function(options){this.initOptions(options),this.initTablePicker()};TablePicker.prototype={defaultNumRows:10,defaultNumCols:10,maxNumRows:20,maxNumCols:20,numRows:10,numCols:10,lengthOfCellSide:22,initTablePicker:function(){this.initUIBase()},getHtmlTpl:function(){return'<div id="##" class="edui-tablepicker %%"><div class="edui-tablepicker-body"><div class="edui-infoarea"><span id="##_label" class="edui-label"></span></div><div class="edui-pickarea" onmousemove="$$._onMouseMove(event, this);" onmouseover="$$._onMouseOver(event, this);" onmouseout="$$._onMouseOut(event, this);" onclick="$$._onClick(event, this);"><div id="##_overlay" class="edui-overlay"></div></div></div></div>'},_UIBase_render:UIBase.prototype.render,render:function(holder){this._UIBase_render(holder),this.getDom("label").innerHTML="0"+this.editor.getLang("t_row")+" x 0"+this.editor.getLang("t_col")},_track:function(numCols,numRows){var style=this.getDom("overlay").style,sideLen=this.lengthOfCellSide;style.width=numCols*sideLen+"px",style.height=numRows*sideLen+"px";var label=this.getDom("label");label.innerHTML=numCols+this.editor.getLang("t_col")+" x "+numRows+this.editor.getLang("t_row"),this.numCols=numCols,this.numRows=numRows},_onMouseOver:function(evt,el){var rel=evt.relatedTarget||evt.fromElement;uiUtils.contains(el,rel)||el===rel||(this.getDom("label").innerHTML="0"+this.editor.getLang("t_col")+" x 0"+this.editor.getLang("t_row"),this.getDom("overlay").style.visibility="")},_onMouseOut:function(evt,el){var rel=evt.relatedTarget||evt.toElement;uiUtils.contains(el,rel)||el===rel||(this.getDom("label").innerHTML="0"+this.editor.getLang("t_col")+" x 0"+this.editor.getLang("t_row"),this.getDom("overlay").style.visibility="hidden")},_onMouseMove:function(evt,el){var offset=(this.getDom("overlay").style,uiUtils.getEventOffset(evt)),sideLen=this.lengthOfCellSide,numCols=Math.ceil(offset.left/sideLen),numRows=Math.ceil(offset.top/sideLen);this._track(numCols,numRows)},_onClick:function(){this.fireEvent("picktable",this.numCols,this.numRows)}},utils.inherits(TablePicker,UIBase)}(),function(){var browser=baidu.editor.browser,domUtils=baidu.editor.dom.domUtils,uiUtils=baidu.editor.ui.uiUtils,TPL_STATEFUL='onmousedown="$$.Stateful_onMouseDown(event, this);" onmouseup="$$.Stateful_onMouseUp(event, this);"'+(browser.ie?' onmouseenter="$$.Stateful_onMouseEnter(event, this);" onmouseleave="$$.Stateful_onMouseLeave(event, this);"':' onmouseover="$$.Stateful_onMouseOver(event, this);" onmouseout="$$.Stateful_onMouseOut(event, this);"');baidu.editor.ui.Stateful={alwalysHoverable:!1,target:null,Stateful_init:function(){this._Stateful_dGetHtmlTpl=this.getHtmlTpl,this.getHtmlTpl=this.Stateful_getHtmlTpl},Stateful_getHtmlTpl:function(){var tpl=this._Stateful_dGetHtmlTpl();return tpl.replace(/stateful/g,function(){return TPL_STATEFUL})},Stateful_onMouseEnter:function(evt,el){this.target=el,this.isDisabled()&&!this.alwalysHoverable||(this.addState("hover"),this.fireEvent("over"))},Stateful_onMouseLeave:function(evt,el){this.isDisabled()&&!this.alwalysHoverable||(this.removeState("hover"),this.removeState("active"),this.fireEvent("out"))},Stateful_onMouseOver:function(evt,el){var rel=evt.relatedTarget;uiUtils.contains(el,rel)||el===rel||this.Stateful_onMouseEnter(evt,el)},Stateful_onMouseOut:function(evt,el){var rel=evt.relatedTarget;uiUtils.contains(el,rel)||el===rel||this.Stateful_onMouseLeave(evt,el)},Stateful_onMouseDown:function(evt,el){this.isDisabled()||this.addState("active")},Stateful_onMouseUp:function(evt,el){this.isDisabled()||this.removeState("active")},Stateful_postRender:function(){this.disabled&&!this.hasState("disabled")&&this.addState("disabled")},hasState:function(state){return domUtils.hasClass(this.getStateDom(),"edui-state-"+state)},addState:function(state){this.hasState(state)||(this.getStateDom().className+=" edui-state-"+state)},removeState:function(state){this.hasState(state)&&domUtils.removeClasses(this.getStateDom(),["edui-state-"+state])},getStateDom:function(){return this.getDom("state")},isChecked:function(){return this.hasState("checked")},setChecked:function(checked){!this.isDisabled()&&checked?this.addState("checked"):this.removeState("checked")},isDisabled:function(){return this.hasState("disabled")},setDisabled:function(disabled){disabled?(this.removeState("hover"),this.removeState("checked"),this.removeState("active"),this.addState("disabled")):this.removeState("disabled")}}}(),function(){var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,Stateful=baidu.editor.ui.Stateful,Button=baidu.editor.ui.Button=function(options){if(options.name){var btnName=options.name,cssRules=options.cssRules;options.className||(options.className="edui-for-"+btnName),options.cssRules=".edui-"+(options.theme||"default")+" .edui-toolbar .edui-button.edui-for-"+btnName+" .edui-icon {"+cssRules+"}"}this.initOptions(options),this.initButton()};Button.prototype={uiName:"button",label:"",title:"",showIcon:!0,showText:!0,cssRules:"",initButton:function(){this.initUIBase(),this.Stateful_init(),this.cssRules&&utils.cssRule("edui-customize-"+this.name+"-style",this.cssRules)},getHtmlTpl:function(){return'<div id="##" class="edui-box %%"><div id="##_state" stateful><div class="%%-wrap"><div id="##_body" unselectable="on" '+(this.title?'title="'+this.title+'"':"")+' class="%%-body" onmousedown="return $$._onMouseDown(event, this);" onclick="return $$._onClick(event, this);">'+(this.showIcon?'<div class="edui-box edui-icon"></div>':"")+(this.showText?'<div class="edui-box edui-label">'+this.label+"</div>":"")+"</div></div></div></div>"},postRender:function(){this.Stateful_postRender(),this.setDisabled(this.disabled)},_onMouseDown:function(e){var target=e.target||e.srcElement,tagName=target&&target.tagName&&target.tagName.toLowerCase();if("input"==tagName||"object"==tagName||"object"==tagName)return!1},_onClick:function(){this.isDisabled()||this.fireEvent("click")},setTitle:function(text){var label=this.getDom("label");label.innerHTML=text}},utils.inherits(Button,UIBase),utils.extend(Button.prototype,Stateful)}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,UIBase=(baidu.editor.dom.domUtils,baidu.editor.ui.UIBase),Stateful=baidu.editor.ui.Stateful,SplitButton=baidu.editor.ui.SplitButton=function(options){this.initOptions(options),this.initSplitButton()};SplitButton.prototype={popup:null,uiName:"splitbutton",title:"",initSplitButton:function(){this.initUIBase(),this.Stateful_init();if(null!=this.popup){var popup=this.popup;this.popup=null,this.setPopup(popup)}},_UIBase_postRender:UIBase.prototype.postRender,postRender:function(){this.Stateful_postRender(),this._UIBase_postRender()},setPopup:function(popup){this.popup!==popup&&(null!=this.popup&&this.popup.dispose(),popup.addListener("show",utils.bind(this._onPopupShow,this)),popup.addListener("hide",utils.bind(this._onPopupHide,this)),popup.addListener("postrender",utils.bind(function(){popup.getDom("body").appendChild(uiUtils.createElementByHtml('<div id="'+this.popup.id+'_bordereraser" class="edui-bordereraser edui-background" style="width:'+(uiUtils.getClientRect(this.getDom()).width+20)+'px"></div>')),popup.getDom().className+=" "+this.className},this)),this.popup=popup)},_onPopupShow:function(){this.addState("opened")},_onPopupHide:function(){this.removeState("opened")},getHtmlTpl:function(){return'<div id="##" class="edui-box %%"><div '+(this.title?'title="'+this.title+'"':"")+' id="##_state" stateful><div class="%%-body"><div id="##_button_body" class="edui-box edui-button-body" onclick="$$._onButtonClick(event, this);"><div class="edui-box edui-icon"></div></div><div class="edui-box edui-splitborder"></div><div class="edui-box edui-arrow" onclick="$$._onArrowClick();"></div></div></div></div>';
|
|
20
|
-
},showPopup:function(){var rect=uiUtils.getClientRect(this.getDom());rect.top-=this.popup.SHADOW_RADIUS,rect.height+=this.popup.SHADOW_RADIUS,this.popup.showAnchorRect(rect)},_onArrowClick:function(event,el){this.isDisabled()||this.showPopup()},_onButtonClick:function(){this.isDisabled()||this.fireEvent("buttonclick")}},utils.inherits(SplitButton,UIBase),utils.extend(SplitButton.prototype,Stateful,!0)}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,ColorPicker=baidu.editor.ui.ColorPicker,Popup=baidu.editor.ui.Popup,SplitButton=baidu.editor.ui.SplitButton,ColorButton=baidu.editor.ui.ColorButton=function(options){this.initOptions(options),this.initColorButton()};ColorButton.prototype={initColorButton:function(){var me=this;this.popup=new Popup({content:new ColorPicker({noColorText:me.editor.getLang("clearColor"),editor:me.editor,onpickcolor:function(t,color){me._onPickColor(color)},onpicknocolor:function(t,color){me._onPickNoColor(color)}}),editor:me.editor}),this.initSplitButton()},_SplitButton_postRender:SplitButton.prototype.postRender,postRender:function(){this._SplitButton_postRender(),this.getDom("button_body").appendChild(uiUtils.createElementByHtml('<div id="'+this.id+'_colorlump" class="edui-colorlump"></div>')),this.getDom().className+=" edui-colorbutton"},setColor:function(color){this.getDom("colorlump").style.backgroundColor=color,this.color=color},_onPickColor:function(color){this.fireEvent("pickcolor",color)!==!1&&(this.setColor(color),this.popup.hide())},_onPickNoColor:function(color){this.fireEvent("picknocolor")!==!1&&this.popup.hide()}},utils.inherits(ColorButton,SplitButton)}(),function(){var utils=baidu.editor.utils,Popup=baidu.editor.ui.Popup,TablePicker=baidu.editor.ui.TablePicker,SplitButton=baidu.editor.ui.SplitButton,TableButton=baidu.editor.ui.TableButton=function(options){this.initOptions(options),this.initTableButton()};TableButton.prototype={initTableButton:function(){var me=this;this.popup=new Popup({content:new TablePicker({editor:me.editor,onpicktable:function(t,numCols,numRows){me._onPickTable(numCols,numRows)}}),editor:me.editor}),this.initSplitButton()},_onPickTable:function(numCols,numRows){this.fireEvent("picktable",numCols,numRows)!==!1&&this.popup.hide()}},utils.inherits(TableButton,SplitButton)}(),function(){var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,AutoTypeSetPicker=baidu.editor.ui.AutoTypeSetPicker=function(options){this.initOptions(options),this.initAutoTypeSetPicker()};AutoTypeSetPicker.prototype={initAutoTypeSetPicker:function(){this.initUIBase()},getHtmlTpl:function(){var me=this.editor,opt=me.options.autotypeset,lang=me.getLang("autoTypeSet"),textAlignInputName="textAlignValue"+me.uid,imageBlockInputName="imageBlockLineValue"+me.uid,symbolConverInputName="symbolConverValue"+me.uid;return'<div id="##" class="edui-autotypesetpicker %%"><div class="edui-autotypesetpicker-body"><table ><tr><td nowrap><input type="checkbox" name="mergeEmptyline" '+(opt.mergeEmptyline?"checked":"")+">"+lang.mergeLine+'</td><td colspan="2"><input type="checkbox" name="removeEmptyline" '+(opt.removeEmptyline?"checked":"")+">"+lang.delLine+'</td></tr><tr><td nowrap><input type="checkbox" name="removeClass" '+(opt.removeClass?"checked":"")+">"+lang.removeFormat+'</td><td colspan="2"><input type="checkbox" name="indent" '+(opt.indent?"checked":"")+">"+lang.indent+'</td></tr><tr><td nowrap><input type="checkbox" name="textAlign" '+(opt.textAlign?"checked":"")+">"+lang.alignment+'</td><td colspan="2" id="'+textAlignInputName+'"><input type="radio" name="'+textAlignInputName+'" value="left" '+(opt.textAlign&&"left"==opt.textAlign?"checked":"")+">"+me.getLang("justifyleft")+'<input type="radio" name="'+textAlignInputName+'" value="center" '+(opt.textAlign&&"center"==opt.textAlign?"checked":"")+">"+me.getLang("justifycenter")+'<input type="radio" name="'+textAlignInputName+'" value="right" '+(opt.textAlign&&"right"==opt.textAlign?"checked":"")+">"+me.getLang("justifyright")+'</td></tr><tr><td nowrap><input type="checkbox" name="imageBlockLine" '+(opt.imageBlockLine?"checked":"")+">"+lang.imageFloat+'</td><td nowrap id="'+imageBlockInputName+'"><input type="radio" name="'+imageBlockInputName+'" value="none" '+(opt.imageBlockLine&&"none"==opt.imageBlockLine?"checked":"")+">"+me.getLang("default")+'<input type="radio" name="'+imageBlockInputName+'" value="left" '+(opt.imageBlockLine&&"left"==opt.imageBlockLine?"checked":"")+">"+me.getLang("justifyleft")+'<input type="radio" name="'+imageBlockInputName+'" value="center" '+(opt.imageBlockLine&&"center"==opt.imageBlockLine?"checked":"")+">"+me.getLang("justifycenter")+'<input type="radio" name="'+imageBlockInputName+'" value="right" '+(opt.imageBlockLine&&"right"==opt.imageBlockLine?"checked":"")+">"+me.getLang("justifyright")+'</td></tr><tr><td nowrap><input type="checkbox" name="clearFontSize" '+(opt.clearFontSize?"checked":"")+">"+lang.removeFontsize+'</td><td colspan="2"><input type="checkbox" name="clearFontFamily" '+(opt.clearFontFamily?"checked":"")+">"+lang.removeFontFamily+'</td></tr><tr><td nowrap colspan="3"><input type="checkbox" name="removeEmptyNode" '+(opt.removeEmptyNode?"checked":"")+">"+lang.removeHtml+'</td></tr><tr><td nowrap colspan="3"><input type="checkbox" name="pasteFilter" '+(opt.pasteFilter?"checked":"")+">"+lang.pasteFilter+'</td></tr><tr><td nowrap><input type="checkbox" name="symbolConver" '+(opt.bdc2sb||opt.tobdc?"checked":"")+">"+lang.symbol+'</td><td id="'+symbolConverInputName+'"><input type="radio" name="bdc" value="bdc2sb" '+(opt.bdc2sb?"checked":"")+">"+lang.bdc2sb+'<input type="radio" name="bdc" value="tobdc" '+(opt.tobdc?"checked":"")+">"+lang.tobdc+'</td><td nowrap align="right"><button >'+lang.run+"</button></td></tr></table></div></div>"},_UIBase_render:UIBase.prototype.render},utils.inherits(AutoTypeSetPicker,UIBase)}(),function(){function getPara(me){for(var ipt,opt={},cont=me.getDom(),editorId=me.editor.uid,inputType=null,attrName=null,ipts=domUtils.getElementsByTagName(cont,"input"),i=ipts.length-1;ipt=ipts[i--];)if(inputType=ipt.getAttribute("type"),"checkbox"==inputType)if(attrName=ipt.getAttribute("name"),opt[attrName]&&delete opt[attrName],ipt.checked){var attrValue=document.getElementById(attrName+"Value"+editorId);if(attrValue){if(/input/gi.test(attrValue.tagName))opt[attrName]=attrValue.value;else for(var iptchild,iptChilds=attrValue.getElementsByTagName("input"),j=iptChilds.length-1;iptchild=iptChilds[j--];)if(iptchild.checked){opt[attrName]=iptchild.value;break}}else opt[attrName]=!0}else opt[attrName]=!1;else opt[ipt.getAttribute("value")]=ipt.checked;for(var si,selects=domUtils.getElementsByTagName(cont,"select"),i=0;si=selects[i++];){var attr=si.getAttribute("name");opt[attr]=opt[attr]?si.value:""}utils.extend(me.editor.options.autotypeset,opt),me.editor.setPreferences("autotypeset",opt)}var utils=baidu.editor.utils,Popup=baidu.editor.ui.Popup,AutoTypeSetPicker=baidu.editor.ui.AutoTypeSetPicker,SplitButton=baidu.editor.ui.SplitButton,AutoTypeSetButton=baidu.editor.ui.AutoTypeSetButton=function(options){this.initOptions(options),this.initAutoTypeSetButton()};AutoTypeSetButton.prototype={initAutoTypeSetButton:function(){var me=this;this.popup=new Popup({content:new AutoTypeSetPicker({editor:me.editor}),editor:me.editor,hide:function(){!this._hidden&&this.getDom()&&(getPara(this),this.getDom().style.display="none",this._hidden=!0,this.fireEvent("hide"))}});var flag=0;this.popup.addListener("postRenderAfter",function(){var popupUI=this;if(!flag){var cont=this.getDom(),btn=cont.getElementsByTagName("button")[0];btn.onclick=function(){getPara(popupUI),me.editor.execCommand("autotypeset"),popupUI.hide()},domUtils.on(cont,"click",function(e){var target=e.target||e.srcElement,editorId=me.editor.uid;if(target&&"INPUT"==target.tagName){if("imageBlockLine"==target.name||"textAlign"==target.name||"symbolConver"==target.name)for(var checked=target.checked,radioTd=document.getElementById(target.name+"Value"+editorId),radios=radioTd.getElementsByTagName("input"),defalutSelect={imageBlockLine:"none",textAlign:"left",symbolConver:"tobdc"},i=0;i<radios.length;i++)checked?radios[i].value==defalutSelect[target.name]&&(radios[i].checked="checked"):radios[i].checked=!1;if(target.name=="imageBlockLineValue"+editorId||target.name=="textAlignValue"+editorId||"bdc"==target.name){var checkboxs=target.parentNode.previousSibling.getElementsByTagName("input");checkboxs&&(checkboxs[0].checked=!0)}getPara(popupUI)}}),flag=1}}),this.initSplitButton()}},utils.inherits(AutoTypeSetButton,SplitButton)}(),function(){var utils=baidu.editor.utils,Popup=baidu.editor.ui.Popup,Stateful=baidu.editor.ui.Stateful,UIBase=baidu.editor.ui.UIBase,CellAlignPicker=baidu.editor.ui.CellAlignPicker=function(options){this.initOptions(options),this.initSelected(),this.initCellAlignPicker()};CellAlignPicker.prototype={initSelected:function(){var status={valign:{top:0,middle:1,bottom:2},align:{left:0,center:1,right:2},count:3};this.selected&&(this.selectedIndex=status.valign[this.selected.valign]*status.count+status.align[this.selected.align])},initCellAlignPicker:function(){this.initUIBase(),this.Stateful_init()},getHtmlTpl:function(){for(var alignType=["left","center","right"],COUNT=9,tempClassName=null,tempIndex=-1,tmpl=[],i=0;i<COUNT;i++)tempClassName=this.selectedIndex===i?' class="edui-cellalign-selected" ':"",tempIndex=i%3,0===tempIndex&&tmpl.push("<tr>"),tmpl.push('<td index="'+i+'" '+tempClassName+' stateful><div class="edui-icon edui-'+alignType[tempIndex]+'"></div></td>'),2===tempIndex&&tmpl.push("</tr>");return'<div id="##" class="edui-cellalignpicker %%"><div class="edui-cellalignpicker-body"><table onclick="$$._onClick(event);">'+tmpl.join("")+"</table></div></div>"},getStateDom:function(){return this.target},_onClick:function(evt){var target=evt.target||evt.srcElement;/icon/.test(target.className)&&(this.items[target.parentNode.getAttribute("index")].onclick(),Popup.postHide(evt))},_UIBase_render:UIBase.prototype.render},utils.inherits(CellAlignPicker,UIBase),utils.extend(CellAlignPicker.prototype,Stateful,!0)}(),function(){var utils=baidu.editor.utils,Stateful=baidu.editor.ui.Stateful,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,PastePicker=baidu.editor.ui.PastePicker=function(options){this.initOptions(options),this.initPastePicker()};PastePicker.prototype={initPastePicker:function(){this.initUIBase(),this.Stateful_init()},getHtmlTpl:function(){return'<div class="edui-pasteicon" onclick="$$._onClick(this)"></div><div class="edui-pastecontainer"><div class="edui-title">'+this.editor.getLang("pasteOpt")+'</div><div class="edui-button"><div title="'+this.editor.getLang("pasteSourceFormat")+'" onclick="$$.format(false)" stateful><div class="edui-richtxticon"></div></div><div title="'+this.editor.getLang("tagFormat")+'" onclick="$$.format(2)" stateful><div class="edui-tagicon"></div></div><div title="'+this.editor.getLang("pasteTextFormat")+'" onclick="$$.format(true)" stateful><div class="edui-plaintxticon"></div></div></div></div></div>'},getStateDom:function(){return this.target},format:function(param){this.editor.ui._isTransfer=!0,this.editor.fireEvent("pasteTransfer",param)},_onClick:function(cur){var node=domUtils.getNextDomNode(cur),screenHt=uiUtils.getViewportRect().height,subPop=uiUtils.getClientRect(node);subPop.top+subPop.height>screenHt?node.style.top=-subPop.height-cur.offsetHeight+"px":node.style.top="",/hidden/gi.test(domUtils.getComputedStyle(node,"visibility"))?(node.style.visibility="visible",domUtils.addClass(cur,"edui-state-opened")):(node.style.visibility="hidden",domUtils.removeClasses(cur,"edui-state-opened"))},_UIBase_render:UIBase.prototype.render},utils.inherits(PastePicker,UIBase),utils.extend(PastePicker.prototype,Stateful,!0)}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,Toolbar=baidu.editor.ui.Toolbar=function(options){this.initOptions(options),this.initToolbar()};Toolbar.prototype={items:null,initToolbar:function(){this.items=this.items||[],this.initUIBase()},add:function(item,index){void 0===index?this.items.push(item):this.items.splice(index,0,item)},getHtmlTpl:function(){for(var buff=[],i=0;i<this.items.length;i++)buff[i]=this.items[i].renderHtml();return'<div id="##" class="edui-toolbar %%" onselectstart="return false;" onmousedown="return $$._onMouseDown(event, this);">'+buff.join("")+"</div>"},postRender:function(){for(var box=this.getDom(),i=0;i<this.items.length;i++)this.items[i].postRender();uiUtils.makeUnselectable(box)},_onMouseDown:function(e){var target=e.target||e.srcElement,tagName=target&&target.tagName&&target.tagName.toLowerCase();if("input"==tagName||"object"==tagName||"object"==tagName)return!1}},utils.inherits(Toolbar,UIBase)}(),function(){var utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,Popup=(baidu.editor.ui.uiUtils,baidu.editor.ui.UIBase,baidu.editor.ui.Popup),QuickOperate=(baidu.editor.ui.Stateful,baidu.editor.ui.CellAlignPicker,baidu.editor.ui.QuickOperate=function(options){this.initOptions(options)});QuickOperate.prototype={uiName:"quick-operate",_Popup_getContentHtmlTpl:Popup.prototype.getContentHtmlTpl,getContentHtmlTpl:function(){return['<div class="edui-quick-operate">',' <div class="edui-quick-operate-status">',' <div class="edui-quick-operate-icon"><i class="icon icon-image"></i></div>',' <div class="edui-quick-operate-icon"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" data-icon="DragOutlined"><path d="M8.25 6.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm0 7.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm1.75 5.5a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0ZM14.753 6.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM16.5 12a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Zm-1.747 9a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z" fill="currentColor"></path></svg></div>'," </div>",' <div class="edui-quick-operate-menu">',' <div class="item"><i class="icon icon-image"></i> 删除</div>',' <div class="item"><i class="icon icon-image"></i> 左对齐</div>',' <div class="item"><i class="icon icon-image"></i> 右对齐</div>'," </div>","</div>"].join("")},destroy:function(){this.getDom()&&domUtils.remove(this.getDom())},dispose:function(){this.destroy()}},utils.inherits(QuickOperate,Popup)}(),function(){var utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,Popup=baidu.editor.ui.Popup,Stateful=baidu.editor.ui.Stateful,CellAlignPicker=baidu.editor.ui.CellAlignPicker,Menu=baidu.editor.ui.Menu=function(options){this.initOptions(options),this.initMenu()},menuSeparator={renderHtml:function(){return'<div class="edui-menuitem edui-menuseparator"><div class="edui-menuseparator-inner"></div></div>'},postRender:function(){},queryAutoHide:function(){return!0}};Menu.prototype={items:null,uiName:"menu",initMenu:function(){this.items=this.items||[],this.initPopup(),this.initItems()},initItems:function(){for(var i=0;i<this.items.length;i++){var item=this.items[i];"-"==item?this.items[i]=this.getSeparator():item instanceof MenuItem||(item.editor=this.editor,item.theme=this.editor.options.theme,this.items[i]=this.createItem(item))}},getSeparator:function(){return menuSeparator},createItem:function(item){return item.menu=this,new MenuItem(item)},_Popup_getContentHtmlTpl:Popup.prototype.getContentHtmlTpl,getContentHtmlTpl:function(){if(0==this.items.length)return this._Popup_getContentHtmlTpl();for(var buff=[],i=0;i<this.items.length;i++){var item=this.items[i];buff[i]=item.renderHtml()}return'<div class="%%-body">'+buff.join("")+"</div>"},_Popup_postRender:Popup.prototype.postRender,postRender:function(){for(var me=this,i=0;i<this.items.length;i++){var item=this.items[i];item.ownerMenu=this,item.postRender()}domUtils.on(this.getDom(),"mouseover",function(evt){evt=evt||event;var rel=evt.relatedTarget||evt.fromElement,el=me.getDom();uiUtils.contains(el,rel)||el===rel||me.fireEvent("over")}),this._Popup_postRender()},queryAutoHide:function(el){if(el){if(uiUtils.contains(this.getDom(),el))return!1;for(var i=0;i<this.items.length;i++){var item=this.items[i];if(item.queryAutoHide(el)===!1)return!1}}},clearItems:function(){for(var i=0;i<this.items.length;i++){var item=this.items[i];clearTimeout(item._showingTimer),clearTimeout(item._closingTimer),item.subMenu&&item.subMenu.destroy()}this.items=[]},destroy:function(){this.getDom()&&domUtils.remove(this.getDom()),this.clearItems()},dispose:function(){this.destroy()}},utils.inherits(Menu,Popup);var MenuItem=baidu.editor.ui.MenuItem=function(options){if(this.initOptions(options),this.initUIBase(),this.Stateful_init(),this.subMenu&&!(this.subMenu instanceof Menu))if(options.className&&options.className.indexOf("aligntd")!=-1){var me=this;this.subMenu.selected=this.editor.queryCommandValue("cellalignment"),this.subMenu=new Popup({content:new CellAlignPicker(this.subMenu),parentMenu:me,editor:me.editor,destroy:function(){this.getDom()&&domUtils.remove(this.getDom())}}),this.subMenu.addListener("postRenderAfter",function(){domUtils.on(this.getDom(),"mouseover",function(){me.addState("opened")})})}else this.subMenu=new Menu(this.subMenu)};MenuItem.prototype={label:"",subMenu:null,ownerMenu:null,uiName:"menuitem",alwalysHoverable:!0,getHtmlTpl:function(){return'<div id="##" class="%%" stateful onclick="$$._onClick(event, this);"><div class="%%-body">'+this.renderLabelHtml()+"</div></div>"},postRender:function(){var me=this;this.addListener("over",function(){me.ownerMenu.fireEvent("submenuover",me),me.subMenu&&me.delayShowSubMenu()}),this.subMenu&&(this.getDom().className+=" edui-hassubmenu",this.subMenu.render(),this.addListener("out",function(){me.delayHideSubMenu()}),this.subMenu.addListener("over",function(){clearTimeout(me._closingTimer),me._closingTimer=null,me.addState("opened")}),this.ownerMenu.addListener("hide",function(){me.hideSubMenu()}),this.ownerMenu.addListener("submenuover",function(t,subMenu){subMenu!==me&&me.delayHideSubMenu()}),this.subMenu._bakQueryAutoHide=this.subMenu.queryAutoHide,this.subMenu.queryAutoHide=function(el){return(!el||!uiUtils.contains(me.getDom(),el))&&this._bakQueryAutoHide(el)}),this.getDom().style.tabIndex="-1",uiUtils.makeUnselectable(this.getDom()),this.Stateful_postRender()},delayShowSubMenu:function(){var me=this;me.isDisabled()||(me.addState("opened"),clearTimeout(me._showingTimer),clearTimeout(me._closingTimer),me._closingTimer=null,me._showingTimer=setTimeout(function(){me.showSubMenu()},250))},delayHideSubMenu:function(){var me=this;me.isDisabled()||(me.removeState("opened"),clearTimeout(me._showingTimer),me._closingTimer||(me._closingTimer=setTimeout(function(){me.hasState("opened")||me.hideSubMenu(),me._closingTimer=null},400)))},renderLabelHtml:function(){return'<div class="edui-arrow"></div><div class="edui-box edui-icon"></div><div class="edui-box edui-label %%-label">'+(this.label||"")+"</div>"},getStateDom:function(){return this.getDom()},queryAutoHide:function(el){if(this.subMenu&&this.hasState("opened"))return this.subMenu.queryAutoHide(el)},_onClick:function(event,this_){this.hasState("disabled")||this.fireEvent("click",event,this_)!==!1&&(this.subMenu?this.showSubMenu():Popup.postHide(event))},showSubMenu:function(){var rect=uiUtils.getClientRect(this.getDom());rect.right-=5,rect.left+=2,rect.width-=7,rect.top-=4,rect.bottom+=4,rect.height+=8,this.subMenu.showAnchorRect(rect,!0,!0)},hideSubMenu:function(){this.subMenu.hide()}},utils.inherits(MenuItem,UIBase),utils.extend(MenuItem.prototype,Stateful,!0)}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,Menu=baidu.editor.ui.Menu,SplitButton=baidu.editor.ui.SplitButton,Combox=baidu.editor.ui.Combox=function(options){this.initOptions(options),this.initCombox()};Combox.prototype={uiName:"combox",onbuttonclick:function(){this.showPopup()},initCombox:function(){var me=this;this.items=this.items||[];for(var i=0;i<this.items.length;i++){var item=this.items[i];item.uiName="listitem",item.index=i,item.onclick=function(){me.selectByIndex(this.index)}}this.popup=new Menu({items:this.items,uiName:"list",editor:this.editor,captureWheel:!0,combox:this}),this.initSplitButton()},_SplitButton_postRender:SplitButton.prototype.postRender,postRender:function(){this._SplitButton_postRender(),this.setLabel(this.label||""),this.setValue(this.initValue||"")},showPopup:function(){var rect=uiUtils.getClientRect(this.getDom());rect.top+=1,rect.bottom-=1,rect.height-=2,this.popup.showAnchorRect(rect)},getValue:function(){return this.value},setValue:function(value){var index=this.indexByValue(value);index!=-1?(this.selectedIndex=index,this.setLabel(this.items[index].label),this.value=this.items[index].value):(this.selectedIndex=-1,this.setLabel(this.getLabelForUnknowValue(value)),this.value=value)},setLabel:function(label){this.getDom("button_body").innerHTML=label,this.label=label},getLabelForUnknowValue:function(value){return value},indexByValue:function(value){for(var i=0;i<this.items.length;i++)if(value==this.items[i].value)return i;return-1},getItem:function(index){return this.items[index]},selectByIndex:function(index){index<this.items.length&&this.fireEvent("select",index)!==!1&&(this.selectedIndex=index,this.value=this.items[index].value,this.setLabel(this.items[index].label))}},utils.inherits(Combox,SplitButton)}(),function(){var modalMask,dragMask,activeDialog,utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,uiUtils=baidu.editor.ui.uiUtils,Mask=baidu.editor.ui.Mask,UIBase=baidu.editor.ui.UIBase,Button=baidu.editor.ui.Button,Dialog=baidu.editor.ui.Dialog=function(options){if(options.name){var name=options.name,cssRules=options.cssRules;options.className||(options.className="edui-for-"+name),cssRules&&(options.cssRules=".edui-for-"+name+" .edui-dialog-content {"+cssRules+"}")}this.initOptions(utils.extend({autoReset:!0,draggable:!0,onok:function(){},oncancel:function(){},onclose:function(t,ok){return ok?this.onok():this.oncancel()},holdScroll:!1},options)),this.initDialog()};Dialog.prototype={draggable:!1,uiName:"dialog",initDialog:function(){var me=this,theme=this.editor.options.theme;if(this.cssRules&&(this.cssRules=".edui-"+theme+" "+this.cssRules,utils.cssRule("edui-customize-"+this.name+"-style",this.cssRules)),this.initUIBase(),this.modalMask=modalMask||(modalMask=new Mask({className:"edui-dialog-modalmask",theme:theme,onclick:function(){activeDialog&&activeDialog.close(!1)}})),this.dragMask=dragMask||(dragMask=new Mask({className:"edui-dialog-dragmask",theme:theme})),this.closeButton=new Button({className:"edui-dialog-closebutton",title:me.closeDialog,theme:theme,onclick:function(){me.close(!1)}}),this.fullscreen&&this.initResizeEvent(),this.buttons)for(var i=0;i<this.buttons.length;i++)this.buttons[i]instanceof Button||(this.buttons[i]=new Button(utils.extend(this.buttons[i],{editor:this.editor},!0)))},initResizeEvent:function(){var me=this;domUtils.on(window,"resize",function(){me._hidden||void 0===me._hidden||(me.__resizeTimer&&window.clearTimeout(me.__resizeTimer),me.__resizeTimer=window.setTimeout(function(){me.__resizeTimer=null;var dialogWrapNode=me.getDom(),contentNode=me.getDom("content"),wrapRect=UE.ui.uiUtils.getClientRect(dialogWrapNode),contentRect=UE.ui.uiUtils.getClientRect(contentNode),vpRect=uiUtils.getViewportRect();contentNode.style.width=vpRect.width-wrapRect.width+contentRect.width+"px",contentNode.style.height=vpRect.height-wrapRect.height+contentRect.height+"px",dialogWrapNode.style.width=vpRect.width+"px",dialogWrapNode.style.height=vpRect.height+"px",me.fireEvent("resize")},100))})},fitSize:function(){var popBodyEl=this.getDom("body"),$foot=popBodyEl.querySelector(".edui-dialog-foot"),heightWithoutBody=70;$foot||(heightWithoutBody=30);var size=this.mesureSize(),winSize=uiUtils.getViewportRect(),width=size.width,height=size.height-heightWithoutBody,maxWidth=winSize.width-2,maxHeight=winSize.height-heightWithoutBody-2;width>maxWidth&&(height=height*maxWidth/width,width=maxWidth),height>maxHeight&&(width=width*maxHeight/height,height=maxHeight);var scale=width/size.width,$content=popBodyEl.querySelector(".edui-dialog-content");if(!$content.dataset.dialogScaled){$content.dataset.dialogScaled=!0,$content.style.width=width+"px",$content.style.height=height+"px";var $iframe=popBodyEl.querySelector(".edui-dialog-content iframe");$iframe.style.width=size.width+"px",$iframe.style.height=size.height-heightWithoutBody+"px",$iframe.style.transformOrigin="0 0",$iframe.style.transform="scale("+scale+")",size.width=width,size.height=height+heightWithoutBody}return popBodyEl.style.width=size.width+"px",popBodyEl.style.height=size.height+"px",size},safeSetOffset:function(offset){var me=this,el=me.getDom(),vpRect=uiUtils.getViewportRect(),rect=uiUtils.getClientRect(el),left=offset.left;left+rect.width>vpRect.right&&(left=vpRect.right-rect.width);var top=offset.top;top+rect.height>vpRect.bottom&&(top=vpRect.bottom-rect.height),el.style.left=Math.max(left,0)+"px",el.style.top=Math.max(top,0)+"px"},showAtCenter:function(){var vpRect=uiUtils.getViewportRect();if(this.fullscreen){var dialogWrapNode=this.getDom(),contentNode=this.getDom("content");dialogWrapNode.style.display="block";var wrapRect=UE.ui.uiUtils.getClientRect(dialogWrapNode),contentRect=UE.ui.uiUtils.getClientRect(contentNode);dialogWrapNode.style.left="-100000px",contentNode.style.width=vpRect.width-wrapRect.width+contentRect.width+"px",contentNode.style.height=vpRect.height-wrapRect.height+contentRect.height+"px",dialogWrapNode.style.width=vpRect.width+"px",dialogWrapNode.style.height=vpRect.height+"px",dialogWrapNode.style.left=0,this._originalContext={html:{overflowX:document.documentElement.style.overflowX,overflowY:document.documentElement.style.overflowY},body:{overflowX:document.body.style.overflowX,overflowY:document.body.style.overflowY}},document.documentElement.style.overflowX="hidden",document.documentElement.style.overflowY="hidden",document.body.style.overflowX="hidden",document.body.style.overflowY="hidden"}else{this.getDom().style.display="";var popSize=this.fitSize(),titleHeight=0|this.getDom("titlebar").offsetHeight,left=vpRect.width/2-popSize.width/2,top=vpRect.height/2-(popSize.height-titleHeight)/2-titleHeight,popEl=this.getDom();this.safeSetOffset({left:Math.max(0|left,0),top:Math.max(0|top,0)}),domUtils.hasClass(popEl,"edui-state-centered")||(popEl.className+=" edui-state-centered")}this._show()},getContentHtml:function(){var contentHtml="";return"string"==typeof this.content?contentHtml=this.content:this.iframeUrl&&(contentHtml='<span id="'+this.id+'_contmask" class="dialogcontmask"></span><iframe id="'+this.id+'_iframe" class="%%-iframe" height="100%" width="100%" frameborder="0" src="'+this.iframeUrl+'"></iframe>'),contentHtml},getHtmlTpl:function(){var footHtml="";if(this.buttons){for(var buff=[],i=0;i<this.buttons.length;i++)buff[i]=this.buttons[i].renderHtml();footHtml='<div class="%%-foot"><div id="##_buttons" class="%%-buttons">'+buff.join("")+"</div></div>"}return'<div id="##" class="%%"><div '+(this.fullscreen?'class="%%-wrap edui-dialog-fullscreen-flag"':'class="%%"')+'><div id="##_body" class="%%-body"><div class="%%-shadow"></div><div id="##_titlebar" class="%%-titlebar"><div class="%%-draghandle" onmousedown="$$._onTitlebarMouseDown(event, this);"><span class="%%-caption">'+(this.title||"")+"</span></div>"+this.closeButton.renderHtml()+'</div><div id="##_content" class="%%-content">'+(this.autoReset?"":this.getContentHtml())+"</div>"+footHtml+"</div></div></div>"},postRender:function(){this.modalMask.getDom()||(this.modalMask.render(),this.modalMask.hide()),this.dragMask.getDom()||(this.dragMask.render(),this.dragMask.hide());var me=this;if(this.addListener("show",function(){me.modalMask.show(this.getDom().style.zIndex-2)}),this.addListener("hide",function(){me.modalMask.hide()}),this.buttons)for(var i=0;i<this.buttons.length;i++)this.buttons[i].postRender();domUtils.on(window,"resize",function(){setTimeout(function(){me.isHidden()||me.safeSetOffset(uiUtils.getClientRect(me.getDom()))})}),this._hide()},mesureSize:function(){var body=this.getDom("body"),width=uiUtils.getClientRect(this.getDom("content")).width,dialogBodyStyle=body.style;return dialogBodyStyle.width=width,uiUtils.getClientRect(body)},_onTitlebarMouseDown:function(evt,el){if(this.draggable){var rect,me=(uiUtils.getViewportRect(),this);uiUtils.startDrag(evt,{ondragstart:function(){rect=uiUtils.getClientRect(me.getDom()),me.getDom("contmask").style.visibility="visible",me.dragMask.show(me.getDom().style.zIndex-1)},ondragmove:function(x,y){var left=rect.left+x,top=rect.top+y;me.safeSetOffset({left:left,top:top})},ondragstop:function(){me.getDom("contmask").style.visibility="hidden",domUtils.removeClasses(me.getDom(),["edui-state-centered"]),me.dragMask.hide()}})}},reset:function(){this.getDom("content").innerHTML=this.getContentHtml(),this.fireEvent("dialogafterreset")},_show:function(){this._hidden&&(this.getDom().style.display="",this.editor.container.style.zIndex&&(this.getDom().style.zIndex=1*this.editor.container.style.zIndex+10),this._hidden=!1,this.fireEvent("show"),baidu.editor.ui.uiUtils.getFixedLayer().style.zIndex=this.getDom().style.zIndex-4)},isHidden:function(){return this._hidden},_hide:function(){if(!this._hidden){var wrapNode=this.getDom();wrapNode.style.display="none",wrapNode.style.zIndex="",wrapNode.style.width="",wrapNode.style.height="",this._hidden=!0,this.fireEvent("hide")}},open:function(){if(this.autoReset)try{this.reset()}catch(e){this.render(),this.open()}if(this.showAtCenter(),this.iframeUrl)try{this.getDom("iframe").focus()}catch(ex){}activeDialog=this},_onCloseButtonClick:function(evt,el){this.close(!1)},close:function(ok){if(this.fireEvent("close",ok)!==!1){this.fullscreen&&(document.documentElement.style.overflowX=this._originalContext.html.overflowX,document.documentElement.style.overflowY=this._originalContext.html.overflowY,document.body.style.overflowX=this._originalContext.body.overflowX,document.body.style.overflowY=this._originalContext.body.overflowY,delete this._originalContext),this._hide();var content=this.getDom("content"),iframe=this.getDom("iframe");if(content&&iframe){var doc=iframe.contentDocument||iframe.contentWindow.document;doc&&(doc.body.innerHTML=""),domUtils.remove(content)}}}},utils.inherits(Dialog,UIBase)}(),function(){var utils=baidu.editor.utils,Menu=baidu.editor.ui.Menu,SplitButton=baidu.editor.ui.SplitButton,MenuButton=baidu.editor.ui.MenuButton=function(options){this.initOptions(options),this.initMenuButton()};MenuButton.prototype={initMenuButton:function(){var me=this;this.uiName="menubutton",this.popup=new Menu({items:me.items,className:me.className,editor:me.editor}),this.popup.addListener("show",function(){for(var list=this,i=0;i<list.items.length;i++)list.items[i].removeState("checked"),list.items[i].value==me._value&&(list.items[i].addState("checked"),this.value=me._value)}),this.initSplitButton()},setValue:function(value){this._value=value}},utils.inherits(MenuButton,SplitButton)}(),function(){var utils=baidu.editor.utils,Popup=baidu.editor.ui.Popup,SplitButton=baidu.editor.ui.SplitButton,MultiMenuPop=baidu.editor.ui.MultiMenuPop=function(options){this.initOptions(options),this.initMultiMenu()};MultiMenuPop.prototype={initMultiMenu:function(){var me=this;this.popup=new Popup({content:"",editor:me.editor,iframe_rendered:!1,onshow:function(){this.iframe_rendered||(this.iframe_rendered=!0,this.getDom("content").innerHTML='<iframe id="'+me.id+'_iframe" src="'+me.iframeUrl+'" frameborder="0"></iframe>',me.editor.container.style.zIndex&&(this.getDom().style.zIndex=1*me.editor.container.style.zIndex+1))}}),this.onbuttonclick=function(){this.showPopup()},this.initSplitButton()}},utils.inherits(MultiMenuPop,SplitButton)}(),function(){function hideAllMenu(e){var tgt=e.target||e.srcElement,cur=domUtils.findParent(tgt,function(node){return domUtils.hasClass(node,"edui-shortcutmenu")||domUtils.hasClass(node,"edui-popup");
|
|
21
|
-
},!0);if(!cur)for(var menu,i=0;menu=allMenus[i++];)menu.hide()}var UI=baidu.editor.ui,UIBase=UI.UIBase,uiUtils=UI.uiUtils,utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,allMenus=[],isSubMenuShow=!1,ShortCutMenu=UI.ShortCutMenu=function(options){this.initOptions(options),this.initShortCutMenu()};ShortCutMenu.postHide=hideAllMenu,ShortCutMenu.prototype={isHidden:!0,SPACE:5,initShortCutMenu:function(){this.items=this.items||[],this.initUIBase(),this.initItems(),this.initEvent(),allMenus.push(this)},initEvent:function(){var me=this;me.editor.document;me.editor.addListener("afterhidepop",function(){me.isHidden||(isSubMenuShow=!0)})},initItems:function(){if(utils.isArray(this.items))for(var i=0,len=this.items.length;i<len;i++)if("string"==typeof this.items[i]){var item=this.items[i].toLowerCase();UI[item]&&(this.items[i]=new UI[item](this.editor),this.items[i].className+=" edui-short-cut-sub-menu ")}},setOpacity:function(el,value){browser.ie&&browser.version<9?el.style.filter="alpha(opacity = "+100*parseFloat(value)+");":el.style.opacity=value},getSubMenuMark:function(){isSubMenuShow=!1;for(var node,layerEle=uiUtils.getFixedLayer(),list=domUtils.getElementsByTagName(layerEle,"div",function(node){return domUtils.hasClass(node,"edui-short-cut-sub-menu edui-popup")}),i=0;node=list[i++];)"none"!==node.style.display&&(isSubMenuShow=!0);return isSubMenuShow},show:function(e,hasContextmenu){function setPos(offset){offset.left<0&&(offset.left=0),offset.top<0&&(offset.top=0),el.style.cssText="position:absolute;left:"+offset.left+"px;top:"+offset.top+"px;"}var _step,me=this,offset={},el=this.getDom(),fixedlayer=uiUtils.getFixedLayer(),_iterator=_createForOfIteratorHelper(this.items);try{for(_iterator.s();!(_step=_iterator.n()).done;){var item=_step.value;"shouldUiShow"in item&&item.uiShow(item.shouldUiShow())}}catch(err){_iterator.e(err)}finally{_iterator.f()}me.eventType=e.type,el.style.cssText="display:block;left:-9999px",offset=uiUtils.getViewportOffsetByEvent(e),offset.top-=el.offsetHeight+me.SPACE,offset.left+=me.SPACE+20,setPos(offset),me.setOpacity(el,1),me.isHidden=!1,me.left=e.screenX+el.offsetWidth/2-me.SPACE,me.top=e.screenY-el.offsetHeight/2-me.SPACE,me.editor&&(el.style.zIndex=1*me.editor.container.style.zIndex+10,fixedlayer.style.zIndex=el.style.zIndex-1)},hide:function(){this.getDom()&&(this.getDom().style.display="none"),this.isHidden=!0},postRender:function(){if(utils.isArray(this.items))for(var item,i=0;item=this.items[i++];)item.postRender()},getHtmlTpl:function(){var buff;if(utils.isArray(this.items)){buff=[];for(var i=0;i<this.items.length;i++)buff[i]=this.items[i].renderHtml();buff=buff.join("")}else buff=this.items;return'<div id="##" class="%% edui-toolbar" data-src="shortcutmenu" onmousedown="return false;" onselectstart="return false;" >'+buff+"</div>"}},utils.inherits(ShortCutMenu,UIBase),domUtils.on(document,"mousedown",function(e){hideAllMenu(e)}),domUtils.on(window,"scroll",function(e){hideAllMenu(e)})}(),function(){var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,Breakline=baidu.editor.ui.Breakline=function(options){this.initOptions(options),this.initSeparator()};Breakline.prototype={uiName:"Breakline",initSeparator:function(){this.initUIBase()},getHtmlTpl:function(){return"<br/>"}},utils.inherits(Breakline,UIBase)}(),function(){var utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,UIBase=baidu.editor.ui.UIBase,Message=baidu.editor.ui.Message=function(options){this.initOptions(options),this.initMessage()};Message.prototype={initMessage:function(){this.initUIBase()},getHtmlTpl:function(){return'<div id="##" class="edui-message %%"> <div id="##_closer" class="edui-message-closer">×</div> <div id="##_body" class="edui-message-body edui-message-type-info"> <iframe style="position:absolute;z-index:-1;left:0;top:0;background-color: transparent;" frameborder="0" width="100%" height="100%" src="about:blank"></iframe> <div class="edui-shadow"></div> <div id="##_content" class="edui-message-content"> </div> </div></div>'},reset:function(opt){var me=this;opt.keepshow||(clearTimeout(this.timer),me.timer=setTimeout(function(){me.hide()},opt.timeout||4e3)),void 0!==opt.content&&me.setContent(opt.content),void 0!==opt.type&&me.setType(opt.type),me.show()},postRender:function(){var me=this,closer=this.getDom("closer");closer&&domUtils.on(closer,"click",function(){me.hide()})},setContent:function(content){this.getDom("content").innerHTML=content},setType:function(type){type=type||"info";var body=this.getDom("body");body.className=body.className.replace(/edui-message-type-[\w-]+/,"edui-message-type-"+type)},getContent:function(){return this.getDom("content").innerHTML},getType:function(){var arr=this.getDom("body").match(/edui-message-type-([\w-]+)/);return arr?arr[1]:""},show:function(){this.getDom().style.display="block"},hide:function(){var dom=this.getDom();dom&&(dom.style.display="none",dom.parentNode&&dom.parentNode.removeChild(dom))}},utils.inherits(Message,UIBase)}(),function(){var utils=baidu.editor.utils,editorui=baidu.editor.ui,_Dialog=editorui.Dialog;editorui.buttons={},editorui.Dialog=function(options){var dialog=new _Dialog(options);return dialog.addListener("hide",function(){if(dialog.editor){var editor=dialog.editor;try{if(browser.gecko){var y=editor.window.scrollY,x=editor.window.scrollX;editor.body.focus(),editor.window.scrollTo(x,y)}else editor.focus()}catch(ex){}}}),dialog};for(var ci,btnCmds=["undo","redo","formatmatch","bold","italic","underline","fontborder","touppercase","tolowercase","strikethrough","subscript","superscript","source","indent","outdent","blockquote","pasteplain","pagebreak","selectall","print","horizontal","removeformat","time","date","unlink","insertparagraphbeforetable","insertrow","insertcol","mergeright","mergedown","deleterow","deletecol","splittorows","splittocols","splittocells","mergecells","deletetable"],i=0;ci=btnCmds[i++];)ci=ci.toLowerCase(),editorui[ci]=function(cmd){return function(editor){var ui=new editorui.Button({className:"edui-for-"+cmd,title:editor.options.labelMap[cmd]||editor.getLang("labelMap."+cmd)||"",onclick:function(){editor.execCommand(cmd)},theme:editor.options.theme,showText:!1});switch(cmd){case"bold":case"italic":case"underline":case"strikethrough":case"fontborder":ui.shouldUiShow=function(cmdInternal){return function(){return!!editor.selection.getText()&&editor.queryCommandState(cmdInternal)!==UE.constants.STATEFUL.DISABLED}}(cmd)}return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){var state=editor.queryCommandState(cmd);state===-1?(ui.setDisabled(!0),ui.setChecked(!1)):uiReady||(ui.setDisabled(!1),ui.setChecked(state))}),ui}}(ci);editorui.cleardoc=function(editor){var ui=new editorui.Button({className:"edui-for-cleardoc",title:editor.options.labelMap.cleardoc||editor.getLang("labelMap.cleardoc")||"",theme:editor.options.theme,onclick:function(){confirm(editor.getLang("confirmClear"))&&editor.execCommand("cleardoc")}});return editorui.buttons.cleardoc=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState("cleardoc")==-1)}),ui};for(var imageTypeSet=["none","left","center","right"],_i=0,_imageTypeSet=imageTypeSet;_i<_imageTypeSet.length;_i++){var value=_imageTypeSet[_i];!function(value){editorui["image"+value]=function(editor){var ui=new editorui.Button({className:"edui-for-image"+value,title:editor.options.labelMap["image"+value]||editor.getLang("labelMap.image"+value)||"",theme:editor.options.theme,onclick:function(){editor.execCommand("imagefloat",value)},shouldUiShow:function(){var closedNode=editor.selection.getRange().getClosedNode();return!(!closedNode||"IMG"!==closedNode.tagName)&&(!domUtils.hasClass(closedNode,"uep-loading")&&!domUtils.hasClass(closedNode,"uep-loading-error")&&editor.queryCommandState("imagefloat")!==UE.constants.STATEFUL.DISABLED)}});return editorui.buttons["image"+value]=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){ui.setDisabled(editor.queryCommandState("imagefloat")===UE.constants.STATEFUL.DISABLED),ui.setChecked(editor.queryCommandValue("imagefloat")===value&&!uiReady)}),ui}}(value)}var typeset={justify:["left","right","center","justify"],directionality:["ltr","rtl"]};for(var p in typeset)!function(cmd,val){for(var ci,i=0;ci=val[i++];)!function(cmd2){editorui[cmd.replace("float","")+cmd2]=function(editor){var ui=new editorui.Button({className:"edui-for-"+cmd.replace("float","")+cmd2,title:editor.options.labelMap[cmd.replace("float","")+cmd2]||editor.getLang("labelMap."+cmd.replace("float","")+cmd2)||"",theme:editor.options.theme,onclick:function(){editor.execCommand(cmd,cmd2)}});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){ui.setDisabled(editor.queryCommandState(cmd)==-1),ui.setChecked(editor.queryCommandValue(cmd)==cmd2&&!uiReady)}),ui}}(ci)}(p,typeset[p]);for(var ci,i=0;ci=["backcolor","forecolor"][i++];)editorui[ci]=function(cmd){return function(editor){var ui=new editorui.ColorButton({className:"edui-for-"+cmd,color:"default",title:editor.options.labelMap[cmd]||editor.getLang("labelMap."+cmd)||"",editor:editor,onpickcolor:function(t,color){editor.execCommand(cmd,color)},onpicknocolor:function(){editor.execCommand(cmd,"default"),this.setColor("transparent"),this.color="default"},onbuttonclick:function(){editor.execCommand(cmd,this.color)},shouldUiShow:function(){return!!editor.selection.getText()&&editor.queryCommandState(cmd)!==UE.constants.STATEFUL.DISABLED}});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState(cmd)==-1)}),ui}}(ci);var dialogIframeUrlMap={anchor:"~/dialogs/anchor/anchor.html?3f5d0da1",insertimage:"~/dialogs/image/image.html?1dbef3c5",link:"~/dialogs/link/link.html?d5434279",spechars:"~/dialogs/spechars/spechars.html?9c8bba9c",searchreplace:"~/dialogs/searchreplace/searchreplace.html?c84fd9f5",insertvideo:"~/dialogs/video/video.html?3f11a0ea",insertaudio:"~/dialogs/audio/audio.html?7b0f6c54",help:"~/dialogs/help/help.html?8beb21aa",preview:"~/dialogs/preview/preview.html?99378e1c",emotion:"~/dialogs/emotion/emotion.html?2bee20d8",wordimage:"~/dialogs/wordimage/wordimage.html?8826e57b",formula:"~/dialogs/formula/formula.html?26bf6bda",insertframe:"~/dialogs/insertframe/insertframe.html?b57f4b26",edittip:"~/dialogs/table/edittip.html?7a475574",edittable:"~/dialogs/table/edittable.html?b1312bad",edittd:"~/dialogs/table/edittd.html?8831dd6e",scrawl:"~/dialogs/scrawl/scrawl.html?5fba15e3",template:"~/dialogs/template/template.html?35b8f0a2",background:"~/dialogs/background/background.html?f8edc8b7",contentimport:"~/dialogs/contentimport/contentimport.html?452b1b0c"},dialogBtns={noOk:["searchreplace","help","spechars","preview"],ok:["anchor","link","insertimage","insertframe","wordimage","insertvideo","insertaudio","edittip","edittable","edittd","scrawl","template","formula","background","contentimport"]};for(var p in dialogBtns)!function(type,vals){for(var ci,i=0;ci=vals[i++];)browser.opera&&"searchreplace"===ci||!function(cmd){editorui[cmd]=function(editor,iframeUrl,title){iframeUrl=iframeUrl||(editor.options.dialogIframeUrlMap||{})[cmd]||dialogIframeUrlMap[cmd],title=editor.options.labelMap[cmd]||editor.getLang("labelMap."+cmd)||"";var dialog;iframeUrl&&(dialog=new editorui.Dialog(utils.extend({iframeUrl:editor.ui.mapUrl(iframeUrl),editor:editor,className:"edui-for-"+cmd,title:title,holdScroll:"insertimage"===cmd,fullscreen:/preview/.test(cmd),closeDialog:editor.getLang("closeDialog")},"ok"===type?{buttons:[{className:"edui-okbutton",label:editor.getLang("ok"),editor:editor,onclick:function(){dialog.close(!0)}},{className:"edui-cancelbutton",label:editor.getLang("cancel"),editor:editor,onclick:function(){dialog.close(!1)}}]}:{})),editor.ui._dialogs[cmd+"Dialog"]=dialog);var ui=new editorui.Button({className:"edui-for-"+cmd,title:title,onclick:function(){if((!editor.options.toolbarCallback||!0!==editor.options.toolbarCallback(cmd,editor))&&dialog)switch(cmd){case"wordimage":var images=editor.execCommand("wordimage");images&&images.length&&(dialog.render(),dialog.open());break;case"scrawl":editor.queryCommandState("scrawl")!==-1&&(dialog.render(),dialog.open());break;default:dialog.render(),dialog.open()}},theme:editor.options.theme,disabled:"scrawl"===cmd&&editor.queryCommandState("scrawl")===-1});switch(cmd){case"insertimage":case"formula":ui.shouldUiShow=function(cmd){return function(){var closedNode=editor.selection.getRange().getClosedNode();return!(!closedNode||"IMG"!==closedNode.tagName)&&("formula"===cmd&&null!==closedNode.getAttribute("data-formula-image")||"insertimage"===cmd)}}(cmd)}return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){var unNeedCheckState={edittable:1};if(!(cmd in unNeedCheckState)){var state=editor.queryCommandState(cmd);ui.getDom()&&(ui.setDisabled(state===-1),ui.setChecked(state))}}),ui}}(ci.toLowerCase())}(p,dialogBtns[p]);editorui.insertcode=function(editor,list,title){list=editor.options.insertcode||[],title=editor.options.labelMap.insertcode||editor.getLang("labelMap.insertcode")||"";var items=[];utils.each(list,function(key,val){items.push({label:key,value:val,theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label" >'+(this.label||"")+"</div>"}})});var ui=new editorui.Combox({editor:editor,items:items,onselect:function(t,index){editor.execCommand("insertcode",this.items[index].value)},onbuttonclick:function(){this.showPopup()},title:title,initValue:title,className:"edui-for-insertcode",indexByValue:function(value){if(value)for(var ci,i=0;ci=this.items[i];i++)if(ci.value.indexOf(value)!=-1)return i;return-1}});return editorui.buttons.insertcode=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("insertcode");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("insertcode");if(!value)return void ui.setValue(title);value&&(value=value.replace(/['"]/g,"").split(",")[0]),ui.setValue(value)}}}),ui},editorui.fontfamily=function(editor,list,title){if(list=editor.options.fontfamily||[],title=editor.options.labelMap.fontfamily||editor.getLang("labelMap.fontfamily")||"",list.length){for(var ci,i=0,items=[];ci=list[i];i++){var langLabel=editor.getLang("fontfamily")[ci.name]||"";!function(key,val){items.push({label:key,value:val,theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label" style="font-family:'+utils.unhtml(this.value)+'">'+(this.label||"")+"</div>"}})}(ci.label||langLabel,ci.val)}var ui=new editorui.Combox({editor:editor,items:items,onselect:function(t,index){editor.execCommand("FontFamily",this.items[index].value)},onbuttonclick:function(){this.showPopup()},title:title,initValue:title,className:"edui-for-fontfamily",indexByValue:function(value){if(value)for(var ci,i=0;ci=this.items[i];i++)if(ci.value.indexOf(value)!=-1)return i;return-1}});return editorui.buttons.fontfamily=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("FontFamily");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("FontFamily");value&&(value=value.replace(/['"]/g,"").split(",")[0]),ui.setValue(value)}}}),ui}},editorui.fontsize=function(editor,list,title){if(title=editor.options.labelMap.fontsize||editor.getLang("labelMap.fontsize")||"",list=list||editor.options.fontsize||[],list.length){for(var items=[],i=0;i<list.length;i++){var size=list[i]+"px";items.push({label:size,value:size,theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label" style="line-height:1;font-size:'+this.value+'">'+(this.label||"")+"</div>"}})}var ui=new editorui.Combox({editor:editor,items:items,title:title,initValue:title,onselect:function(t,index){editor.execCommand("FontSize",this.items[index].value)},onbuttonclick:function(){this.showPopup()},className:"edui-for-fontsize"});return editorui.buttons.fontsize=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("FontSize");state==-1?ui.setDisabled(!0):(ui.setDisabled(!1),ui.setValue(editor.queryCommandValue("FontSize")))}}),ui}},editorui.paragraph=function(editor,list,title){if(title=editor.options.labelMap.paragraph||editor.getLang("labelMap.paragraph")||"",list=editor.options.paragraph||[],!utils.isEmptyObject(list)){var items=[];for(var i in list)items.push({value:i,label:list[i]||editor.getLang("paragraph")[i],theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label"><span class="edui-for-'+this.value+'">'+(this.label||"")+"</span></div>"}});var ui=new editorui.Combox({editor:editor,items:items,title:title,initValue:title,className:"edui-for-paragraph",onselect:function(t,index){editor.execCommand("Paragraph",this.items[index].value)},onbuttonclick:function(){this.showPopup()}});return editorui.buttons.paragraph=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("Paragraph");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("Paragraph"),index=ui.indexByValue(value);index!=-1?ui.setValue(value):ui.setValue(ui.initValue)}}}),ui}},editorui.customstyle=function(editor){var list=editor.options.customstyle||[],title=editor.options.labelMap.customstyle||editor.getLang("labelMap.customstyle")||"";if(list.length){for(var t,langCs=editor.getLang("customstyle"),i=0,items=[];t=list[i++];)!function(t){var ck={};ck.label=t.label?t.label:langCs[t.name],ck.style=t.style,ck.className=t.className,ck.tag=t.tag,items.push({label:ck.label,value:ck,theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label"><'+ck.tag+" "+(ck.className?' class="'+ck.className+'"':"")+(ck.style?' style="'+ck.style+'"':"")+">"+ck.label+"</"+ck.tag+"></div>"}})}(t);var ui=new editorui.Combox({editor:editor,items:items,title:title,initValue:title,className:"edui-for-customstyle",onselect:function(t,index){editor.execCommand("customstyle",this.items[index].value)},onbuttonclick:function(){this.showPopup()},indexByValue:function(value){for(var ti,i=0;ti=this.items[i++];)if(ti.label==value)return i-1;return-1}});return editorui.buttons.customstyle=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("customstyle");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("customstyle"),index=ui.indexByValue(value);index!=-1?ui.setValue(value):ui.setValue(ui.initValue)}}}),ui}},editorui.inserttable=function(editor,iframeUrl,title){title=editor.options.labelMap.inserttable||editor.getLang("labelMap.inserttable")||"";var ui=new editorui.TableButton({editor:editor,title:title,className:"edui-for-inserttable",onpicktable:function(t,numCols,numRows){editor.execCommand("InsertTable",{numRows:numRows,numCols:numCols,border:1})},onbuttonclick:function(){this.showPopup()}});return editorui.buttons.inserttable=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState("inserttable")==-1)}),ui},editorui.lineheight=function(editor){var val=editor.options.lineheight||[];if(val.length){for(var ci,i=0,items=[];ci=val[i++];)items.push({label:ci,value:ci,theme:editor.options.theme,onclick:function(){editor.execCommand("lineheight",this.value)}});var ui=new editorui.MenuButton({editor:editor,className:"edui-for-lineheight",title:editor.options.labelMap.lineheight||editor.getLang("labelMap.lineheight")||"",items:items,onbuttonclick:function(){var value=editor.queryCommandValue("LineHeight")||this.value;editor.execCommand("LineHeight",value)}});return editorui.buttons.lineheight=ui,editor.addListener("selectionchange",function(){var state=editor.queryCommandState("LineHeight");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("LineHeight");value&&ui.setValue((value+"").replace(/cm/,"")),ui.setChecked(state)}}),ui}};for(var ri,rowspacings=["top","bottom"],r=0;ri=rowspacings[r++];)!function(cmd){editorui["rowspacing"+cmd]=function(editor){var val=editor.options["rowspacing"+cmd]||[];if(!val.length)return null;for(var ci,i=0,items=[];ci=val[i++];)items.push({label:ci,value:ci,theme:editor.options.theme,onclick:function(){editor.execCommand("rowspacing",this.value,cmd)}});var ui=new editorui.MenuButton({editor:editor,className:"edui-for-rowspacing"+cmd,title:editor.options.labelMap["rowspacing"+cmd]||editor.getLang("labelMap.rowspacing"+cmd)||"",items:items,onbuttonclick:function(){var value=editor.queryCommandValue("rowspacing",cmd)||this.value;editor.execCommand("rowspacing",value,cmd)}});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){var state=editor.queryCommandState("rowspacing",cmd);if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("rowspacing",cmd);value&&ui.setValue((value+"").replace(/%/,"")),ui.setChecked(state)}}),ui}}(ri);for(var cl,lists=["insertorderedlist","insertunorderedlist"],l=0;cl=lists[l++];)!function(cmd){editorui[cmd]=function(editor){var vals=editor.options[cmd],_onMenuClick=function(){editor.execCommand(cmd,this.value)},items=[];for(var i in vals)items.push({label:vals[i]||editor.getLang()[cmd][i]||"",value:i,theme:editor.options.theme,onclick:_onMenuClick});var ui=new editorui.MenuButton({editor:editor,className:"edui-for-"+cmd,title:editor.getLang("labelMap."+cmd)||"",items:items,onbuttonclick:function(){var value=editor.queryCommandValue(cmd)||this.value;editor.execCommand(cmd,value)}});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){var state=editor.queryCommandState(cmd);if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue(cmd);ui.setValue(value),ui.setChecked(state)}}),ui}}(cl);editorui.fullscreen=function(editor,title){title=editor.options.labelMap.fullscreen||editor.getLang("labelMap.fullscreen")||"";var ui=new editorui.Button({className:"edui-for-fullscreen",title:title,theme:editor.options.theme,onclick:function(){editor.ui&&editor.ui.setFullScreen(!editor.ui.isFullScreen()),this.setChecked(editor.ui.isFullScreen())}});return editorui.buttons.fullscreen=ui,editor.addListener("selectionchange",function(){var state=editor.queryCommandState("fullscreen");ui.setDisabled(state==-1),ui.setChecked(editor.ui.isFullScreen())}),ui},editorui.emotion=function(editor,iframeUrl){var cmd="emotion",ui=new editorui.MultiMenuPop({title:editor.options.labelMap[cmd]||editor.getLang("labelMap."+cmd)||"",editor:editor,className:"edui-for-"+cmd,iframeUrl:editor.ui.mapUrl(iframeUrl||(editor.options.dialogIframeUrlMap||{})[cmd]||dialogIframeUrlMap[cmd])});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState(cmd)==-1)}),ui},editorui.autotypeset=function(editor){var ui=new editorui.AutoTypeSetButton({editor:editor,title:editor.options.labelMap.autotypeset||editor.getLang("labelMap.autotypeset")||"",className:"edui-for-autotypeset",onbuttonclick:function(){editor.execCommand("autotypeset")}});return editorui.buttons.autotypeset=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState("autotypeset")==-1)}),ui},editorui.simpleupload=function(editor){var name="simpleupload",ui=new editorui.Button({className:"edui-for-"+name,title:editor.options.labelMap[name]||editor.getLang("labelMap."+name)||"",onclick:function(){},theme:editor.options.theme,showText:!1});return editorui.buttons[name]=ui,editor.addListener("ready",function(){var b=ui.getDom("body"),iconSpan=b.children[0];editor.fireEvent("simpleuploadbtnready",iconSpan)}),editor.addListener("selectionchange",function(type,causeByUi,uiReady){var state=editor.queryCommandState(name);state==-1?(ui.setDisabled(!0),ui.setChecked(!1)):uiReady||(ui.setDisabled(!1),ui.setChecked(state))}),ui},editorui.attachment=function(editor){var name="attachment",ui=new editorui.Button({className:"edui-for-"+name,title:editor.options.labelMap[name]||editor.getLang("labelMap."+name)||"",onclick:function(){},theme:editor.options.theme,showText:!1});return editorui.buttons[name]=ui,editor.addListener("ready",function(){var b=ui.getDom("body"),iconSpan=b.children[0];editor.fireEvent("attachmentbtnready",iconSpan)}),editor.addListener("selectionchange",function(type,causeByUi,uiReady){var state=editor.queryCommandState(name);state==-1?(ui.setDisabled(!0),ui.setChecked(!1)):uiReady||(ui.setDisabled(!1),ui.setChecked(state))}),ui}}(),function(){function EditorUI(options){this.initOptions(options),this.initEditorUI()}var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,domUtils=baidu.editor.dom.domUtils,nodeStack=[];EditorUI.prototype={uiName:"editor",initEditorUI:function(){function setCount(editor,ui){editor.setOpt({wordCount:!0,maximumWords:1e4,wordCountMsg:editor.options.wordCountMsg||editor.getLang("wordCountMsg"),wordOverFlowMsg:editor.options.wordOverFlowMsg||editor.getLang("wordOverFlowMsg")});var opt=editor.options,max=opt.maximumWords,msg=opt.wordCountMsg,errMsg=opt.wordOverFlowMsg,countDom=ui.getDom("wordcount");if(opt.wordCount){var count=editor.getContentLength(!0);count>max?(countDom.innerHTML=errMsg,editor.fireEvent("wordcountoverflow")):countDom.innerHTML=msg.replace("{#leave}",max-count).replace("{#count}",count)}}this.editor.ui=this,this._dialogs={},this.initUIBase(),this._initToolbars();var editor=this.editor,me=this;editor.addListener("ready",function(){function countFn(){setCount(editor,me),domUtils.un(editor.document,"click",arguments.callee)}editor.getDialog=function(name){return editor.ui._dialogs[name+"Dialog"]},domUtils.on(editor.window,"scroll",function(evt){baidu.editor.ui.Popup.postHide(evt)}),editor.ui._actualFrameWidth=editor.options.initialFrameWidth,UE.browser.ie&&6===UE.browser.version&&editor.container.ownerDocument.execCommand("BackgroundImageCache",!1,!0),editor.options.elementPathEnabled&&(editor.ui.getDom("elementpath").innerHTML='<div class="edui-editor-breadcrumb">'+editor.getLang("elementPathTip")+":</div>"),editor.options.wordCount&&(domUtils.on(editor.document,"click",countFn),editor.ui.getDom("wordcount").innerHTML=editor.getLang("wordCountTip")),editor.ui._scale(),editor.options.scaleEnabled?(editor.autoHeightEnabled&&editor.disableAutoHeight(),me.enableScale()):me.disableScale(),editor.options.elementPathEnabled||editor.options.wordCount||editor.options.scaleEnabled||(editor.ui.getDom("elementpath").style.display="none",editor.ui.getDom("wordcount").style.display="none",editor.ui.getDom("scale").style.display="none"),editor.selection.isFocus()&&editor.fireEvent("selectionchange",!1,!0)}),editor.addListener("mousedown",function(t,evt){var el=evt.target||evt.srcElement;baidu.editor.ui.Popup.postHide(evt,el),baidu.editor.ui.ShortCutMenu.postHide(evt)}),editor.addListener("delcells",function(){UE.ui.edittip&&new UE.ui.edittip(editor),editor.getDialog("edittip").open()});var pastePop,timer,isPaste=!1;editor.addListener("afterpaste",function(){editor.queryCommandState("pasteplain")||(baidu.editor.ui.PastePicker&&(pastePop=new baidu.editor.ui.Popup({content:new baidu.editor.ui.PastePicker({editor:editor}),editor:editor,className:"edui-wordpastepop"}),pastePop.render()),isPaste=!0)}),editor.addListener("afterinserthtml",function(){clearTimeout(timer),timer=setTimeout(function(){if(pastePop&&(isPaste||editor.ui._isTransfer)){if(pastePop.isHidden()){var span=domUtils.createElement(editor.document,"span",{style:"line-height:0px;",innerHTML:"\ufeff"}),range=editor.selection.getRange();range.insertNode(span);var tmp=getDomNode(span,"firstChild","previousSibling");tmp&&pastePop.showAnchor(3==tmp.nodeType?tmp.parentNode:tmp),domUtils.remove(span)}else pastePop.show();delete editor.ui._isTransfer,isPaste=!1}},200)}),editor.addListener("contextmenu",function(t,evt){baidu.editor.ui.Popup.postHide(evt)}),editor.addListener("keydown",function(t,evt){pastePop&&pastePop.dispose(evt);var keyCode=evt.keyCode||evt.which;evt.altKey&&90==keyCode&&UE.ui.buttons.fullscreen.onclick()}),editor.addListener("wordcount",function(type){setCount(this,me)}),editor.addListener("selectionchange",function(){editor.options.elementPathEnabled&&me[(editor.queryCommandState("elementpath")==-1?"dis":"en")+"ableElementPath"](),editor.options.scaleEnabled&&me[(editor.queryCommandState("scale")==-1?"dis":"en")+"ableScale"]()});var popup=new baidu.editor.ui.Popup({editor:editor,content:"",className:"edui-bubble",_onEditButtonClick:function(){this.hide(),editor.ui._dialogs.linkDialog.open()},_onImgEditButtonClick:function(name){this.hide(),editor.ui._dialogs[name]&&editor.ui._dialogs[name].open()},_onImgSetFloat:function(value){this.hide(),editor.execCommand("imagefloat",value)},_setIframeAlign:function(value){var frame=popup.anchorEl,newFrame=frame.cloneNode(!0);switch(value){case-2:newFrame.setAttribute("align","");break;case-1:newFrame.setAttribute("align","left");break;case 1:newFrame.setAttribute("align","right")}frame.parentNode.insertBefore(newFrame,frame),domUtils.remove(frame),popup.anchorEl=newFrame,popup.showAnchor(popup.anchorEl)},_updateIframe:function(){var frame=editor._iframe=popup.anchorEl;domUtils.hasClass(frame,"ueditor_baidumap")?(editor.selection.getRange().selectNode(frame).select(),editor.ui._dialogs.mapDialog.open(),popup.hide()):(editor.ui._dialogs.insertframeDialog.open(),popup.hide())},_onRemoveButtonClick:function(cmdName){editor.execCommand(cmdName),this.hide()},queryAutoHide:function(el){return el&&el.ownerDocument==editor.document&&("img"==el.tagName.toLowerCase()||domUtils.findParentByTagName(el,"a",!0))?el!==popup.anchorEl:baidu.editor.ui.Popup.prototype.queryAutoHide.call(this,el)}});popup.render(),editor.options.imagePopup&&(editor.addListener("mouseover",function(t,evt){evt=evt||window.event;var el=evt.target||evt.srcElement;if(editor.ui._dialogs.insertframeDialog&&/iframe/gi.test(el.tagName)){var html=popup.formatHtml('<nobr><span onclick=$$._setIframeAlign(-2) class="edui-clickable">'+editor.getLang("default")+'</span> <span onclick=$$._setIframeAlign(-1) class="edui-clickable">'+editor.getLang("justifyleft")+'</span> <span onclick=$$._setIframeAlign(1) class="edui-clickable">'+editor.getLang("justifyright")+'</span> <span onclick="$$._updateIframe( this);" class="edui-clickable">'+editor.getLang("modify")+"</span></nobr>");html?(popup.getDom("content").innerHTML=html,popup.anchorEl=el,popup.showAnchor(popup.anchorEl)):popup.hide()}}),editor.addListener("selectionchange",function(t,causeByUi){if(causeByUi){var html="",closedNode=editor.selection.getRange().getClosedNode(),dialogs=editor.ui._dialogs;if(closedNode&&"IMG"===closedNode.tagName){var dialogName="insertimageDialog";if(closedNode.className.indexOf("edui-faked-video")===-1&&closedNode.className.indexOf("edui-upload-video")===-1||(dialogName="insertvideoDialog"),closedNode.className.indexOf("edui-faked-audio")===-1&&closedNode.className.indexOf("edui-upload-audio")===-1||(dialogName="insertaudioDialog"),closedNode.getAttribute("anchorname")&&(dialogName="anchorDialog",html=popup.formatHtml('<nobr><span onclick=$$._onImgEditButtonClick("anchorDialog") class="edui-clickable">'+editor.getLang("modify")+"</span> <span onclick=$$._onRemoveButtonClick('anchor') class=\"edui-clickable\">"+editor.getLang("delete")+"</span></nobr>")),(domUtils.hasClass(closedNode,"uep-loading")||domUtils.hasClass(closedNode,"uep-loading-error"))&&(dialogName=""),!dialogs[dialogName])return;var actions=[];closedNode.getAttribute("data-word-image")&&actions.push("<span onclick=\"$$._onImgEditButtonClick('wordimageDialog');\" class='edui-clickable edui-popup-action-item'>"+editor.getLang("save")+"</span>"),
|
|
22
|
-
actions.length>0&&(actions.unshift("<nobr>"),actions.push("</nobr>")),!html&&(html=popup.formatHtml(actions.join("")))}if(editor.ui._dialogs.linkDialog){var url,link=editor.queryCommandValue("link");if(link&&(url=link.getAttribute("_href")||link.getAttribute("href",2))){var txt=url;url.length>30&&(txt=url.substring(0,20)+"..."),html&&(html+='<div style="height:5px;"></div>'),html+=popup.formatHtml("<nobr>"+editor.getLang("anchorMsg")+': <a target="_blank" href="'+url+'" title="'+url+'" >'+txt+'</a> <span class="edui-clickable" onclick="$$._onEditButtonClick();">'+editor.getLang("modify")+'</span> <span class="edui-clickable" onclick="$$._onRemoveButtonClick(\'unlink\');"> '+editor.getLang("clear")+"</span></nobr>"),popup.showAnchor(link)}}html?(popup.getDom("content").innerHTML=html,popup.anchorEl=closedNode||link,popup.showAnchor(popup.anchorEl)):popup.hide()}}))},_initToolbars:function(){var editor=this.editor,toolbars=this.toolbars||[];toolbars[0]&&toolbars[0].unshift("message");for(var toolbarUis=[],extraUIs=[],i=0;i<toolbars.length;i++){for(var toolbar=toolbars[i],toolbarUi=new baidu.editor.ui.Toolbar({theme:editor.options.theme}),j=0;j<toolbar.length;j++){var toolbarItem=toolbar[j],toolbarItemUi=null;if("string"==typeof toolbarItem){toolbarItem=toolbarItem.toLowerCase(),"|"===toolbarItem&&(toolbarItem="Separator"),"||"===toolbarItem&&(toolbarItem="Breakline");var ui=baidu.editor.ui[toolbarItem];if(ui)if(utils.isFunction(ui))toolbarItemUi=new baidu.editor.ui[toolbarItem](editor);else{if(ui.id&&ui.id!==editor.key)continue;var itemUI=ui.execFn.call(editor,editor,toolbarItem);if(itemUI){if(void 0===ui.index){toolbarUi.add(itemUI);continue}extraUIs.push({index:ui.index,itemUI:itemUI})}}if("fullscreen"===toolbarItem){toolbarUis&&toolbarUis[0]?toolbarUis[0].items.splice(0,0,toolbarItemUi):toolbarItemUi&&toolbarUi.items.splice(0,0,toolbarItemUi);continue}}else toolbarItemUi=toolbarItem;toolbarItemUi&&toolbarItemUi.id&&toolbarUi.add(toolbarItemUi)}toolbarUis[i]=toolbarUi}utils.each(extraUIs,function(obj){toolbarUi.add(obj.itemUI,obj.index)}),this.toolbars=toolbarUis},getHtmlTpl:function(){return'<div id="##" class="%%"><div id="##_toolbarbox" class="%%-toolbarbox">'+(this.toolbars.length?'<div id="##_toolbarboxouter" class="%%-toolbarboxouter"><div class="%%-toolbarboxinner">'+this.renderToolbarBoxHtml()+"</div></div>":"")+'<div id="##_toolbarmsg" class="%%-toolbarmsg" style="display:none;"><div id = "##_upload_dialog" class="%%-toolbarmsg-upload" onclick="$$.showWordImageDialog();">'+this.editor.getLang("clickToUpload")+'</div><div class="%%-toolbarmsg-close" onclick="$$.hideToolbarMsg();">x</div><div id="##_toolbarmsg_label" class="%%-toolbarmsg-label"></div><div style="height:0;overflow:hidden;clear:both;"></div></div><div id="##_message_holder" class="%%-messageholder"></div></div><div id="##_iframeholder" class="%%-iframeholder"></div><div id="##_bottombar" class="%%-bottomContainer"><table><tr><td id="##_elementpath" class="%%-bottombar"></td><td id="##_wordcount" class="%%-wordcount"></td><td id="##_scale" class="%%-scale"><div class="%%-icon"></div></td></tr></table></div><div id="##_scalelayer"></div></div>'},showWordImageDialog:function(){this._dialogs.wordimageDialog.open()},renderToolbarBoxHtml:function(){for(var buff=[],i=0;i<this.toolbars.length;i++)buff.push(this.toolbars[i].renderHtml());return buff.join("")},setFullScreen:function(fullscreen){var editor=this.editor,container=editor.container.parentNode.parentNode;if(this._fullscreen!=fullscreen){if(this._fullscreen=fullscreen,this.editor.fireEvent("beforefullscreenchange",fullscreen),baidu.editor.browser.gecko)var bk=editor.selection.getRange().createBookmark();if(fullscreen){for(this._bakEditorContaninerWidth=editor.iframe.parentNode.style.width;"BODY"!==container.tagName;){var position=baidu.editor.dom.domUtils.getComputedStyle(container,"position");nodeStack.push(position),container.style.position="static",container=container.parentNode}this._bakHtmlOverflow=document.documentElement.style.overflow,this._bakBodyOverflow=document.body.style.overflow,this._bakAutoHeight=this.editor.autoHeightEnabled,this._bakScrollTop=Math.max(document.documentElement.scrollTop,document.body.scrollTop),this._bakAutoHeight&&(editor.autoHeightEnabled=!1,this.editor.disableAutoHeight()),document.documentElement.style.overflow="hidden",window.scrollTo(0,window.scrollY),this._bakCssText=this.getDom().style.cssText,this._bakCssText1=this.getDom("iframeholder").style.cssText,editor.iframe.parentNode.style.width="",this._updateFullScreen()}else{for(;"BODY"!==container.tagName;)container.style.position=nodeStack.shift(),container=container.parentNode;this.getDom().style.cssText=this._bakCssText,this.getDom("iframeholder").style.cssText=this._bakCssText1,this._bakAutoHeight&&(editor.autoHeightEnabled=!0,this.editor.enableAutoHeight()),document.documentElement.style.overflow=this._bakHtmlOverflow,document.body.style.overflow=this._bakBodyOverflow,editor.iframe.parentNode.style.width=this._bakEditorContaninerWidth,window.scrollTo(0,this._bakScrollTop)}if(browser.gecko&&"true"===editor.body.contentEditable){var input=document.createElement("input");document.body.appendChild(input),editor.body.contentEditable=!1,setTimeout(function(){input.focus(),setTimeout(function(){editor.body.contentEditable=!0,editor.fireEvent("fullscreenchanged",fullscreen),editor.selection.getRange().moveToBookmark(bk).select(!0),baidu.editor.dom.domUtils.remove(input),fullscreen&&window.scroll(0,0)},0)},0)}"true"===editor.body.contentEditable&&(this.editor.fireEvent("fullscreenchanged",fullscreen),this.triggerLayout())}},_updateFullScreen:function(){if(this._fullscreen){var vpRect=uiUtils.getViewportRect();if(this.getDom().style.cssText="border:0;position:fixed;left:0;top:var(--ueditor-top-offset,"+(this.editor.options.topOffset||0)+"px);width:"+vpRect.width+"px;height:"+vpRect.height+"px;z-index:"+(1*this.getDom().style.zIndex+100),uiUtils.setViewportOffset(this.getDom(),{left:0}),this.editor.setHeight(vpRect.height-this.getDom("toolbarbox").offsetHeight-this.getDom("bottombar").offsetHeight-(this.editor.options.topOffset||0),!0),browser.gecko)try{window.onresize()}catch(e){}}},_updateElementPath:function(){var list,bottom=this.getDom("elementpath");if(this.elementPathEnabled&&(list=this.editor.queryCommandValue("elementpath"))){for(var ci,buff=[],i=0;ci=list[i];i++)buff[i]=this.formatHtml('<span unselectable="on" onclick="$$.editor.execCommand("elementpath", "'+i+'");">'+ci+"</span>");bottom.innerHTML='<div class="edui-editor-breadcrumb" onmousedown="return false;">'+this.editor.getLang("elementPathTip")+": "+buff.join(" > ")+"</div>"}else bottom.style.display="none"},disableElementPath:function(){var bottom=this.getDom("elementpath");bottom.innerHTML="",bottom.style.display="none",this.elementPathEnabled=!1},enableElementPath:function(){var bottom=this.getDom("elementpath");bottom.style.display="",this.elementPathEnabled=!0,this._updateElementPath()},_scale:function(){function down(){position=domUtils.getXY(editorHolder),minEditorHeight||(minEditorHeight=editor.options.minFrameHeight+toolbarBox.offsetHeight+bottombar.offsetHeight),scalelayer.style.cssText="position:absolute;left:0;display:;top:0;background-color:#41ABFF;opacity:0.4;filter: Alpha(opacity=40);width:"+editorHolder.offsetWidth+"px;height:"+editorHolder.offsetHeight+"px;z-index:"+(editor.options.zIndex+1),domUtils.on(doc,"mousemove",move),domUtils.on(editorDocument,"mouseup",up),domUtils.on(doc,"mouseup",up)}function move(event){clearSelection();var e=event||window.event;pageX=e.pageX||doc.documentElement.scrollLeft+e.clientX,pageY=e.pageY||doc.documentElement.scrollTop+e.clientY,scaleWidth=pageX-position.x,scaleHeight=pageY-position.y,scaleWidth>=minEditorWidth&&(isMouseMove=!0,scalelayer.style.width=scaleWidth+"px"),scaleHeight>=minEditorHeight&&(isMouseMove=!0,scalelayer.style.height=scaleHeight+"px")}function up(){isMouseMove&&(isMouseMove=!1,editor.ui._actualFrameWidth=scalelayer.offsetWidth-2,editorHolder.style.width=editor.ui._actualFrameWidth+"px",editor.setHeight(scalelayer.offsetHeight-bottombar.offsetHeight-toolbarBox.offsetHeight-2,!0)),scalelayer&&(scalelayer.style.display="none"),clearSelection(),domUtils.un(doc,"mousemove",move),domUtils.un(editorDocument,"mouseup",up),domUtils.un(doc,"mouseup",up)}function clearSelection(){browser.ie?doc.selection.clear():window.getSelection().removeAllRanges()}var doc=document,editor=this.editor,editorHolder=editor.container,editorDocument=editor.document,toolbarBox=this.getDom("toolbarbox"),bottombar=this.getDom("bottombar"),scale=this.getDom("scale"),scalelayer=this.getDom("scalelayer"),isMouseMove=!1,position=null,minEditorHeight=0,minEditorWidth=editor.options.minFrameWidth,pageX=0,pageY=0,scaleWidth=0,scaleHeight=0,me=this;this.editor.addListener("fullscreenchanged",function(e,fullScreen){if(fullScreen)me.disableScale();else if(me.editor.options.scaleEnabled){me.enableScale();var tmpNode=me.editor.document.createElement("span");me.editor.body.appendChild(tmpNode),me.editor.body.style.height=Math.max(domUtils.getXY(tmpNode).y,me.editor.iframe.offsetHeight-20)+"px",domUtils.remove(tmpNode)}}),this.enableScale=function(){1!=editor.queryCommandState("source")&&(scale.style.display="",this.scaleEnabled=!0,domUtils.on(scale,"mousedown",down))},this.disableScale=function(){scale.style.display="none",this.scaleEnabled=!1,domUtils.un(scale,"mousedown",down)}},isFullScreen:function(){return this._fullscreen},postRender:function(){UIBase.prototype.postRender.call(this);for(var i=0;i<this.toolbars.length;i++)this.toolbars[i].postRender();var timerId,me=this,domUtils=baidu.editor.dom.domUtils,updateFullScreenTime=function(){clearTimeout(timerId),timerId=setTimeout(function(){me._updateFullScreen()})};domUtils.on(window,"resize",updateFullScreenTime),me.addListener("destroy",function(){domUtils.un(window,"resize",updateFullScreenTime),clearTimeout(timerId)})},showToolbarMsg:function(msg,flag){if(this.getDom("toolbarmsg_label").innerHTML=msg,this.getDom("toolbarmsg").style.display="",!flag){var w=this.getDom("upload_dialog");w.style.display="none"}},hideToolbarMsg:function(){this.getDom("toolbarmsg").style.display="none"},mapUrl:function(url){return url?url.replace("~/",this.editor.options.UEDITOR_CORS_URL||""):""},triggerLayout:function(){var dom=this.getDom();"1"==dom.style.zoom?dom.style.zoom="100%":dom.style.zoom="1"}},utils.inherits(EditorUI,baidu.editor.ui.UIBase);var instances={};UE.ui.Editor=function(options){var editor=new UE.Editor(options);editor.options.editor=editor,utils.loadFile(document,{href:editor.options.themePath+editor.options.theme+"/css/ueditor.css?1f426f2b",tag:"link",type:"text/css",rel:"stylesheet"});var oldRender=editor.render;return editor.render=function(holder){holder.constructor===String&&(editor.key=holder,instances[holder]=editor),utils.domReady(function(){function renderUI(){if(editor.setOpt({labelMap:editor.options.labelMap||editor.getLang("labelMap")}),new EditorUI(editor.options),holder&&(holder.constructor===String&&(holder=document.getElementById(holder)),holder&&holder.getAttribute("name")&&(editor.options.textarea=holder.getAttribute("name")),holder&&/script|textarea/gi.test(holder.tagName))){var newDiv=document.createElement("div");holder.parentNode.insertBefore(newDiv,holder);var cont=holder.value||holder.innerHTML;editor.options.initialContent=/^[\t\r\n ]*$/.test(cont)?editor.options.initialContent:cont.replace(/>[\n\r\t]+([ ]{4})+/g,">").replace(/[\n\r\t]+([ ]{4})+</g,"<").replace(/>[\n\r\t]+</g,"><"),holder.className&&(newDiv.className=holder.className),holder.style.cssText&&(newDiv.style.cssText=holder.style.cssText),/textarea/i.test(holder.tagName)?(editor.textarea=holder,editor.textarea.style.display="none"):holder.parentNode.removeChild(holder),holder.id&&(newDiv.id=holder.id,domUtils.removeAttributes(holder,"id")),holder=newDiv,holder.innerHTML=""}domUtils.addClass(holder,"edui-"+editor.options.theme),editor.ui.render(holder);var opt=editor.options;editor.container=editor.ui.getDom();for(var ci,parents=domUtils.findParents(holder,!0),displays=[],i=0;ci=parents[i];i++)displays[i]=ci.style.display,ci.style.display="block";if(opt.initialFrameWidth)opt.minFrameWidth=opt.initialFrameWidth;else{opt.minFrameWidth=opt.initialFrameWidth=holder.offsetWidth;var styleWidth=holder.style.width;/%$/.test(styleWidth)&&(opt.initialFrameWidth=styleWidth)}opt.initialFrameHeight?opt.minFrameHeight=opt.initialFrameHeight:opt.initialFrameHeight=opt.minFrameHeight=holder.offsetHeight;for(var ci,i=0;ci=parents[i];i++)ci.style.display=displays[i];holder.style.height&&(holder.style.height=""),editor.container.style.width=opt.initialFrameWidth+(/%$/.test(opt.initialFrameWidth)?"":"px"),editor.container.style.zIndex=opt.zIndex,oldRender.call(editor,editor.ui.getDom("iframeholder")),editor.fireEvent("afteruiready")}editor.langIsReady?renderUI():editor.addListener("langReady",renderUI)})},editor},UE.getEditor=function(id,opt){var editor=instances[id];return editor||(editor=instances[id]=new UE.ui.Editor(opt),editor.render(id)),editor},UE.delEditor=function(id){var editor;(editor=instances[id])&&(editor.key&&editor.destroy(),delete instances[id])},UE.registerUI=function(uiName,fn,index,editorId){utils.each(uiName.split(/\s+/),function(name){baidu.editor.ui[name]={id:editorId,execFn:fn,index:index}})}}(),UE.registerUI("message",function(editor){function updateHolderPos(){if(holder&&me.ui){var toolbarbox=me.ui.getDom("toolbarbox");toolbarbox&&(holder.style.top=toolbarbox.offsetHeight+3+"px"),holder.style.zIndex=Math.max(me.options.zIndex,me.iframe.style.zIndex)+1}}var holder,editorui=baidu.editor.ui,Message=editorui.Message,_messageItems=[],me=editor;me.setOpt("enableMessageShow",!0),me.getOpt("enableMessageShow")!==!1&&(me.addListener("ready",function(){holder=document.getElementById(me.ui.id+"_message_holder"),updateHolderPos(),setTimeout(function(){updateHolderPos()},500)}),me.addListener("showmessage",function(type,opt){opt=utils.isString(opt)?{content:opt}:opt;var message=new Message({timeout:opt.timeout,type:opt.type,content:opt.content,keepshow:opt.keepshow,editor:me}),mid=opt.id||"msg_"+(+new Date).toString(36);return message.render(holder),_messageItems[mid]=message,message.reset(opt),updateHolderPos(),mid}),me.addListener("updatemessage",function(type,id,opt){opt=utils.isString(opt)?{content:opt}:opt;var message=_messageItems[id];message.render(holder),message&&message.reset(opt)}),me.addListener("hidemessage",function(type,id){var message=_messageItems[id];message&&message.hide()}))}),UE.I18N["zh-cn"]={labelMap:{anchor:"锚点",undo:"撤销",redo:"重做",bold:"加粗",indent:"首行缩进",italic:"斜体",underline:"下划线",strikethrough:"删除线",subscript:"下标",fontborder:"字符边框",superscript:"上标",formatmatch:"格式刷",source:"源代码",blockquote:"引用",pasteplain:"纯文本粘贴模式",selectall:"全选",print:"打印",preview:"预览",horizontal:"分隔线",removeformat:"清除格式",time:"时间",date:"日期",unlink:"取消链接",insertrow:"前插入行",insertcol:"前插入列",mergeright:"右合并单元格",mergedown:"下合并单元格",deleterow:"删除行",deletecol:"删除列",splittorows:"拆分成行",splittocols:"拆分成列",splittocells:"完全拆分单元格",deletecaption:"删除表格标题",inserttitle:"插入标题",mergecells:"合并多个单元格",deletetable:"删除表格",cleardoc:"清空文档",contentimport:"导入内容",insertparagraphbeforetable:"表格前插入行",insertcode:"代码语言",fontfamily:"字体",fontsize:"字号",paragraph:"段落格式",simpleupload:"单图上传",insertimage:"插入图片",edittable:"表格属性",edittd:"单元格属性",link:"超链接",emotion:"表情",spechars:"特殊字符",searchreplace:"查询替换",insertvideo:"视频",insertaudio:"音频",help:"帮助",justifyleft:"居左对齐",justifyright:"居右对齐",justifycenter:"居中对齐",justifyjustify:"两端对齐",forecolor:"字体颜色",backcolor:"背景色",insertorderedlist:"有序列表",insertunorderedlist:"无序列表",fullscreen:"全屏",directionalityltr:"从左向右输入",directionalityrtl:"从右向左输入",rowspacingtop:"段前距",rowspacingbottom:"段后距",pagebreak:"分页",insertframe:"插入Iframe",imagenone:"默认",imageleft:"左浮动",imageright:"右浮动",attachment:"附件",imagecenter:"居中",wordimage:"图片转存",formula:"公式",lineheight:"行间距",edittip:"编辑提示",customstyle:"自定义标题",autotypeset:"自动排版",touppercase:"字母大写",tolowercase:"字母小写",background:"背景",template:"模板",scrawl:"涂鸦",inserttable:"插入表格"},autosave:{autoRestoreTip:"已自动从草稿箱恢复"},insertorderedlist:{decimal:"1,2,3...","lower-alpha":"a,b,c...","lower-roman":"i,ii,iii...","upper-alpha":"A,B,C...","upper-roman":"I,II,III..."},insertunorderedlist:{circle:"○ 大圆圈",disc:"● 小黑点",square:"■ 小方块 "},paragraph:{p:"段落",h1:"标题 1",h2:"标题 2",h3:"标题 3",h4:"标题 4",h5:"标题 5",h6:"标题 6"},fontfamily:{"default":"默认",songti:"宋体",kaiti:"楷体",heiti:"黑体",lishu:"隶书",yahei:"微软雅黑",arial:"arial",timesNewRoman:"times new roman"},customstyle:{tc:"标题居中",tl:"标题居左",im:"强调",hi:"明显强调"},autoupload:{exceedSizeError:"文件大小超出限制",exceedTypeError:"文件格式不允许",jsonEncodeError:"服务器返回格式错误",loading:"正在上传...",loadError:"上传错误",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!"},simpleupload:{exceedSizeError:"文件大小超出限制",exceedTypeError:"文件格式不允许",jsonEncodeError:"服务器返回格式错误",loading:"正在上传...",loadError:"上传错误",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!"},elementPathTip:"元素路径",wordCountTip:"字数统计",wordCountMsg:"{#count} / {#leave}",wordOverFlowMsg:'<span style="color:red;">字数超出最大允许值,服务器可能拒绝保存!</span>',ok:"确认",cancel:"取消",closeDialog:"关闭对话框",tableDrag:"表格拖动必须引入uiUtils.js文件!",autofloatMsg:"工具栏浮动依赖编辑器UI,您首先需要引入UI文件!",loadconfigError:"获取后台配置项请求出错,上传功能将不能正常使用!",loadconfigFormatError:"后台配置项返回格式出错,上传功能将不能正常使用!",loadconfigHttpError:"请求后台配置项http错误,上传功能将不能正常使用!",insertcode:{as3:"ActionScript 3",bash:"Bash/Shell",cpp:"C/C++",css:"CSS",cf:"ColdFusion","c#":"C#",delphi:"Delphi",diff:"Diff",erlang:"Erlang",groovy:"Groovy",html:"HTML",java:"Java",jfx:"JavaFX",js:"JavaScript",pl:"Perl",php:"PHP",plain:"Plain Text",ps:"PowerShell",python:"Python",ruby:"Ruby",scala:"Scala",sql:"SQL",vb:"Visual Basic",xml:"XML"},confirmClear:"确定清空当前文档么?",contextMenu:{"delete":"删除",selectall:"全选",deletecode:"删除代码",cleardoc:"清空文档",confirmclear:"确定清空当前文档么?",unlink:"删除超链接",paragraph:"段落格式",edittable:"表格属性",aligntd:"单元格对齐方式",aligntable:"表格对齐方式",tableleft:"左浮动",tablecenter:"居中显示",tableright:"右浮动",edittd:"单元格属性",setbordervisible:"设置表格边线可见",justifyleft:"左对齐",justifyright:"右对齐",justifycenter:"居中对齐",justifyjustify:"两端对齐",table:"表格",inserttable:"插入表格",deletetable:"删除表格",insertparagraphbefore:"前插入段落",insertparagraphafter:"后插入段落",deleterow:"删除当前行",deletecol:"删除当前列",insertrow:"前插入行",insertcol:"左插入列",insertrownext:"后插入行",insertcolnext:"右插入列",insertcaption:"插入表格名称",deletecaption:"删除表格名称",inserttitle:"插入表格标题行",deletetitle:"删除表格标题行",inserttitlecol:"插入表格标题列",deletetitlecol:"删除表格标题列",averageDiseRow:"平均分布各行",averageDisCol:"平均分布各列",mergeright:"向右合并",mergeleft:"向左合并",mergedown:"向下合并",mergecells:"合并单元格",splittocells:"完全拆分单元格",splittocols:"拆分成列",splittorows:"拆分成行",tablesort:"表格排序",enablesort:"设置表格可排序",disablesort:"取消表格可排序",reversecurrent:"逆序当前",orderbyasc:"按ASCII字符升序",reversebyasc:"按ASCII字符降序",orderbynum:"按数值大小升序",reversebynum:"按数值大小降序",borderbk:"边框底纹",setcolor:"表格隔行变色",unsetcolor:"取消表格隔行变色",setbackground:"选区背景隔行",unsetbackground:"取消选区背景",redandblue:"红蓝相间",threecolorgradient:"三色渐变",copy:"复制(Ctrl + c)",copymsg:"浏览器不支持,请使用 'Ctrl + c'",paste:"粘贴(Ctrl + v)",pastemsg:"浏览器不支持,请使用 'Ctrl + v'"},copymsg:"浏览器不支持,请使用 'Ctrl + c'",pastemsg:"浏览器不支持,请使用 'Ctrl + v'",anchorMsg:"链接",clearColor:"清空颜色",standardColor:"标准颜色",themeColor:"主题颜色",property:"属性","default":"默认",modify:"修改",save:"保存",justifyleft:"左对齐",justifyright:"右对齐",justifycenter:"居中",justify:"默认",clear:"清除","delete":"删除",clickToUpload:"点击上传",unset:"尚未设置语言文件",t_row:"行",t_col:"列",more:"更多",pasteOpt:"粘贴选项",pasteSourceFormat:"保留源格式",tagFormat:"只保留标签",pasteTextFormat:"只保留文本",autoTypeSet:{mergeLine:"合并空行",delLine:"清除空行",removeFormat:"清除格式",indent:"首行缩进",alignment:"对齐方式",imageFloat:"图片浮动",removeFontsize:"清除字号",removeFontFamily:"清除字体",removeHtml:"清除冗余HTML代码",pasteFilter:"粘贴过滤",run:"执行",symbol:"符号转换",bdc2sb:"全角转半角",tobdc:"半角转全角"},background:{"static":{lang_background_normal:"背景设置",lang_background_local:"在线图片",lang_background_set:"选项",lang_background_none:"无背景色",lang_background_colored:"有背景色",lang_background_color:"颜色设置",lang_background_netimg:"网络图片",lang_background_align:"对齐方式",lang_background_position:"精确定位",repeatType:{options:["居中","横向重复","纵向重复","平铺","自定义"]}},noUploadImage:"当前未上传过任何图片!",toggleSelect:"单击可切换选中状态\n原图尺寸: "},insertimage:{"static":{lang_tab_remote:"插入图片",lang_tab_upload:"本地上传",lang_tab_online:"在线管理",lang_input_url:"地 址:",lang_input_size:"大 小:",lang_input_width:"宽度",lang_input_height:"高度",lang_input_border:"边 框:",lang_input_vhspace:"边 距:",lang_input_title:"描 述:",lang_input_align:"图片浮动方式:",lang_imgLoading:" 图片加载中……",lang_start_upload:"开始上传",lock:{title:"锁定宽高比例"},searchType:{title:"图片类型",options:["新闻","壁纸","表情","头像"]},searchTxt:{value:"请输入搜索关键词"},searchBtn:{value:"百度一下"},searchReset:{value:"清空搜索"},noneAlign:{title:"无浮动"},leftAlign:{title:"左浮动"},rightAlign:{title:"右浮动"},centerAlign:{title:"居中独占一行"}},uploadSelectFile:"点击选择图片",uploadAddFile:"继续添加",uploadStart:"开始上传",uploadPause:"暂停上传",uploadContinue:"继续上传",uploadRetry:"重试上传",uploadDelete:"删除",uploadTurnLeft:"向左旋转",uploadTurnRight:"向右旋转",uploadPreview:"预览中",uploadNoPreview:"不能预览",updateStatusReady:"选中_张图片,共_KB。",updateStatusConfirm:"已成功上传_张照片,_张照片上传失败",updateStatusFinish:"共_张(_KB),_张上传成功",updateStatusError:",_张上传失败。",errorNotSupport:"WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允许",errorInterrupt:"文件传输中断",errorUploadRetry:"上传失败,请重试",errorHttp:"http请求错误",errorServerUpload:"服务器返回出错",remoteLockError:"宽高不正确,不能所定比例",numError:"请输入正确的长度或者宽度值!例如:123,400",imageUrlError:"不允许的图片格式或者图片域!",imageLoadError:"图片加载失败!请检查链接地址或网络状态!",searchRemind:"请输入搜索关键词",searchLoading:"图片加载中,请稍后……",searchRetry:" :( ,抱歉,没有找到图片!请重试一次!"},attachment:{"static":{lang_tab_upload:"上传附件",lang_tab_online:"在线附件",lang_start_upload:"开始上传",lang_drop_remind:"可以将文件拖到这里,单次最多可选100个文件"},uploadSelectFile:"点击选择文件",uploadAddFile:"继续添加",uploadStart:"开始上传",uploadPause:"暂停上传",uploadContinue:"继续上传",uploadRetry:"重试上传",uploadDelete:"删除",uploadTurnLeft:"向左旋转",uploadTurnRight:"向右旋转",uploadPreview:"预览中",updateStatusReady:"选中_个文件,共_KB。",updateStatusConfirm:"已成功上传_个文件,_个文件上传失败",updateStatusFinish:"共_个(_KB),_个上传成功",updateStatusError:",_张上传失败。",errorNotSupport:"WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允许",errorInterrupt:"文件传输中断",errorUploadRetry:"上传失败,请重试",errorHttp:"http请求错误",errorServerUpload:"服务器返回出错"},insertvideo:{"static":{lang_tab_insertV:"插入视频",lang_tab_searchV:"搜索视频",lang_tab_uploadV:"上传视频",lang_video_url:"视频网址",lang_video_size:"视频尺寸",lang_videoW:"宽度",lang_videoH:"高度",lang_alignment:"对齐方式",videoSearchTxt:{value:"请输入搜索关键字!"},videoType:{options:["全部","热门","娱乐","搞笑","体育","科技","综艺"]},videoSearchBtn:{value:"百度一下"},videoSearchReset:{value:"清空结果"},lang_input_fileStatus:" 当前未上传文件",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"视频尺寸",lang_upload_width:"宽度",lang_upload_height:"高度",lang_upload_alignment:"对齐方式",lang_format_advice:"建议使用mp4格式."},numError:"请输入正确的数值,如123,400",floatLeft:"左浮动",floatRight:"右浮动","default":"默认",block:"独占一行",urlError:"输入的视频地址有误,请检查后再试!",loading:" 视频加载中,请等待……",clickToSelect:"点击选中",goToSource:"访问源视频",noVideo:" 抱歉,找不到对应的视频,请重试!",browseFiles:"浏览文件",uploadSuccess:"上传成功!",delSuccessFile:"从成功队列中移除",delFailSaveFile:"移除保存失败文件",statusPrompt:" 个文件已上传! ",flashVersionError:"当前Flash版本过低,请更新FlashPlayer后重试!",flashLoadingError:"Flash加载失败!请检查路径或网络状态",fileUploadReady:"等待上传……",delUploadQueue:"从上传队列中移除",limitPrompt1:"单次不能选择超过",limitPrompt2:"个文件!请重新选择!",delFailFile:"移除失败文件",fileSizeLimit:"文件大小超出限制!",emptyFile:"空文件无法上传!",fileTypeError:"文件类型不允许!",unknownError:"未知错误!",fileUploading:"上传中,请等待……",cancelUpload:"取消上传",netError:"网络错误",failUpload:"上传失败!",serverIOError:"服务器IO错误!",noAuthority:"无权限!",fileNumLimit:"上传个数限制",failCheck:"验证失败,本次上传被跳过!",fileCanceling:"取消中,请等待……",stopUploading:"上传已停止……",uploadSelectFile:"点击选择文件",uploadAddFile:"继续添加",uploadStart:"开始上传",uploadPause:"暂停上传",uploadContinue:"继续上传",uploadRetry:"重试上传",uploadDelete:"删除",uploadTurnLeft:"向左旋转",uploadTurnRight:"向右旋转",uploadPreview:"预览中",updateStatusReady:"选中_个文件,共_KB。",updateStatusConfirm:"成功上传_个,_个失败",updateStatusFinish:"共_个(_KB),_个成功上传",updateStatusError:",_张上传失败。",errorNotSupport:"WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允许",errorInterrupt:"文件传输中断",errorUploadRetry:"上传失败,请重试",errorHttp:"http请求错误",errorServerUpload:"服务器返回出错"},insertaudio:{"static":{lang_tab_insertV:"插入音频",lang_tab_searchV:"搜索音频",lang_tab_uploadV:"上传音频",lang_video_url:"音频网址",lang_video_size:"音频尺寸",lang_videoW:"宽度",lang_videoH:"高度",lang_alignment:"对齐方式",videoSearchTxt:{value:"请输入搜索关键字!"},videoType:{options:["全部","热门","娱乐","搞笑","体育","科技","综艺"]},videoSearchBtn:{value:"百度一下"},videoSearchReset:{value:"清空结果"},lang_input_fileStatus:" 当前未上传文件",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"音频尺寸",lang_upload_width:"宽度",lang_upload_height:"高度",lang_upload_alignment:"对齐方式",lang_format_advice:"建议使用mp4格式."},numError:"请输入正确的数值,如123,400",floatLeft:"左浮动",floatRight:"右浮动","default":"默认",block:"独占一行",urlError:"输入的音频地址有误,请检查后再试!",loading:" 音频加载中,请等待……",clickToSelect:"点击选中",goToSource:"访问源音频",noVideo:" 抱歉,找不到对应的音频,请重试!",browseFiles:"浏览文件",uploadSuccess:"上传成功!",delSuccessFile:"从成功队列中移除",delFailSaveFile:"移除保存失败文件",statusPrompt:" 个文件已上传! ",flashVersionError:"当前Flash版本过低,请更新FlashPlayer后重试!",flashLoadingError:"Flash加载失败!请检查路径或网络状态",fileUploadReady:"等待上传……",delUploadQueue:"从上传队列中移除",limitPrompt1:"单次不能选择超过",limitPrompt2:"个文件!请重新选择!",delFailFile:"移除失败文件",fileSizeLimit:"文件大小超出限制!",emptyFile:"空文件无法上传!",fileTypeError:"文件类型不允许!",unknownError:"未知错误!",fileUploading:"上传中,请等待……",cancelUpload:"取消上传",netError:"网络错误",failUpload:"上传失败!",serverIOError:"服务器IO错误!",noAuthority:"无权限!",fileNumLimit:"上传个数限制",failCheck:"验证失败,本次上传被跳过!",fileCanceling:"取消中,请等待……",stopUploading:"上传已停止……",uploadSelectFile:"点击选择文件",uploadAddFile:"继续添加",uploadStart:"开始上传",uploadPause:"暂停上传",uploadContinue:"继续上传",uploadRetry:"重试上传",uploadDelete:"删除",uploadTurnLeft:"向左旋转",uploadTurnRight:"向右旋转",uploadPreview:"预览中",updateStatusReady:"选中_个文件,共_KB。",updateStatusConfirm:"成功上传_个,_个失败",updateStatusFinish:"共_个(_KB),_个成功上传",updateStatusError:",_张上传失败。",errorNotSupport:"WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允许",errorInterrupt:"文件传输中断",errorUploadRetry:"上传失败,请重试",errorHttp:"http请求错误",errorServerUpload:"服务器返回出错"},template:{"static":{lang_template_bkcolor:"背景颜色",lang_template_clear:"保留原有内容",lang_template_select:"选择模板"},blank:"空白文档",blog:"博客文章",resume:"个人简历",richText:"图文混排",sciPapers:"科技论文"},scrawl:{"static":{lang_input_previousStep:"上一步",lang_input_nextsStep:"下一步",lang_input_clear:"清空",lang_input_addPic:"添加背景",lang_input_ScalePic:"缩放背景",lang_input_removePic:"删除背景",J_imgTxt:{title:"添加背景图片"}},noScarwl:"尚未作画,白纸一张~",scrawlUpLoading:"涂鸦上传中,别急哦~",continueBtn:"继续",imageError:"糟糕,图片读取失败了!",backgroundUploading:"背景图片上传中,别急哦~"},anchor:{"static":{lang_input_anchorName:"锚点名字:"}},emotion:{"static":{lang_input_choice:"精选",lang_input_Tuzki:"兔斯基",lang_input_BOBO:"BOBO",lang_input_lvdouwa:"绿豆蛙",lang_input_babyCat:"baby猫",lang_input_bubble:"泡泡",lang_input_youa:"有啊"}},help:{"static":{lang_input_about:"关于 UEditor Plus",lang_input_shortcuts:"快捷键",lang_input_introduction:"UEditor Plus 是基于百度UEditor二次开发的所见即所得富文本web编辑器,主要丰富也界面样式,注重用户体验等特点。基于Apache 2.0协议开源,允许自由使用和修改代码。",lang_Txt_shortcuts:"快捷键",lang_Txt_func:"功能",lang_Txt_bold:"给选中字设置为加粗",lang_Txt_copy:"复制选中内容",lang_Txt_cut:"剪切选中内容",lang_Txt_Paste:"粘贴",lang_Txt_undo:"重新执行上次操作",lang_Txt_redo:"撤销上一次操作",lang_Txt_italic:"给选中字设置为斜体",lang_Txt_underline:"给选中字加下划线",lang_Txt_selectAll:"全部选中",lang_Txt_visualEnter:"软回车",lang_Txt_fullscreen:"全屏"}},insertframe:{"static":{lang_input_address:"地址:",lang_input_width:"宽度:",lang_input_height:"高度:",lang_input_isScroll:"允许滚动条:",lang_input_frameborder:"显示框架边框:",lang_input_alignMode:"对齐方式:",align:{title:"对齐方式",options:["默认","左对齐","右对齐","居中"]}},enterAddress:"请输入地址!"},link:{"static":{lang_input_text:"文本内容:",lang_input_url:"链接地址:",lang_input_title:"标题:",lang_input_target:"是否在新窗口打开:"},validLink:"只支持选中一个链接时生效",httpPrompt:"您输入的超链接中不包含http等协议名称,默认将为您添加http://前缀"},searchreplace:{"static":{lang_tab_search:"查找",lang_tab_replace:"替换",lang_search1:"查找",lang_search2:"查找",lang_replace:"替换",lang_searchReg:"支持正则表达式,添加前后斜杠标示为正则表达式,例如“/表达式/”",lang_searchReg1:"支持正则表达式,添加前后斜杠标示为正则表达式,例如“/表达式/”",lang_case_sensitive1:"区分大小写",lang_case_sensitive2:"区分大小写",nextFindBtn:{value:"下一个"},preFindBtn:{value:"上一个"},nextReplaceBtn:{value:"下一个"},preReplaceBtn:{value:"上一个"},repalceBtn:{value:"替换"},repalceAllBtn:{value:"全部替换"}},getEnd:"已经搜索到文章末尾!",getStart:"已经搜索到文章头部",countMsg:"总共替换了{#count}处!"},spechars:{"static":{},tsfh:"特殊字符",lmsz:"罗马字符",szfh:"数学字符",rwfh:"日文字符",xlzm:"希腊字母",ewzm:"俄文字符",pyzm:"拼音字母",yyyb:"英语音标",zyzf:"其他"},edittable:{"static":{lang_tableStyle:"表格样式",lang_insertCaption:"添加表格名称行",lang_insertTitle:"添加表格标题行",lang_insertTitleCol:"添加表格标题列",lang_orderbycontent:"使表格内容可排序",lang_tableSize:"自动调整表格尺寸",lang_autoSizeContent:"按表格文字自适应",lang_autoSizePage:"按页面宽度自适应",lang_example:"示例",lang_borderStyle:"表格边框",lang_color:"颜色:"},captionName:"表格名称",titleName:"标题",cellsName:"内容",errorMsg:"有合并单元格,不可排序"},edittip:{"static":{lang_delRow:"删除整行",lang_delCol:"删除整列"}},edittd:{"static":{lang_tdBkColor:"背景颜色:"}},formula:{"static":{}},wordimage:{"static":{lang_resave:"转存步骤",uploadBtn:{src:"upload.png",alt:"上传"},clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},lang_step:"1、点击顶部复制按钮,将地址复制到剪贴板;2、点击添加照片按钮,在弹出的对话框中使用Ctrl+V粘贴地址;3、点击打开后选择图片上传流程。"},fileType:"图片",flashError:"FLASH初始化失败,请检查FLASH插件是否正确安装!",netError:"网络连接错误,请重试!",copySuccess:"图片地址已经复制!",flashI18n:{}}},UE.I18N.en={labelMap:{anchor:"Anchor",undo:"Undo",redo:"Redo",bold:"Bold",indent:"Indent",italic:"Italic",underline:"Underline",strikethrough:"Strikethrough",subscript:"SubScript",fontborder:"text border",superscript:"SuperScript",formatmatch:"Format Match",source:"Source",blockquote:"BlockQuote",pasteplain:"PastePlain",selectall:"SelectAll",print:"Print",preview:"Preview",horizontal:"Horizontal",removeformat:"RemoveFormat",time:"Time",date:"Date",unlink:"Unlink",insertrow:"InsertRow",insertcol:"InsertCol",mergeright:"MergeRight",mergedown:"MergeDown",deleterow:"DeleteRow",deletecol:"DeleteCol",splittorows:"SplitToRows",insertcode:"insert code",splittocols:"SplitToCols",splittocells:"SplitToCells",deletecaption:"DeleteCaption",inserttitle:"InsertTitle",mergecells:"MergeCells",deletetable:"DeleteTable",cleardoc:"Clear",contentimport:"Content Import",insertparagraphbeforetable:"InsertParagraphBeforeTable",fontfamily:"FontFamily",fontsize:"FontSize",paragraph:"Paragraph",simpleupload:"Single Image",insertimage:"Multi Image",edittable:"Edit Table",edittd:"Edit Td",link:"Link",emotion:"Emotion",spechars:"Spechars",searchreplace:"SearchReplace",insertvideo:"Video",help:"Help",justifyleft:"JustifyLeft",justifyright:"JustifyRight",justifycenter:"JustifyCenter",justifyjustify:"Justify",forecolor:"FontColor",backcolor:"BackColor",insertorderedlist:"OL",insertunorderedlist:"UL",fullscreen:"FullScreen",directionalityltr:"EnterFromLeft",directionalityrtl:"EnterFromRight",rowspacingtop:"RowSpacingTop",rowspacingbottom:"RowSpacingBottom",pagebreak:"PageBreak",insertframe:"Iframe",imagenone:"Default",imageleft:"ImageLeft",imageright:"ImageRight",attachment:"Attachment",imagecenter:"ImageCenter",wordimage:"WordImage",formula:"Formula",lineheight:"LineHeight",edittip:"EditTip",customstyle:"CustomStyle",scrawl:"Scrawl",autotypeset:"AutoTypeset",touppercase:"UpperCase",tolowercase:"LowerCase",template:"Template",background:"Background",inserttable:"InsertTable"},autosave:{autoRestoreTip:"Has been recovered from draft"},insertorderedlist:{num:"1,2,3...",num1:"1),2),3)...",num2:"(1),(2),(3)...",cn:"一,二,三....",cn1:"一),二),三)....",cn2:"(一),(二),(三)....",decimal:"1,2,3...","lower-alpha":"a,b,c...",
|
|
23
|
-
"lower-roman":"i,ii,iii...","upper-alpha":"A,B,C...","upper-roman":"I,II,III..."},insertunorderedlist:{circle:"○ Circle",disc:"● Circle dot",square:"■ Rectangle ",dash:"- Dash",dot:"。dot"},paragraph:{p:"Paragraph",h1:"Title 1",h2:"Title 2",h3:"Title 3",h4:"Title 4",h5:"Title 5",h6:"Title 6"},fontfamily:{"default":"Default",songti:"Sim Sun",kaiti:"Sim Kai",heiti:"Sim Hei",lishu:"Sim Li",yahei:"Microsoft YaHei",arial:"Arial",timesNewRoman:"Times New Roman"},customstyle:{tc:"Title center",tl:"Title left",im:"Important",hi:"Highlight"},autoupload:{exceedSizeError:"File Size Exceed",exceedTypeError:"File Type Not Allow",jsonEncodeError:"Server Return Format Error",loading:"loading...",loadError:"load error",errorLoadConfig:"Server config not loaded, upload can not work."},simpleupload:{exceedSizeError:"File Size Exceed",exceedTypeError:"File Type Not Allow",jsonEncodeError:"Server Return Format Error",loading:"loading...",loadError:"load error",errorLoadConfig:"Server config not loaded, upload can not work."},elementPathTip:"Path",wordCountTip:"Word Count",wordCountMsg:"{#count} characters entered,{#leave} left. ",wordOverFlowMsg:'<span style="color:red;">The number of characters has exceeded allowable maximum values, the server may refuse to save!</span>',ok:"OK",cancel:"Cancel",closeDialog:"closeDialog",tableDrag:"You must import the file uiUtils.js before drag! ",autofloatMsg:"The plugin AutoFloat depends on EditorUI!",loadconfigError:"Get server config error.",loadconfigFormatError:"Server config format error.",loadconfigHttpError:"Get server config http error.",insertcode:{as3:"ActionScript 3",bash:"Bash/Shell",cpp:"C/C++",css:"CSS",cf:"ColdFusion","c#":"C#",delphi:"Delphi",diff:"Diff",erlang:"Erlang",groovy:"Groovy",html:"HTML",java:"Java",jfx:"JavaFX",js:"JavaScript",pl:"Perl",php:"PHP",plain:"Plain Text",ps:"PowerShell",python:"Python",ruby:"Ruby",scala:"Scala",sql:"SQL",vb:"Visual Basic",xml:"XML"},confirmClear:"Do you confirm to clear the Document?",contextMenu:{"delete":"Delete",selectall:"Select all",deletecode:"Delete Code",cleardoc:"Clear Document",confirmclear:"Do you confirm to clear the Document?",unlink:"Unlink",paragraph:"Paragraph",edittable:"Table property",aligncell:"Align cell",aligntable:"Table alignment",tableleft:"Left float",tablecenter:"Center",tableright:"Right float",aligntd:"Cell alignment",edittd:"Cell property",setbordervisible:"set table edge visible",table:"Table",justifyleft:"Justify Left",justifyright:"Justify Right",justifycenter:"Justify Center",justifyjustify:"Default",deletetable:"Delete table",insertparagraphbefore:"InsertedBeforeLine",insertparagraphafter:"InsertedAfterLine",inserttable:"Insert table",insertcaption:"Insert caption",deletecaption:"Delete Caption",inserttitle:"Insert Title",deletetitle:"Delete Title",inserttitlecol:"Insert Title Col",deletetitlecol:"Delete Title Col",averageDiseRow:"AverageDise Row",averageDisCol:"AverageDis Col",deleterow:"Delete row",deletecol:"Delete col",insertrow:"Insert row",insertcol:"Insert col",insertrownext:"Insert Row Next",insertcolnext:"Insert Col Next",mergeright:"Merge right",mergeleft:"Merge left",mergedown:"Merge down",mergecells:"Merge cells",splittocells:"Split to cells",splittocols:"Split to Cols",splittorows:"Split to Rows",tablesort:"Table sorting",enablesort:"Sorting Enable",disablesort:"Sorting Disable",reversecurrent:"Reverse current",orderbyasc:"Order By ASCII",reversebyasc:"Reverse By ASCII",orderbynum:"Order By Num",reversebynum:"Reverse By Num",borderbk:"Border shading",setcolor:"interlaced color",unsetcolor:"Cancel interlacedcolor",setbackground:"Background interlaced",unsetbackground:"Cancel Bk interlaced",redandblue:"Blue and red",threecolorgradient:"Three-color gradient",copy:"Copy(Ctrl + c)",copymsg:"Browser does not support. Please use 'Ctrl + c' instead!",paste:"Paste(Ctrl + v)",pastemsg:"Browser does not support. Please use 'Ctrl + v' instead!"},copymsg:"Browser does not support. Please use 'Ctrl + c' instead!",pastemsg:"Browser does not support. Please use 'Ctrl + v' instead!",anchorMsg:"Link",clearColor:"Clear",standardColor:"Standard color",themeColor:"Theme color",property:"Property","default":"Default",modify:"Modify",save:"Save",justifyleft:"Justify Left",justifyright:"Justify Right",justifycenter:"Justify Center",justify:"Default",clear:"Clear","delete":"Delete",clickToUpload:"Click to upload",unset:"Language hasn't been set!",t_row:"row",t_col:"col",pasteOpt:"Paste Option",pasteSourceFormat:"Keep Source Formatting",tagFormat:"Keep tag",pasteTextFormat:"Keep Text only",more:"More",autoTypeSet:{mergeLine:"Merge empty line",delLine:"Del empty line",removeFormat:"Remove format",indent:"Indent",alignment:"Alignment",imageFloat:"Image float",removeFontsize:"Remove font size",removeFontFamily:"Remove fontFamily",removeHtml:"Remove redundant HTML code",pasteFilter:"Paste filter",run:"Done",symbol:"Symbol Conversion",bdc2sb:"Full-width to Half-width",tobdc:"Half-width to Full-width"},background:{"static":{lang_background_normal:"Normal",lang_background_local:"Online",lang_background_set:"Background Set",lang_background_none:"No Background",lang_background_colored:"Colored Background",lang_background_color:"Color Set",lang_background_netimg:"Net-Image",lang_background_align:"Align Type",lang_background_position:"Position",repeatType:{options:["Center","Repeat-x","Repeat-y","Tile","Custom"]}},noUploadImage:"No pictures has been uploaded!",toggleSelect:"Change the active state by click!\n Image Size: "},insertimage:{"static":{lang_tab_remote:"Insert",lang_tab_upload:"Local",lang_tab_online:"Manager",lang_tab_search:"Search",lang_input_url:"Address:",lang_input_size:"Size:",lang_input_width:"Width",lang_input_height:"Height",lang_input_border:"Border:",lang_input_vhspace:"Margins:",lang_input_title:"Title:",lang_input_align:"Image Float Style:",lang_imgLoading:"Loading...",lang_start_upload:"Start Upload",lock:{title:"Lock rate"},searchType:{title:"ImageType",options:["News","Wallpaper","emotions","photo"]},searchTxt:{value:"Enter the search keyword!"},searchBtn:{value:"Search"},searchReset:{value:"Clear"},noneAlign:{title:"None Float"},leftAlign:{title:"Left Float"},rightAlign:{title:"Right Float"},centerAlign:{title:"Center In A Line"}},uploadSelectFile:"Select File",uploadAddFile:"Add File",uploadStart:"Start Upload",uploadPause:"Pause Upload",uploadContinue:"Continue Upload",uploadRetry:"Retry Upload",uploadDelete:"Delete",uploadTurnLeft:"Turn Left",uploadTurnRight:"Turn Right",uploadPreview:"Doing Preview",uploadNoPreview:"Can Not Preview",updateStatusReady:"Selected _ pictures, total _KB.",updateStatusConfirm:"_ uploaded successfully and _ upload failed",updateStatusFinish:"Total _ pictures (_KB), _ uploaded successfully",updateStatusError:" and _ upload failed",errorNotSupport:"WebUploader does not support the browser you are using. Please upgrade your browser or flash player",errorLoadConfig:"Server config not loaded, upload can not work.",errorExceedSize:"File Size Exceed",errorFileType:"File Type Not Allow",errorInterrupt:"File Upload Interrupted",errorUploadRetry:"Upload Error, Please Retry.",errorHttp:"Http Error",errorServerUpload:"Server Result Error.",remoteLockError:"Cannot Lock the Proportion between width and height",numError:"Please enter the correct Num. e.g 123,400",imageUrlError:"The image format may be wrong!",imageLoadError:"Error,please check the network or URL!",searchRemind:"Enter the search keyword!",searchLoading:"Image is loading,please wait...",searchRetry:" Sorry,can't find the image,please try again!"},attachment:{"static":{lang_tab_upload:"Upload",lang_tab_online:"Online",lang_start_upload:"Start upload",lang_drop_remind:"You can drop files here, a single maximum of 300 files"},uploadSelectFile:"Select File",uploadAddFile:"Add File",uploadStart:"Start Upload",uploadPause:"Pause Upload",uploadContinue:"Continue Upload",uploadRetry:"Retry Upload",uploadDelete:"Delete",uploadTurnLeft:"Turn Left",uploadTurnRight:"Turn Right",uploadPreview:"Doing Preview",updateStatusReady:"Selected _ files, total _KB.",updateStatusConfirm:"_ uploaded successfully and _ upload failed",updateStatusFinish:"Total _ files (_KB), _ uploaded successfully",updateStatusError:" and _ upload failed",errorNotSupport:"WebUploader does not support the browser you are using. Please upgrade your browser or flash player",errorLoadConfig:"Server config not loaded, upload can not work.",errorExceedSize:"File Size Exceed",errorFileType:"File Type Not Allow",errorInterrupt:"File Upload Interrupted",errorUploadRetry:"Upload Error, Please Retry.",errorHttp:"Http Error",errorServerUpload:"Server Result Error."},insertvideo:{"static":{lang_tab_insertV:"Video",lang_tab_searchV:"Search",lang_tab_uploadV:"Upload",lang_video_url:" URL ",lang_video_size:"Video Size",lang_videoW:"Width",lang_videoH:"Height",lang_alignment:"Alignment",videoSearchTxt:{value:"Enter the search keyword!"},videoType:{options:["All","Hot","Entertainment","Funny","Sports","Science","variety"]},videoSearchBtn:{value:"Search in Baidu"},videoSearchReset:{value:"Clear result"},lang_input_fileStatus:" No file uploaded!",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"Video Size",lang_upload_width:"Width",lang_upload_height:"Height",lang_upload_alignment:"Alignment",lang_format_advice:"Recommends mp4 format."},numError:"Please enter the correct Num. e.g 123,400",floatLeft:"Float left",floatRight:"Float right","default":"Default",block:"Display in block",urlError:"The video url format may be wrong!",loading:" The video is loading, please wait…",clickToSelect:"Click to select",goToSource:"Visit source video ",noVideo:" Sorry,can't find the video,please try again!",browseFiles:"Open files",uploadSuccess:"Upload Successful!",delSuccessFile:"Remove from the success of the queue",delFailSaveFile:"Remove the save failed file",statusPrompt:" file(s) uploaded! ",flashVersionError:"The current Flash version is too low, please update FlashPlayer,then try again!",flashLoadingError:"The Flash failed loading! Please check the path or network state",fileUploadReady:"Wait for uploading...",delUploadQueue:"Remove from the uploading queue ",limitPrompt1:"Can not choose more than single",limitPrompt2:"file(s)!Please choose again!",delFailFile:"Remove failure file",fileSizeLimit:"File size exceeds the limit!",emptyFile:"Can not upload an empty file!",fileTypeError:"File type error!",unknownError:"Unknown error!",fileUploading:"Uploading,please wait...",cancelUpload:"Cancel upload",netError:"Network error",failUpload:"Upload failed",serverIOError:"Server IO error!",noAuthority:"No Permission!",fileNumLimit:"Upload limit to the number",failCheck:"Authentication fails, the upload is skipped!",fileCanceling:"Cancel, please wait...",stopUploading:"Upload has stopped...",uploadSelectFile:"Select File",uploadAddFile:"Add File",uploadStart:"Start Upload",uploadPause:"Pause Upload",uploadContinue:"Continue Upload",uploadRetry:"Retry Upload",uploadDelete:"Delete",uploadTurnLeft:"Turn Left",uploadTurnRight:"Turn Right",uploadPreview:"Doing Preview",updateStatusReady:"Selected _ files, total _KB.",updateStatusConfirm:"_ uploaded successfully and _ upload failed",updateStatusFinish:"Total _ files (_KB), _ uploaded successfully",updateStatusError:" and _ upload failed",errorNotSupport:"WebUploader does not support the browser you are using. Please upgrade your browser or flash player",errorLoadConfig:"Server config not loaded, upload can not work.",errorExceedSize:"File Size Exceed",errorFileType:"File Type Not Allow",errorInterrupt:"File Upload Interrupted",errorUploadRetry:"Upload Error, Please Retry.",errorHttp:"Http Error",errorServerUpload:"Server Result Error."},template:{"static":{lang_template_bkcolor:"Background Color",lang_template_clear:"Keep Content",lang_template_select:"Select Template"},blank:"Blank",blog:"Blog",resume:"Resume",richText:"Rich Text",scrPapers:"Scientific Papers"},scrawl:{"static":{lang_input_previousStep:"Previous",lang_input_nextsStep:"Next",lang_input_clear:"Clear",lang_input_addPic:"AddImage",lang_input_ScalePic:"ScaleImage",lang_input_removePic:"RemoveImage",J_imgTxt:{title:"Add background image"}},noScarwl:"No paint, a white paper...",scrawlUpLoading:"Image is uploading, please wait...",continueBtn:"Try again",imageError:"Image failed to load!",backgroundUploading:"Image is uploading,please wait..."},anchor:{"static":{lang_input_anchorName:"Anchor Name:"}},emotion:{"static":{lang_input_choice:"Choice",lang_input_Tuzki:"Tuzki",lang_input_lvdouwa:"LvDouWa",lang_input_BOBO:"BOBO",lang_input_babyCat:"BabyCat",lang_input_bubble:"Bubble",lang_input_youa:"YouA"}},help:{"static":{lang_input_about:"About UEditor Plus",lang_input_shortcuts:"Shortcuts",lang_input_introduction:"UEditor Plus is based on UEditor.",lang_Txt_shortcuts:"Shortcuts",lang_Txt_func:"Function",lang_Txt_bold:"Bold",lang_Txt_copy:"Copy",lang_Txt_cut:"Cut",lang_Txt_Paste:"Paste",lang_Txt_undo:"Undo",lang_Txt_redo:"Redo",lang_Txt_italic:"Italic",lang_Txt_underline:"Underline",lang_Txt_selectAll:"Select All",lang_Txt_visualEnter:"Submit",lang_Txt_fullscreen:"Fullscreen"}},insertframe:{"static":{lang_input_address:"Address:",lang_input_width:"Width:",lang_input_height:"height:",lang_input_isScroll:"Enable scrollbars:",lang_input_frameborder:"Show frame border:",lang_input_alignMode:"Alignment:",align:{title:"Alignment",options:["Default","Left","Right","Center"]}},enterAddress:"Please enter an address!"},link:{"static":{lang_input_text:"Text:",lang_input_url:"URL:",lang_input_title:"Title:",lang_input_target:"open in new window:"},validLink:"Supports only effective when a link is selected",httpPrompt:'The hyperlink you enter should start with "http|https|ftp://"!'},searchreplace:{"static":{lang_tab_search:"Search",lang_tab_replace:"Replace",lang_search1:"Search",lang_search2:"Search",lang_replace:"Replace",lang_searchReg:'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',lang_searchReg1:'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',lang_case_sensitive1:"Case sense",lang_case_sensitive2:"Case sense",nextFindBtn:{value:"Next"},preFindBtn:{value:"Preview"},nextReplaceBtn:{value:"Next"},preReplaceBtn:{value:"Preview"},repalceBtn:{value:"Replace"},repalceAllBtn:{value:"Replace all"}},getEnd:"Has the search to the bottom!",getStart:"Has the search to the top!",countMsg:"Altogether replaced {#count} character(s)!"},spechars:{"static":{},tsfh:"Special",lmsz:"Roman",szfh:"Numeral",rwfh:"Japanese",xlzm:"The Greek",ewzm:"Russian",pyzm:"Phonetic",yyyb:"English",zyzf:"Others"},edittable:{"static":{lang_tableStyle:"Table style",lang_insertCaption:"Add table header row",lang_insertTitle:"Add table title row",lang_insertTitleCol:"Add table title col",lang_tableSize:"Automatically adjust table size",lang_autoSizeContent:"Adaptive by form text",lang_orderbycontent:"Table of contents sortable",lang_autoSizePage:"Page width adaptive",lang_example:"Example",lang_borderStyle:"Table Border",lang_color:"Color:"},captionName:"Caption",titleName:"Title",cellsName:"text",errorMsg:"There are merged cells, can not sort."},edittip:{"static":{lang_delRow:"Delete entire row",lang_delCol:"Delete entire col"}},edittd:{"static":{lang_tdBkColor:"Background Color:"}},formula:{"static":{}},wordimage:{"static":{lang_resave:"The re-save step",uploadBtn:{src:"upload.png",alt:"Upload"},clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},lang_step:" 1. Click top button to copy the url and then open the dialog to paste it. 2. Open after choose photos uploaded process."},fileType:"Image",flashError:"Flash initialization failed!",netError:"Network error! Please try again!",copySuccess:"URL has been copied!",flashI18n:{lang:encodeURI('{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}'),uploadingTF:encodeURI('{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}'),imageTF:encodeURI('{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}'),textEncoding:"utf-8",addImageSkinURL:"addImage.png",allDeleteBtnUpSkinURL:"allDeleteBtnUpSkin.png",allDeleteBtnHoverSkinURL:"allDeleteBtnHoverSkin.png",rotateLeftBtnEnableSkinURL:"rotateLeftEnable.png",rotateLeftBtnDisableSkinURL:"rotateLeftDisable.png",rotateRightBtnEnableSkinURL:"rotateRightEnable.png",rotateRightBtnDisableSkinURL:"rotateRightDisable.png",deleteBtnEnableSkinURL:"deleteEnable.png",deleteBtnDisableSkinURL:"deleteDisable.png",backgroundURL:"",listBackgroundURL:"",buttonURL:"button.png"}}},UE.I18N["zh-tw"]={labelMap:{anchor:"錨點",undo:"撤銷",redo:"重做",bold:"加粗",indent:"首行縮進",italic:"斜體",underline:"下劃線",strikethrough:"刪除線",subscript:"下標",fontborder:"字符邊框",superscript:"上標",formatmatch:"格式刷",source:"源代碼",blockquote:"引用",pasteplain:"純文本粘貼模式",selectall:"全選",print:"打印",preview:"預覽",horizontal:"分隔線",removeformat:"清除格式",time:"時間",date:"日期",unlink:"取消鏈接",insertrow:"前插入行",insertcol:"前插入列",mergeright:"右合並單元格",mergedown:"下合並單元格",deleterow:"刪除行",deletecol:"刪除列",splittorows:"拆分成行",splittocols:"拆分成列",splittocells:"完全拆分單元格",deletecaption:"刪除表格標題",inserttitle:"插入標題",mergecells:"合並多個單元格",deletetable:"刪除表格",cleardoc:"清空文檔",contentimport:"導入內容",insertparagraphbeforetable:"表格前插入行",insertcode:"代碼語言",fontfamily:"字體",fontsize:"字號",paragraph:"段落格式",simpleupload:"單圖上傳",insertimage:"插入圖片",edittable:"表格屬性",edittd:"單元格屬性",link:"超鏈接",emotion:"表情",spechars:"特殊字符",searchreplace:"查詢替換",insertvideo:"視頻",insertaudio:"音頻",help:"幫助",justifyleft:"居左對齊",justifyright:"居右對齊",justifycenter:"居中對齊",justifyjustify:"兩端對齊",forecolor:"字體顏色",backcolor:"背景色",insertorderedlist:"有序列表",insertunorderedlist:"無序列表",fullscreen:"全屏",directionalityltr:"從左向右輸入",directionalityrtl:"從右向左輸入",rowspacingtop:"段前距",rowspacingbottom:"段後距",pagebreak:"分頁",insertframe:"插入Iframe",imagenone:"默認",imageleft:"左浮動",imageright:"右浮動",attachment:"附件",imagecenter:"居中",wordimage:"圖片轉存",formula:"公式",lineheight:"行間距",edittip:"編輯提示",customstyle:"自定義標題",autotypeset:"自動排版",touppercase:"字母大寫",tolowercase:"字母小寫",background:"背景",template:"模板",scrawl:"塗鴉",inserttable:"插入表格"},autosave:{autoRestoreTip:"已自動從草稿箱恢復"},insertorderedlist:{decimal:"1,2,3...","lower-alpha":"a,b,c...","lower-roman":"i,ii,iii...","upper-alpha":"A,B,C...","upper-roman":"I,II,III..."},insertunorderedlist:{circle:"○ 大圓圈",disc:"● 小黑點",square:"■ 小方塊 "},paragraph:{p:"段落",h1:"標題 1",h2:"標題 2",h3:"標題 3",h4:"標題 4",h5:"標題 5",h6:"標題 6"},fontfamily:{"default":"默認",songti:"宋體",kaiti:"楷體",heiti:"黑體",lishu:"隸書",yahei:"微軟雅黑",arial:"arial",timesNewRoman:"times new roman"},customstyle:{tc:"標題居中",tl:"標題居左",im:"強調",hi:"明顯強調"},autoupload:{exceedSizeError:"文件大小超出限製",exceedTypeError:"文件格式不允許",jsonEncodeError:"服務器返回格式錯誤",loading:"正在上傳...",loadError:"上傳錯誤",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!"},simpleupload:{exceedSizeError:"文件大小超出限製",exceedTypeError:"文件格式不允許",jsonEncodeError:"服務器返回格式錯誤",loading:"正在上傳...",loadError:"上傳錯誤",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!"},elementPathTip:"元素路徑",wordCountTip:"字數統計",wordCountMsg:"{#count} / {#leave}",wordOverFlowMsg:'<span style="color:red;">字數超出最大允許值,服務器可能拒絕保存!</span>',ok:"確認",cancel:"取消",closeDialog:"關閉對話框",tableDrag:"表格拖動必須引入uiUtils.js文件!",autofloatMsg:"工具欄浮動依賴編輯器UI,您首先需要引入UI文件!",loadconfigError:"獲取後臺配置項請求出錯,上傳功能將不能正常使用!",loadconfigFormatError:"後臺配置項返回格式出錯,上傳功能將不能正常使用!",loadconfigHttpError:"請求後臺配置項http錯誤,上傳功能將不能正常使用!",insertcode:{as3:"ActionScript 3",bash:"Bash/Shell",cpp:"C/C++",css:"CSS",cf:"ColdFusion","c#":"C#",delphi:"Delphi",diff:"Diff",erlang:"Erlang",groovy:"Groovy",html:"HTML",java:"Java",jfx:"JavaFX",js:"JavaScript",pl:"Perl",php:"PHP",plain:"Plain Text",ps:"PowerShell",python:"Python",ruby:"Ruby",scala:"Scala",sql:"SQL",vb:"Visual Basic",xml:"XML"},confirmClear:"確定清空當前文檔麽?",contextMenu:{"delete":"刪除",selectall:"全選",deletecode:"刪除代碼",cleardoc:"清空文檔",confirmclear:"確定清空當前文檔麽?",unlink:"刪除超鏈接",paragraph:"段落格式",edittable:"表格屬性",aligntd:"單元格對齊方式",aligntable:"表格對齊方式",tableleft:"左浮動",tablecenter:"居中顯示",tableright:"右浮動",edittd:"單元格屬性",setbordervisible:"設置表格邊線可見",justifyleft:"左對齊",justifyright:"右對齊",justifycenter:"居中對齊",justifyjustify:"兩端對齊",table:"表格",inserttable:"插入表格",deletetable:"刪除表格",insertparagraphbefore:"前插入段落",insertparagraphafter:"後插入段落",deleterow:"刪除當前行",deletecol:"刪除當前列",insertrow:"前插入行",insertcol:"左插入列",insertrownext:"後插入行",insertcolnext:"右插入列",insertcaption:"插入表格名稱",deletecaption:"刪除表格名稱",inserttitle:"插入表格標題行",deletetitle:"刪除表格標題行",inserttitlecol:"插入表格標題列",deletetitlecol:"刪除表格標題列",averageDiseRow:"平均分布各行",averageDisCol:"平均分布各列",mergeright:"向右合並",mergeleft:"向左合並",mergedown:"向下合並",mergecells:"合並單元格",splittocells:"完全拆分單元格",splittocols:"拆分成列",splittorows:"拆分成行",tablesort:"表格排序",enablesort:"設置表格可排序",disablesort:"取消表格可排序",reversecurrent:"逆序當前",orderbyasc:"按ASCII字符升序",reversebyasc:"按ASCII字符降序",orderbynum:"按數值大小升序",reversebynum:"按數值大小降序",borderbk:"邊框底紋",setcolor:"表格隔行變色",unsetcolor:"取消表格隔行變色",setbackground:"選區背景隔行",unsetbackground:"取消選區背景",redandblue:"紅藍相間",threecolorgradient:"三色漸變",copy:"復製(Ctrl + c)",copymsg:"瀏覽器不支持,請使用 'Ctrl + c'",paste:"粘貼(Ctrl + v)",pastemsg:"瀏覽器不支持,請使用 'Ctrl + v'"},copymsg:"瀏覽器不支持,請使用 'Ctrl + c'",pastemsg:"瀏覽器不支持,請使用 'Ctrl + v'",anchorMsg:"鏈接",clearColor:"清空顏色",standardColor:"標準顏色",themeColor:"主題顏色",property:"屬性","default":"默認",modify:"修改",save:"保存",justifyleft:"左對齊",justifyright:"右對齊",justifycenter:"居中",justify:"默認",clear:"清除","delete":"刪除",clickToUpload:"點擊上傳",unset:"尚未設置語言文件",t_row:"行",t_col:"列",more:"更多",pasteOpt:"粘貼選項",pasteSourceFormat:"保留源格式",tagFormat:"只保留標簽",pasteTextFormat:"只保留文本",autoTypeSet:{mergeLine:"合並空行",delLine:"清除空行",removeFormat:"清除格式",indent:"首行縮進",alignment:"對齊方式",imageFloat:"圖片浮動",removeFontsize:"清除字號",removeFontFamily:"清除字體",removeHtml:"清除冗余HTML代碼",pasteFilter:"粘貼過濾",run:"執行",symbol:"符號轉換",bdc2sb:"全角轉半角",tobdc:"半角轉全角"},background:{"static":{lang_background_normal:"背景設置",lang_background_local:"在線圖片",lang_background_set:"選項",lang_background_none:"無背景色",lang_background_colored:"有背景色",lang_background_color:"顏色設置",lang_background_netimg:"網絡圖片",lang_background_align:"對齊方式",lang_background_position:"精確定位",repeatType:{options:["居中","橫向重復","縱向重復","平鋪","自定義"]}},noUploadImage:"當前未上傳過任何圖片!",toggleSelect:"單擊可切換選中狀態\n原圖尺寸: "},insertimage:{"static":{lang_tab_remote:"插入圖片",lang_tab_upload:"本地上傳",lang_tab_online:"在線管理",lang_input_url:"地 址:",lang_input_size:"大 小:",lang_input_width:"寬度",lang_input_height:"高度",lang_input_border:"邊 框:",lang_input_vhspace:"邊 距:",lang_input_title:"描 述:",lang_input_align:"圖片浮動方式:",lang_imgLoading:" 圖片加載中……",lang_start_upload:"開始上傳",lock:{title:"鎖定寬高比例"},searchType:{title:"圖片類型",options:["新聞","壁紙","表情","頭像"]},searchTxt:{value:"請輸入搜索關鍵詞"},searchBtn:{value:"百度一下"},searchReset:{value:"清空搜索"},noneAlign:{title:"無浮動"},leftAlign:{title:"左浮動"},rightAlign:{title:"右浮動"},centerAlign:{title:"居中獨占一行"}},uploadSelectFile:"點擊選擇圖片",uploadAddFile:"繼續添加",uploadStart:"開始上傳",uploadPause:"暫停上傳",uploadContinue:"繼續上傳",uploadRetry:"重試上傳",uploadDelete:"刪除",uploadTurnLeft:"向左旋轉",uploadTurnRight:"向右旋轉",uploadPreview:"預覽中",uploadNoPreview:"不能預覽",updateStatusReady:"選中_張圖片,共_KB。",updateStatusConfirm:"已成功上傳_張照片,_張照片上傳失敗",updateStatusFinish:"共_張(_KB),_張上傳成功",updateStatusError:",_張上傳失敗。",errorNotSupport:"WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允許",errorInterrupt:"文件傳輸中斷",errorUploadRetry:"上傳失敗,請重試",errorHttp:"http請求錯誤",errorServerUpload:"服務器返回出錯",remoteLockError:"寬高不正確,不能所定比例",numError:"請輸入正確的長度或者寬度值!例如:123,400",imageUrlError:"不允許的圖片格式或者圖片域!",imageLoadError:"圖片加載失敗!請檢查鏈接地址或網絡狀態!",searchRemind:"請輸入搜索關鍵詞",searchLoading:"圖片加載中,請稍後……",searchRetry:" :( ,抱歉,沒有找到圖片!請重試一次!"},attachment:{"static":{lang_tab_upload:"上傳附件",lang_tab_online:"在線附件",lang_start_upload:"開始上傳",lang_drop_remind:"可以將文件拖到這裏,單次最多可選100個文件"},uploadSelectFile:"點擊選擇文件",uploadAddFile:"繼續添加",uploadStart:"開始上傳",uploadPause:"暫停上傳",uploadContinue:"繼續上傳",uploadRetry:"重試上傳",uploadDelete:"刪除",uploadTurnLeft:"向左旋轉",uploadTurnRight:"向右旋轉",uploadPreview:"預覽中",updateStatusReady:"選中_個文件,共_KB。",updateStatusConfirm:"已成功上傳_個文件,_個文件上傳失敗",updateStatusFinish:"共_個(_KB),_個上傳成功",updateStatusError:",_張上傳失敗。",errorNotSupport:"WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允許",errorInterrupt:"文件傳輸中斷",errorUploadRetry:"上傳失敗,請重試",errorHttp:"http請求錯誤",errorServerUpload:"服務器返回出錯"},insertvideo:{"static":{lang_tab_insertV:"插入視頻",lang_tab_searchV:"搜索視頻",lang_tab_uploadV:"上傳視頻",lang_video_url:"視頻網址",lang_video_size:"視頻尺寸",lang_videoW:"寬度",lang_videoH:"高度",lang_alignment:"對齊方式",videoSearchTxt:{value:"請輸入搜索關鍵字!"},videoType:{options:["全部","熱門","娛樂","搞笑","體育","科技","綜藝"]},videoSearchBtn:{value:"百度一下"},videoSearchReset:{value:"清空結果"},lang_input_fileStatus:" 當前未上傳文件",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"視頻尺寸",lang_upload_width:"寬度",lang_upload_height:"高度",lang_upload_alignment:"對齊方式",lang_format_advice:"建議使用mp4格式."},numError:"請輸入正確的數值,如123,400",floatLeft:"左浮動",floatRight:"右浮動","default":"默認",block:"獨占一行",urlError:"輸入的視頻地址有誤,請檢查後再試!",loading:" 視頻加載中,請等待……",clickToSelect:"點擊選中",goToSource:"訪問源視頻",noVideo:" 抱歉,找不到對應的視頻,請重試!",browseFiles:"瀏覽文件",uploadSuccess:"上傳成功!",delSuccessFile:"從成功隊列中移除",delFailSaveFile:"移除保存失敗文件",statusPrompt:" 個文件已上傳! ",flashVersionError:"當前Flash版本過低,請更新FlashPlayer後重試!",flashLoadingError:"Flash加載失敗!請檢查路徑或網絡狀態",fileUploadReady:"等待上傳……",delUploadQueue:"從上傳隊列中移除",limitPrompt1:"單次不能選擇超過",limitPrompt2:"個文件!請重新選擇!",delFailFile:"移除失敗文件",fileSizeLimit:"文件大小超出限製!",emptyFile:"空文件無法上傳!",fileTypeError:"文件類型不允許!",unknownError:"未知錯誤!",fileUploading:"上傳中,請等待……",cancelUpload:"取消上傳",netError:"網絡錯誤",failUpload:"上傳失敗!",serverIOError:"服務器IO錯誤!",noAuthority:"無權限!",fileNumLimit:"上傳個數限製",failCheck:"驗證失敗,本次上傳被跳過!",fileCanceling:"取消中,請等待……",stopUploading:"上傳已停止……",uploadSelectFile:"點擊選擇文件",uploadAddFile:"繼續添加",uploadStart:"開始上傳",uploadPause:"暫停上傳",uploadContinue:"繼續上傳",uploadRetry:"重試上傳",uploadDelete:"刪除",uploadTurnLeft:"向左旋轉",uploadTurnRight:"向右旋轉",uploadPreview:"預覽中",updateStatusReady:"選中_個文件,共_KB。",updateStatusConfirm:"成功上傳_個,_個失敗",updateStatusFinish:"共_個(_KB),_個成功上傳",updateStatusError:",_張上傳失敗。",errorNotSupport:"WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允許",errorInterrupt:"文件傳輸中斷",errorUploadRetry:"上傳失敗,請重試",errorHttp:"http請求錯誤",errorServerUpload:"服務器返回出錯"},insertaudio:{"static":{lang_tab_insertV:"插入音頻",lang_tab_searchV:"搜索音頻",lang_tab_uploadV:"上傳音頻",lang_video_url:"音頻網址",lang_video_size:"音頻尺寸",lang_videoW:"寬度",lang_videoH:"高度",lang_alignment:"對齊方式",videoSearchTxt:{value:"請輸入搜索關鍵字!"},videoType:{options:["全部","熱門","娛樂","搞笑","體育","科技","綜藝"]},videoSearchBtn:{value:"百度一下"},videoSearchReset:{value:"清空結果"},lang_input_fileStatus:" 當前未上傳文件",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"音頻尺寸",lang_upload_width:"寬度",lang_upload_height:"高度",lang_upload_alignment:"對齊方式",lang_format_advice:"建議使用mp4格式."},numError:"請輸入正確的數值,如123,400",floatLeft:"左浮動",floatRight:"右浮動","default":"默認",block:"獨占一行",urlError:"輸入的音頻地址有誤,請檢查後再試!",loading:" 音頻加載中,請等待……",clickToSelect:"點擊選中",goToSource:"訪問源音頻",noVideo:" 抱歉,找不到對應的音頻,請重試!",browseFiles:"瀏覽文件",uploadSuccess:"上傳成功!",delSuccessFile:"從成功隊列中移除",delFailSaveFile:"移除保存失敗文件",statusPrompt:" 個文件已上傳! ",flashVersionError:"當前Flash版本過低,請更新FlashPlayer後重試!",flashLoadingError:"Flash加載失敗!請檢查路徑或網絡狀態",fileUploadReady:"等待上傳……",delUploadQueue:"從上傳隊列中移除",limitPrompt1:"單次不能選擇超過",limitPrompt2:"個文件!請重新選擇!",delFailFile:"移除失敗文件",fileSizeLimit:"文件大小超出限製!",emptyFile:"空文件無法上傳!",fileTypeError:"文件類型不允許!",unknownError:"未知錯誤!",fileUploading:"上傳中,請等待……",cancelUpload:"取消上傳",netError:"網絡錯誤",failUpload:"上傳失敗!",serverIOError:"服務器IO錯誤!",noAuthority:"無權限!",fileNumLimit:"上傳個數限製",failCheck:"驗證失敗,本次上傳被跳過!",fileCanceling:"取消中,請等待……",stopUploading:"上傳已停止……",uploadSelectFile:"點擊選擇文件",uploadAddFile:"繼續添加",uploadStart:"開始上傳",uploadPause:"暫停上傳",uploadContinue:"繼續上傳",uploadRetry:"重試上傳",uploadDelete:"刪除",uploadTurnLeft:"向左旋轉",uploadTurnRight:"向右旋轉",uploadPreview:"預覽中",updateStatusReady:"選中_個文件,共_KB。",updateStatusConfirm:"成功上傳_個,_個失敗",updateStatusFinish:"共_個(_KB),_個成功上傳",updateStatusError:",_張上傳失敗。",errorNotSupport:"WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允許",errorInterrupt:"文件傳輸中斷",errorUploadRetry:"上傳失敗,請重試",errorHttp:"http請求錯誤",errorServerUpload:"服務器返回出錯"},template:{"static":{lang_template_bkcolor:"背景顏色",lang_template_clear:"保留原有內容",lang_template_select:"選擇模板"},blank:"空白文檔",blog:"博客文章",resume:"個人簡歷",richText:"圖文混排",sciPapers:"科技論文"},scrawl:{"static":{lang_input_previousStep:"上一步",lang_input_nextsStep:"下一步",lang_input_clear:"清空",lang_input_addPic:"添加背景",lang_input_ScalePic:"縮放背景",lang_input_removePic:"刪除背景",J_imgTxt:{title:"添加背景圖片"}},noScarwl:"尚未作畫,白紙一張~",scrawlUpLoading:"塗鴉上傳中,別急哦~",continueBtn:"繼續",imageError:"糟糕,圖片讀取失敗了!",backgroundUploading:"背景圖片上傳中,別急哦~"},anchor:{"static":{lang_input_anchorName:"錨點名字:"}},emotion:{"static":{lang_input_choice:"精選",lang_input_Tuzki:"兔斯基",lang_input_BOBO:"BOBO",lang_input_lvdouwa:"綠豆蛙",lang_input_babyCat:"baby貓",lang_input_bubble:"泡泡",lang_input_youa:"有啊"}},help:{"static":{lang_input_about:"關於 UEditor Plus",lang_input_shortcuts:"快捷鍵",lang_input_introduction:"UEditor Plus 是基於百度UEditor二次開發的所見即所得富文本web編輯器,主要豐富也界面樣式,註重用戶體驗等特點。基於Apache 2.0協議開源,允許自由使用和修改代碼。",lang_Txt_shortcuts:"快捷鍵",lang_Txt_func:"功能",lang_Txt_bold:"給選中字設置為加粗",lang_Txt_copy:"復製選中內容",lang_Txt_cut:"剪切選中內容",lang_Txt_Paste:"粘貼",lang_Txt_undo:"重新執行上次操作",lang_Txt_redo:"撤銷上一次操作",lang_Txt_italic:"給選中字設置為斜體",lang_Txt_underline:"給選中字加下劃線",lang_Txt_selectAll:"全部選中",lang_Txt_visualEnter:"軟回車",lang_Txt_fullscreen:"全屏"}},insertframe:{"static":{lang_input_address:"地址:",lang_input_width:"寬度:",lang_input_height:"高度:",lang_input_isScroll:"允許滾動條:",lang_input_frameborder:"顯示框架邊框:",lang_input_alignMode:"對齊方式:",align:{title:"對齊方式",options:["默認","左對齊","右對齊","居中"]}},enterAddress:"請輸入地址!"},link:{"static":{lang_input_text:"文本內容:",lang_input_url:"鏈接地址:",lang_input_title:"標題:",lang_input_target:"是否在新窗口打開:"},validLink:"只支持選中一個鏈接時生效",httpPrompt:"您輸入的超鏈接中不包含http等協議名稱,默認將為您添加http://前綴"},searchreplace:{"static":{lang_tab_search:"查找",lang_tab_replace:"替換",lang_search1:"查找",lang_search2:"查找",lang_replace:"替換",lang_searchReg:"支持正則表達式,添加前後斜杠標示為正則表達式,例如「/表達式/」",lang_searchReg1:"支持正則表達式,添加前後斜杠標示為正則表達式,例如「/表達式/」",lang_case_sensitive1:"區分大小寫",lang_case_sensitive2:"區分大小寫",nextFindBtn:{value:"下一個"},preFindBtn:{value:"上一個"},nextReplaceBtn:{value:"下一個"},preReplaceBtn:{value:"上一個"},repalceBtn:{value:"替換"},repalceAllBtn:{value:"全部替換"}},getEnd:"已經搜索到文章末尾!",getStart:"已經搜索到文章頭部",countMsg:"總共替換了{#count}處!"},spechars:{"static":{},tsfh:"特殊字符",lmsz:"羅馬字符",szfh:"數學字符",rwfh:"日文字符",xlzm:"希臘字母",ewzm:"俄文字符",pyzm:"拼音字母",yyyb:"英語音標",zyzf:"其他"},edittable:{"static":{lang_tableStyle:"表格樣式",lang_insertCaption:"添加表格名稱行",lang_insertTitle:"添加表格標題行",lang_insertTitleCol:"添加表格標題列",lang_orderbycontent:"使表格內容可排序",lang_tableSize:"自動調整表格尺寸",lang_autoSizeContent:"按表格文字自適應",lang_autoSizePage:"按頁面寬度自適應",lang_example:"示例",lang_borderStyle:"表格邊框",lang_color:"顏色:"},captionName:"表格名稱",titleName:"標題",cellsName:"內容",errorMsg:"有合並單元格,不可排序"},edittip:{"static":{lang_delRow:"刪除整行",lang_delCol:"刪除整列"}},edittd:{"static":{lang_tdBkColor:"背景顏色:"}},formula:{"static":{}},wordimage:{"static":{lang_resave:"轉存步驟",uploadBtn:{src:"upload.png",alt:"上傳"},clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},lang_step:"1、點擊頂部復製按鈕,將地址復製到剪貼板;2、點擊添加照片按鈕,在彈出的對話框中使用Ctrl+V粘貼地址;3、點擊打開後選擇圖片上傳流程。"},fileType:"圖片",flashError:"FLASH初始化失敗,請檢查FLASH插件是否正確安裝!",netError:"網絡連接錯誤,請重試!",copySuccess:"圖片地址已經復製!",flashI18n:{}}}}();
|
|
4
|
+
o.set(e,t[e])}),o):new n(t)}}}()}(self),function(t){"use strict";function e(t){if((t=String(t)).match(/[^\x00-\xFF]/))throw TypeError("Not a valid ByteString");return t}function r(t){return(t=String(t)).replace(/([\u0000-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDFFF])/g,function(t){return/^[\uD800-\uDFFF]$/.test(t)?"�":t})}function n(t){return 65535&t}function o(t){return String(t).replace(/[a-z]/g,function(t){return t.toUpperCase()})}function i(t){return"CONNECT"===(t=o(t))||"TRACE"===t||"TRACK"===t}function a(t){var e=o(t);return"DELETE"===e||"GET"===e||"HEAD"===e||"OPTIONS"===e||"POST"===e||"PUT"===e?e:t}function u(t){return/^[!#$%&'*+\-.09A-Z^_`a-z|~]+$/.test(t)}function c(t){return{"accept-charset":!0,"accept-encoding":!0,"access-control-request-headers":!0,"access-control-request-method":!0,connection:!0,"content-length":!0,cookie:!0,cookie2:!0,date:!0,dnt:!0,expect:!0,host:!0,"keep-alive":!0,origin:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,"user-agent":!0,via:!0}[t=String(t).toLowerCase()]||"proxy-"===t.substring(0,6)||"sec-"===t.substring(0,4)}function s(t){return{"set-cookie":!0,"set-cookie2":!0}[t=String(t).toLowerCase()]}function f(t,e){return"accept"===(t=String(t).toLowerCase())||"accept-language"===t||"content-language"===t||"content-type"===t&&-1!==["application/x-www-form-encoded","multipart/form-data","text/plain"].indexOf(e)}function l(t){this._guard="none",this._headerList=[],t&&p(this,t)}function p(t,e){e instanceof l?e._headerList.forEach(function(e){t.append(e[0],e[1])}):Array.isArray(e)?e.forEach(function(e){if(!Array.isArray(e)||2!==e.length)throw TypeError();t.append(e[0],e[1])}):(e=Object(e),Object.keys(e).forEach(function(r){t.append(r,e[r])}))}function h(t){this._headers=t,this._index=0}function y(t){this._stream=t,this.bodyUsed=!1}function v(t,n){if(arguments.length<1)throw TypeError("Not enough arguments");if(y.call(this,null),this.method="GET",this.url="",this.headers=new l,this.headers._guard="request",this.referrer=null,this.mode=null,this.credentials="omit",t instanceof v){if(t.bodyUsed)throw TypeError();t.bodyUsed=!0,this.method=t.method,this.url=t.url,this.headers=new l(t.headers),this.headers._guard=t.headers._guard,this.credentials=t.credentials,this._stream=t._stream}else t=r(t),this.url=String(new URL(t,self.location));if("method"in(n=Object(n))){var o=e(n.method);if(i(o))throw TypeError();this.method=a(o)}"headers"in n&&(this.headers=new l,p(this.headers,n.headers)),"body"in n&&(this._stream=n.body),"credentials"in n&&-1!==["omit","same-origin","include"].indexOf(n.credentials)&&(this.credentials=n.credentials)}function d(t,e){if(arguments.length<1&&(t=""),this.headers=new l,this.headers._guard="response",t instanceof XMLHttpRequest&&"_url"in t){var o=t;return this.type="basic",this.url=r(o._url),this.status=o.status,this.ok=200<=this.status&&this.status<=299,this.statusText=o.statusText,o.getAllResponseHeaders().split(/\r?\n/).filter(function(t){return t.length}).forEach(function(t){var e=t.indexOf(":");this.headers.append(t.substring(0,e),t.substring(e+2))},this),void y.call(this,o.responseText)}y.call(this,t),e=Object(e)||{},this.url="";var i="status"in e?n(e.status):200;if(i<200||i>599)throw RangeError();this.status=i,this.ok=200<=this.status&&this.status<=299;var a="statusText"in e?String(e.statusText):"OK";if(/[^\x00-\xFF]/.test(a))throw TypeError();this.statusText=a,"headers"in e&&p(this.headers,e),this.type="basic"}l.prototype={append:function(t,r){if(t=e(t),!u(t))throw TypeError();if("immutable"===this._guard)throw TypeError();"request"===this._guard&&c(t)||("request-no-CORS"!==this._guard||f(t,r))&&("response"===this._guard&&s(t)||(t=t.toLowerCase(),this._headerList.push([t,r])))},"delete":function(t){if(t=e(t),!u(t))throw TypeError();if("immutable"===this._guard)throw TypeError();if(("request"!==this._guard||!c(t))&&("request-no-CORS"!==this._guard||f(t,"invalid"))&&("response"!==this._guard||!s(t))){t=t.toLowerCase();for(var r=0;r<this._headerList.length;)this._headerList[r][0]===t?this._headerList.splice(r,1):++r}},get:function(t){if(t=e(t),!u(t))throw TypeError();t=t.toLowerCase();for(var r=0;r<this._headerList.length;++r)if(this._headerList[r][0]===t)return this._headerList[r][1];return null},getAll:function(t){if(t=e(t),!u(t))throw TypeError();t=t.toLowerCase();for(var r=[],n=0;n<this._headerList.length;++n)this._headerList[n][0]===t&&r.push(this._headerList[n][1]);return r},has:function(t){if(t=e(t),!u(t))throw TypeError();t=t.toLowerCase();for(var r=0;r<this._headerList.length;++r)if(this._headerList[r][0]===t)return!0;return!1},set:function(t,r){if(t=e(t),!u(t))throw TypeError();if("immutable"===this._guard)throw TypeError();if(("request"!==this._guard||!c(t))&&("request-no-CORS"!==this._guard||f(t,r))&&("response"!==this._guard||!s(t))){t=t.toLowerCase();for(var n=0;n<this._headerList.length;++n)if(this._headerList[n][0]===t){for(this._headerList[n++][1]=r;n<this._headerList.length;)this._headerList[n][0]===t?this._headerList.splice(n,1):++n;return}this._headerList.push([t,r])}}},l.prototype[Symbol.iterator]=function(){return new h(this)},(h.prototype={}).next=function(){return this._index>=this._headers._headerList.length?{value:void 0,done:!0}:{value:this._headers._headerList[this._index++],done:!1}},h.prototype[Symbol.iterator]=function(){return this},y.prototype={arrayBuffer:function(){if(this.bodyUsed)return Promise.reject(TypeError());if(this.bodyUsed=!0,this._stream instanceof ArrayBuffer)return Promise.resolve(this._stream);var t=this._stream;return new Promise(function(e,r){var n=unescape(encodeURIComponent(t)).split("").map(function(t){return t.charCodeAt(0)});e(new Uint8Array(n).buffer)})},blob:function(){return this.bodyUsed?Promise.reject(TypeError()):(this.bodyUsed=!0,this._stream instanceof Blob?Promise.resolve(this._stream):Promise.resolve(new Blob([this._stream])))},formData:function(){return this.bodyUsed?Promise.reject(TypeError()):(this.bodyUsed=!0,this._stream instanceof FormData?Promise.resolve(this._stream):Promise.reject(Error("Not yet implemented")))},json:function(){if(this.bodyUsed)return Promise.reject(TypeError());this.bodyUsed=!0;var t=this;return new Promise(function(e,r){e(JSON.parse(t._stream))})},text:function(){return this.bodyUsed?Promise.reject(TypeError()):(this.bodyUsed=!0,Promise.resolve(String(this._stream)))}},v.prototype=y.prototype,d.prototype=y.prototype,d.redirect=function(){throw Error("Not supported")},"fetch"in t||(t.Headers=l,t.Request=v,t.Response=d,t.fetch=function(t,e){return new Promise(function(r,n){var o=new v(t,e),i=new XMLHttpRequest;i._url=o.url;try{i.open(o.method,o.url,!0)}catch(c){throw TypeError(c.message)}for(var a=o.headers[Symbol.iterator](),u=a.next();!u.done;u=a.next())i.setRequestHeader(u.value[0],u.value[1]);"include"===o.credentials&&(i.withCredentials=!0),i.onreadystatechange=function(){i.readyState===XMLHttpRequest.DONE&&(0===i.status?n(new TypeError("Network error")):r(new d(i)))},i.send(o._stream)})})}(self),function(){function _defineProperty(obj,key,value){return key=_toPropertyKey(key),key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:String(i)}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function getListener(obj,type,force){var allListeners;return type=type.toLowerCase(),(allListeners=obj.__allListeners||force&&(obj.__allListeners={}))&&(allListeners[type]||force&&(allListeners[type]=[]))}function getDomNode(node,start,ltr,startFromChild,fn,guard){var parent,tmpNode=startFromChild&&node[start];for(!tmpNode&&(tmpNode=node[ltr]);!tmpNode&&(parent=(parent||node).parentNode);){if("BODY"==parent.tagName||guard&&!guard(parent))return null;tmpNode=parent[ltr]}return tmpNode&&fn&&!fn(tmpNode)?getDomNode(tmpNode,start,ltr,!1,fn):tmpNode}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t["return"]&&(u=t["return"](),Object(u)!==u))return}finally{if(o)throw n}}return a}}function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}function _defineProperty(obj,key,value){return key=_toPropertyKey(key),key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:String(i)}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function getOSType(){var userAgent=navigator.userAgent.toLowerCase();return userAgent.indexOf("win")>-1?"windows":userAgent.indexOf("mac")>-1?"mac":userAgent.indexOf("linux")>-1?"linux":"unknown"}function getFontList(){var osType=getOSType(),fontList={windows:[{value:"微软雅黑,Microsoft YaHei",label:"yahei"},{value:"仿宋",label:"fangsong"},{value:"黑体,SimHei",label:"heiti"},{value:"楷体,楷体_GB2312,SimKai",label:"kaiti"},{value:"宋体,SimSun",label:"songti"},{value:"隶书,SimLi",label:"lishu"},{value:"等线",label:"dengxian"},{value:"Segoe UI",label:"segoeUI"},{value:"Calibri",label:"calibri"},{value:"arial,helvetica,sans-serif",label:"arial"},{value:"times new roman",label:"timesNewRoman"}],mac:[{value:"PingFang SC",label:"pingfangSC"},{value:"PingFang TC",label:"pingfangTC"},{value:"Hiragino Sans GB",label:"hiraginoSansGB"},{value:"STHeiti",label:"heiti"},{value:"STKaiti",label:"kaiti"},{value:"STSong",label:"songti"},{value:"STFangsong",label:"stFangsong"},{value:"San Francisco",label:"sanFrancisco"},{value:"Helvetica Neue",label:"helveticaNeue"}],linux:[{value:"Noto Sans CJK SC",label:"heiti"},{value:"Noto Serif CJK SC",label:"songti"},{value:"Source Han Sans",label:"sourceHanSans"},{value:"WenQuanYi Micro Hei",label:"wenQuanYiMicroHei"},{value:"WenQuanYi Zen Hei",label:"wenQuanYiZenHei"},{value:"DejaVu Sans",label:"dejaVuSans"},{value:"Liberation Sans",label:"liberationSans"}]},labelValueMap={};for(var platform in fontList)if(fontList.hasOwnProperty(platform))for(var fonts=fontList[platform],i=0;i<fonts.length;i++){var font=fonts[i],label=font.label;labelValueMap[label]||(labelValueMap[label]=[]),labelValueMap[label].push(font.value)}var mergedFontList={};for(var platform in fontList)if(fontList.hasOwnProperty(platform)){var fonts=fontList[platform];mergedFontList[platform]=[];for(var i=0;i<fonts.length;i++){for(var font=fonts[i],label=font.label,allValues=labelValueMap[label],currentValue=font.value,otherValues=[],j=0;j<allValues.length;j++)allValues[j]!==currentValue&&otherValues.push(allValues[j]);var mergedValue=[currentValue].concat(otherValues).join(",");mergedFontList[platform].push({val:mergedValue,name:font.label})}}return mergedFontList[osType]||[]}function _typeof(o){"@babel/helpers - typeof";return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o})(o)}function _createForOfIteratorHelper(o,allowArrayLike){var it="undefined"!=typeof Symbol&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&"number"==typeof o.length){it&&(o=it);var i=0,F=function(){};return{s:F,n:function(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function(){it=it.call(o)},n:function(){var step=it.next();return normalCompletion=step.done,step},e:function(_e2){didErr=!0,err=_e2},f:function(){try{normalCompletion||null==it["return"]||it["return"]()}finally{if(didErr)throw err}}}}function _unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _createForOfIteratorHelper(o,allowArrayLike){var it="undefined"!=typeof Symbol&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&"number"==typeof o.length){it&&(o=it);var i=0,F=function(){};return{s:F,n:function(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}},e:function(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var err,normalCompletion=!0,didErr=!1;return{s:function(){it=it.call(o)},n:function(){var step=it.next();return normalCompletion=step.done,step},e:function(_e2){didErr=!0,err=_e2},f:function(){try{normalCompletion||null==it["return"]||it["return"]()}finally{if(didErr)throw err}}}}function _unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}!function(){function getUEBasePath(docUrl,confUrl){return getBasePath(docUrl||self.document.URL||self.location.href,confUrl||getConfigFilePath())}function getConfigFilePath(){var configPath=document.getElementsByTagName("script");return configPath[configPath.length-1].src}function getBasePath(docUrl,confUrl){var basePath=confUrl;return/^(\/|\\\\)/.test(confUrl)?basePath=/^.+?\w(\/|\\\\)/.exec(docUrl)[0]+confUrl.replace(/^(\/|\\\\)/,""):/^[a-z]+:/i.test(confUrl)||(docUrl=docUrl.split("#")[0].split("?")[0].replace(/[^\\\/]+$/,""),basePath=docUrl+""+confUrl),optimizationPath(basePath)}function optimizationPath(path){var protocol=/^[a-z]+:\/\//.exec(path)[0],tmp=null,res=[];for(path=path.replace(protocol,"").split("?")[0].split("#")[0],path=path.replace(/\\/g,"/").split(/\//),path[path.length-1]="";path.length;)".."===(tmp=path.shift())?res.pop():"."!==tmp&&res.push(tmp);return protocol+res.join("/")}var URL,CORS_URL;URL=window.UEDITOR_HOME_URL?window.UEDITOR_HOME_URL:window.__msCDN?window.__msCDN+"asset/vendor/ueditor/":window.__msRoot?window.__msRoot+"asset/vendor/ueditor/":getUEBasePath(),CORS_URL=window.UEDITOR_CORS_URL?window.UEDITOR_CORS_URL:window.__msRoot?window.__msRoot+"asset/vendor/ueditor/":window.UEDITOR_HOME_URL?window.UEDITOR_HOME_URL:getUEBasePath(),window.UEDITOR_CONFIG={UEDITOR_HOME_URL:URL,UEDITOR_CORS_URL:CORS_URL,debug:!1,serverUrl:"/ueditor-plus/_demo_server/handle.php",serverHeaders:{},toolbars:[["fullscreen","source","|","undo","redo","|","bold","italic","underline","fontborder","strikethrough","superscript","subscript","removeformat","formatmatch","autotypeset","blockquote","pasteplain","|","forecolor","backcolor","insertorderedlist","insertunorderedlist","selectall","cleardoc","|","rowspacingtop","rowspacingbottom","lineheight","|","customstyle","paragraph","fontfamily","fontsize","|","directionalityltr","directionalityrtl","indent","|","justifyleft","justifycenter","justifyright","justifyjustify","|","touppercase","tolowercase","|","link","unlink","anchor","|","imagenone","imageleft","imagecenter","imageright","|","simpleupload","insertimage","insertvideo","insertaudio","attachment","insertframe","insertcode","pagebreak","background","|","horizontal","date","time","spechars","|","inserttable","deletetable","insertparagraphbeforetable","insertrow","deleterow","insertcol","deletecol","mergecells","mergeright","mergedown","splittocells","splittorows","splittocols","|","print"]],toolbarCallback:function(cmd,editor){},imageConfig:{disableUpload:!0,disableOnline:!0,selectCallback:function(editor,cb){var selectCallback=editor.getOpt("selectCallback");"function"==typeof selectCallback&&selectCallback(function(data){cb({path:data.url,name:data.title})},"image")}},videoConfig:{disableUpload:!0,selectCallback:function(editor,cb){var selectCallback=editor.getOpt("selectCallback");"function"==typeof selectCallback&&selectCallback(function(data){cb({path:data.url,name:data.title})},"video")}},audioConfig:{disableUpload:!0,selectCallback:function(editor,cb){var selectCallback=editor.getOpt("selectCallback");"function"==typeof selectCallback&&selectCallback(function(data){cb({path:data.url,name:data.title})},"audio")}},formulaConfig:{imageUrlTemplate:"https://r.latexeasy.com/image.svg?{}",editorMode:"live",editorLiveServer:"https://latexeasy.com"},autoSaveEnable:!0,autoSaveRestore:!1,autoSaveKey:null,initialContent:"",focus:!1,initialStyle:"",indentValue:"2em",readonly:!1,autoClearEmptyNode:!0,fullscreen:!1,allHtmlEnabled:!1,enableContextMenu:!0,shortcutMenu:["bold","italic","underline","strikethrough","fontborder","forecolor","backcolor","imagenone","imageleft","imagecenter","imageright","insertimage","formula"],elementPathEnabled:!0,wordCount:!0,maximumWords:1e4,maxUndoCount:20,maxInputCount:1,autoHeightEnabled:!0,catchRemoteImageEnable:!0,autotypeset:{mergeEmptyline:!0,removeClass:!0,removeEmptyline:!1,textAlign:"left",imageBlockLine:"center",pasteFilter:!1,clearFontSize:!1,clearFontFamily:!1,removeEmptyNode:!1,removeTagNames:{div:1},indent:!1,indentValue:"2em",bdc2sb:!1,tobdc:!1},allowDivTransToP:!0,rgb2Hex:!0},window.UE={getUEBasePath:getUEBasePath}}(),UEDITOR_CONFIG=window.UEDITOR_CONFIG||{};var baidu=window.baidu||{};window.baidu=baidu,window.UE=baidu.editor={plugins:{},commands:{},instants:{},I18N:{},_customizeUI:{},version:"3.8.0",constants:{STATEFUL:{DISABLED:-1,OFF:0,ON:1}}};var dom=UE.dom={},browser=UE.browser=function(){var agent=navigator.userAgent.toLowerCase(),opera=window.opera,browser={ie:/(msie\s|trident.*rv:)([\w.]+)/i.test(agent),opera:!!opera&&opera.version,webkit:agent.indexOf(" applewebkit/")>-1,mac:agent.indexOf("macintosh")>-1,quirks:"BackCompat"==document.compatMode};browser.gecko="Gecko"==navigator.product&&!browser.webkit&&!browser.opera&&!browser.ie;var version=0;if(browser.ie){var v1=agent.match(/(?:msie\s([\w.]+))/),v2=agent.match(/(?:trident.*rv:([\w.]+))/);version=v1&&v2&&v1[1]&&v2[1]?Math.max(1*v1[1],1*v2[1]):v1&&v1[1]?1*v1[1]:v2&&v2[1]?1*v2[1]:0,browser.ie11Compat=11==document.documentMode,browser.ie9Compat=9==document.documentMode,browser.ie8=!!document.documentMode,browser.ie8Compat=8==document.documentMode,browser.ie7Compat=7==version&&!document.documentMode||7==document.documentMode,browser.ie6Compat=version<7||browser.quirks,browser.ie9above=version>8,browser.ie9below=version<9,browser.ie11above=version>10,browser.ie11below=version<11}if(browser.gecko){var geckoRelease=agent.match(/rv:([\d\.]+)/);geckoRelease&&(geckoRelease=geckoRelease[1].split("."),version=1e4*geckoRelease[0]+100*(geckoRelease[1]||0)+1*(geckoRelease[2]||0))}return/chrome\/(\d+\.\d)/i.test(agent)&&(browser.chrome=+RegExp.$1),/(\d+\.\d)?(?:\.\d)?\s+safari\/?(\d+\.\d+)?/i.test(agent)&&!/chrome/i.test(agent)&&(browser.safari=+(RegExp.$1||RegExp.$2)),browser.opera&&(version=parseFloat(opera.version())),browser.webkit&&(version=parseFloat(agent.match(/ applewebkit\/(\d+)/)[1])),browser.version=version,browser.isCompatible=!browser.mobile&&(browser.ie&&version>=6||browser.gecko&&version>=10801||browser.opera&&version>=9.5||browser.air&&version>=1||browser.webkit&&version>=522||!1),browser}(),ie=browser.ie,webkit=browser.webkit,gecko=browser.gecko,opera=browser.opera,utils=UE.utils={each:function(obj,iterator,context){if(null!=obj)if(obj.length===+obj.length){for(var i=0,l=obj.length;i<l;i++)if(iterator.call(context,obj[i],i,obj)===!1)return!1}else for(var key in obj)if(obj.hasOwnProperty(key)&&iterator.call(context,obj[key],key,obj)===!1)return!1},makeInstance:function(obj){var noop=new Function;return noop.prototype=obj,obj=new noop,noop.prototype=null,obj},isObject:function(item){return item&&"object"===_typeof(item)&&!Array.isArray(item)},merge:function(target,source){var _this=this,output=Object.assign({},target);return this.isObject(target)&&this.isObject(source)&&Object.keys(source).forEach(function(key){_this.isObject(source[key])&&key in target?output[key]=_this.merge(target[key],source[key]):Object.assign(output,_defineProperty({},key,source[key]))}),output},extend:function(t,s,b){if(s)for(var k in s)b&&t.hasOwnProperty(k)||(t[k]=s[k]);return t},extend2:function(t){for(var a=arguments,i=1;i<a.length;i++){var x=a[i];for(var k in x)t.hasOwnProperty(k)||(t[k]=x[k])}return t},inherits:function(subClass,superClass){var oldP=subClass.prototype,newP=utils.makeInstance(superClass.prototype);return utils.extend(newP,oldP,!0),subClass.prototype=newP,newP.constructor=subClass},bind:function(fn,context){return function(){return fn.apply(context,arguments)}},defer:function(fn,delay,exclusion){var timerID;return function(){exclusion&&clearTimeout(timerID),timerID=setTimeout(fn,delay)}},indexOf:function(array,item,start){var index=-1;return start=this.isNumber(start)?start:0,this.each(array,function(v,i){if(i>=start&&v===item)return index=i,!1}),index},removeItem:function(array,item){for(var i=0,l=array.length;i<l;i++)array[i]===item&&(array.splice(i,1),i--)},trim:function(str){return str.replace(/(^[ \t\n\r]+)|([ \t\n\r]+$)/g,"")},listToMap:function(list){if(!list)return{};list=utils.isArray(list)?list:list.split(",");for(var ci,i=0,obj={};ci=list[i++];)obj[ci.toUpperCase()]=obj[ci]=1;return obj},unhtml:function(str,reg){return str?str.replace(reg||/[&<">'](?:(amp|lt|ldquo|rdquo|quot|gt|#39|nbsp|#\d+);)?/g,function(a,b){return b?a:{"<":"<","&":"&",'"':""","“":"“","”":"”",">":">","'":"'"}[a]}):""},html:function(str){return str?str.replace(/&((g|l|quo|ldquo|rdquo)t|amp|#39|nbsp);/g,function(m){return{"<":"<","&":"&",""":'"',"“":"“","”":"”",">":">","'":"'"," ":" "}[m]}):""},cssStyleToDomStyle:function(){var test=document.createElement("div").style,cache={"float":void 0!==test.cssFloat?"cssFloat":void 0!==test.styleFloat?"styleFloat":"float"};return function(cssName){return cache[cssName]||(cache[cssName]=cssName.toLowerCase().replace(/-./g,function(match){return match.charAt(1).toUpperCase()}))}}(),loadFile:function(){function getItem(doc,obj){try{for(var ci,i=0;ci=tmpList[i++];)if(ci.doc===doc&&ci.url==(obj.src||obj.href))return ci}catch(e){return null}}var tmpList=[];return function(doc,obj,fn){var item=getItem(doc,obj);if(item)return void(item.ready?fn&&fn():item.funs.push(fn));if(tmpList.push({doc:doc,url:obj.src||obj.href,funs:[fn]}),!doc.body){var html=[];for(var p in obj)"tag"!=p&&html.push(p+'="'+obj[p]+'"');return void doc.write("<"+obj.tag+" "+html.join(" ")+" ></"+obj.tag+">")}if(!obj.id||!doc.getElementById(obj.id)){var element=doc.createElement(obj.tag);delete obj.tag;for(var p in obj)element.setAttribute(p,obj[p]);element.onload=element.onreadystatechange=function(){if(!this.readyState||/loaded|complete/.test(this.readyState)){if(item=getItem(doc,obj),item.funs.length>0){item.ready=1;for(var fi;fi=item.funs.pop();)fi()}element.onload=element.onreadystatechange=null}},element.onerror=function(){throw Error("The load "+(obj.href||obj.src)+" fails,check the url settings of file ueditor.config.js ")},doc.getElementsByTagName("head")[0].appendChild(element)}}}(),isEmptyObject:function(obj){if(null==obj)return!0;if(this.isArray(obj)||this.isString(obj))return 0===obj.length;for(var key in obj)if(obj.hasOwnProperty(key))return!1;return!0},fixColor:function(name,value){if(/color/i.test(name)&&/rgba?/.test(value)){var array=value.split(",");if(array.length>3)return"";value="#";for(var color,i=0;color=array[i++];)color=parseInt(color.replace(/[^\d]/gi,""),10).toString(16),value+=1==color.length?"0"+color:color;value=value.toUpperCase()}return value},optCss:function(val){function opt(obj,name){if(!obj)return"";var t=obj.top,b=obj.bottom,l=obj.left,r=obj.right,val="";if(t&&l&&b&&r)val+=";"+name+":"+(t==b&&b==l&&l==r?t:t==b&&l==r?t+" "+l:l==r?t+" "+l+" "+b:t+" "+r+" "+b+" "+l)+";";else for(var p in obj)val+=";"+name+"-"+p+":"+obj[p]+";";return val}var padding,margin;return val=val.replace(/(padding|margin|border)\-([^:]+):([^;]+);?/gi,function(str,key,name,val){if(1==val.split(" ").length)switch(key){case"padding":return!padding&&(padding={}),padding[name]=val,"";case"margin":return!margin&&(margin={}),margin[name]=val,"";case"border":return"initial"==val?"":str}return str}),val+=opt(padding,"padding")+opt(margin,"margin"),val.replace(/^[ \n\r\t;]*|[ \n\r\t]*$/,"").replace(/;([ \n\r\t]+)|\1;/g,";").replace(/(&((l|g)t|quot|#39))?;{2,}/g,function(a,b){return b?b+";;":";"})},clone:function(source,target){var tmp;target=target||{};for(var i in source)source.hasOwnProperty(i)&&(tmp=source[i],"object"==_typeof(tmp)?(target[i]=utils.isArray(tmp)?[]:{},utils.clone(source[i],target[i])):target[i]=tmp);return target},transUnitToPx:function(val){if(!/(pt|cm)/.test(val))return val;var unit;switch(val.replace(/([\d.]+)(\w+)/,function(str,v,u){val=v,unit=u}),unit){case"cm":val=25*parseFloat(val);break;case"pt":val=Math.round(96*parseFloat(val)/72)}return val+(val?"px":"")},domReady:function(){function doReady(doc){doc.isReady=!0;for(var ci;ci=fnArr.pop();ci());}var fnArr=[];return function(onready,win){win=win||window;var doc=win.document;onready&&fnArr.push(onready),"complete"===doc.readyState?doReady(doc):(doc.isReady&&doReady(doc),browser.ie&&11!=browser.version?(!function(){if(!doc.isReady){try{doc.documentElement.doScroll("left")}catch(error){return void setTimeout(arguments.callee,0)}doReady(doc)}}(),win.attachEvent("onload",function(){doReady(doc)})):(doc.addEventListener("DOMContentLoaded",function(){doc.removeEventListener("DOMContentLoaded",arguments.callee,!1),doReady(doc)},!1),win.addEventListener("load",function(){doReady(doc)},!1)))}}(),cssRule:browser.ie&&11!=browser.version?function(key,style,doc){var indexList,index;if(void 0===style||style&&style.nodeType&&9==style.nodeType){if(doc=style&&style.nodeType&&9==style.nodeType?style:doc||document,indexList=doc.indexList||(doc.indexList={}),index=indexList[key],void 0!==index)return doc.styleSheets[index].cssText}else{if(doc=doc||document,indexList=doc.indexList||(doc.indexList={}),index=indexList[key],""===style)return void 0!==index&&(doc.styleSheets[index].cssText="",delete indexList[key],!0);void 0!==index?sheetStyle=doc.styleSheets[index]:(sheetStyle=doc.createStyleSheet("",index=doc.styleSheets.length),indexList[key]=index),sheetStyle.cssText=style}}:function(key,style,doc){var node;return void 0===style||style&&style.nodeType&&9==style.nodeType?(doc=style&&style.nodeType&&9==style.nodeType?style:doc||document,node=doc.getElementById(key),node?node.innerHTML:void 0):(doc=doc||document,node=doc.getElementById(key),""===style?!!node&&(node.parentNode.removeChild(node),!0):void(node?node.innerHTML=style:(node=doc.createElement("style"),node.id=key,node.innerHTML=style,doc.getElementsByTagName("head")[0].appendChild(node))))},sort:function(array,compareFn){compareFn=compareFn||function(item1,item2){return item1.localeCompare(item2)};for(var i=0,len=array.length;i<len;i++)for(var j=i,length=array.length;j<length;j++)if(compareFn(array[i],array[j])>0){var t=array[i];array[i]=array[j],array[j]=t}return array},serializeParam:function(json){var strArr=[];for(var i in json)if("method"!=i&&"timeout"!=i&&"async"!=i)if("function"!=_typeof(json[i]).toLowerCase()&&"object"!=_typeof(json[i]).toLowerCase())strArr.push(encodeURIComponent(i)+"="+encodeURIComponent(json[i]));else if(utils.isArray(json[i]))for(var j=0;j<json[i].length;j++)strArr.push(encodeURIComponent(i)+"[]="+encodeURIComponent(json[i][j]));return strArr.join("&")},formatUrl:function(url){var u=url.replace(/&&/g,"&");return u=u.replace(/\?&/g,"?"),u=u.replace(/&$/g,""),u=u.replace(/&#/g,"#"),u=u.replace(/&+/g,"&")},addStyleContent:function(cssContent){var style=document.createElement("style");style.innerHTML=cssContent,document.head.appendChild(style)},isCrossDomainUrl:function(url){var a=document.createElement("a");return a.href=url,browser.ie&&(a.href=a.href),!(a.protocol==location.protocol&&a.hostname==location.hostname&&(a.port==location.port||"80"==a.port&&""==location.port||""==a.port&&"80"==location.port))},clearEmptyAttrs:function(obj){for(var p in obj)""===obj[p]&&delete obj[p];return obj},str2json:function(s){return utils.isString(s)?window.JSON?JSON.parse(s):new Function("return "+utils.trim(s||""))():null},json2str:function(){
|
|
5
|
+
function encodeString(source){return/["\\\x00-\x1f]/.test(source)&&(source=source.replace(/["\\\x00-\x1f]/g,function(match){var c=escapeMap[match];return c?c:(c=match.charCodeAt(),"\\u00"+Math.floor(c/16).toString(16)+(c%16).toString(16))})),'"'+source+'"'}function encodeArray(source){var preComma,i,item,result=["["],l=source.length;for(i=0;i<l;i++)switch(item=source[i],_typeof(item)){case"undefined":case"function":case"unknown":break;default:preComma&&result.push(","),result.push(utils.json2str(item)),preComma=1}return result.push("]"),result.join("")}function pad(source){return source<10?"0"+source:source}function encodeDate(source){return'"'+source.getFullYear()+"-"+pad(source.getMonth()+1)+"-"+pad(source.getDate())+"T"+pad(source.getHours())+":"+pad(source.getMinutes())+":"+pad(source.getSeconds())+'"'}if(window.JSON)return JSON.stringify;var escapeMap={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};return function(value){switch(_typeof(value)){case"undefined":return"undefined";case"number":return isFinite(value)?String(value):"null";case"string":return encodeString(value);case"boolean":return String(value);default:if(null===value)return"null";if(utils.isArray(value))return encodeArray(value);if(utils.isDate(value))return encodeDate(value);var preComma,item,result=["{"],encode=utils.json2str;for(var key in value)if(Object.prototype.hasOwnProperty.call(value,key))switch(item=value[key],_typeof(item)){case"undefined":case"unknown":case"function":break;default:preComma&&result.push(","),preComma=1,result.push(encode(key)+":"+encode(item))}return result.push("}"),result.join("")}}}()};utils.each(["String","Function","Array","Number","RegExp","Object","Date"],function(v){UE.utils["is"+v]=function(obj){return Object.prototype.toString.apply(obj)=="[object "+v+"]"}});var EventBase=UE.EventBase=function(){};EventBase.prototype={addListener:function(types,listener){types=utils.trim(types).split(/\s+/);for(var ti,i=0;ti=types[i++];)getListener(this,ti,!0).push(listener)},on:function(types,listener){return this.addListener(types,listener)},off:function(types,listener){return this.removeListener(types,listener)},trigger:function(){return this.fireEvent.apply(this,arguments)},removeListener:function(types,listener){types=utils.trim(types).split(/\s+/);for(var ti,i=0;ti=types[i++];)utils.removeItem(getListener(this,ti)||[],listener)},fireEvent:function(){var types=arguments[0];types=utils.trim(types).split(" ");for(var ti,i=0;ti=types[i++];){var r,t,k,listeners=getListener(this,ti);if(listeners)for(k=listeners.length;k--;)if(listeners[k]){if(t=listeners[k].apply(this,arguments),t===!0)return t;void 0!==t&&(r=t)}(t=this["on"+ti.toLowerCase()])&&(r=t.apply(this,arguments))}return r}};var dtd=dom.dtd=function(){function _(s){for(var k in s)s[k.toUpperCase()]=s[k];return s}var X=utils.extend2,A=_({isindex:1,fieldset:1}),B=_({input:1,button:1,select:1,textarea:1,label:1}),C=X(_({a:1}),B),D=X({iframe:1},C),E=_({hr:1,ul:1,menu:1,div:1,blockquote:1,noscript:1,table:1,center:1,address:1,dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1}),F=_({ins:1,del:1,script:1,style:1}),G=X(_({mark:1,b:1,acronym:1,bdo:1,"var":1,"#":1,abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1}),F),H=X(_({sub:1,img:1,embed:1,object:1,sup:1,basefont:1,map:1,applet:1,font:1,big:1,small:1}),G),I=X(_({p:1}),H),J=X(_({iframe:1}),H,B),K=_({img:1,embed:1,noscript:1,br:1,kbd:1,center:1,button:1,basefont:1,h5:1,h4:1,samp:1,h6:1,ol:1,h1:1,h3:1,h2:1,form:1,font:1,"#":1,select:1,menu:1,ins:1,abbr:1,label:1,code:1,table:1,script:1,cite:1,input:1,iframe:1,strong:1,textarea:1,noframes:1,big:1,small:1,span:1,hr:1,sub:1,bdo:1,"var":1,div:1,object:1,sup:1,strike:1,dir:1,map:1,dl:1,applet:1,del:1,isindex:1,fieldset:1,ul:1,b:1,acronym:1,a:1,blockquote:1,i:1,u:1,s:1,tt:1,address:1,q:1,pre:1,p:1,em:1,dfn:1}),L=X(_({a:0}),J),M=_({tr:1}),N=_({"#":1}),O=X(_({param:1}),K),P=X(_({form:1}),A,D,E,I),Q=_({li:1,ol:1,ul:1}),R=_({style:1,script:1}),S=_({base:1,link:1,meta:1,title:1}),T=X(S,R),U=_({head:1,body:1}),V=_({html:1}),block=_({address:1,blockquote:1,center:1,dir:1,div:1,dl:1,fieldset:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1,isindex:1,menu:1,noframes:1,ol:1,p:1,pre:1,table:1,ul:1}),empty=_({area:1,base:1,basefont:1,br:1,col:1,command:1,dialog:1,embed:1,hr:1,img:1,input:1,isindex:1,keygen:1,link:1,meta:1,param:1,source:1,track:1,wbr:1});return _({$nonBodyContent:X(V,U,S),$block:block,$inline:L,$inlineWithA:X(_({a:1}),L),$body:X(_({script:1,style:1}),block),$cdata:_({script:1,style:1}),$empty:empty,$nonChild:_({iframe:1,textarea:1}),$listItem:_({dd:1,dt:1,li:1}),$list:_({ul:1,ol:1,dl:1}),$isNotEmpty:_({table:1,ul:1,ol:1,dl:1,iframe:1,area:1,base:1,col:1,hr:1,img:1,embed:1,input:1,textarea:1,link:1,meta:1,param:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1}),$removeEmpty:_({a:1,abbr:1,acronym:1,address:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,s:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,"var":1}),$removeEmptyBlock:_({p:1,div:1}),$tableContent:_({caption:1,col:1,colgroup:1,tbody:1,td:1,tfoot:1,th:1,thead:1,tr:1,table:1}),$notTransContent:_({pre:1,script:1,style:1,textarea:1}),html:U,head:T,style:N,script:N,body:P,base:{},link:{},meta:{},title:N,col:{},tr:_({td:1,th:1}),img:{},embed:{},colgroup:_({thead:1,col:1,tbody:1,tr:1,tfoot:1}),noscript:P,td:P,br:{},th:P,center:P,kbd:L,button:X(I,E),basefont:{},h5:L,h4:L,samp:L,h6:L,ol:Q,h1:L,h3:L,option:N,h2:L,form:X(A,D,E,I),select:_({optgroup:1,option:1}),font:L,ins:L,menu:Q,abbr:L,label:L,table:_({thead:1,col:1,tbody:1,tr:1,colgroup:1,caption:1,tfoot:1}),code:L,tfoot:M,cite:L,li:P,input:{},iframe:P,strong:L,textarea:N,noframes:P,big:L,small:L,span:_({"#":1,br:1,b:1,strong:1,u:1,i:1,em:1,sub:1,sup:1,strike:1,span:1}),hr:L,dt:L,sub:L,optgroup:_({option:1}),param:{},bdo:L,"var":L,div:P,object:O,sup:L,dd:P,strike:L,area:{},dir:Q,map:X(_({area:1,form:1,p:1}),A,F,E),applet:O,dl:_({dt:1,dd:1}),del:L,isindex:{},fieldset:X(_({legend:1}),K),thead:M,ul:Q,acronym:L,b:L,a:X(_({a:1}),J),blockquote:X(_({td:1,tr:1,tbody:1,li:1}),P),caption:L,i:L,u:L,tbody:M,s:L,address:X(D,I),tt:L,legend:L,q:L,pre:X(G,C),p:X(_({a:1}),L),em:L,dfn:L,mark:L})}(),attrFix=ie&&browser.version<9?{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder"}:{tabindex:"tabIndex",readonly:"readOnly"},styleBlock=utils.listToMap(["-webkit-box","-moz-box","block","list-item","table","table-row-group","table-header-group","table-footer-group","table-row","table-column-group","table-column","table-cell","table-caption"]),domUtils=dom.domUtils={NODE_ELEMENT:1,NODE_DOCUMENT:9,NODE_TEXT:3,NODE_COMMENT:8,NODE_DOCUMENT_FRAGMENT:11,POSITION_IDENTICAL:0,POSITION_DISCONNECTED:1,POSITION_FOLLOWING:2,POSITION_PRECEDING:4,POSITION_IS_CONTAINED:8,POSITION_CONTAINS:16,fillChar:ie&&"6"===browser.version?"\ufeff":"",keys:{8:1,46:1,16:1,17:1,18:1,37:1,38:1,39:1,40:1,13:1},getPosition:function(nodeA,nodeB){if(nodeA===nodeB)return 0;var node,parentsA=[nodeA],parentsB=[nodeB];for(node=nodeA;node=node.parentNode;){if(node===nodeB)return 10;parentsA.push(node)}for(node=nodeB;node=node.parentNode;){if(node===nodeA)return 20;parentsB.push(node)}if(parentsA.reverse(),parentsB.reverse(),parentsA[0]!==parentsB[0])return 1;for(var i=-1;i++,parentsA[i]===parentsB[i];);for(nodeA=parentsA[i],nodeB=parentsB[i];nodeA=nodeA.nextSibling;)if(nodeA===nodeB)return 4;return 2},getNodeIndex:function(node,ignoreTextNode){for(var preNode=node,i=0;preNode=preNode.previousSibling;)ignoreTextNode&&3==preNode.nodeType?preNode.nodeType!=preNode.nextSibling.nodeType&&i++:i++;return i},inDoc:function(node,doc){return 10===domUtils.getPosition(node,doc)},findParent:function(node,filterFn,includeSelf){if(node&&!domUtils.isBody(node))for(node=includeSelf?node:node.parentNode;node;){if(!filterFn||filterFn(node)||domUtils.isBody(node))return filterFn&&!filterFn(node)&&domUtils.isBody(node)?null:node;node=node.parentNode}return null},findParentByTagName:function(node,tagNames,includeSelf,excludeFn){return tagNames=utils.listToMap(utils.isArray(tagNames)?tagNames:[tagNames]),domUtils.findParent(node,function(node){return tagNames[node.tagName]&&!(excludeFn&&excludeFn(node))},includeSelf)},findParents:function(node,includeSelf,filterFn,closerFirst){for(var parents=includeSelf&&(filterFn&&filterFn(node)||!filterFn)?[node]:[];node=domUtils.findParent(node,filterFn);)parents.push(node);return closerFirst?parents:parents.reverse()},insertAfter:function(node,newNode){return node.nextSibling?node.parentNode.insertBefore(newNode,node.nextSibling):node.parentNode.appendChild(newNode)},remove:function(node,keepChildren){var child,parent=node.parentNode;if(parent){if(keepChildren&&node.hasChildNodes())for(;child=node.firstChild;)parent.insertBefore(child,node);parent.removeChild(node)}return node},getNextDomNode:function(node,startFromChild,filterFn,guard){return getDomNode(node,"firstChild","nextSibling",startFromChild,filterFn,guard)},getPreDomNode:function(node,startFromChild,filterFn,guard){return getDomNode(node,"lastChild","previousSibling",startFromChild,filterFn,guard)},isBookmarkNode:function(node){return 1==node.nodeType&&node.id&&/^_baidu_bookmark_/i.test(node.id)},getWindow:function(node){var doc=node.ownerDocument||node;return doc.defaultView||doc.parentWindow},getCommonAncestor:function(nodeA,nodeB){if(nodeA===nodeB)return nodeA;for(var parentsA=[nodeA],parentsB=[nodeB],parent=nodeA,i=-1;parent=parent.parentNode;){if(parent===nodeB)return parent;parentsA.push(parent)}for(parent=nodeB;parent=parent.parentNode;){if(parent===nodeA)return parent;parentsB.push(parent)}for(parentsA.reverse(),parentsB.reverse();i++,parentsA[i]===parentsB[i];);return 0==i?null:parentsA[i-1]},clearEmptySibling:function(node,ignoreNext,ignorePre){function clear(next,dir){for(var tmpNode;next&&!domUtils.isBookmarkNode(next)&&(domUtils.isEmptyInlineElement(next)||!new RegExp("[^\t\n\r"+domUtils.fillChar+"]").test(next.nodeValue));)tmpNode=next[dir],domUtils.remove(next),next=tmpNode}!ignoreNext&&clear(node.nextSibling,"nextSibling"),!ignorePre&&clear(node.previousSibling,"previousSibling")},split:function(node,offset){var doc=node.ownerDocument;if(browser.ie&&offset==node.nodeValue.length){var next=doc.createTextNode("");return domUtils.insertAfter(node,next)}var retval=node.splitText(offset);if(browser.ie8){var tmpNode=doc.createTextNode("");domUtils.insertAfter(retval,tmpNode),domUtils.remove(tmpNode)}return retval},isWhitespace:function(node){return!new RegExp("[^ \t\n\r"+domUtils.fillChar+"]").test(node.nodeValue)},getXY:function(element){for(var x=0,y=0;element.offsetParent;)y+=element.offsetTop,x+=element.offsetLeft,element=element.offsetParent;return{x:x,y:y}},on:function(element,type,handler){var types=utils.isArray(type)?type:utils.trim(type).split(/\s+/),k=types.length;if(k)for(;k--;)if(type=types[k],element.addEventListener)element.addEventListener(type,handler,!1);else{handler._d||(handler._d={els:[]});var key=type+handler.toString(),index=utils.indexOf(handler._d.els,element);handler._d[key]&&index!=-1||(index==-1&&handler._d.els.push(element),handler._d[key]||(handler._d[key]=function(evt){return handler.call(evt.srcElement,evt||window.event)}),element.attachEvent("on"+type,handler._d[key]))}element=null},un:function(element,type,handler){var types=utils.isArray(type)?type:utils.trim(type).split(/\s+/),k=types.length;if(k)for(;k--;)if(type=types[k],element.removeEventListener)element.removeEventListener(type,handler,!1);else{var key=type+handler.toString();try{element.detachEvent("on"+type,handler._d?handler._d[key]:handler)}catch(e){}if(handler._d&&handler._d[key]){var index=utils.indexOf(handler._d.els,element);index!=-1&&handler._d.els.splice(index,1),0==handler._d.els.length&&delete handler._d[key]}}},isSameElement:function(nodeA,nodeB){if(nodeA.tagName!=nodeB.tagName)return!1;var thisAttrs=nodeA.attributes,otherAttrs=nodeB.attributes;if(!ie&&thisAttrs.length!=otherAttrs.length)return!1;for(var attrA,attrB,al=0,bl=0,i=0;attrA=thisAttrs[i++];){if("style"==attrA.nodeName){if(attrA.specified&&al++,domUtils.isSameStyle(nodeA,nodeB))continue;return!1}if(ie){if(!attrA.specified)continue;al++,attrB=otherAttrs.getNamedItem(attrA.nodeName)}else attrB=nodeB.attributes[attrA.nodeName];if(!attrB.specified||attrA.nodeValue!=attrB.nodeValue)return!1}if(ie){for(i=0;attrB=otherAttrs[i++];)attrB.specified&&bl++;if(al!=bl)return!1}return!0},isSameStyle:function(nodeA,nodeB){var styleA=nodeA.style.cssText.replace(/( ?; ?)/g,";").replace(/( ?: ?)/g,":"),styleB=nodeB.style.cssText.replace(/( ?; ?)/g,";").replace(/( ?: ?)/g,":");if(browser.opera){if(styleA=nodeA.style,styleB=nodeB.style,styleA.length!=styleB.length)return!1;for(var p in styleA)if(!/^(\d+|csstext)$/i.test(p)&&styleA[p]!=styleB[p])return!1;return!0}if(!styleA||!styleB)return styleA==styleB;if(styleA=styleA.split(";"),styleB=styleB.split(";"),styleA.length!=styleB.length)return!1;for(var ci,i=0;ci=styleA[i++];)if(utils.indexOf(styleB,ci)==-1)return!1;return!0},isBlockElm:function(node){return 1==node.nodeType&&(dtd.$block[node.tagName]||styleBlock[domUtils.getComputedStyle(node,"display")])&&!dtd.$nonChild[node.tagName]},isBody:function(node){return node&&1==node.nodeType&&"body"==node.tagName.toLowerCase()},breakParent:function(node,parent){var tmpNode,leftNodes,rightNodes,parentClone=node,clone=node;do{for(parentClone=parentClone.parentNode,leftNodes?(tmpNode=parentClone.cloneNode(!1),tmpNode.appendChild(leftNodes),leftNodes=tmpNode,tmpNode=parentClone.cloneNode(!1),tmpNode.appendChild(rightNodes),rightNodes=tmpNode):(leftNodes=parentClone.cloneNode(!1),rightNodes=leftNodes.cloneNode(!1));tmpNode=clone.previousSibling;)leftNodes.insertBefore(tmpNode,leftNodes.firstChild);for(;tmpNode=clone.nextSibling;)rightNodes.appendChild(tmpNode);clone=parentClone}while(parent!==parentClone);return tmpNode=parent.parentNode,tmpNode.insertBefore(leftNodes,parent),tmpNode.insertBefore(rightNodes,parent),tmpNode.insertBefore(node,rightNodes),domUtils.remove(parent),node},isEmptyInlineElement:function(node){if(1!=node.nodeType||!dtd.$removeEmpty[node.tagName])return 0;for(node=node.firstChild;node;){if(domUtils.isBookmarkNode(node))return 0;if(1==node.nodeType&&!domUtils.isEmptyInlineElement(node)||3==node.nodeType&&!domUtils.isWhitespace(node))return 0;node=node.nextSibling}return 1},trimWhiteTextNode:function(node){function remove(dir){for(var child;(child=node[dir])&&3==child.nodeType&&domUtils.isWhitespace(child);)node.removeChild(child)}remove("firstChild"),remove("lastChild")},mergeChild:function(node,tagName,attrs){for(var ci,list=domUtils.getElementsByTagName(node,node.tagName.toLowerCase()),i=0;ci=list[i++];)if(ci.parentNode&&!domUtils.isBookmarkNode(ci))if("span"!=ci.tagName.toLowerCase())domUtils.isSameElement(node,ci)&&domUtils.remove(ci,!0);else{if(node===ci.parentNode&&(domUtils.trimWhiteTextNode(node),1==node.childNodes.length)){node.style.cssText=ci.style.cssText+";"+node.style.cssText,domUtils.remove(ci,!0);continue}if(ci.style.cssText=node.style.cssText+";"+ci.style.cssText,attrs){var style=attrs.style;if(style){style=style.split(";");for(var s,j=0;s=style[j++];)ci.style[utils.cssStyleToDomStyle(s.split(":")[0])]=s.split(":")[1]}}domUtils.isSameStyle(ci,node)&&domUtils.remove(ci,!0)}},getElementsByTagName:function(node,tagName,filter){if(filter&&utils.isString(filter)){var className=filter;filter=function(node){return domUtils.hasClass(node,className)}}tagName=utils.trim(tagName).replace(/[ ]{2,}/g," ").split(" ");for(var ni,arr=[],n=0;ni=tagName[n++];)for(var ci,list=node.getElementsByTagName(ni),i=0;ci=list[i++];)filter&&!filter(ci)||arr.push(ci);return arr},mergeToParent:function(node){for(var parent=node.parentNode;parent&&dtd.$removeEmpty[parent.tagName];){if(parent.tagName==node.tagName||"A"==parent.tagName){if(domUtils.trimWhiteTextNode(parent),"SPAN"==parent.tagName&&!domUtils.isSameStyle(parent,node)||"A"==parent.tagName&&"SPAN"==node.tagName){if(parent.childNodes.length>1||parent!==node.parentNode){node.style.cssText=parent.style.cssText+";"+node.style.cssText,parent=parent.parentNode;continue}parent.style.cssText+=";"+node.style.cssText,"A"==parent.tagName&&(parent.style.textDecoration="underline")}if("A"!=parent.tagName){parent===node.parentNode&&domUtils.remove(node,!0);break}}parent=parent.parentNode}},mergeSibling:function(node,ignorePre,ignoreNext){function merge(rtl,start,node){var next;if((next=node[rtl])&&!domUtils.isBookmarkNode(next)&&1==next.nodeType&&domUtils.isSameElement(node,next)){for(;next.firstChild;)"firstChild"==start?node.insertBefore(next.lastChild,node.firstChild):node.appendChild(next.firstChild);domUtils.remove(next)}}!ignorePre&&merge("previousSibling","firstChild",node),!ignoreNext&&merge("nextSibling","lastChild",node)},unSelectable:ie&&browser.ie9below||browser.opera?function(node){node.onselectstart=function(){return!1},node.onclick=node.onkeyup=node.onkeydown=function(){return!1},node.unselectable="on",node.setAttribute("unselectable","on");for(var ci,i=0;ci=node.all[i++];)switch(ci.tagName.toLowerCase()){case"iframe":case"textarea":case"input":case"select":break;default:ci.unselectable="on",node.setAttribute("unselectable","on")}}:function(node){node.style.MozUserSelect=node.style.webkitUserSelect=node.style.msUserSelect=node.style.KhtmlUserSelect="none"},removeAttributes:function(node,attrNames){attrNames=utils.isArray(attrNames)?attrNames:utils.trim(attrNames).replace(/[ ]{2,}/g," ").split(" ");for(var ci,i=0;ci=attrNames[i++];){switch(ci=attrFix[ci]||ci){case"className":node[ci]="";break;case"style":node.style.cssText="";var val=node.getAttributeNode("style");!browser.ie&&val&&node.removeAttributeNode(val)}node.removeAttribute(ci)}},createElement:function(doc,tag,attrs){return domUtils.setAttributes(doc.createElement(tag),attrs)},setAttributes:function(node,attrs){for(var attr in attrs)if("_propertyDelete"!==attr){if(attrs.hasOwnProperty(attr)){var value=attrs[attr];switch(attr){case"class":node.className=value;break;case"style":node.style.cssText=node.style.cssText+";"+value;break;case"innerHTML":node[attr]=value;break;case"value":node.value=value;break;default:node.setAttribute(attrFix[attr]||attr,value)}}}else for(var j=0;j<attrs[attr].length;j++)node.hasAttribute(attrs[attr][j])&&node.removeAttribute(attrs[attr][j]);return node},getComputedStyle:function(element,styleName){var pros="width height top left";if(pros.indexOf(styleName)>-1)return element["offset"+styleName.replace(/^\w/,function(s){return s.toUpperCase()})]+"px";if(3===element.nodeType&&(element=element.parentNode),browser.ie&&browser.version<9&&"font-size"===styleName&&!element.style.fontSize&&!dtd.$empty[element.tagName]&&!dtd.$nonChild[element.tagName]){var span=element.ownerDocument.createElement("span");span.style.cssText="padding:0;border:0;font-family:simsun;",span.innerHTML=".",element.appendChild(span);var result=span.offsetHeight;return element.removeChild(span),span=null,result+"px"}try{var value=domUtils.getStyle(element,styleName)||(window.getComputedStyle?domUtils.getWindow(element).getComputedStyle(element,"").getPropertyValue(styleName):(element.currentStyle||element.style)[utils.cssStyleToDomStyle(styleName)])}catch(e){return""}return utils.transUnitToPx(utils.fixColor(styleName,value))},removeClasses:function(elm,classNames){classNames=utils.isArray(classNames)?classNames:utils.trim(classNames).replace(/[ ]{2,}/g," ").split(" ");for(var ci,i=0,cls=elm.className;ci=classNames[i++];)cls=cls.replace(new RegExp("\\b"+ci+"\\b"),"");cls=utils.trim(cls).replace(/[ ]{2,}/g," "),cls?elm.className=cls:domUtils.removeAttributes(elm,["class"])},addClass:function(elm,classNames){if(elm){classNames=utils.trim(classNames).replace(/[ ]{2,}/g," ").split(" ");for(var ci,i=0,cls=elm.className;ci=classNames[i++];)new RegExp("\\b"+ci+"\\b").test(cls)||(cls+=" "+ci);elm.className=utils.trim(cls)}},hasClass:function(element,className){if(utils.isRegExp(className))return className.test(element.className);className=utils.trim(className).replace(/[ ]{2,}/g," ").split(" ");for(var ci,i=0,cls=element.className;ci=className[i++];)if(!new RegExp("\\b"+ci+"\\b","i").test(cls))return!1;return i-1==className.length},preventDefault:function(evt){evt.preventDefault?evt.preventDefault():evt.returnValue=!1},removeStyle:function(element,name){browser.ie?("color"==name&&(name="(^|;)"+name),element.style.cssText=element.style.cssText.replace(new RegExp(name+"[^:]*:[^;]+;?","ig"),"")):element.style.removeProperty?element.style.removeProperty(name):element.style.removeAttribute(utils.cssStyleToDomStyle(name)),element.style.cssText||domUtils.removeAttributes(element,["style"])},getStyle:function(element,name){var value=element.style[utils.cssStyleToDomStyle(name)];return utils.fixColor(name,value)},setStyle:function(element,name,value){element.style[utils.cssStyleToDomStyle(name)]=value,utils.trim(element.style.cssText)||this.removeAttributes(element,"style")},setStyles:function(element,styles){for(var name in styles)styles.hasOwnProperty(name)&&domUtils.setStyle(element,name,styles[name])},removeDirtyAttr:function(node){for(var ci,i=0,nodes=node.getElementsByTagName("*");ci=nodes[i++];)ci.removeAttribute("_moz_dirty");node.removeAttribute("_moz_dirty")},getChildCount:function(node,fn){var count=0,first=node.firstChild;for(fn=fn||function(){return 1};first;)fn(first)&&count++,first=first.nextSibling;return count},isEmptyNode:function(node){return!node.firstChild||0==domUtils.getChildCount(node,function(node){return!domUtils.isBr(node)&&!domUtils.isBookmarkNode(node)&&!domUtils.isWhitespace(node)})},clearSelectedArr:function(nodes){for(var node;node=nodes.pop();)domUtils.removeAttributes(node,["class"])},scrollToView:function(node,win,offsetTop){offsetTop=offsetTop||0;var getViewPaneSize=function(){var doc=win.document,mode="CSS1Compat"==doc.compatMode;return{width:(mode?doc.documentElement.clientWidth:doc.body.clientWidth)||0,height:(mode?doc.documentElement.clientHeight:doc.body.clientHeight)||0}},getScrollPosition=function(win){if("pageXOffset"in win)return{x:win.pageXOffset||0,y:win.pageYOffset||0};var doc=win.document;return{x:doc.documentElement.scrollLeft||doc.body.scrollLeft||0,y:doc.documentElement.scrollTop||doc.body.scrollTop||0}},winHeight=getViewPaneSize().height,offset=winHeight*-1+offsetTop;offset+=node.offsetHeight||0;var elementPosition=domUtils.getXY(node);offset+=elementPosition.y;var currentScroll=getScrollPosition(win).y;(offset>currentScroll||offset<currentScroll-winHeight)&&win.scrollTo({top:offset+(offset<0?-20:20),behavior:"smooth"})},isBr:function(node){return 1==node.nodeType&&"BR"==node.tagName},isFillChar:function(node,isInStart){if(3!=node.nodeType)return!1;var text=node.nodeValue;return isInStart?new RegExp("^"+domUtils.fillChar).test(text):!text.replace(new RegExp(domUtils.fillChar,"g"),"").length},isStartInblock:function(range){var tmp,tmpRange=range.cloneRange(),flag=0,start=tmpRange.startContainer;if(1==start.nodeType&&start.childNodes[tmpRange.startOffset]){start=start.childNodes[tmpRange.startOffset];for(var pre=start.previousSibling;pre&&domUtils.isFillChar(pre);)start=pre,pre=pre.previousSibling}for(this.isFillChar(start,!0)&&1==tmpRange.startOffset&&(tmpRange.setStartBefore(start),start=tmpRange.startContainer);start&&domUtils.isFillChar(start);)tmp=start,start=start.previousSibling;for(tmp&&(tmpRange.setStartBefore(tmp),start=tmpRange.startContainer),1==start.nodeType&&domUtils.isEmptyNode(start)&&1==tmpRange.startOffset&&tmpRange.setStart(start,0).collapse(!0);!tmpRange.startOffset;){if(start=tmpRange.startContainer,domUtils.isBlockElm(start)||domUtils.isBody(start)){flag=1;break}var tmpNode,pre=tmpRange.startContainer.previousSibling;if(pre){for(;pre&&domUtils.isFillChar(pre);)tmpNode=pre,pre=pre.previousSibling;tmpNode?tmpRange.setStartBefore(tmpNode):tmpRange.setStartBefore(tmpRange.startContainer)}else tmpRange.setStartBefore(tmpRange.startContainer)}return flag&&!domUtils.isBody(tmpRange.startContainer)?1:0},isEmptyBlock:function(node,reg){if(1!=node.nodeType)return 0;if(reg=reg||new RegExp("[ \t\r\n"+domUtils.fillChar+"]","g"),node[browser.ie?"innerText":"textContent"].replace(reg,"").length>0)return 0;for(var n in dtd.$isNotEmpty)if(node.getElementsByTagName(n).length)return 0;return 1},setViewportOffset:function(element,offset){var left=0|parseInt(element.style.left),top=0|parseInt(element.style.top),rect=element.getBoundingClientRect(),offsetLeft=offset.left-rect.left,offsetTop=offset.top-rect.top;offsetLeft&&(element.style.left=left+offsetLeft+"px"),offsetTop&&(element.style.top=top+offsetTop+"px")},fillNode:function(doc,node){var tmpNode=browser.ie?doc.createTextNode(domUtils.fillChar):doc.createElement("br");node.innerHTML="",node.appendChild(tmpNode)},moveChild:function(src,tag,dir){for(;src.firstChild;)dir&&tag.firstChild?tag.insertBefore(src.lastChild,tag.firstChild):tag.appendChild(src.firstChild)},hasNoAttributes:function(node){return browser.ie?/^<\w+\s*?>/.test(node.outerHTML):0==node.attributes.length},isCustomeNode:function(node){return 1==node.nodeType&&node.getAttribute("_ue_custom_node_")},isTagNode:function(node,tagNames){return 1==node.nodeType&&new RegExp("\\b"+node.tagName+"\\b","i").test(tagNames)},filterNodeList:function(nodelist,filter,forAll){var results=[];if(!utils.isFunction(filter)){var str=filter;filter=function(n){return utils.indexOf(utils.isArray(str)?str:str.split(" "),n.tagName.toLowerCase())!=-1}}return utils.each(nodelist,function(n){filter(n)&&results.push(n)}),0==results.length?null:1!=results.length&&forAll?results:results[0]},isInNodeEndBoundary:function(rng,node){var start=rng.startContainer;if(3==start.nodeType&&rng.startOffset!=start.nodeValue.length)return 0;if(1==start.nodeType&&rng.startOffset!=start.childNodes.length)return 0;for(;start!==node;){if(start.nextSibling)return 0;start=start.parentNode}return 1},isBoundaryNode:function(node,dir){for(var tmp;!domUtils.isBody(node);)if(tmp=node,node=node.parentNode,tmp!==node[dir])return!1;return!0},fillHtml:browser.ie11below?" ":"<br/>",loadScript:function(url,cb){var script;script=document.createElement("script"),script.src=url,script.onload=function(){cb&&cb({isNew:!0})},document.getElementsByTagName("head")[0].appendChild(script)}},fillCharReg=new RegExp(domUtils.fillChar,"g");!function(){function updateCollapse(range){range.collapsed=range.startContainer&&range.endContainer&&range.startContainer===range.endContainer&&range.startOffset===range.endOffset}function selectOneNode(rng){return!rng.collapsed&&1===rng.startContainer.nodeType&&rng.startContainer===rng.endContainer&&rng.endOffset-rng.startOffset===1}function setEndPoint(toStart,node,offset,range){return 1===node.nodeType&&(dtd.$empty[node.tagName]||dtd.$nonChild[node.tagName])&&(offset=domUtils.getNodeIndex(node)+(toStart?0:1),node=node.parentNode),toStart?(range.startContainer=node,range.startOffset=offset,range.endContainer||range.collapse(!0)):(range.endContainer=node,range.endOffset=offset,range.startContainer||range.collapse(!1)),updateCollapse(range),range}function execContentsAction(range,action){var tmpStart,tmpEnd,start=range.startContainer,end=range.endContainer,startOffset=range.startOffset,endOffset=range.endOffset,doc=range.document,frag=doc.createDocumentFragment();if(1==start.nodeType&&(start=start.childNodes[startOffset]||(tmpStart=start.appendChild(doc.createTextNode("")))),1==end.nodeType&&(end=end.childNodes[endOffset]||(tmpEnd=end.appendChild(doc.createTextNode("")))),start===end&&3==start.nodeType)return frag.appendChild(doc.createTextNode(start.substringData(startOffset,endOffset-startOffset))),action&&(start.deleteData(startOffset,endOffset-startOffset),range.collapse(!0)),frag;for(var current,currentLevel,clone=frag,startParents=domUtils.findParents(start,!0),endParents=domUtils.findParents(end,!0),i=0;startParents[i]==endParents[i];)i++;for(var si,j=i;si=startParents[j];j++){for(current=si.nextSibling,si==start?tmpStart||(3==range.startContainer.nodeType?(clone.appendChild(doc.createTextNode(start.nodeValue.slice(startOffset))),action&&start.deleteData(startOffset,start.nodeValue.length-startOffset)):clone.appendChild(action?start:start.cloneNode(!0))):(currentLevel=si.cloneNode(!1),clone.appendChild(currentLevel));current&¤t!==end&¤t!==endParents[j];)si=current.nextSibling,clone.appendChild(action?current:current.cloneNode(!0)),current=si;clone=currentLevel}clone=frag,startParents[i]||(clone.appendChild(startParents[i-1].cloneNode(!1)),clone=clone.firstChild);for(var ei,j=i;ei=endParents[j];j++){if(current=ei.previousSibling,ei==end?tmpEnd||3!=range.endContainer.nodeType||(clone.appendChild(doc.createTextNode(end.substringData(0,endOffset))),action&&end.deleteData(0,endOffset)):(currentLevel=ei.cloneNode(!1),clone.appendChild(currentLevel)),j!=i||!startParents[i])for(;current&¤t!==start;)ei=current.previousSibling,clone.insertBefore(action?current:current.cloneNode(!0),clone.firstChild),current=ei;clone=currentLevel}return action&&range.setStartBefore(endParents[i]?startParents[i]?endParents[i]:startParents[i-1]:endParents[i-1]).collapse(!0),tmpStart&&domUtils.remove(tmpStart),tmpEnd&&domUtils.remove(tmpEnd),frag}function removeFillData(doc,excludeNode){try{if(fillData&&domUtils.inDoc(fillData,doc))if(fillData.nodeValue.replace(fillCharReg,"").length)fillData.nodeValue=fillData.nodeValue.replace(fillCharReg,"");else{var tmpNode=fillData.parentNode;for(domUtils.remove(fillData);tmpNode&&domUtils.isEmptyInlineElement(tmpNode)&&(browser.safari?!(domUtils.getPosition(tmpNode,excludeNode)&domUtils.POSITION_CONTAINS):!tmpNode.contains(excludeNode));)fillData=tmpNode.parentNode,domUtils.remove(tmpNode),tmpNode=fillData}}catch(e){}}function mergeSibling(node,dir){var tmpNode;for(node=node[dir];node&&domUtils.isFillChar(node);)tmpNode=node[dir],domUtils.remove(node),node=tmpNode}var fillData,guid=0,fillChar=domUtils.fillChar,Range=dom.Range=function(document){var me=this;me.startContainer=me.startOffset=me.endContainer=me.endOffset=null,me.document=document,me.collapsed=!0};Range.prototype={cloneContents:function(){return this.collapsed?null:execContentsAction(this,0)},deleteContents:function(){var txt;return this.collapsed||execContentsAction(this,1),browser.webkit&&(txt=this.startContainer,3!=txt.nodeType||txt.nodeValue.length||(this.setStartBefore(txt).collapse(!0),domUtils.remove(txt))),this},extractContents:function(){return this.collapsed?null:execContentsAction(this,2)},setStart:function(node,offset){return setEndPoint(!0,node,offset,this)},setEnd:function(node,offset){return setEndPoint(!1,node,offset,this)},setStartAfter:function(node){return this.setStart(node.parentNode,domUtils.getNodeIndex(node)+1)},setStartBefore:function(node){return this.setStart(node.parentNode,domUtils.getNodeIndex(node))},setEndAfter:function(node){return this.setEnd(node.parentNode,domUtils.getNodeIndex(node)+1)},setEndBefore:function(node){return this.setEnd(node.parentNode,domUtils.getNodeIndex(node))},setStartAtFirst:function(node){return this.setStart(node,0)},setStartAtLast:function(node){return this.setStart(node,3==node.nodeType?node.nodeValue.length:node.childNodes.length)},setEndAtFirst:function(node){return this.setEnd(node,0)},setEndAtLast:function(node){return this.setEnd(node,3==node.nodeType?node.nodeValue.length:node.childNodes.length)},selectNode:function(node){return this.setStartBefore(node).setEndAfter(node)},selectNodeContents:function(node){return this.setStart(node,0).setEndAtLast(node)},cloneRange:function(){var me=this;return new Range(me.document).setStart(me.startContainer,me.startOffset).setEnd(me.endContainer,me.endOffset)},collapse:function(toStart){var me=this;return toStart?(me.endContainer=me.startContainer,me.endOffset=me.startOffset):(me.startContainer=me.endContainer,
|
|
6
|
+
me.startOffset=me.endOffset),me.collapsed=!0,me},shrinkBoundary:function(ignoreEnd){function check(node){return 1==node.nodeType&&!domUtils.isBookmarkNode(node)&&!dtd.$empty[node.tagName]&&!dtd.$nonChild[node.tagName]}for(var child,me=this,collapsed=me.collapsed;1==me.startContainer.nodeType&&(child=me.startContainer.childNodes[me.startOffset])&&check(child);)me.setStart(child,0);if(collapsed)return me.collapse(!0);if(!ignoreEnd)for(;1==me.endContainer.nodeType&&me.endOffset>0&&(child=me.endContainer.childNodes[me.endOffset-1])&&check(child);)me.setEnd(child,child.childNodes.length);return me},getCommonAncestor:function(includeSelf,ignoreTextNode){var me=this,start=me.startContainer,end=me.endContainer;return start===end?includeSelf&&selectOneNode(this)&&(start=start.childNodes[me.startOffset],1==start.nodeType)?start:ignoreTextNode&&3==start.nodeType?start.parentNode:start:domUtils.getCommonAncestor(start,end)},trimBoundary:function(ignoreEnd){this.txtToElmBoundary();var start=this.startContainer,offset=this.startOffset,collapsed=this.collapsed,end=this.endContainer;if(3==start.nodeType){if(0==offset)this.setStartBefore(start);else if(offset>=start.nodeValue.length)this.setStartAfter(start);else{var textNode=domUtils.split(start,offset);start===end?this.setEnd(textNode,this.endOffset-offset):start.parentNode===end&&(this.endOffset+=1),this.setStartBefore(textNode)}if(collapsed)return this.collapse(!0)}return ignoreEnd||(offset=this.endOffset,end=this.endContainer,3==end.nodeType&&(0==offset?this.setEndBefore(end):(offset<end.nodeValue.length&&domUtils.split(end,offset),this.setEndAfter(end)))),this},txtToElmBoundary:function(ignoreCollapsed){function adjust(r,c){var container=r[c+"Container"],offset=r[c+"Offset"];3==container.nodeType&&(offset?offset>=container.nodeValue.length&&r["set"+c.replace(/(\w)/,function(a){return a.toUpperCase()})+"After"](container):r["set"+c.replace(/(\w)/,function(a){return a.toUpperCase()})+"Before"](container))}return!ignoreCollapsed&&this.collapsed||(adjust(this,"start"),adjust(this,"end")),this},insertNode:function(node){var first=node,length=1;11==node.nodeType&&(first=node.firstChild,length=node.childNodes.length),this.trimBoundary(!0);var start=this.startContainer,offset=this.startOffset,nextNode=start.childNodes[offset];return nextNode?start.insertBefore(node,nextNode):start.appendChild(node),first.parentNode===this.endContainer&&(this.endOffset=this.endOffset+length),this.setStartBefore(first)},setCursor:function(toEnd,noFillData){return this.collapse(!toEnd).select(noFillData)},createBookmark:function(serialize,same){var endNode,startNode=this.document.createElement("span");return startNode.style.cssText="display:none;line-height:0px;",startNode.appendChild(this.document.createTextNode("")),startNode.id="_baidu_bookmark_start_"+(same?"":guid++),this.collapsed||(endNode=startNode.cloneNode(!0),endNode.id="_baidu_bookmark_end_"+(same?"":guid++)),this.insertNode(startNode),endNode&&this.collapse().insertNode(endNode).setEndBefore(endNode),this.setStartAfter(startNode),{start:serialize?startNode.id:startNode,end:endNode?serialize?endNode.id:endNode:null,id:serialize}},moveToBookmark:function(bookmark){var start=bookmark.id?this.document.getElementById(bookmark.start):bookmark.start,end=bookmark.end&&bookmark.id?this.document.getElementById(bookmark.end):bookmark.end;return this.setStartBefore(start),domUtils.remove(start),end?(this.setEndBefore(end),domUtils.remove(end)):this.collapse(!0),this},enlarge:function(toBlock,stopFn){var pre,node,isBody=domUtils.isBody,tmp=this.document.createTextNode("");if(toBlock){for(node=this.startContainer,1==node.nodeType?node.childNodes[this.startOffset]?pre=node=node.childNodes[this.startOffset]:(node.appendChild(tmp),pre=node=tmp):pre=node;;){if(domUtils.isBlockElm(node)){for(node=pre;(pre=node.previousSibling)&&!domUtils.isBlockElm(pre);)node=pre;this.setStartBefore(node);break}pre=node,node=node.parentNode}for(node=this.endContainer,1==node.nodeType?((pre=node.childNodes[this.endOffset])?node.insertBefore(tmp,pre):node.appendChild(tmp),pre=node=tmp):pre=node;;){if(domUtils.isBlockElm(node)){for(node=pre;(pre=node.nextSibling)&&!domUtils.isBlockElm(pre);)node=pre;this.setEndAfter(node);break}pre=node,node=node.parentNode}tmp.parentNode===this.endContainer&&this.endOffset--,domUtils.remove(tmp)}if(!this.collapsed){for(;!(0!=this.startOffset||stopFn&&stopFn(this.startContainer)||isBody(this.startContainer));)this.setStartBefore(this.startContainer);for(;!(this.endOffset!=(1==this.endContainer.nodeType?this.endContainer.childNodes.length:this.endContainer.nodeValue.length)||stopFn&&stopFn(this.endContainer)||isBody(this.endContainer));)this.setEndAfter(this.endContainer)}return this},enlargeToBlockElm:function(ignoreEnd){for(;!domUtils.isBlockElm(this.startContainer);)this.setStartBefore(this.startContainer);if(!ignoreEnd)for(;!domUtils.isBlockElm(this.endContainer);)this.setEndAfter(this.endContainer);return this},adjustmentBoundary:function(){if(!this.collapsed){for(;!domUtils.isBody(this.startContainer)&&this.startOffset==this.startContainer[3==this.startContainer.nodeType?"nodeValue":"childNodes"].length&&this.startContainer[3==this.startContainer.nodeType?"nodeValue":"childNodes"].length;)this.setStartAfter(this.startContainer);for(;!domUtils.isBody(this.endContainer)&&!this.endOffset&&this.endContainer[3==this.endContainer.nodeType?"nodeValue":"childNodes"].length;)this.setEndBefore(this.endContainer)}return this},applyInlineStyle:function(tagName,attrs,list){if(this.collapsed)return this;this.trimBoundary().enlarge(!1,function(node){return 1==node.nodeType&&domUtils.isBlockElm(node)}).adjustmentBoundary();for(var node,pre,bookmark=this.createBookmark(),end=bookmark.end,filterFn=function(node){return 1==node.nodeType?"br"!=node.tagName.toLowerCase():!domUtils.isWhitespace(node)},current=domUtils.getNextDomNode(bookmark.start,!1,filterFn),range=this.cloneRange();current&&domUtils.getPosition(current,end)&domUtils.POSITION_PRECEDING;)if(3==current.nodeType||dtd[tagName][current.tagName]){for(range.setStartBefore(current),node=current;node&&(3==node.nodeType||dtd[tagName][node.tagName])&&node!==end;)pre=node,node=domUtils.getNextDomNode(node,1==node.nodeType,null,function(parent){return dtd[tagName][parent.tagName]});var elm,frag=range.setEndAfter(pre).extractContents();if(list&&list.length>0){var level,top;top=level=list[0].cloneNode(!1);for(var ci,i=1;ci=list[i++];)level.appendChild(ci.cloneNode(!1)),level=level.firstChild;elm=level}else elm=range.document.createElement(tagName);attrs&&domUtils.setAttributes(elm,attrs),elm.appendChild(frag),"SPAN"==elm.tagName&&attrs&&attrs.style&&utils.each(elm.getElementsByTagName("span"),function(s){s.style.cssText=s.style.cssText+";"+attrs.style}),range.insertNode(list?top:elm);var aNode;if("span"==tagName&&attrs.style&&/text\-decoration/.test(attrs.style)&&(aNode=domUtils.findParentByTagName(elm,"a",!0))?(domUtils.setAttributes(aNode,attrs),domUtils.remove(elm,!0),elm=aNode):(domUtils.mergeSibling(elm),domUtils.clearEmptySibling(elm)),domUtils.mergeChild(elm,attrs),current=domUtils.getNextDomNode(elm,!1,filterFn),domUtils.mergeToParent(elm),node===end)break}else current=domUtils.getNextDomNode(current,!0,filterFn);return this.moveToBookmark(bookmark)},removeInlineStyle:function(tagNames){if(this.collapsed)return this;tagNames=utils.isArray(tagNames)?tagNames:[tagNames],this.shrinkBoundary().adjustmentBoundary();for(var start=this.startContainer,end=this.endContainer;;){if(1==start.nodeType){if(utils.indexOf(tagNames,start.tagName.toLowerCase())>-1)break;if("body"==start.tagName.toLowerCase()){start=null;break}}start=start.parentNode}for(;;){if(1==end.nodeType){if(utils.indexOf(tagNames,end.tagName.toLowerCase())>-1)break;if("body"==end.tagName.toLowerCase()){end=null;break}}end=end.parentNode}var frag,tmpRange,bookmark=this.createBookmark();start&&(tmpRange=this.cloneRange().setEndBefore(bookmark.start).setStartBefore(start),frag=tmpRange.extractContents(),tmpRange.insertNode(frag),domUtils.clearEmptySibling(start,!0),start.parentNode.insertBefore(bookmark.start,start)),end&&(tmpRange=this.cloneRange().setStartAfter(bookmark.end).setEndAfter(end),frag=tmpRange.extractContents(),tmpRange.insertNode(frag),domUtils.clearEmptySibling(end,!1,!0),end.parentNode.insertBefore(bookmark.end,end.nextSibling));for(var next,current=domUtils.getNextDomNode(bookmark.start,!1,function(node){return 1==node.nodeType});current&¤t!==bookmark.end;)next=domUtils.getNextDomNode(current,!0,function(node){return 1==node.nodeType}),utils.indexOf(tagNames,current.tagName.toLowerCase())>-1&&domUtils.remove(current,!0),current=next;return this.moveToBookmark(bookmark)},getClosedNode:function(){var node;if(!this.collapsed){var range=this.cloneRange().adjustmentBoundary().shrinkBoundary();if(selectOneNode(range)){var child=range.startContainer.childNodes[range.startOffset];child&&1===child.nodeType&&(dtd.$empty[child.tagName]||dtd.$nonChild[child.tagName])&&(node=child)}}return node},select:browser.ie?function(noFillData,textRange){var nativeRange;this.collapsed||this.shrinkBoundary();var node=this.getClosedNode();if(node&&!textRange){try{nativeRange=this.document.body.createControlRange(),nativeRange.addElement(node),nativeRange.select()}catch(e){}return this}var end,bookmark=this.createBookmark(),start=bookmark.start;if(nativeRange=this.document.body.createTextRange(),nativeRange.moveToElementText(start),nativeRange.moveStart("character",1),this.collapsed){if(!noFillData&&3!=this.startContainer.nodeType){var tmpText=this.document.createTextNode(fillChar),tmp=this.document.createElement("span");tmp.appendChild(this.document.createTextNode(fillChar)),start.parentNode.insertBefore(tmp,start),start.parentNode.insertBefore(tmpText,start),removeFillData(this.document,tmpText),fillData=tmpText,mergeSibling(tmp,"previousSibling"),mergeSibling(start,"nextSibling"),nativeRange.moveStart("character",-1),nativeRange.collapse(!0)}}else{var nativeRangeEnd=this.document.body.createTextRange();end=bookmark.end,nativeRangeEnd.moveToElementText(end),nativeRange.setEndPoint("EndToEnd",nativeRangeEnd)}this.moveToBookmark(bookmark),tmp&&domUtils.remove(tmp);try{nativeRange.select()}catch(e){}return this}:function(notInsertFillData){function checkOffset(rng){function check(node,offset,dir){3==node.nodeType&&node.nodeValue.length<offset&&(rng[dir+"Offset"]=node.nodeValue.length)}check(rng.startContainer,rng.startOffset,"start"),check(rng.endContainer,rng.endOffset,"end")}var txtNode,win=domUtils.getWindow(this.document),sel=win.getSelection();if(browser.gecko?this.document.body.focus():win.focus(),sel){if(sel.removeAllRanges(),this.collapsed&&!notInsertFillData){var start=this.startContainer,child=start;1==start.nodeType&&(child=start.childNodes[this.startOffset]),3==start.nodeType&&this.startOffset||(child?child.previousSibling&&3==child.previousSibling.nodeType:start.lastChild&&3==start.lastChild.nodeType)||(txtNode=this.document.createTextNode(fillChar),this.insertNode(txtNode),removeFillData(this.document,txtNode),mergeSibling(txtNode,"previousSibling"),mergeSibling(txtNode,"nextSibling"),fillData=txtNode,this.setStart(txtNode,browser.webkit?1:0).collapse(!0))}var nativeRange=this.document.createRange();if(this.collapsed&&browser.opera&&1==this.startContainer.nodeType){var child=this.startContainer.childNodes[this.startOffset];if(child){for(;child&&domUtils.isBlockElm(child)&&1==child.nodeType&&child.childNodes[0];)child=child.childNodes[0];child&&this.setStartBefore(child).collapse(!0)}else child=this.startContainer.lastChild,child&&domUtils.isBr(child)&&this.setStartBefore(child).collapse(!0)}checkOffset(this),nativeRange.setStart(this.startContainer,this.startOffset),nativeRange.setEnd(this.endContainer,this.endOffset),sel.addRange(nativeRange)}return this},scrollToView:function(win,offset){win=win?window:domUtils.getWindow(this.document),offset=offset||win.innerHeight-100;var me=this,span=me.document.createElement("span");return span.innerHTML=" ",me.cloneRange().insertNode(span),domUtils.scrollToView(span,win,offset),domUtils.remove(span),me},inFillChar:function(){var start=this.startContainer;return!(!this.collapsed||3!=start.nodeType||start.nodeValue.replace(new RegExp("^"+domUtils.fillChar),"").length+1!=start.nodeValue.length)},createAddress:function(ignoreEnd,ignoreTxt){function getAddress(isStart){for(var ci,node=isStart?me.startContainer:me.endContainer,parents=domUtils.findParents(node,!0,function(node){return!domUtils.isBody(node)}),addrs=[],i=0;ci=parents[i++];)addrs.push(domUtils.getNodeIndex(ci,ignoreTxt));var firstIndex=0;if(ignoreTxt)if(3==node.nodeType){for(var tmpNode=node.previousSibling;tmpNode&&3==tmpNode.nodeType;)firstIndex+=tmpNode.nodeValue.replace(fillCharReg,"").length,tmpNode=tmpNode.previousSibling;firstIndex+=isStart?me.startOffset:me.endOffset}else if(node=node.childNodes[isStart?me.startOffset:me.endOffset])firstIndex=domUtils.getNodeIndex(node,ignoreTxt);else{node=isStart?me.startContainer:me.endContainer;for(var first=node.firstChild;first;)if(domUtils.isFillChar(first))first=first.nextSibling;else if(firstIndex++,3==first.nodeType)for(;first&&3==first.nodeType;)first=first.nextSibling;else first=first.nextSibling}else firstIndex=isStart?domUtils.isFillChar(node)?0:me.startOffset:me.endOffset;return firstIndex<0&&(firstIndex=0),addrs.push(firstIndex),addrs}var addr={},me=this;return addr.startAddress=getAddress(!0),ignoreEnd||(addr.endAddress=me.collapsed?[].concat(addr.startAddress):getAddress()),addr},moveToAddress:function(addr,ignoreEnd){function getNode(address,isStart){for(var parentNode,offset,ci,tmpNode=me.document.body,i=0,l=address.length;i<l;i++)if(ci=address[i],parentNode=tmpNode,tmpNode=tmpNode.childNodes[ci],!tmpNode){offset=ci;break}isStart?tmpNode?me.setStartBefore(tmpNode):me.setStart(parentNode,offset):tmpNode?me.setEndBefore(tmpNode):me.setEnd(parentNode,offset)}var me=this;return getNode(addr.startAddress,!0),!ignoreEnd&&addr.endAddress&&getNode(addr.endAddress),me},equals:function(rng){for(var p in this)if(this.hasOwnProperty(p)&&this[p]!==rng[p])return!1;return!0},traversal:function(doFn,filterFn){if(this.collapsed)return this;for(var bookmark=this.createBookmark(),end=bookmark.end,current=domUtils.getNextDomNode(bookmark.start,!1,filterFn);current&¤t!==end&&domUtils.getPosition(current,end)&domUtils.POSITION_PRECEDING;){var tmpNode=domUtils.getNextDomNode(current,!1,filterFn);doFn(current),current=tmpNode}return this.moveToBookmark(bookmark)}}}(),function(){function getBoundaryInformation(range,start){var getIndex=domUtils.getNodeIndex;range=range.duplicate(),range.collapse(start);var parent=range.parentElement();if(!parent.hasChildNodes())return{container:parent,offset:0};for(var child,distance,siblings=parent.children,testRange=range.duplicate(),startIndex=0,endIndex=siblings.length-1,index=-1;startIndex<=endIndex;){index=Math.floor((startIndex+endIndex)/2),child=siblings[index],testRange.moveToElementText(child);var position=testRange.compareEndPoints("StartToStart",range);if(position>0)endIndex=index-1;else{if(!(position<0))return{container:parent,offset:getIndex(child)};startIndex=index+1}}if(index==-1){if(testRange.moveToElementText(parent),testRange.setEndPoint("StartToStart",range),distance=testRange.text.replace(/(\r\n|\r)/g,"\n").length,siblings=parent.childNodes,!distance)return child=siblings[siblings.length-1],{container:child,offset:child.nodeValue.length};for(var i=siblings.length;distance>0;)distance-=siblings[--i].nodeValue.length;return{container:siblings[i],offset:-distance}}if(testRange.collapse(position>0),testRange.setEndPoint(position>0?"StartToStart":"EndToStart",range),distance=testRange.text.replace(/(\r\n|\r)/g,"\n").length,!distance)return dtd.$empty[child.tagName]||dtd.$nonChild[child.tagName]?{container:parent,offset:getIndex(child)+(position>0?0:1)}:{container:child,offset:position>0?0:child.childNodes.length};for(;distance>0;)try{var pre=child;child=child[position>0?"previousSibling":"nextSibling"],distance-=child.nodeValue.length}catch(e){return{container:parent,offset:getIndex(pre)}}return{container:child,offset:position>0?-distance:child.nodeValue.length+distance}}function transformIERangeToRange(ieRange,range){if(ieRange.item)range.selectNode(ieRange.item(0));else{var bi=getBoundaryInformation(ieRange,!0);range.setStart(bi.container,bi.offset),0!=ieRange.compareEndPoints("StartToEnd",ieRange)&&(bi=getBoundaryInformation(ieRange,!1),range.setEnd(bi.container,bi.offset))}return range}function _getIERange(sel){var ieRange;try{ieRange=sel.getNative().createRange()}catch(e){return null}var el=ieRange.item?ieRange.item(0):ieRange.parentElement();return(el.ownerDocument||el)===sel.document?ieRange:null}var Selection=dom.Selection=function(doc){var iframe,me=this;me.document=doc,browser.ie9below&&(iframe=domUtils.getWindow(doc).frameElement,domUtils.on(iframe,"beforedeactivate",function(){me._bakIERange=me.getIERange()}),domUtils.on(iframe,"activate",function(){try{!_getIERange(me)&&me._bakIERange&&me._bakIERange.select()}catch(ex){}me._bakIERange=null})),iframe=doc=null};Selection.prototype={rangeInBody:function(rng,txtRange){var node=browser.ie9below||txtRange?rng.item?rng.item():rng.parentElement():rng.startContainer;return node===this.document.body||domUtils.inDoc(node,this.document)},getNative:function(){var doc=this.document;try{return doc?browser.ie9below?doc.selection:domUtils.getWindow(doc).getSelection():null}catch(e){return null}},getIERange:function(){var ieRange=_getIERange(this);return!ieRange&&this._bakIERange?this._bakIERange:ieRange},cache:function(){this.clear(),this._cachedRange=this.getRange(),this._cachedStartElement=this.getStart(),this._cachedStartElementPath=this.getStartElementPath()},getStartElementPath:function(){if(this._cachedStartElementPath)return this._cachedStartElementPath;var start=this.getStart();return start?domUtils.findParents(start,!0,null,!0):[]},clear:function(){this._cachedStartElementPath=this._cachedRange=this._cachedStartElement=null},isFocus:function(){try{if(browser.ie9below){var nativeRange=_getIERange(this);return!(!nativeRange||!this.rangeInBody(nativeRange))}return!!this.getNative().rangeCount}catch(e){return!1}},getRange:function(){function optimze(range){for(var child=me.document.body.firstChild,collapsed=range.collapsed;child&&child.firstChild;)range.setStart(child,0),child=child.firstChild;range.startContainer||range.setStart(me.document.body,0),collapsed&&range.collapse(!0)}var me=this;if(null!=me._cachedRange)return this._cachedRange;var range=new baidu.editor.dom.Range(me.document);if(browser.ie9below){var nativeRange=me.getIERange();if(nativeRange)try{transformIERangeToRange(nativeRange,range)}catch(e){optimze(range)}else optimze(range)}else{var sel=me.getNative();if(sel&&sel.rangeCount){var firstRange=sel.getRangeAt(0),lastRange=sel.getRangeAt(sel.rangeCount-1);range.setStart(firstRange.startContainer,firstRange.startOffset).setEnd(lastRange.endContainer,lastRange.endOffset),range.collapsed&&domUtils.isBody(range.startContainer)&&!range.startOffset&&optimze(range)}else{if(this._bakRange&&domUtils.inDoc(this._bakRange.startContainer,this.document))return this._bakRange;optimze(range)}}return this._bakRange=range},getStart:function(){if(this._cachedStartElement)return this._cachedStartElement;var tmpRange,start,tmp,parent,range=browser.ie9below?this.getIERange():this.getRange();if(browser.ie9below){if(!range)return this.document.body.firstChild;if(range.item)return range.item(0);for(tmpRange=range.duplicate(),tmpRange.text.length>0&&tmpRange.moveStart("character",1),tmpRange.collapse(1),start=tmpRange.parentElement(),parent=tmp=range.parentElement();tmp=tmp.parentNode;)if(tmp==start){start=parent;break}}else if(range.shrinkBoundary(),start=range.startContainer,1==start.nodeType&&start.hasChildNodes()&&(start=start.childNodes[Math.min(start.childNodes.length-1,range.startOffset)]),3==start.nodeType)return start.parentNode;return start},getText:function(){var nativeSel,nativeRange;return this.isFocus()&&(nativeSel=this.getNative())?(nativeRange=browser.ie9below?nativeSel.createRange():nativeSel.getRangeAt(0),browser.ie9below?nativeRange.text:nativeRange.toString()):""},clearRange:function(){this.getNative()[browser.ie9below?"empty":"removeAllRanges"]()}}}(),function(){function setValue(form,editor){if(editor.options.textarea){var textarea;textarea=editor.textarea,textarea||(textarea=form.getElementById("ueditor_textarea_"+editor.options.textarea)),textarea||(textarea=form.getElementsByName(editor.options.textarea)[0]),textarea||form.appendChild(textarea=domUtils.createElement(document,"textarea",{name:editor.options.textarea,id:"ueditor_textarea_"+editor.options.textarea,style:"display:none"})),textarea&&!editor.textarea&&(editor.textarea=textarea),!textarea.getAttribute("name")&&textarea.setAttribute("name",editor.options.textarea),textarea.value=editor.hasContents()?editor.options.allHtmlEnabled?editor.getAllHtml():editor.getContent(null,null,!0):""}}function checkCurLang(I18N){for(var lang in I18N)return lang}function langReadied(me){me.langIsReady=!0,me.fireEvent("langReady")}var _selectionChangeTimer,uid=0,Editor=UE.Editor=function(options){var me=this;me.uid=uid++,EventBase.call(me),me.commands={},me.options=utils.extend(utils.clone(options||{}),UEDITOR_CONFIG,!0),me.shortcutkeys={},me.inputRules=[],me.outputRules=[],me.setOpt(Editor.defaultOptions(me)),me.loadServerConfig(),utils.isEmptyObject(UE.I18N)?utils.loadFile(document,{src:me.options.langPath+me.options.lang+"/"+me.options.lang+".js?334bfb75",tag:"script",type:"text/javascript",defer:"defer"},function(){UE.plugin.load(me),langReadied(me)}):(me.options.lang=checkCurLang(UE.I18N),UE.plugin.load(me),langReadied(me)),UE.instants["ueditorInstant"+me.uid]=me};Editor.prototype={registerCommand:function(name,obj){this.commands[name]=obj},ready:function(fn){var me=this;fn&&(me.isReady?fn.apply(me):me.addListener("ready",fn))},setOpt:function(key,val){var obj={};utils.isString(key)?obj[key]=val:obj=key,utils.extend(this.options,obj,!0)},getOpt:function(key){return this.options[key]},destroy:function(){var me=this;me.fireEvent("destroy");var container=me.container.parentNode,textarea=me.textarea;textarea?textarea.style.display="":(textarea=document.createElement("textarea"),container.parentNode.insertBefore(textarea,container)),textarea.style.width=me.iframe.offsetWidth+"px",textarea.style.height=me.iframe.offsetHeight+"px",textarea.value=me.getContent(),textarea.id=me.key,container.innerHTML="",domUtils.remove(container);var key=me.key;for(var p in me)me.hasOwnProperty(p)&&delete this[p];UE.delEditor(key)},render:function(container){var me=this,options=me.options,getStyleValue=function(attr){return parseInt(domUtils.getComputedStyle(container,attr))};if(utils.isString(container)&&(container=document.getElementById(container)),container){options.initialFrameWidth?options.minFrameWidth=options.initialFrameWidth:options.minFrameWidth=options.initialFrameWidth=container.offsetWidth,options.initialFrameHeight?options.minFrameHeight=options.initialFrameHeight:options.initialFrameHeight=options.minFrameHeight=container.offsetHeight,container.style.width=/%$/.test(options.initialFrameWidth)?"100%":options.initialFrameWidth-getStyleValue("padding-left")-getStyleValue("padding-right")+"px",container.style.height=/%$/.test(options.initialFrameHeight)?"100%":options.initialFrameHeight-getStyleValue("padding-top")-getStyleValue("padding-bottom")+"px",container.style.zIndex=options.zIndex;var additionCssHtml=[];for(var i in options.iframeCssUrlsAddition)additionCssHtml.push("<link rel='stylesheet' type='text/css' href='"+utils.unhtml(options.iframeCssUrlsAddition[i])+"'/>");var html=(ie&&browser.version<9?"":"<!DOCTYPE html>")+"<html xmlns='http://www.w3.org/1999/xhtml' class='view' ><head><style type='text/css'>.view{padding:0;word-wrap:break-word;cursor:text;height:90%;}\nbody{margin:8px;font-family:sans-serif;font-size:16px;}p{margin:5px 0;}</style>"+(options.iframeCssUrl?"<link rel='stylesheet' type='text/css' href='"+utils.unhtml(options.iframeCssUrl)+"'/>":"")+(options.initialStyle?"<style>"+options.initialStyle+"</style>":"")+additionCssHtml.join("")+"</head><body class='view' ></body><script type='text/javascript' "+(ie?"defer='defer'":"")+" id='_initialScript'>setTimeout(function(){editor = window.parent.UE.instants['ueditorInstant"+me.uid+"'];editor._setup(document);},0);var _tmpScript = document.getElementById('_initialScript');_tmpScript.parentNode.removeChild(_tmpScript);</script>"+(options.iframeJsUrl?"<script type='text/javascript' src='"+utils.unhtml(options.iframeJsUrl)+"'></script>":"")+"</html>";container.appendChild(domUtils.createElement(document,"iframe",{id:"ueditor_"+me.uid,width:"100%",height:"100%",frameborder:"0",src:"javascript:void(function(){document.open();"+(options.customDomain&&document.domain!=location.hostname?'document.domain="'+document.domain+'";':"")+'document.write("'+html+'");document.close();}())'})),container.style.overflow="hidden",setTimeout(function(){/%$/.test(options.initialFrameWidth)&&(options.minFrameWidth=options.initialFrameWidth=container.offsetWidth),/%$/.test(options.initialFrameHeight)&&(options.minFrameHeight=options.initialFrameHeight=container.offsetHeight,container.style.height=options.initialFrameHeight+"px")})}},_setup:function(doc){var me=this,options=me.options;ie?(doc.body.disabled=!0,doc.body.contentEditable=!0,doc.body.disabled=!1):doc.body.contentEditable=!0,doc.body.spellcheck=!1,me.document=doc,me.window=doc.defaultView||doc.parentWindow,me.iframe=me.window.frameElement,me.body=doc.body,me.selection=new dom.Selection(doc);var geckoSel;browser.gecko&&(geckoSel=this.selection.getNative())&&geckoSel.removeAllRanges(),this._initEvents();for(var form=this.iframe.parentNode;!domUtils.isBody(form);form=form.parentNode)if("FORM"===form.tagName){me.form=form,me.options.autoSyncData?(domUtils.on(me.window,"blur",function(){setValue(form,me)}),domUtils.on(form,"submit",function(){me.fireEvent("beforesubmit")})):domUtils.on(form,"submit",function(){setValue(this,me),me.fireEvent("beforesubmit")});break}if(options.initialContent)if(options.autoClearinitialContent){var oldExecCommand=me.execCommand;me.execCommand=function(){return me.fireEvent("firstBeforeExecCommand"),oldExecCommand.apply(me,arguments)},this._setDefaultContent(options.initialContent)}else this.setContent(options.initialContent,!1,!0);domUtils.isEmptyNode(me.body)&&(me.body.innerHTML="<p>"+(browser.ie?"":"<br/>")+"</p>"),options.focus&&setTimeout(function(){me.focus(me.options.focusInEnd),!me.options.autoClearinitialContent&&me._selectionChange()},0),me.container||(me.container=this.iframe.parentNode),options.fullscreen&&me.ui&&me.ui.setFullScreen(!0);try{me.document.execCommand("2D-position",!1,!1)}catch(e){}try{me.document.execCommand("enableInlineTableEditing",!1,!1)}catch(e){}try{me.document.execCommand("enableObjectResizing",!1,!1)}catch(e){}me._bindshortcutKeys(),me.isReady=1,me.fireEvent("ready"),options.onready&&options.onready.call(me),browser.ie9below||domUtils.on(me.window,["blur","focus"],function(e){if("blur"==e.type){me._bakRange=me.selection.getRange();try{me._bakNativeRange=me.selection.getNative().getRangeAt(0),me.selection.getNative().removeAllRanges()}catch(e){me._bakNativeRange=null}}else try{me._bakRange&&me._bakRange.select()}catch(e){}}),browser.gecko&&browser.version<=10902&&(me.body.contentEditable=!1,setTimeout(function(){me.body.contentEditable=!0},100),setInterval(function(){me.body.style.height=me.iframe.offsetHeight-20+"px"},100)),!options.isShow&&me.setHide(),options.readonly&&me.setDisabled()},sync:function(formId){var me=this,form=formId?document.getElementById(formId):domUtils.findParent(me.iframe.parentNode,function(node){return"FORM"===node.tagName},!0);form&&setValue(form,me)},syncCommandState:function(){this.fireEvent("selectionchange")},setWidth:function(width){width!==parseInt(this.iframe.parentNode.parentNode.style.width)&&(this.iframe.parentNode.parentNode.style.width=width+"px")},setHeight:function(height,notSetHeight){height!==parseInt(this.iframe.parentNode.style.height)&&(this.iframe.parentNode.style.height=height+"px"),!notSetHeight&&(this.options.minFrameHeight=this.options.initialFrameHeight=height),this.body.style.height=height+"px",!notSetHeight&&this.trigger("setHeight")},addshortcutkey:function(cmd,keys){var obj={};keys?obj[cmd]=keys:obj=cmd,utils.extend(this.shortcutkeys,obj)},_bindshortcutKeys:function(){var me=this,shortcutkeys=this.shortcutkeys;me.addListener("keydown",function(type,e){var keyCode=e.keyCode||e.which;for(var i in shortcutkeys)for(var ti,tmp=shortcutkeys[i].split(","),t=0;ti=tmp[t++];){ti=ti.split(":");var key=ti[0],param=ti[1];(/^(ctrl)(\+shift)?\+(\d+)$/.test(key.toLowerCase())||/^(\d+)$/.test(key))&&(("ctrl"==RegExp.$1?e.ctrlKey||e.metaKey:0)&&(""!=RegExp.$2?e[RegExp.$2.slice(1)+"Key"]:1)&&keyCode==RegExp.$3||keyCode==RegExp.$1)&&(me.queryCommandState(i,param)!=-1&&me.execCommand(i,param),domUtils.preventDefault(e))}})},getContent:function(cmd,fn,notSetCursor,ignoreBlank,formatter){var me=this;if(cmd&&utils.isFunction(cmd)&&(fn=cmd,cmd=""),fn?!fn():!this.hasContents())return"";me.fireEvent("beforegetcontent");var root=UE.htmlparser(me.body.innerHTML,ignoreBlank);return me.filterOutputRule(root),me.fireEvent("aftergetcontent",cmd,root),root.toHtml(formatter)},getAllHtml:function(){var me=this,headHtml=[];if(me.fireEvent("getAllHtml",headHtml),browser.ie&&browser.version>8){var headHtmlForIE9="";utils.each(me.document.styleSheets,function(si){headHtmlForIE9+=si.href?'<link rel="stylesheet" type="text/css" href="'+si.href+'" />':"<style>"+si.cssText+"</style>"}),utils.each(me.document.getElementsByTagName("script"),function(si){headHtmlForIE9+=si.outerHTML})}return"<html><head>"+(me.options.charset?'<meta http-equiv="Content-Type" content="text/html; charset='+me.options.charset+'"/>':"")+(headHtmlForIE9||me.document.getElementsByTagName("head")[0].innerHTML)+headHtml.join("\n")+"</head><body "+(ie&&browser.version<9?'class="view"':"")+">"+me.getContent(null,null,!0)+"</body></html>"},getPlainTxt:function(){var reg=new RegExp(domUtils.fillChar,"g"),html=this.body.innerHTML.replace(/[\n\r]/g,"");return html=html.replace(/<(p|div)[^>]*>(<br\/?>| )<\/\1>/gi,"\n").replace(/<br\/?>/gi,"\n").replace(/<[^>/]+>/g,"").replace(/(\n)?<\/([^>]+)>/g,function(a,b,c){return dtd.$block[c]?"\n":b?b:""}),html.replace(reg,"").replace(/\u00a0/g," ").replace(/ /g," ")},getContentTxt:function(){var reg=new RegExp(domUtils.fillChar,"g");return this.body[browser.ie?"innerText":"textContent"].replace(reg,"").replace(/\u00a0/g," ")},setContent:function(html,isAppendTo,notFireSelectionchange){function isCdataDiv(node){return"DIV"==node.tagName&&node.getAttribute("cdata_tag")}var me=this;me.fireEvent("beforesetcontent",html);var root=UE.htmlparser(html);if(me.filterInputRule(root),html=root.toHtml(),me.body.innerHTML=(isAppendTo?me.body.innerHTML:"")+html,"p"==me.options.enterTag){var tmpNode,child=this.body.firstChild;if(!child||1==child.nodeType&&(dtd.$cdata[child.tagName]||isCdataDiv(child)||domUtils.isCustomeNode(child))&&child===this.body.lastChild)this.body.innerHTML="<p>"+(browser.ie?" ":"<br/>")+"</p>"+this.body.innerHTML;else for(var p=me.document.createElement("p");child;){for(;child&&(3==child.nodeType||1==child.nodeType&&dtd.p[child.tagName]&&!dtd.$cdata[child.tagName]);)tmpNode=child.nextSibling,p.appendChild(child),child=tmpNode;if(p.firstChild){if(!child){me.body.appendChild(p);break}child.parentNode.insertBefore(p,child),p=me.document.createElement("p")}child=child.nextSibling}}me.fireEvent("aftersetcontent"),me.fireEvent("contentchange"),!notFireSelectionchange&&me._selectionChange(),me._bakRange=me._bakIERange=me._bakNativeRange=null;var geckoSel;browser.gecko&&(geckoSel=this.selection.getNative())&&geckoSel.removeAllRanges(),
|
|
7
|
+
me.options.autoSyncData&&me.form&&setValue(me.form,me)},focus:function(toEnd){try{var me=this,rng=me.selection.getRange();if(toEnd){var node=me.body.lastChild;node&&1==node.nodeType&&!dtd.$empty[node.tagName]&&(domUtils.isEmptyBlock(node)?rng.setStartAtFirst(node):rng.setStartAtLast(node),rng.collapse(!0)),rng.setCursor(!0)}else{if(!rng.collapsed&&domUtils.isBody(rng.startContainer)&&0==rng.startOffset){var node=me.body.firstChild;node&&1==node.nodeType&&!dtd.$empty[node.tagName]&&rng.setStartAtFirst(node).collapse(!0)}rng.select(!0)}this.fireEvent("focus selectionchange")}catch(e){}},isFocus:function(){return this.selection.isFocus()},blur:function(){var sel=this.selection.getNative();if(sel.empty&&browser.ie){var nativeRng=document.body.createTextRange();nativeRng.moveToElementText(document.body),nativeRng.collapse(!0),nativeRng.select(),sel.empty()}else sel.removeAllRanges()},_initEvents:function(){var me=this,doc=me.document,win=me.window;me._proxyDomEvent=utils.bind(me._proxyDomEvent,me),domUtils.on(doc,["click","contextmenu","mousedown","keydown","keyup","keypress","mouseup","mouseover","mouseout","selectstart"],me._proxyDomEvent),domUtils.on(win,["focus","blur"],me._proxyDomEvent),domUtils.on(me.body,"drop",function(e){browser.gecko&&e.stopPropagation&&e.stopPropagation(),me.fireEvent("contentchange")}),domUtils.on(me.body,"dblclick",function(e){try{var node=me.body.lastChild;if(!node)return;var rect=node.getBoundingClientRect();if(e.clientY>rect.top+rect.height){var p=document.createElement("p");p.innerHTML="<br />",me.body.appendChild(p),setTimeout(function(){me.focus(!0)},100)}}catch(e){console.error("auto insert p at end",e)}}),domUtils.on(doc,["mouseup","keydown"],function(evt){"keydown"===evt.type&&(evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey)||2!==evt.button&&me._selectionChange(250,evt)})},_proxyDomEvent:function(evt){return this.fireEvent("before"+evt.type.replace(/^on/,"").toLowerCase())!==!1&&(this.fireEvent(evt.type.replace(/^on/,""),evt)!==!1&&this.fireEvent("after"+evt.type.replace(/^on/,"").toLowerCase()))},_selectionChange:function(delay,evt){var mouseX,mouseY,me=this,hackForMouseUp=!1;if(browser.ie&&browser.version<9&&evt&&"mouseup"==evt.type){var range=this.selection.getRange();range.collapsed||(hackForMouseUp=!0,mouseX=evt.clientX,mouseY=evt.clientY)}clearTimeout(_selectionChangeTimer),_selectionChangeTimer=setTimeout(function(){if(me.selection&&me.selection.getNative()){var ieRange;if(hackForMouseUp&&"None"==me.selection.getNative().type){ieRange=me.document.body.createTextRange();try{ieRange.moveToPoint(mouseX,mouseY)}catch(ex){ieRange=null}}var bakGetIERange;ieRange&&(bakGetIERange=me.selection.getIERange,me.selection.getIERange=function(){return ieRange}),me.selection.cache(),bakGetIERange&&(me.selection.getIERange=bakGetIERange),me.selection._cachedRange&&me.selection._cachedStartElement&&(me.fireEvent("beforeselectionchange"),me.fireEvent("selectionchange",!!evt),me.fireEvent("afterselectionchange"),me.selection.clear())}},delay||50)},_callCmdFn:function(fnName,args){var cmd,cmdFn,cmdName=args[0].toLowerCase();return cmd=this.commands[cmdName]||UE.commands[cmdName],cmdFn=cmd&&cmd[fnName],cmd&&cmdFn||"queryCommandState"!=fnName?cmdFn?cmdFn.apply(this,args):void 0:0},execCommand:function(cmdName){cmdName=cmdName.toLowerCase();var result,me=this,cmd=me.commands[cmdName]||UE.commands[cmdName];return cmd&&cmd.execCommand?(cmd.notNeedUndo||me.__hasEnterExecCommand?(result=this._callCmdFn("execCommand",arguments),!me.__hasEnterExecCommand&&!cmd.ignoreContentChange&&!me._ignoreContentChange&&me.fireEvent("contentchange")):(me.__hasEnterExecCommand=!0,me.queryCommandState.apply(me,arguments)!=-1&&(me.fireEvent("saveScene"),me.fireEvent.apply(me,["beforeexeccommand",cmdName].concat(arguments)),result=this._callCmdFn("execCommand",arguments),me.fireEvent.apply(me,["afterexeccommand",cmdName].concat(arguments)),me.fireEvent("saveScene")),me.__hasEnterExecCommand=!1),!me.__hasEnterExecCommand&&!cmd.ignoreContentChange&&!me._ignoreContentChange&&me._selectionChange(),result):null},queryCommandState:function(cmdName){return this._callCmdFn("queryCommandState",arguments)},queryCommandValue:function(cmdName){return this._callCmdFn("queryCommandValue",arguments)},hasContents:function(tags){if(tags)for(var ci,i=0;ci=tags[i++];)if(this.document.getElementsByTagName(ci).length>0)return!0;if(!domUtils.isEmptyBlock(this.body))return!0;for(tags=["div"],i=0;ci=tags[i++];)for(var cn,nodes=domUtils.getElementsByTagName(this.document,ci),n=0;cn=nodes[n++];)if(domUtils.isCustomeNode(cn))return!0;for(tags=["video","iframe"],i=0;ci=tags[i++];)for(var cn,nodes=domUtils.getElementsByTagName(this.document,ci),n=0;cn=nodes[n++];)return!0;return!1},reset:function(){this.clear(),this.fireEvent("reset")},clear:function(){this.setContent("")},setEnabled:function(){var range,me=this;if("false"===me.body.contentEditable){me.body.contentEditable=!0,range=me.selection.getRange();try{range.moveToBookmark(me.lastBk),delete me.lastBk}catch(e){range.setStartAtFirst(me.body).collapse(!0)}range.select(!0),me.bkqueryCommandState&&(me.queryCommandState=me.bkqueryCommandState,delete me.bkqueryCommandState),me.bkqueryCommandValue&&(me.queryCommandValue=me.bkqueryCommandValue,delete me.bkqueryCommandValue),me.fireEvent("selectionchange")}},enable:function(){return this.setEnabled()},setDisabled:function(except){var me=this;except=except?utils.isArray(except)?except:[except]:[],"true"==me.body.contentEditable&&(me.lastBk||(me.lastBk=me.selection.getRange().createBookmark(!0)),me.body.contentEditable=!1,me.bkqueryCommandState=me.queryCommandState,me.bkqueryCommandValue=me.queryCommandValue,me.queryCommandState=function(type){return utils.indexOf(except,type)!=-1?me.bkqueryCommandState.apply(me,arguments):-1},me.queryCommandValue=function(type){return utils.indexOf(except,type)!=-1?me.bkqueryCommandValue.apply(me,arguments):null},me.fireEvent("selectionchange"))},disable:function(except){return this.setDisabled(except)},_setDefaultContent:function(){function clear(){var me=this;me.document.getElementById("initContent")&&(me.body.innerHTML="<p>"+(ie?"":"<br/>")+"</p>",me.removeListener("firstBeforeExecCommand focus",clear),setTimeout(function(){me.focus(),me._selectionChange()},0))}return function(cont){var me=this;me.body.innerHTML='<p id="initContent">'+cont+"</p>",me.addListener("firstBeforeExecCommand focus",clear)}}(),setShow:function(){var me=this,range=me.selection.getRange();if("none"==me.container.style.display){try{range.moveToBookmark(me.lastBk),delete me.lastBk}catch(e){range.setStartAtFirst(me.body).collapse(!0)}setTimeout(function(){range.select(!0)},100),me.container.style.display=""}},show:function(){return this.setShow()},setHide:function(){var me=this;me.lastBk||(me.lastBk=me.selection.getRange().createBookmark(!0)),me.container.style.display="none"},hide:function(){return this.setHide()},getLang:function(path){var lang=UE.I18N[this.options.lang];if(!lang)throw Error("not import language file");path=(path||"").split(".");for(var ci,i=0;(ci=path[i++])&&(lang=lang[ci],lang););return lang},getContentLength:function(ingoneHtml,tagNames){var count=this.getContent(!1,!1,!0).length;if(ingoneHtml){tagNames=(tagNames||[]).concat(["hr","img","iframe"]),count=this.getContentTxt().replace(/[\t\r\n]+/g,"").length;for(var ci,i=0;ci=tagNames[i++];)count+=this.document.getElementsByTagName(ci).length}return count},getScrollTop:function(){return Math.max(this.document.documentElement.scrollTop,this.document.body.scrollTop)},getScrollLeft:function(){return Math.max(this.document.documentElement.scrollLeft,this.document.body.scrollLeft)},addInputRule:function(rule){this.inputRules.push(rule)},filterInputRule:function(root){for(var ci,i=0;ci=this.inputRules[i++];)ci.call(this,root)},addOutputRule:function(rule){this.outputRules.push(rule)},filterOutputRule:function(root){for(var ci,i=0;ci=this.outputRules[i++];)ci.call(this,root)},getActionUrl:function(action){var serverUrl=this.getOpt("serverUrl");if(!action)return serverUrl;var actionName=this.getOpt(action)||action,imageUrl=this.getOpt("imageUrl");return!serverUrl&&imageUrl&&(serverUrl=imageUrl.replace(/^(.*[\/]).+([\.].+)$/,"$1controller$2")),serverUrl?(serverUrl=serverUrl+(serverUrl.indexOf("?")===-1?"?":"&")+"action="+(actionName||""),utils.formatUrl(serverUrl)):""}},utils.inherits(Editor,EventBase)}(),UE.Editor.defaultOptions=function(editor){var _url=editor.options.UEDITOR_HOME_URL;return{isShow:!0,initialContent:"",initialStyle:"",autoClearinitialContent:!1,iframeCssUrl:_url+"themes/iframe.css?d88ee485",iframeCssUrlsAddition:[],textarea:"",focus:!1,focusInEnd:!0,autoClearEmptyNode:!0,fullscreen:!1,readonly:!1,zIndex:999,imagePopup:!0,enterTag:"p",customDomain:!1,lang:"zh-cn",langPath:_url+"lang/",theme:"default",themePath:_url+"themes/",allHtmlEnabled:!1,scaleEnabled:!1,tableNativeEditInFF:!1,autoSyncData:!0,fileNameFormat:"{time}{rand:6}"}},function(){UE.Editor.prototype.loadServerConfig=function(){function showErrorMsg(msg){console&&console.error(msg)}var me=this;setTimeout(function(){try{me.options.imageUrl&&me.setOpt("serverUrl",me.options.imageUrl.replace(/^(.*[\/]).+([\.].+)$/,"$1controller$2"));var configUrl=me.getActionUrl("config");utils.isCrossDomainUrl(configUrl);me._serverConfigLoaded=!1;try{me.fireEvent("serverConfigLoaded"),me._serverConfigLoaded=!0}catch(e){showErrorMsg(me.getLang("loadconfigFormatError"))}}catch(e){showErrorMsg(me.getLang("loadconfigError"))}})},UE.Editor.prototype.isServerConfigLoaded=function(){var me=this;return me._serverConfigLoaded||!1},UE.Editor.prototype.afterConfigReady=function(handler){if(handler&&utils.isFunction(handler)){var me=this,readyHandler=function readyHandler(){handler.apply(me,arguments),me.removeListener("serverConfigLoaded",readyHandler)};me.isServerConfigLoaded()?handler.call(me,"serverConfigLoaded"):me.addListener("serverConfigLoaded",readyHandler)}}}(),UE.ajax=function(){function json2str(json){var strArr=[];for(var i in json)if("method"!=i&&"timeout"!=i&&"async"!=i&&"dataType"!=i&&"callback"!=i&&void 0!=json[i]&&null!=json[i])if("function"!=_typeof(json[i]).toLowerCase()&&"object"!=_typeof(json[i]).toLowerCase())strArr.push(encodeURIComponent(i)+"="+encodeURIComponent(json[i]));else if(utils.isArray(json[i]))for(var j=0;j<json[i].length;j++)strArr.push(encodeURIComponent(i)+"[]="+encodeURIComponent(json[i][j]));return strArr.join("&")}function doAjax(url,ajaxOptions){var xhr=creatAjaxRequest(),timeIsOut=!1,defaultAjaxOptions={method:"POST",timeout:5e3,async:!0,headers:{},data:{},onsuccess:function(){},onerror:function(){}};if("object"===_typeof(url)&&(ajaxOptions=url,url=ajaxOptions.url),xhr&&url){var ajaxOpts=ajaxOptions?utils.extend(defaultAjaxOptions,ajaxOptions):defaultAjaxOptions,submitStr=json2str(ajaxOpts);utils.isEmptyObject(ajaxOpts.data)||(submitStr+=(submitStr?"&":"")+json2str(ajaxOpts.data));var timerID=setTimeout(function(){4!==xhr.readyState&&(timeIsOut=!0,xhr.abort(),clearTimeout(timerID))},ajaxOpts.timeout),method=ajaxOpts.method.toUpperCase(),str=url+(url.indexOf("?")===-1?"?":"&")+("POST"===method?"":submitStr+"&noCache="+ +new Date);if(xhr.open(method,str,ajaxOpts.async),xhr.onreadystatechange=function(){4===xhr.readyState&&(timeIsOut||200!==xhr.status?ajaxOpts.onerror(xhr):ajaxOpts.onsuccess(xhr))},ajaxOpts.headers)for(var key in ajaxOpts.headers)xhr.setRequestHeader(key,ajaxOpts.headers[key]);"POST"===method?(xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),xhr.send(submitStr)):xhr.send(null)}}function doJsonp(url,opts){function createScriptTag(scr,url,charset){scr.setAttribute("type","text/javascript"),scr.setAttribute("defer","defer"),charset&&scr.setAttribute("charset",charset),scr.setAttribute("src",url),document.getElementsByTagName("head")[0].appendChild(scr)}function getCallBack(onTimeOut){return function(){try{if(onTimeOut)options.onerror&&options.onerror();else try{clearTimeout(timer),successhandler.apply(window,arguments)}catch(e){}}catch(exception){options.onerror&&options.onerror.call(window,exception)}finally{options.oncomplete&&options.oncomplete.apply(window,arguments),scr.parentNode&&scr.parentNode.removeChild(scr),window[callbackFnName]=null;try{delete window[callbackFnName]}catch(e){}}}}var callbackFnName,timer,matches,successhandler=opts.onsuccess||function(){},scr=document.createElement("SCRIPT"),options=opts||{},charset=options.charset,callbackField=options.jsonp||"callback",timeOut=options.timeOut||0,reg=new RegExp("(\\?|&)"+callbackField+"=([^&]*)");utils.isFunction(successhandler)?(callbackFnName="bd__editor__"+Math.floor(2147483648*Math.random()).toString(36),window[callbackFnName]=getCallBack(0)):utils.isString(successhandler)?callbackFnName=successhandler:(matches=reg.exec(url))&&(callbackFnName=matches[2]),url=url.replace(reg,"$1"+callbackField+"="+callbackFnName),url.search(reg)<0&&(url+=(url.indexOf("?")<0?"?":"&")+callbackField+"="+callbackFnName);var queryStr=json2str(opts);utils.isEmptyObject(opts.data)||(queryStr+=(queryStr?"&":"")+json2str(opts.data)),queryStr&&(url=url.replace(/\?/,"?"+queryStr+"&")),scr.onerror=getCallBack(1),timeOut&&(timer=setTimeout(getCallBack(1),timeOut)),createScriptTag(scr,url,charset)}var fnStr="XMLHttpRequest()";try{new ActiveXObject("Msxml2.XMLHTTP"),fnStr="ActiveXObject('Msxml2.XMLHTTP')"}catch(e){try{new ActiveXObject("Microsoft.XMLHTTP"),fnStr="ActiveXObject('Microsoft.XMLHTTP')"}catch(e){}}var creatAjaxRequest=new Function("return new "+fnStr);return{request:function(url,opts){opts&&"jsonp"===opts.dataType?doJsonp(url,opts):doAjax(url,opts)},getJSONP:function(url,data,fn){var opts={data:data,oncomplete:fn};doJsonp(url,opts)}}}(),UE.api=function(){var axios=null;return!function(e,t){axios=t()}(this,function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==_typeof(Symbol.iterator)?function(e){return _typeof(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":_typeof(e)})(t)}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==n["return"]||n["return"]()}finally{if(s)throw o}}return i}}(e,t)||function(e,t){if(e){if("string"==typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t){return function(){return e.apply(t,arguments)}}function T(t,n){var r,o,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=i.allOwnKeys,s=void 0!==a&&a;if(null!=t)if("object"!==e(t)&&(t=[t]),p(t))for(r=0,o=t.length;r<o;r++)n.call(null,t[r],r,t);else{var u,c=s?Object.getOwnPropertyNames(t):Object.keys(t),f=c.length;for(r=0;r<f;r++)u=c[r],n.call(null,t[u],u,t)}}function j(e,t){t=t.toLowerCase();for(var n,r=Object.keys(e),o=r.length;o-- >0;)if(t===(n=r[o]).toLowerCase())return n;return null}function M(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}function J(e){return q.isPlainObject(e)||q.isArray(e)}function W(e){return q.endsWith(e,"[]")?e.slice(0,-2):e}function K(e,t,n){return e?e.concat(t).map(function(e,t){return e=W(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}function G(t,n,r){function c(e){if(null===e)return"";if(q.isDate(e))return e.toISOString();if(!u&&q.isBlob(e))throw new M("Blob is not supported. Use a Buffer instead.");return q.isArrayBuffer(e)||q.isTypedArray(e)?u&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function f(t,r,i){var u=t;if(t&&!i&&"object"===e(t))if(q.endsWith(r,"{}"))r=o?r:r.slice(0,-2),t=JSON.stringify(t);else if(q.isArray(t)&&function(e){return q.isArray(e)&&!e.some(J)}(t)||(q.isFileList(t)||q.endsWith(r,"[]"))&&(u=q.toArray(t)))return r=W(r),u.forEach(function(e,t){!q.isUndefined(e)&&null!==e&&n.append(!0===s?K([r],t,a):null===s?r:r+"[]",c(e))}),!1;return!!J(t)||(n.append(K(i,r,a),c(t)),!1)}if(!q.isObject(t))throw new TypeError("target must be an object");n=n||new FormData;var o=(r=q.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!q.isUndefined(t[e])})).metaTokens,i=r.visitor||f,a=r.dots,s=r.indexes,u=(r.Blob||"undefined"!=typeof Blob&&Blob)&&q.isSpecCompliantForm(n);if(!q.isFunction(i))throw new TypeError("visitor must be a function");var l=[],d=Object.assign(V,{defaultVisitor:f,convertValue:c,isVisitable:J});if(!q.isObject(t))throw new TypeError("data must be an object");return function e(t,r){if(!q.isUndefined(t)){if(-1!==l.indexOf(t))throw Error("Circular reference detected in "+r.join("."));l.push(t),q.forEach(t,function(t,o){!0===(!(q.isUndefined(t)||null===t)&&i.call(n,t,q.isString(o)?o.trim():o,r,d))&&e(t,r?r.concat(o):[o])}),l.pop()}}(t),n}function $(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function X(e,t){this._pairs=[],e&&G(e,this,t)}function Z(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Y(e,t,n){if(!t)return e;var r,o=n&&n.encode||Z,i=n&&n.serialize;if(r=i?i(t,n):q.isURLSearchParams(t)?t.toString():new X(t,n).toString(o)){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}function oe(e){function t(e,n,r,o){var i=e[o++],a=Number.isFinite(+i),s=o>=e.length;return i=!i&&q.isArray(r)?r.length:i,s?(q.hasOwnProp(r,i)?r[i]=[r[i],n]:r[i]=n,!a):(r[i]&&q.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&q.isArray(r[i])&&(r[i]=function(e){var t,n,r={},o=Object.keys(e),i=o.length;for(t=0;t<i;t++)r[n=o[t]]=e[n];return r}(r[i])),!a)}if(q.isFormData(e)&&q.isFunction(e.entries)){var n={};return q.forEachEntry(e,function(e,r){t(function(e){return q.matchAll(/\w+|\[(\w*)]/g,e).map(function(e){return"[]"===e[0]?"":e[1]||e[0]})}(e),r,n,0)}),n}return null}function fe(e){return e&&String(e).trim().toLowerCase()}function le(e){return!1===e||null==e?e:q.isArray(e)?e.map(le):String(e)}function de(e,t,n,r,o){return q.isFunction(r)?r.call(this,t,n):(o&&(t=n),q.isString(t)?q.isString(r)?-1!==t.indexOf(r):q.isRegExp(r)?r.test(t):void 0:void 0)}function me(e,t){var n=this||se,r=t||n,o=he.from(r.headers),i=r.data;return q.forEach(e,function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)}),o.normalize(),i}function ye(e){return!(!e||!e.__CANCEL__)}function ve(e,t,n){M.call(this,null==e?"canceled":e,M.ERR_CANCELED,t,n),this.name="CanceledError"}function ge(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}function Ee(e,t){var n=0,r=function(e,t){e=e||10;var n,r=new Array(e),o=new Array(e),i=0,a=0;return t=void 0!==t?t:1e3,function(s){var u=Date.now(),c=o[a];n||(n=u),r[i]=s,o[i]=u;for(var f=a,l=0;f!==i;)l+=r[f++],f%=e;if((i=(i+1)%e)===a&&(a=(a+1)%e),!(u-n<t)){var d=c&&u-c;return d?Math.round(1e3*l/d):void 0}}}(50,250);return function(o){var i=o.loaded,a=o.lengthComputable?o.total:void 0,s=i-n,u=r(s);n=i;var c={loaded:i,total:a,progress:a?i/a:void 0,bytes:s,rate:u||void 0,estimated:u&&a&&i<=a?(a-i)/u:void 0,event:o};c[t?"download":"upload"]=!0,e(c)}}function Re(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ve(null,e)}function Ae(e){return Re(e),e.headers=he.from(e.headers),e.data=me.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Se(e.adapter||se.adapter)(e).then(function(t){return Re(e),t.data=me.call(e,e.transformResponse,t),t.headers=he.from(t.headers),t},function(t){return ye(t)||(Re(e),t&&t.response&&(t.response.data=me.call(e,e.transformResponse,t.response),t.response.headers=he.from(t.response.headers))),Promise.reject(t)})}function je(e,t){function r(e,t,n){return q.isPlainObject(e)&&q.isPlainObject(t)?q.merge.call({caseless:n},e,t):q.isPlainObject(t)?q.merge({},t):q.isArray(t)?t.slice():t}function o(e,t,n){return q.isUndefined(t)?q.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function i(e,t){if(!q.isUndefined(t))return r(void 0,t)}function a(e,t){return q.isUndefined(t)?q.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}t=t||{};var n={},u={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:s,headers:function(e,t){return o(Te(e),Te(t),!0)}};return q.forEach(Object.keys(Object.assign({},e,t)),function(r){var i=u[r]||o,a=i(e[r],t[r],r);q.isUndefined(a)&&i!==s||(n[r]=a)}),n}var s,x,u=Object.prototype.toString,c=Object.getPrototypeOf,f=(s=Object.create(null),function(e){var t=u.call(e);return s[t]||(s[t]=t.slice(8,-1).toLowerCase())}),l=function(e){return e=e.toLowerCase(),function(t){return f(t)===e}},d=function(t){return function(n){return e(n)===t}},p=Array.isArray,h=d("undefined"),m=l("ArrayBuffer"),y=d("string"),v=d("function"),b=d("number"),g=function(t){return null!==t&&"object"===e(t)},w=function(e){if("object"!==f(e))return!1;var t=c(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},E=l("Date"),O=l("File"),S=l("Blob"),R=l("FileList"),A=l("URLSearchParams"),N="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,C=function(e){return!h(e)&&e!==N},P=(x="undefined"!=typeof Uint8Array&&c(Uint8Array),function(e){return x&&e instanceof x}),k=l("HTMLFormElement"),U=function(e){var t=Object.prototype.hasOwnProperty;return function(e,n){return t.call(e,n)}}(),_=l("RegExp"),F=function(e,t){var n=Object.getOwnPropertyDescriptors(e),r={};T(n,function(n,o){!1!==t(n,o,e)&&(r[o]=n)}),Object.defineProperties(e,r)},B="abcdefghijklmnopqrstuvwxyz",L="0123456789",D={DIGIT:L,ALPHA:B,ALPHA_DIGIT:B+B.toUpperCase()+L},I=l("AsyncFunction"),q={isArray:p,isArrayBuffer:m,isBuffer:function(e){return null!==e&&!h(e)&&null!==e.constructor&&!h(e.constructor)&&v(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:function(e){var t;return e&&("function"==typeof FormData&&e instanceof FormData||v(e.append)&&("formdata"===(t=f(e))||"object"===t&&v(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&m(e.buffer)},isString:y,isNumber:b,isBoolean:function(e){return!0===e||!1===e},isObject:g,isPlainObject:w,isUndefined:h,isDate:E,isFile:O,isBlob:S,isRegExp:_,isFunction:v,isStream:function(e){return g(e)&&v(e.pipe)},isURLSearchParams:A,isTypedArray:P,isFileList:R,forEach:T,merge:function e(){for(var t=C(this)&&this||{},n=t.caseless,r={},o=function(t,_o){var i=n&&j(r,_o)||_o;w(r[i])&&w(t)?r[i]=e(r[i],t):w(t)?r[i]=e({},t):p(t)?r[i]=t.slice():r[i]=t},i=0,a=arguments.length;i<a;i++)arguments[i]&&T(arguments[i],o);return r},extend:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=r.allOwnKeys;return T(t,function(t,r){n&&v(t)?e[r]=a(t,n):e[r]=t},{allOwnKeys:o}),e},trim:function(e){return e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,n,r){e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:function(e,t,n,r){var o,i,a,s={};if(t=t||{},null==e)return t;do{for(i=(o=Object.getOwnPropertyNames(e)).length;i-- >0;)a=o[i],r&&!r(a,e,t)||s[a]||(t[a]=e[a],s[a]=!0);e=!1!==n&&c(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:f,kindOfTest:l,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;if(p(e))return e;var t=e.length;if(!b(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},forEachEntry:function(e,t){for(var n,r=(e&&e[Symbol.iterator]).call(e);(n=r.next())&&!n.done;){var o=n.value;t.call(e,o[0],o[1])}},matchAll:function(e,t){for(var n,r=[];null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:k,hasOwnProperty:U,hasOwnProp:U,reduceDescriptors:F,freezeMethods:function(e){F(e,function(t,n){if(v(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;var r=e[n];v(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=function(){throw Error("Can not rewrite read-only method '"+n+"'")}))})},toObjectSet:function(e,t){var n={},r=function(e){e.forEach(function(e){n[e]=!0})};return r(p(e)?e:String(e).split(t)),n},toCamelCase:function(e){return e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n})},noop:function(){},toFiniteNumber:function(e,t){return e=+e,Number.isFinite(e)?e:t},findKey:j,global:N,isContextDefined:C,ALPHABET:D,generateString:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:16,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:D.ALPHA_DIGIT,n="",r=t.length;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&v(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:function(e){var t=new Array(10);return function e(n,r){if(g(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[r]=n;var o=p(n)?[]:{};return T(n,function(t,n){var i=e(t,r+1);!h(i)&&(o[n]=i)}),t[r]=void 0,o}}return n}(e,0)},isAsyncFn:I,isThenable:function(e){return e&&(g(e)||v(e))&&v(e.then)&&v(e["catch"])}};q.inherits(M,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:q.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var z=M.prototype,H={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(function(e){H[e]={value:e}}),Object.defineProperties(M,H),Object.defineProperty(z,"isAxiosError",{value:!0}),M.from=function(e,t,n,r,o,i){var a=Object.create(z);return q.toFlatObject(e,a,function(e){return e!==Error.prototype},function(e){return"isAxiosError"!==e}),M.call(a,e.message,t,n,r,o),a.cause=e,a.name=e.name,i&&Object.assign(a,i),a};var V=q.toFlatObject(q,{},null,function(e){return/^is[A-Z]/.test(e)}),Q=X.prototype;Q.append=function(e,t){this._pairs.push([e,t])},Q.toString=function(e){var t=e?function(t){return e.call(this,t,$)}:$;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var ee,te=function(){function e(){t(this,e),this.handlers=[]}return r(e,[{key:"use",value:function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}},{key:"eject",value:function(e){this.handlers[e]&&(this.handlers[e]=null)}},{key:"clear",value:function(){this.handlers&&(this.handlers=[])}},{key:"forEach",value:function(e){q.forEach(this.handlers,function(t){null!==t&&e(t)})}}]),e}(),ne={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},re={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:X,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},isStandardBrowserEnv:("undefined"==typeof navigator||"ReactNative"!==(ee=navigator.product)&&"NativeScript"!==ee&&"NS"!==ee)&&"undefined"!=typeof window&&"undefined"!=typeof document,isStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,protocols:["http","https","file","blob","url","data"]},ie={"Content-Type":void 0},ae={transitional:ne,adapter:["xhr","http"],transformRequest:[function(e,t){var n,r=t.getContentType()||"",o=r.indexOf("application/json")>-1,i=q.isObject(e);if(i&&q.isHTMLForm(e)&&(e=new FormData(e)),q.isFormData(e))return o&&o?JSON.stringify(oe(e)):e;if(q.isArrayBuffer(e)||q.isBuffer(e)||q.isStream(e)||q.isFile(e)||q.isBlob(e))return e;if(q.isArrayBufferView(e))return e.buffer;if(q.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return G(e,new re.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return re.isNode&&q.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((n=q.isFileList(e))||r.indexOf("multipart/form-data")>-1){var a=this.env&&this.env.FormData;return G(n?{"files[]":e}:e,a&&new a,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),function(e,t,n){if(q.isString(e))try{return(t||JSON.parse)(e),q.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||ae.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(e&&q.isString(e)&&(n&&!this.responseType||r)){var o=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw M.from(e,M.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:re.classes.FormData,Blob:re.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};q.forEach(["delete","get","head"],function(e){ae.headers[e]={}}),q.forEach(["post","put","patch"],function(e){ae.headers[e]=q.merge(ie)});var se=ae,ue=q.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),ce=Symbol("internals"),pe=function(e,n){function i(e){t(this,i),e&&this.set(e)}return r(i,[{key:"set",value:function(e,t,n){function o(e,t,n){var o=fe(t);if(!o)throw new Error("header name must be a non-empty string");var i=q.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=le(e))}var i,a,s,u,c,r=this,f=function(e,t){return q.forEach(e,function(e,n){return o(e,n,t)})};return q.isPlainObject(e)||e instanceof this.constructor?f(e,t):q.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?f((c={},
|
|
8
|
+
(i=e)&&i.split("\n").forEach(function(e){u=e.indexOf(":"),a=e.substring(0,u).trim().toLowerCase(),s=e.substring(u+1).trim(),!a||c[a]&&ue[a]||("set-cookie"===a?c[a]?c[a].push(s):c[a]=[s]:c[a]=c[a]?c[a]+", "+s:s)}),c),t):null!=e&&o(t,e,n),this}},{key:"get",value:function(e,t){if(e=fe(e)){var n=q.findKey(this,e);if(n){var r=this[n];if(!t)return r;if(!0===t)return function(e){for(var t,n=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;t=r.exec(e);)n[t[1]]=t[2];return n}(r);if(q.isFunction(t))return t.call(this,r,n);if(q.isRegExp(t))return t.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}},{key:"has",value:function(e,t){if(e=fe(e)){var n=q.findKey(this,e);return!(!n||void 0===this[n]||t&&!de(0,this[n],n,t))}return!1}},{key:"delete",value:function(e,t){function o(e){if(e=fe(e)){var o=q.findKey(n,e);!o||t&&!de(0,n[o],o,t)||(delete n[o],r=!0)}}var n=this,r=!1;return q.isArray(e)?e.forEach(o):o(e),r}},{key:"clear",value:function(e){for(var t=Object.keys(this),n=t.length,r=!1;n--;){var o=t[n];e&&!de(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}},{key:"normalize",value:function(e){var t=this,n={};return q.forEach(this,function(r,o){var i=q.findKey(n,o);if(i)return t[i]=le(r),void delete t[o];var a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n})}(o):String(o).trim();a!==o&&delete t[o],t[a]=le(r),n[a]=!0}),this}},{key:"concat",value:function(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return(e=this.constructor).concat.apply(e,[this].concat(n))}},{key:"toJSON",value:function(e){var t=Object.create(null);return q.forEach(this,function(n,r){null!=n&&!1!==n&&(t[r]=e&&q.isArray(n)?n.join(", "):n)}),t}},{key:Symbol.iterator,value:function(){return Object.entries(this.toJSON())[Symbol.iterator]()}},{key:"toString",value:function(){return Object.entries(this.toJSON()).map(function(e){var t=o(e,2);return t[0]+": "+t[1]}).join("\n")}},{key:Symbol.toStringTag,get:function(){return"AxiosHeaders"}}],[{key:"from",value:function(e){return e instanceof this?e:new this(e)}},{key:"concat",value:function(e){for(var t=new this(e),n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return r.forEach(function(e){return t.set(e)}),t}},{key:"accessor",value:function(e){function r(e){var r=fe(e);t[r]||(!function(e,t){var n=q.toCamelCase(" "+t);["get","set","has"].forEach(function(r){Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}var t=(this[ce]=this[ce]={accessors:{}}).accessors,n=this.prototype;return q.isArray(e)?e.forEach(r):r(e),this}}]),i}();pe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),q.freezeMethods(pe.prototype),q.freezeMethods(pe);var he=pe;q.inherits(ve,M,{__CANCEL__:!0});var be=re.isStandardBrowserEnv?{write:function(e,t,n,r,o,i){var a=[];a.push(e+"="+encodeURIComponent(t)),q.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),q.isString(r)&&a.push("path="+r),q.isString(o)&&a.push("domain="+o),!0===i&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}},we=re.isStandardBrowserEnv?function(){function r(e){var r=e;return t&&(n.setAttribute("href",encodeURI(r)),r=n.href),n.setAttribute("href",encodeURI(r)),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");return e=r(window.location.href),function(t){var n=q.isString(t)?r(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0},Oe={http:null,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){function s(){e.cancelToken&&e.cancelToken.unsubscribe(r),e.signal&&e.signal.removeEventListener("abort",r)}function d(){if(u){var r=he.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders());!function(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new M("Request failed with status code "+n.status,[M.ERR_BAD_REQUEST,M.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}(function(e){t(e),s()},function(e){n(e),s()},{data:a&&"text"!==a&&"json"!==a?u.response:u.responseText,status:u.status,statusText:u.statusText,headers:r,config:e,request:u}),u=null}}var r,o=e.data,i=he.from(e.headers).normalize(),a=e.responseType;q.isFormData(o)&&(re.isStandardBrowserEnv||re.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));var u=new XMLHttpRequest;if(e.auth){var c=e.auth.username||"",f=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(c+":"+f))}var l=ge(e.baseURL,e.url);if(u.open(e.method.toUpperCase(),Y(l,e.params,e.paramsSerializer),!0),u.timeout=e.timeout,"onloadend"in u?u.onloadend=d:u.onreadystatechange=function(){u&&4===u.readyState&&(0!==u.status||u.responseURL&&0===u.responseURL.indexOf("file:"))&&setTimeout(d)},u.onabort=function(){u&&(n(new M("Request aborted",M.ECONNABORTED,e,u)),u=null)},u.onerror=function(){n(new M("Network Error",M.ERR_NETWORK,e,u)),u=null},u.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||ne;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new M(t,r.clarifyTimeoutError?M.ETIMEDOUT:M.ECONNABORTED,e,u)),u=null},re.isStandardBrowserEnv){var p=(e.withCredentials||we(l))&&e.xsrfCookieName&&be.read(e.xsrfCookieName);p&&i.set(e.xsrfHeaderName,p)}void 0===o&&i.setContentType(null),"setRequestHeader"in u&&q.forEach(i.toJSON(),function(e,t){u.setRequestHeader(t,e)}),q.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),a&&"json"!==a&&(u.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&u.addEventListener("progress",Ee(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&u.upload&&u.upload.addEventListener("progress",Ee(e.onUploadProgress)),(e.cancelToken||e.signal)&&(r=function(t){u&&(n(!t||t.type?new ve(null,e,u):t),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(r),e.signal&&(e.signal.aborted?r():e.signal.addEventListener("abort",r)));var h,m=(h=/^([-+\w]{1,25})(:?\/\/|:)/.exec(l))&&h[1]||"";m&&-1===re.protocols.indexOf(m)?n(new M("Unsupported protocol "+m+":",M.ERR_BAD_REQUEST,e)):u.send(o||null)})}};q.forEach(Oe,function(e,t){if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});var Se=function(e){for(var t,n,r=(e=q.isArray(e)?e:[e]).length,o=0;o<r&&(t=e[o],!(n=q.isString(t)?Oe[t.toLowerCase()]:t));o++);if(!n){if(!1===n)throw new M("Adapter ".concat(t," is not supported by the environment"),"ERR_NOT_SUPPORT");throw new Error(q.hasOwnProp(Oe,t)?"Adapter '".concat(t,"' is not available in the build"):"Unknown adapter '".concat(t,"'"))}if(!q.isFunction(n))throw new TypeError("adapter is not a function");return n},Te=function(e){return e instanceof he?e.toJSON():e},Ne="1.4.0",Ce={};["object","boolean","number","function","string","symbol"].forEach(function(t,n){Ce[t]=function(r){return e(r)===t||"a"+(n<1?"n ":" ")+t}});var xe={};Ce.transitional=function(e,t,n){function r(e,t){return"[Axios v1.4.0] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,o,i){if(!1===e)throw new M(r(o," has been removed"+(t?" in "+t:"")),M.ERR_DEPRECATED);return t&&!xe[o]&&(xe[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};var Pe={assertOptions:function(t,n,r){if("object"!==e(t))throw new M("options must be an object",M.ERR_BAD_OPTION_VALUE);for(var o=Object.keys(t),i=o.length;i-- >0;){var a=o[i],s=n[a];if(s){var u=t[a],c=void 0===u||s(u,a,t);if(!0!==c)throw new M("option "+a+" must be "+c,M.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new M("Unknown option "+a,M.ERR_BAD_OPTION)}},validators:Ce},ke=Pe.validators,Ue=function(){function e(n){t(this,e),this.defaults=n,this.interceptors={request:new te,response:new te}}return r(e,[{key:"request",value:function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{};var n,r=t=je(this.defaults,t),o=r.transitional,i=r.paramsSerializer,a=r.headers;void 0!==o&&Pe.assertOptions(o,{silentJSONParsing:ke.transitional(ke["boolean"]),forcedJSONParsing:ke.transitional(ke["boolean"]),clarifyTimeoutError:ke.transitional(ke["boolean"])},!1),null!=i&&(q.isFunction(i)?t.paramsSerializer={serialize:i}:Pe.assertOptions(i,{encode:ke["function"],serialize:ke["function"]},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase(),(n=a&&q.merge(a.common,a[t.method]))&&q.forEach(["delete","get","head","post","put","patch","common"],function(e){delete a[e]}),t.headers=he.concat(n,a);var s=[],u=!0;this.interceptors.request.forEach(function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(u=u&&e.synchronous,s.unshift(e.fulfilled,e.rejected))});var c,f=[];this.interceptors.response.forEach(function(e){f.push(e.fulfilled,e.rejected)});var l,d=0;if(!u){var p=[Ae.bind(this),void 0];for(p.unshift.apply(p,s),p.push.apply(p,f),l=p.length,c=Promise.resolve(t);d<l;)c=c.then(p[d++],p[d++]);return c}l=s.length;var h=t;for(d=0;d<l;){var m=s[d++],y=s[d++];try{h=m(h)}catch(e){y.call(this,e);break}}try{c=Ae.call(this,h)}catch(e){return Promise.reject(e)}for(d=0,l=f.length;d<l;)c=c.then(f[d++],f[d++]);return c}},{key:"getUri",value:function(e){return Y(ge((e=je(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}]),e}();q.forEach(["delete","get","head","options"],function(e){Ue.prototype[e]=function(t,n){return this.request(je(n||{},{method:e,url:t,data:(n||{}).data}))}}),q.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(je(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Ue.prototype[e]=t(),Ue.prototype[e+"Form"]=t(!0)});var _e=Ue,Fe=function(){function e(n){if(t(this,e),"function"!=typeof n)throw new TypeError("executor must be a function.");var r;this.promise=new Promise(function(e){r=e});var o=this;this.promise.then(function(e){if(o._listeners){for(var t=o._listeners.length;t-- >0;)o._listeners[t](e);o._listeners=null}}),this.promise.then=function(e){var t,n=new Promise(function(e){o.subscribe(e),t=e}).then(e);return n.cancel=function(){o.unsubscribe(t)},n},n(function(e,t,n){o.reason||(o.reason=new ve(e,t,n),r(o.reason))})}return r(e,[{key:"throwIfRequested",value:function(){if(this.reason)throw this.reason}},{key:"subscribe",value:function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}},{key:"unsubscribe",value:function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}}}],[{key:"source",value:function(){var t;return{token:new e(function(e){t=e}),cancel:t}}}]),e}(),Be={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Be).forEach(function(e){var t=o(e,2),n=t[0],r=t[1];Be[r]=n});var Le=Be,De=function e(t){var n=new _e(t),r=a(_e.prototype.request,n);return q.extend(r,_e.prototype,n,{allOwnKeys:!0}),q.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(je(t,n))},r}(se);return De.Axios=_e,De.CanceledError=ve,De.CancelToken=Fe,De.isCancel=ye,De.VERSION=Ne,De.toFormData=G,De.AxiosError=M,De.Cancel=De.CanceledError,De.all=function(e){return Promise.all(e)},De.spread=function(e){return function(t){return e.apply(null,t)}},De.isAxiosError=function(e){return q.isObject(e)&&!0===e.isAxiosError},De.mergeConfig=je,De.AxiosHeaders=he,De.formToJSON=function(e){return oe(q.isHTMLForm(e)?new FormData(e):e)},De.HttpStatusCode=Le,De["default"]=De,De}),{requestAction:function(me,action,config){return config.url=me.getActionUrl(),config.method="post",config.params=config.params||{},config.params=Object.assign(config.params,me.getOpt("serverparam")),config.params.action=action,this.request(me,config)},request:function(me,config){config.headers=config.headers||{};var customHeaders=me.getOpt("serverHeaders");if(customHeaders)for(var key in customHeaders)config.headers[key]=customHeaders[key];return axios(config)}}}(),UE.image=function(){var imageCompression=null;return!function(e,t){imageCompression=t()}(this,function(){"use strict";function _mergeNamespaces(e,t){return t.forEach(function(t){t&&"string"!=typeof t&&!Array.isArray(t)&&Object.keys(t).forEach(function(r){if("default"!==r&&!(r in e)){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}})}),Object.freeze(e)}function copyExifWithoutOrientation(e,t){return new Promise(function(r,i){var o;return getApp1Segment(e).then(function(e){try{return o=e,r(new Blob([t.slice(0,2),o,t.slice(2)],{type:"image/jpeg"}))}catch(e){return i(e)}},i)})}function getFilefromDataUrl(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Date.now();return new Promise(function(i){for(var o=e.split(","),a=o[0].match(/:(.*?);/)[1],s=globalThis.atob(o[1]),f=s.length,l=new Uint8Array(f);f--;)l[f]=s.charCodeAt(f);var c=new Blob([l],{type:a});c.name=t,c.lastModified=r,i(c)})}function getDataUrlFromFile(e){return new Promise(function(t,r){var i=new CustomFileReader;i.onload=function(){return t(i.result)},i.onerror=function(e){return r(e)},i.readAsDataURL(e)})}function loadImage(e){return new Promise(function(t,r){var i=new Image;i.onload=function(){return t(i)},i.onerror=function(e){return r(e)},i.src=e})}function getBrowserName(){if(void 0!==getBrowserName.cachedResult)return getBrowserName.cachedResult;var e=r.ETC,_navigator=navigator,t=_navigator.userAgent;return/Chrom(e|ium)/i.test(t)?e=r.CHROME:/iP(ad|od|hone)/i.test(t)&&/WebKit/i.test(t)?e=r.IOS:/Safari/i.test(t)?e=r.DESKTOP_SAFARI:/Firefox/i.test(t)?e=r.FIREFOX:(/MSIE/i.test(t)||1==!!document.documentMode)&&(e=r.IE),getBrowserName.cachedResult=e,getBrowserName.cachedResult}function approximateBelowMaximumCanvasSizeOfBrowser(e,t){for(var r=getBrowserName(),o=i[r],a=e,s=t,f=a*s,l=a>s?s/a:a/s;f>o*o;){var _e36=(o+a)/2,_t21=(o+s)/2;_e36<_t21?(s=_t21,a=_t21*l):(s=_e36*l,a=_e36),f=a*s}return{width:a,height:s}}function getNewCanvasAndCtx(e,t){var r,i;try{if(r=new OffscreenCanvas(e,t),i=r.getContext("2d"),null===i)throw new Error("getContext of OffscreenCanvas returns null")}catch(e){r=document.createElement("canvas"),i=r.getContext("2d")}return r.width=e,r.height=t,[r,i]}function drawImageInCanvas(e,t){var _approximateBelowMaxi=approximateBelowMaximumCanvasSizeOfBrowser(e.width,e.height),r=_approximateBelowMaxi.width,i=_approximateBelowMaxi.height,_getNewCanvasAndCtx=getNewCanvasAndCtx(r,i),_getNewCanvasAndCtx2=_slicedToArray(_getNewCanvasAndCtx,2),o=_getNewCanvasAndCtx2[0],a=_getNewCanvasAndCtx2[1];return t&&/jpe?g/.test(t)&&(a.fillStyle="white",a.fillRect(0,0,o.width,o.height)),a.drawImage(e,0,0,o.width,o.height),o}function isIOS(){return void 0!==isIOS.cachedResult||(isIOS.cachedResult=["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.platform)||navigator.userAgent.includes("Mac")&&"undefined"!=typeof document&&"ontouchend"in document),isIOS.cachedResult}function drawFileInCanvas(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Promise(function(i,o){var a,s,$Try_2_Post=function(){try{return s=drawImageInCanvas(a,t.fileType||e.type),i([a,s])}catch(e){return o(e)}},$Try_2_Catch=function(t){try{var $Try_3_Catch=function(e){try{throw e}catch(e){return o(e)}};try{var _t22;return getDataUrlFromFile(e).then(function(e){try{return _t22=e,loadImage(_t22).then(function(e){try{return a=e,function(){try{return $Try_2_Post()}catch(e){return o(e)}}()}catch(e){return $Try_3_Catch(e)}},$Try_3_Catch)}catch(e){return $Try_3_Catch(e)}},$Try_3_Catch)}catch(e){$Try_3_Catch(e)}}catch(e){return o(e)}};try{if(isIOS()||[r.DESKTOP_SAFARI,r.MOBILE_SAFARI].includes(getBrowserName()))throw new Error("Skip createImageBitmap on IOS and Safari");return createImageBitmap(e).then(function(e){try{return a=e,$Try_2_Post()}catch(e){return $Try_2_Catch()}},$Try_2_Catch)}catch(e){$Try_2_Catch()}})}function canvasToFile(e,r,i,o){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1;return new Promise(function(s,f){function $If_6(){return $If_5.call(this)}function $If_5(){return $If_4.call(this)}function $If_4(){return s(l)}var l;if("image/png"===r){var _c$getImageData,c,u,h;return c=e.getContext("2d"),_c$getImageData=c.getImageData(0,0,e.width,e.height),u=_c$getImageData.data,h=UPNG.encode([u.buffer],e.width,e.height,4096*a),l=new Blob([h],{type:r}),l.name=i,l.lastModified=o,$If_4.call(this)}if("image/bmp"===r)return new Promise(function(r){return t.toBlob(e,r)}).then(function(e){try{return l=e,l.name=i,l.lastModified=o,$If_5.call(this)}catch(e){return f(e)}}.bind(this),f);if("function"==typeof OffscreenCanvas&&e instanceof OffscreenCanvas)return e.convertToBlob({type:r,quality:a}).then(function(e){try{return l=e,l.name=i,l.lastModified=o,$If_6.call(this)}catch(e){return f(e)}}.bind(this),f);var d;return d=e.toDataURL(r,a),getFilefromDataUrl(d,i,o).then(function(e){try{return l=e,$If_6.call(this)}catch(e){return f(e)}}.bind(this),f)})}function cleanupCanvasMemory(e){e.width=0,e.height=0}function isAutoOrientationInBrowser(){return new Promise(function(e,t){var r,i,o,a,s;return void 0!==isAutoOrientationInBrowser.cachedResult?e(isAutoOrientationInBrowser.cachedResult):(r="data:image/jpeg;base64,/9j/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAYAAAAAAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAEAAgMBEQACEQEDEQH/xABKAAEAAAAAAAAAAAAAAAAAAAALEAEAAAAAAAAAAAAAAAAAAAAAAQEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwA/8H//2Q==",getFilefromDataUrl("data:image/jpeg;base64,/9j/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAYAAAAAAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAEAAgMBEQACEQEDEQH/xABKAAEAAAAAAAAAAAAAAAAAAAALEAEAAAAAAAAAAAAAAAAAAAAAAQEAAAAAAAAAAAAAAAAAAAAAEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwA/8H//2Q==","test.jpg",Date.now()).then(function(r){try{return i=r,drawFileInCanvas(i).then(function(r){try{return o=r[1],canvasToFile(o,i.type,i.name,i.lastModified).then(function(r){try{return a=r,cleanupCanvasMemory(o),drawFileInCanvas(a).then(function(r){try{return s=r[0],isAutoOrientationInBrowser.cachedResult=1===s.width&&2===s.height,e(isAutoOrientationInBrowser.cachedResult)}catch(e){return t(e)}},t)}catch(e){return t(e)}},t)}catch(e){return t(e)}},t)}catch(e){return t(e)}},t))})}function getExifOrientation(e){return new Promise(function(t,r){var i=new CustomFileReader;i.onload=function(e){var r=new DataView(e.target.result);if(65496!=r.getUint16(0,!1))return t(-2);for(var i=r.byteLength,o=2;o<i;){if(r.getUint16(o+2,!1)<=8)return t(-1);var _e37=r.getUint16(o,!1);if(o+=2,65505==_e37){if(1165519206!=r.getUint32(o+=2,!1))return t(-1);var _e38=18761==r.getUint16(o+=6,!1);o+=r.getUint32(o+4,_e38);var _i15=r.getUint16(o,_e38);o+=2;for(var _a13=0;_a13<_i15;_a13++)if(274==r.getUint16(o+12*_a13,_e38))return t(r.getUint16(o+12*_a13+8,_e38))}else{if(65280!=(65280&_e37))break;o+=r.getUint16(o,!1)}}return t(-1)},i.onerror=function(e){return r(e)},i.readAsArrayBuffer(e)})}function handleMaxWidthOrHeight(e,t){var _getNewCanvasAndCtx3,_getNewCanvasAndCtx4,a,r=e.width,i=e.height,o=t.maxWidthOrHeight,s=e;return isFinite(o)&&(r>o||i>o)&&(_getNewCanvasAndCtx3=getNewCanvasAndCtx(r,i),_getNewCanvasAndCtx4=_slicedToArray(_getNewCanvasAndCtx3,2),s=_getNewCanvasAndCtx4[0],a=_getNewCanvasAndCtx4[1],r>i?(s.width=o,s.height=i/r*o):(s.width=r/i*o,s.height=o),a.drawImage(e,0,0,s.width,s.height),cleanupCanvasMemory(e)),s}function followExifOrientation(e,t){var r=e.width,i=e.height,_getNewCanvasAndCtx5=getNewCanvasAndCtx(r,i),_getNewCanvasAndCtx6=_slicedToArray(_getNewCanvasAndCtx5,2),o=_getNewCanvasAndCtx6[0],a=_getNewCanvasAndCtx6[1];switch(t>4&&t<9?(o.width=i,o.height=r):(o.width=r,o.height=i),t){case 2:a.transform(-1,0,0,1,r,0);break;case 3:a.transform(-1,0,0,-1,r,i);break;case 4:a.transform(1,0,0,-1,0,i);break;case 5:a.transform(0,1,1,0,0,0);break;case 6:a.transform(0,1,-1,0,i,0);break;case 7:a.transform(0,-1,-1,0,i,r);break;case 8:a.transform(0,-1,1,0,0,r)}return a.drawImage(e,0,0,r,i),cleanupCanvasMemory(e),o}function compress(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return new Promise(function(i,o){function incProgress(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:5;if(t.signal&&t.signal.aborted)throw t.signal.reason;a+=e,t.onProgress(Math.min(a,100))}function setProgress(e){if(t.signal&&t.signal.aborted)throw t.signal.reason;a=Math.min(Math.max(e,a),100),t.onProgress(a)}var a,s,f,l,c,u,h,d,A,g,p,m,w,v,b,y,E,F,_,B;return a=r,s=t.maxIteration||10,f=1024*t.maxSizeMB*1024,incProgress(),drawFileInCanvas(e,t).then(function(r){try{var _r20;return _r20=_slicedToArray(r,2),l=_r20[1],incProgress(),c=handleMaxWidthOrHeight(l,t),incProgress(),new Promise(function(r,i){function $If_2(){return r(o)}var o;return(o=t.exifOrientation)?$If_2.call(this):getExifOrientation(e).then(function(e){try{return o=e,$If_2.call(this)}catch(e){return i(e)}}.bind(this),i)}).then(function(r){try{return u=r,incProgress(),isAutoOrientationInBrowser().then(function(r){try{return h=r?c:followExifOrientation(c,u),incProgress(),d=t.initialQuality||1,A=t.fileType||e.type,canvasToFile(h,A,e.name,e.lastModified,d).then(function(r){function $Loop_3(){if(s--&&(b>f||b>w)){var _getNewCanvasAndCtx7,_getNewCanvasAndCtx8,_t23,_r21;return _t23=B?.95*_.width:_.width,_r21=B?.95*_.height:_.height,_getNewCanvasAndCtx7=getNewCanvasAndCtx(_t23,_r21),_getNewCanvasAndCtx8=_slicedToArray(_getNewCanvasAndCtx7,2),E=_getNewCanvasAndCtx8[0],F=_getNewCanvasAndCtx8[1],F.drawImage(_,0,0,_t23,_r21),d*="image/png"===A?.85:.95,canvasToFile(E,A,e.name,e.lastModified,d).then(function(e){try{return y=e,cleanupCanvasMemory(_),_=E,b=y.size,setProgress(Math.min(99,Math.floor((v-b)/(v-f)*100))),$Loop_3}catch(e){return o(e)}},o)}return[1]}function $Loop_3_exit(){return cleanupCanvasMemory(_),cleanupCanvasMemory(E),cleanupCanvasMemory(c),cleanupCanvasMemory(h),cleanupCanvasMemory(l),setProgress(100),i(y)}try{if(g=r,incProgress(),p=g.size>f,m=g.size>e.size,!p&&!m)return setProgress(100),i(g);var a;return w=e.size,v=g.size,b=v,_=h,B=!t.alwaysKeepResolution&&p,(a=function(e){for(;e;){if(e.then)return void e.then(a,o);try{if(e.pop){if(e.length)return e.pop()?$Loop_3_exit.call(this):e;e=$Loop_3}else e=e.call(this)}catch(e){return o(e)}}}.bind(this))($Loop_3)}catch(u){return o(u)}}.bind(this),o)}catch(e){return o(e)}}.bind(this),o)}catch(e){return o(e)}}.bind(this),o)}catch(e){return o(e)}}.bind(this),o)})}function compressOnWebWorker(e,t){return new Promise(function(r,i){l||(l=function(e){var t=[];return"function"==typeof e?t.push("(".concat(e,")()")):t.push(e),URL.createObjectURL(new Blob(t))}(f));var o=new Worker(l);o.addEventListener("message",function(e){if(t.signal&&t.signal.aborted)o.terminate();else if(void 0===e.data.progress){if(e.data.error)return i(new Error(e.data.error)),void o.terminate();r(e.data.file),o.terminate()}else t.onProgress(e.data.progress)}),o.addEventListener("error",i),t.signal&&t.signal.addEventListener("abort",function(){i(t.signal.reason),o.terminate()}),o.postMessage({file:e,imageCompressionLibUrl:t.libURL,options:_objectSpread(_objectSpread({},t),{},{onProgress:void 0,signal:void 0})})})}function imageCompression(e,t){return new Promise(function(r,i){function $If_4(){try{a.name=e.name,a.lastModified=e.lastModified}catch(e){}try{o.preserveExif&&"image/jpeg"===e.type&&(!o.fileType||o.fileType&&o.fileType===e.type)&&(a=copyExifWithoutOrientation(e,a))}catch(e){}return r(a)}var _o16,o,a,s,f,l,c;if(o=_objectSpread({},t),s=0,_o16=o,f=_o16.onProgress,o.maxSizeMB=o.maxSizeMB||Number.POSITIVE_INFINITY,l="boolean"!=typeof o.useWebWorker||o.useWebWorker,delete o.useWebWorker,o.onProgress=function(e){s=e,"function"==typeof f&&f(s)},!1)return i(new Error("The file given is not an instance of Blob or File"));if(!/^image/.test(e.type))return i(new Error("The file given is not an image"));if(c="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,!l||"function"!=typeof Worker||c)return compress(e,o).then(function(e){try{return a=e,$If_4.call(this)}catch(e){return i(e)}}.bind(this),i);var u=function(){try{return $If_4.call(this)}catch(e){return i(e)}}.bind(this),$Try_1_Catch=function(t){try{return compress(e,o).then(function(e){try{return a=e,u()}catch(e){return i(e)}},i)}catch(e){return i(e)}};try{return o.libURL=o.libURL||location.origin+location.pathname+"ueditor-resource/plugins/browser-image-compression.js",compressOnWebWorker(e,o).then(function(e){try{return a=e,u()}catch(e){return $Try_1_Catch()}},$Try_1_Catch)}catch(e){$Try_1_Catch()}})}var getApp1Segment=function(e){return new Promise(function(t,r){var i=new FileReader;i.addEventListener("load",function(_ref){var e=_ref.target.result,i=new DataView(e),o=0;if(65496!==i.getUint16(o))return r("not a valid JPEG");for(o+=2;;){var _a=i.getUint16(o);if(65498===_a)break;var _s=i.getUint16(o+2);if(65505===_a&&1165519206===i.getUint32(o+4)){var _a2=o+10,_f=void 0;switch(i.getUint16(_a2)){case 18761:_f=!0;break;case 19789:_f=!1;break;default:return r("TIFF header contains invalid endian")}if(42!==i.getUint16(_a2+2,_f))return r("TIFF header contains invalid version");for(var _l=i.getUint32(_a2+4,_f),c=_a2+_l+2+12*i.getUint16(_a2+_l,_f),_e=_a2+_l+2;_e<c;_e+=12)if(274==i.getUint16(_e,_f)){if(3!==i.getUint16(_e+2,_f))return r("Orientation data type is invalid");if(1!==i.getUint32(_e+4,_f))return r("Orientation data count is invalid");i.setUint16(_e+8,1,_f);break}return t(e.slice(o,o+2+_s))}o+=2+_s}return t(new Blob)}),i.readAsArrayBuffer(e)})},e={};!function(e){var t,r,UZIP={};e.exports=UZIP,UZIP.parse=function(e,t){for(var r=UZIP.bin.readUshort,i=UZIP.bin.readUint,o=0,a={},s=new Uint8Array(e),f=s.length-4;101010256!=i(s,f);)f--;o=f,o+=4;var l=r(s,o+=4);r(s,o+=2);var c=i(s,o+=2),u=i(s,o+=4);o+=4,o=u;for(var h=0;h<l;h++){i(s,o),o+=4,o+=4,o+=4,i(s,o+=4),c=i(s,o+=4);var d=i(s,o+=4),A=r(s,o+=4),g=r(s,o+2),p=r(s,o+4);o+=6;var m=i(s,o+=8);o+=4,o+=A+g+p,UZIP._readLocal(s,m,a,c,d,t)}return a},UZIP._readLocal=function(e,t,r,i,o,a){var s=UZIP.bin.readUshort,f=UZIP.bin.readUint;f(e,t),s(e,t+=4),s(e,t+=2);var l=s(e,t+=2);f(e,t+=2),f(e,t+=4),t+=4;var c=s(e,t+=8),u=s(e,t+=2);t+=2;var h=UZIP.bin.readUTF8(e,t,c);if(t+=c,t+=u,a)r[h]={size:o,csize:i};else{var d=new Uint8Array(e.buffer,t);if(0==l)r[h]=new Uint8Array(d.buffer.slice(t,t+i));else{if(8!=l)throw"unknown compression method: "+l;var A=new Uint8Array(o);UZIP.inflateRaw(d,A),r[h]=A}}},UZIP.inflateRaw=function(e,t){return UZIP.F.inflate(e,t)},UZIP.inflate=function(e,t){return e[0],e[1],UZIP.inflateRaw(new Uint8Array(e.buffer,e.byteOffset+2,e.length-6),t)},UZIP.deflate=function(e,t){null==t&&(t={level:6});var r=0,i=new Uint8Array(50+Math.floor(1.1*e.length));i[r]=120,i[r+1]=156,r+=2,r=UZIP.F.deflateRaw(e,i,r,t.level);var o=UZIP.adler(e,0,e.length);return i[r+0]=o>>>24&255,i[r+1]=o>>>16&255,i[r+2]=o>>>8&255,i[r+3]=o>>>0&255,new Uint8Array(i.buffer,0,r+4)},UZIP.deflateRaw=function(e,t){null==t&&(t={level:6});var r=new Uint8Array(50+Math.floor(1.1*e.length)),i=UZIP.F.deflateRaw(e,r,i,t.level);return new Uint8Array(r.buffer,0,i)},UZIP.encode=function(e,t){null==t&&(t=!1);var r=0,i=UZIP.bin.writeUint,o=UZIP.bin.writeUshort,a={};for(var s in e){var f=!UZIP._noNeed(s)&&!t,l=e[s],c=UZIP.crc.crc(l,0,l.length);a[s]={cpr:f,usize:l.length,crc:c,file:f?UZIP.deflateRaw(l):l}}for(var s in a)r+=a[s].file.length+30+46+2*UZIP.bin.sizeUTF8(s);r+=22;var u=new Uint8Array(r),h=0,d=[];for(var s in a){var A=a[s];d.push(h),h=UZIP._writeHeader(u,h,s,A,0)}var g=0,p=h;for(var s in a)A=a[s],d.push(h),h=UZIP._writeHeader(u,h,s,A,1,d[g++]);var m=h-p;return i(u,h,101010256),h+=4,o(u,h+=4,g),o(u,h+=2,g),i(u,h+=2,m),i(u,h+=4,p),h+=4,h+=2,u.buffer},UZIP._noNeed=function(e){var t=e.split(".").pop().toLowerCase();return-1!="png,jpg,jpeg,zip".indexOf(t)},UZIP._writeHeader=function(e,t,r,i,o,a){var s=UZIP.bin.writeUint,f=UZIP.bin.writeUshort,l=i.file;return s(e,t,0==o?67324752:33639248),t+=4,1==o&&(t+=2),f(e,t,20),f(e,t+=2,0),f(e,t+=2,i.cpr?8:0),s(e,t+=2,0),s(e,t+=4,i.crc),s(e,t+=4,l.length),s(e,t+=4,i.usize),f(e,t+=4,UZIP.bin.sizeUTF8(r)),f(e,t+=2,0),t+=2,1==o&&(t+=2,t+=2,s(e,t+=6,a),t+=4),t+=UZIP.bin.writeUTF8(e,t,r),0==o&&(e.set(l,t),t+=l.length),t},UZIP.crc={table:function(){for(var e=new Uint32Array(256),t=0;t<256;t++){for(var r=t,i=0;i<8;i++)1&r?r=3988292384^r>>>1:r>>>=1;e[t]=r}return e}(),update:function(e,t,r,i){for(var o=0;o<i;o++)e=UZIP.crc.table[255&(e^t[r+o])]^e>>>8;return e},crc:function(e,t,r){return 4294967295^UZIP.crc.update(4294967295,e,t,r)}},UZIP.adler=function(e,t,r){for(var i=1,o=0,a=t,s=t+r;a<s;){for(var f=Math.min(a+5552,s);a<f;)o+=i+=e[a++];i%=65521,o%=65521}return o<<16|i},UZIP.bin={readUshort:function(e,t){return e[t]|e[t+1]<<8},writeUshort:function(e,t,r){e[t]=255&r,e[t+1]=r>>8&255},readUint:function(e,t){return 16777216*e[t+3]+(e[t+2]<<16|e[t+1]<<8|e[t])},writeUint:function(e,t,r){e[t]=255&r,e[t+1]=r>>8&255,e[t+2]=r>>16&255,e[t+3]=r>>24&255},readASCII:function(e,t,r){for(var i="",o=0;o<r;o++)i+=String.fromCharCode(e[t+o]);return i},writeASCII:function(e,t,r){for(var i=0;i<r.length;i++)e[t+i]=r.charCodeAt(i)},pad:function(e){return e.length<2?"0"+e:e},readUTF8:function(e,t,r){for(var i,o="",a=0;a<r;a++)o+="%"+UZIP.bin.pad(e[t+a].toString(16));try{i=decodeURIComponent(o)}catch(i){return UZIP.bin.readASCII(e,t,r)}return i},writeUTF8:function(e,t,r){for(var i=r.length,o=0,a=0;a<i;a++){var s=r.charCodeAt(a);if(0==(4294967168&s))e[t+o]=s,o++;else if(0==(4294965248&s))e[t+o]=192|s>>6,e[t+o+1]=128|s>>0&63,o+=2;else if(0==(4294901760&s))e[t+o]=224|s>>12,e[t+o+1]=128|s>>6&63,e[t+o+2]=128|s>>0&63,o+=3;else{if(0!=(4292870144&s))throw"e";e[t+o]=240|s>>18,e[t+o+1]=128|s>>12&63,e[t+o+2]=128|s>>6&63,e[t+o+3]=128|s>>0&63,o+=4}}return o},sizeUTF8:function(e){for(var t=e.length,r=0,i=0;i<t;i++){var o=e.charCodeAt(i);if(0==(4294967168&o))r++;else if(0==(4294965248&o))r+=2;else if(0==(4294901760&o))r+=3;else{if(0!=(4292870144&o))throw"e";r+=4}}return r}},UZIP.F={},UZIP.F.deflateRaw=function(e,t,r,i){var o=[[0,0,0,0,0],[4,4,8,4,0],[4,5,16,8,0],[4,6,16,16,0],[4,10,16,32,0],[8,16,32,32,0],[8,16,128,128,0],[8,32,128,256,0],[32,128,258,1024,1],[32,258,258,4096,1]][i],a=UZIP.F.U,s=UZIP.F._goodIndex;
|
|
9
|
+
UZIP.F._hash;var f=UZIP.F._putsE,l=0,c=r<<3,u=0,h=e.length;if(0==i){for(;l<h;)f(t,c,l+(_=Math.min(65535,h-l))==h?1:0),c=UZIP.F._copyExact(e,l,_,t,c+8),l+=_;return c>>>3}var d=a.lits,A=a.strt,g=a.prev,p=0,m=0,w=0,v=0,b=0,y=0;for(h>2&&(A[y=UZIP.F._hash(e,0)]=0),l=0;l<h;l++){if(b=y,l+1<h-2){y=UZIP.F._hash(e,l+1);var E=l+1&32767;g[E]=A[y],A[y]=E}if(u<=l){(p>14e3||m>26697)&&h-l>100&&(u<l&&(d[p]=l-u,p+=2,u=l),c=UZIP.F._writeBlock(l==h-1||u==h?1:0,d,p,v,e,w,l-w,t,c),p=m=v=0,w=l);var F=0;l<h-2&&(F=UZIP.F._bestMatch(e,l,g,b,Math.min(o[2],h-l),o[3]));var _=F>>>16,B=65535&F;if(0!=F){B=65535&F;var U=s(_=F>>>16,a.of0);a.lhst[257+U]++;var C=s(B,a.df0);a.dhst[C]++,v+=a.exb[U]+a.dxb[C],d[p]=_<<23|l-u,d[p+1]=B<<16|U<<8|C,p+=2,u=l+_}else a.lhst[e[l]]++;m++}}for(w==l&&0!=e.length||(u<l&&(d[p]=l-u,p+=2,u=l),c=UZIP.F._writeBlock(1,d,p,v,e,w,l-w,t,c),p=0,m=0,p=m=v=0,w=l);0!=(7&c);)c++;return c>>>3},UZIP.F._bestMatch=function(e,t,r,i,o,a){var s=32767&t,f=r[s],l=s-f+32768&32767;if(f==s||i!=UZIP.F._hash(e,t-l))return 0;for(var c=0,u=0,h=Math.min(32767,t);l<=h&&0!=--a&&f!=s;){if(0==c||e[t+c]==e[t+c-l]){var d=UZIP.F._howLong(e,t,l);if(d>c){if(u=l,(c=d)>=o)break;l+2<d&&(d=l+2);for(var A=0,g=0;g<d-2;g++){var p=t-l+g+32768&32767,m=p-r[p]+32768&32767;m>A&&(A=m,f=p)}}}l+=(s=f)-(f=r[s])+32768&32767}return c<<16|u},UZIP.F._howLong=function(e,t,r){if(e[t]!=e[t-r]||e[t+1]!=e[t+1-r]||e[t+2]!=e[t+2-r])return 0;var i=t,o=Math.min(e.length,t+258);for(t+=3;t<o&&e[t]==e[t-r];)t++;return t-i},UZIP.F._hash=function(e,t){return(e[t]<<8|e[t+1])+(e[t+2]<<4)&65535},UZIP.saved=0,UZIP.F._writeBlock=function(e,t,r,i,o,a,s,f,l){var c,u,h,d,A,g,p,m,w,v=UZIP.F.U,b=UZIP.F._putsF,y=UZIP.F._putsE;v.lhst[256]++,u=(c=UZIP.F.getTrees())[0],h=c[1],d=c[2],A=c[3],g=c[4],p=c[5],m=c[6],w=c[7];var E=32+(0==(l+3&7)?0:8-(l+3&7))+(s<<3),F=i+UZIP.F.contSize(v.fltree,v.lhst)+UZIP.F.contSize(v.fdtree,v.dhst),_=i+UZIP.F.contSize(v.ltree,v.lhst)+UZIP.F.contSize(v.dtree,v.dhst);_+=14+3*p+UZIP.F.contSize(v.itree,v.ihst)+(2*v.ihst[16]+3*v.ihst[17]+7*v.ihst[18]);for(var B=0;B<286;B++)v.lhst[B]=0;for(B=0;B<30;B++)v.dhst[B]=0;for(B=0;B<19;B++)v.ihst[B]=0;var U=E<F&&E<_?0:F<_?1:2;if(b(f,l,e),b(f,l+1,U),l+=3,0==U){for(;0!=(7&l);)l++;l=UZIP.F._copyExact(o,a,s,f,l)}else{var C,I;if(1==U&&(C=v.fltree,I=v.fdtree),2==U){UZIP.F.makeCodes(v.ltree,u),UZIP.F.revCodes(v.ltree,u),UZIP.F.makeCodes(v.dtree,h),UZIP.F.revCodes(v.dtree,h),UZIP.F.makeCodes(v.itree,d),UZIP.F.revCodes(v.itree,d),C=v.ltree,I=v.dtree,y(f,l,A-257),y(f,l+=5,g-1),y(f,l+=5,p-4),l+=4;for(var Q=0;Q<p;Q++)y(f,l+3*Q,v.itree[1+(v.ordr[Q]<<1)]);l+=3*p,l=UZIP.F._codeTiny(m,v.itree,f,l),l=UZIP.F._codeTiny(w,v.itree,f,l)}for(var M=a,x=0;x<r;x+=2){for(var T=t[x],S=T>>>23,R=M+(8388607&T);M<R;)l=UZIP.F._writeLit(o[M++],C,f,l);if(0!=S){var O=t[x+1],P=O>>16,H=O>>8&255,L=255&O;y(f,l=UZIP.F._writeLit(257+H,C,f,l),S-v.of0[H]),l+=v.exb[H],b(f,l=UZIP.F._writeLit(L,I,f,l),P-v.df0[L]),l+=v.dxb[L],M+=S}}l=UZIP.F._writeLit(256,C,f,l)}return l},UZIP.F._copyExact=function(e,t,r,i,o){var a=o>>>3;return i[a]=r,i[a+1]=r>>>8,i[a+2]=255-i[a],i[a+3]=255-i[a+1],a+=4,i.set(new Uint8Array(e.buffer,t,r),a),o+(r+4<<3)},UZIP.F.getTrees=function(){for(var e=UZIP.F.U,t=UZIP.F._hufTree(e.lhst,e.ltree,15),r=UZIP.F._hufTree(e.dhst,e.dtree,15),i=[],o=UZIP.F._lenCodes(e.ltree,i),a=[],s=UZIP.F._lenCodes(e.dtree,a),f=0;f<i.length;f+=2)e.ihst[i[f]]++;for(f=0;f<a.length;f+=2)e.ihst[a[f]]++;for(var l=UZIP.F._hufTree(e.ihst,e.itree,7),c=19;c>4&&0==e.itree[1+(e.ordr[c-1]<<1)];)c--;return[t,r,l,o,s,c,i,a]},UZIP.F.getSecond=function(e){for(var t=[],r=0;r<e.length;r+=2)t.push(e[r+1]);return t},UZIP.F.nonZero=function(e){for(var t="",r=0;r<e.length;r+=2)0!=e[r+1]&&(t+=(r>>1)+",");return t},UZIP.F.contSize=function(e,t){for(var r=0,i=0;i<t.length;i++)r+=t[i]*e[1+(i<<1)];return r},UZIP.F._codeTiny=function(e,t,r,i){for(var o=0;o<e.length;o+=2){var a=e[o],s=e[o+1];i=UZIP.F._writeLit(a,t,r,i);var f=16==a?2:17==a?3:7;a>15&&(UZIP.F._putsE(r,i,s,f),i+=f)}return i},UZIP.F._lenCodes=function(e,t){for(var r=e.length;2!=r&&0==e[r-1];)r-=2;for(var i=0;i<r;i+=2){var o=e[i+1],a=i+3<r?e[i+3]:-1,s=i+5<r?e[i+5]:-1,f=0==i?-1:e[i-1];if(0==o&&a==o&&s==o){for(var l=i+5;l+2<r&&e[l+2]==o;)l+=2;(c=Math.min(l+1-i>>>1,138))<11?t.push(17,c-3):t.push(18,c-11),i+=2*c-2}else if(o==f&&a==o&&s==o){for(l=i+5;l+2<r&&e[l+2]==o;)l+=2;var c=Math.min(l+1-i>>>1,6);t.push(16,c-3),i+=2*c-2}else t.push(o,0)}return r>>>1},UZIP.F._hufTree=function(e,t,r){var i=[],o=e.length,a=t.length,s=0;for(s=0;s<a;s+=2)t[s]=0,t[s+1]=0;for(s=0;s<o;s++)0!=e[s]&&i.push({lit:s,f:e[s]});var f=i.length,l=i.slice(0);if(0==f)return 0;if(1==f){var c=i[0].lit;return l=0==c?1:0,t[1+(c<<1)]=1,t[1+(l<<1)]=1,1}i.sort(function(e,t){return e.f-t.f});var u=i[0],h=i[1],d=0,A=1,g=2;for(i[0]={lit:-1,f:u.f+h.f,l:u,r:h,d:0};A!=f-1;)u=d!=A&&(g==f||i[d].f<i[g].f)?i[d++]:i[g++],h=d!=A&&(g==f||i[d].f<i[g].f)?i[d++]:i[g++],i[A++]={lit:-1,f:u.f+h.f,l:u,r:h};var p=UZIP.F.setDepth(i[A-1],0);for(p>r&&(UZIP.F.restrictDepth(l,r,p),p=r),s=0;s<f;s++)t[1+(l[s].lit<<1)]=l[s].d;return p},UZIP.F.setDepth=function(e,t){return-1!=e.lit?(e.d=t,t):Math.max(UZIP.F.setDepth(e.l,t+1),UZIP.F.setDepth(e.r,t+1))},UZIP.F.restrictDepth=function(e,t,r){var i=0,o=1<<r-t,a=0;for(e.sort(function(e,t){return t.d==e.d?e.f-t.f:t.d-e.d}),i=0;i<e.length&&e[i].d>t;i++){var s=e[i].d;e[i].d=t,a+=o-(1<<r-s)}for(a>>>=r-t;a>0;)(s=e[i].d)<t?(e[i].d++,a-=1<<t-s-1):i++;for(;i>=0;i--)e[i].d==t&&a<0&&(e[i].d--,a++);0!=a&&console.log("debt left")},UZIP.F._goodIndex=function(e,t){var r=0;return t[16|r]<=e&&(r|=16),t[8|r]<=e&&(r|=8),t[4|r]<=e&&(r|=4),t[2|r]<=e&&(r|=2),t[1|r]<=e&&(r|=1),r},UZIP.F._writeLit=function(e,t,r,i){return UZIP.F._putsF(r,i,t[e<<1]),i+t[1+(e<<1)]},UZIP.F.inflate=function(e,t){var r=Uint8Array;if(3==e[0]&&0==e[1])return t||new r(0);var i=UZIP.F,o=i._bitsF,a=i._bitsE,s=i._decodeTiny,f=i.makeCodes,l=i.codes2map,c=i._get17,u=i.U,h=null==t;h&&(t=new r(e.length>>>2<<3));for(var d,A,g=0,p=0,m=0,w=0,v=0,b=0,y=0,E=0,F=0;0==g;)if(g=o(e,F,1),p=o(e,F+1,2),F+=3,0!=p){if(h&&(t=UZIP.F._check(t,E+(1<<17))),1==p&&(d=u.flmap,A=u.fdmap,b=511,y=31),2==p){m=a(e,F,5)+257,w=a(e,F+5,5)+1,v=a(e,F+10,4)+4,F+=14;for(var _=0;_<38;_+=2)u.itree[_]=0,u.itree[_+1]=0;var B=1;for(_=0;_<v;_++){var U=a(e,F+3*_,3);u.itree[1+(u.ordr[_]<<1)]=U,U>B&&(B=U)}F+=3*v,f(u.itree,B),l(u.itree,B,u.imap),d=u.lmap,A=u.dmap,F=s(u.imap,(1<<B)-1,m+w,e,F,u.ttree);var C=i._copyOut(u.ttree,0,m,u.ltree);b=(1<<C)-1;var I=i._copyOut(u.ttree,m,w,u.dtree);y=(1<<I)-1,f(u.ltree,C),l(u.ltree,C,d),f(u.dtree,I),l(u.dtree,I,A)}for(;;){var Q=d[c(e,F)&b];F+=15&Q;var M=Q>>>4;if(M>>>8==0)t[E++]=M;else{if(256==M)break;var x=E+M-254;if(M>264){var T=u.ldef[M-257];x=E+(T>>>3)+a(e,F,7&T),F+=7&T}var S=A[c(e,F)&y];F+=15&S;var R=S>>>4,O=u.ddef[R],P=(O>>>4)+o(e,F,15&O);for(F+=15&O,h&&(t=UZIP.F._check(t,E+(1<<17)));E<x;)t[E]=t[E++-P],t[E]=t[E++-P],t[E]=t[E++-P],t[E]=t[E++-P];E=x}}}else{0!=(7&F)&&(F+=8-(7&F));var H=4+(F>>>3),L=e[H-4]|e[H-3]<<8;h&&(t=UZIP.F._check(t,E+L)),t.set(new r(e.buffer,e.byteOffset+H,L),E),F=H+L<<3,E+=L}return t.length==E?t:t.slice(0,E)},UZIP.F._check=function(e,t){var r=e.length;if(t<=r)return e;var i=new Uint8Array(Math.max(r<<1,t));return i.set(e,0),i},UZIP.F._decodeTiny=function(e,t,r,i,o,a){for(var s=UZIP.F._bitsE,f=UZIP.F._get17,l=0;l<r;){var c=e[f(i,o)&t];o+=15&c;var u=c>>>4;if(u<=15)a[l]=u,l++;else{var h=0,d=0;16==u?(d=3+s(i,o,2),o+=2,h=a[l-1]):17==u?(d=3+s(i,o,3),o+=3):18==u&&(d=11+s(i,o,7),o+=7);for(var A=l+d;l<A;)a[l]=h,l++}}return o},UZIP.F._copyOut=function(e,t,r,i){for(var o=0,a=0,s=i.length>>>1;a<r;){var f=e[a+t];i[a<<1]=0,i[1+(a<<1)]=f,f>o&&(o=f),a++}for(;a<s;)i[a<<1]=0,i[1+(a<<1)]=0,a++;return o},UZIP.F.makeCodes=function(e,t){for(var r,i,o,a,s=UZIP.F.U,f=e.length,l=s.bl_count,c=0;c<=t;c++)l[c]=0;for(c=1;c<f;c+=2)l[e[c]]++;var u=s.next_code;for(r=0,l[0]=0,i=1;i<=t;i++)r=r+l[i-1]<<1,u[i]=r;for(o=0;o<f;o+=2)0!=(a=e[o+1])&&(e[o]=u[a],u[a]++)},UZIP.F.codes2map=function(e,t,r){for(var i=e.length,o=UZIP.F.U.rev15,a=0;a<i;a+=2)if(0!=e[a+1])for(var s=a>>1,f=e[a+1],l=s<<4|f,c=t-f,u=e[a]<<c,h=u+(1<<c);u!=h;)r[o[u]>>>15-t]=l,u++},UZIP.F.revCodes=function(e,t){for(var r=UZIP.F.U.rev15,i=15-t,o=0;o<e.length;o+=2){var a=e[o]<<t-e[o+1];e[o]=r[a]>>>i}},UZIP.F._putsE=function(e,t,r){r<<=7&t;var i=t>>>3;e[i]|=r,e[i+1]|=r>>>8},UZIP.F._putsF=function(e,t,r){r<<=7&t;var i=t>>>3;e[i]|=r,e[i+1]|=r>>>8,e[i+2]|=r>>>16},UZIP.F._bitsE=function(e,t,r){return(e[t>>>3]|e[1+(t>>>3)]<<8)>>>(7&t)&(1<<r)-1},UZIP.F._bitsF=function(e,t,r){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16)>>>(7&t)&(1<<r)-1},UZIP.F._get17=function(e,t){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16)>>>(7&t)},UZIP.F._get25=function(e,t){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16|e[3+(t>>>3)]<<24)>>>(7&t)},UZIP.F.U=(t=Uint16Array,r=Uint32Array,{next_code:new t(16),bl_count:new t(16),ordr:[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],of0:[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,999,999,999],exb:[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0],ldef:new t(32),df0:[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,65535,65535],dxb:[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0],ddef:new r(32),flmap:new t(512),fltree:[],fdmap:new t(32),fdtree:[],lmap:new t(32768),ltree:[],ttree:[],dmap:new t(32768),dtree:[],imap:new t(512),itree:[],rev15:new t(32768),lhst:new r(286),dhst:new r(30),ihst:new r(19),lits:new r(15e3),strt:new t(65536),prev:new t(32768)}),function(){function pushV(e,t,r){for(;0!=t--;)e.push(0,r)}for(var e=UZIP.F.U,t=0;t<32768;t++){var r=t;r=(4278255360&(r=(4042322160&(r=(3435973836&(r=(2863311530&r)>>>1|(1431655765&r)<<1))>>>2|(858993459&r)<<2))>>>4|(252645135&r)<<4))>>>8|(16711935&r)<<8,e.rev15[t]=(r>>>16|r<<16)>>>17}for(t=0;t<32;t++)e.ldef[t]=e.of0[t]<<3|e.exb[t],e.ddef[t]=e.df0[t]<<4|e.dxb[t];pushV(e.fltree,144,8),pushV(e.fltree,112,9),pushV(e.fltree,24,7),pushV(e.fltree,8,8),UZIP.F.makeCodes(e.fltree,9),UZIP.F.codes2map(e.fltree,9,e.flmap),UZIP.F.revCodes(e.fltree,9),pushV(e.fdtree,32,5),UZIP.F.makeCodes(e.fdtree,5),UZIP.F.codes2map(e.fdtree,5,e.fdmap),UZIP.F.revCodes(e.fdtree,5),pushV(e.itree,19,0),pushV(e.ltree,286,0),pushV(e.dtree,30,0),pushV(e.ttree,320,0)}()}({get exports(){return e},set exports(t){e=t}});var UZIP=_mergeNamespaces({__proto__:null,"default":e},[e]),UPNG=function(){function decodeImage(t,r,i,o){var a=r*i,s=_getBPP(o),f=Math.ceil(r*s/8),l=new Uint8Array(4*a),c=new Uint32Array(l.buffer),u=o.ctype,h=o.depth,d=e.readUshort;if(6==u){var _e2=a<<2;if(8==h)for(var A=0;A<_e2;A+=4)l[A]=t[A],l[A+1]=t[A+1],l[A+2]=t[A+2],l[A+3]=t[A+3];if(16==h)for(A=0;A<_e2;A++)l[A]=t[A<<1]}else if(2==u){var _e3=o.tabs.tRNS;if(null==_e3){if(8==h)for(A=0;A<a;A++){var g=3*A;c[A]=255<<24|t[g+2]<<16|t[g+1]<<8|t[g]}if(16==h)for(A=0;A<a;A++)g=6*A,c[A]=255<<24|t[g+4]<<16|t[g+2]<<8|t[g]}else{var p=_e3[0],_r=_e3[1],_i2=_e3[2];if(8==h)for(A=0;A<a;A++){var m=A<<2;g=3*A,c[A]=255<<24|t[g+2]<<16|t[g+1]<<8|t[g],t[g]==p&&t[g+1]==_r&&t[g+2]==_i2&&(l[m+3]=0)}if(16==h)for(A=0;A<a;A++)m=A<<2,g=6*A,c[A]=255<<24|t[g+4]<<16|t[g+2]<<8|t[g],d(t,g)==p&&d(t,g+2)==_r&&d(t,g+4)==_i2&&(l[m+3]=0)}}else if(3==u){var _e4=o.tabs.PLTE,_s2=o.tabs.tRNS,_c=_s2?_s2.length:0;if(1==h)for(var w=0;w<i;w++){var v=w*f,b=w*r;for(A=0;A<r;A++){m=b+A<<2;var y=3*(E=t[v+(A>>3)]>>7-((7&A)<<0)&1);l[m]=_e4[y],l[m+1]=_e4[y+1],l[m+2]=_e4[y+2],l[m+3]=E<_c?_s2[E]:255}}if(2==h)for(w=0;w<i;w++)for(v=w*f,b=w*r,A=0;A<r;A++)m=b+A<<2,y=3*(E=t[v+(A>>2)]>>6-((3&A)<<1)&3),l[m]=_e4[y],l[m+1]=_e4[y+1],l[m+2]=_e4[y+2],l[m+3]=E<_c?_s2[E]:255;if(4==h)for(w=0;w<i;w++)for(v=w*f,b=w*r,A=0;A<r;A++)m=b+A<<2,y=3*(E=t[v+(A>>1)]>>4-((1&A)<<2)&15),l[m]=_e4[y],l[m+1]=_e4[y+1],l[m+2]=_e4[y+2],l[m+3]=E<_c?_s2[E]:255;if(8==h)for(A=0;A<a;A++){var E;m=A<<2,y=3*(E=t[A]),l[m]=_e4[y],l[m+1]=_e4[y+1],l[m+2]=_e4[y+2],l[m+3]=E<_c?_s2[E]:255}}else if(4==u){if(8==h)for(A=0;A<a;A++){m=A<<2;var F=t[_=A<<1];l[m]=F,l[m+1]=F,l[m+2]=F,l[m+3]=t[_+1]}if(16==h)for(A=0;A<a;A++){var _;m=A<<2,F=t[_=A<<2],l[m]=F,l[m+1]=F,l[m+2]=F,l[m+3]=t[_+2]}}else if(0==u)for(p=o.tabs.tRNS?o.tabs.tRNS:-1,w=0;w<i;w++){var _e5=w*f,_i3=w*r;if(1==h)for(var B=0;B<r;B++){var U=(F=255*(t[_e5+(B>>>3)]>>>7-(7&B)&1))==255*p?0:255;c[_i3+B]=U<<24|F<<16|F<<8|F}else if(2==h)for(B=0;B<r;B++)U=(F=85*(t[_e5+(B>>>2)]>>>6-((3&B)<<1)&3))==85*p?0:255,c[_i3+B]=U<<24|F<<16|F<<8|F;else if(4==h)for(B=0;B<r;B++)U=(F=17*(t[_e5+(B>>>1)]>>>4-((1&B)<<2)&15))==17*p?0:255,c[_i3+B]=U<<24|F<<16|F<<8|F;else if(8==h)for(B=0;B<r;B++)U=(F=t[_e5+B])==p?0:255,c[_i3+B]=U<<24|F<<16|F<<8|F;else if(16==h)for(B=0;B<r;B++)F=t[_e5+(B<<1)],U=d(t,_e5+(B<<1))==p?0:255,c[_i3+B]=U<<24|F<<16|F<<8|F}return l}function _decompress(e,r,i,o){var a=_getBPP(e),s=Math.ceil(i*a/8),f=new Uint8Array((s+1+e.interlace)*o);return r=e.tabs.CgBI?t(r,f):_inflate(r,f),0==e.interlace?r=_filterZero(r,e,0,i,o):1==e.interlace&&(r=function(e,t){for(var r=t.width,i=t.height,o=_getBPP(t),a=o>>3,s=Math.ceil(r*o/8),f=new Uint8Array(i*s),l=0,c=[0,0,4,0,2,0,1],u=[0,4,0,2,0,1,0],h=[8,8,8,4,4,2,2],d=[8,8,4,4,2,2,1],A=0;A<7;){for(var p=h[A],m=d[A],w=0,v=0,b=c[A];b<i;)b+=p,v++;for(var y=u[A];y<r;)y+=m,w++;var E=Math.ceil(w*o/8);_filterZero(e,t,l,w,v);for(var F=0,_=c[A];_<i;){for(var _t=u[A],_i4=l+F*E<<3;_t<r;){var g;if(1==o&&(g=(g=e[_i4>>3])>>7-(7&_i4)&1,f[_*s+(_t>>3)]|=g<<7-((7&_t)<<0)),2==o&&(g=(g=e[_i4>>3])>>6-(7&_i4)&3,f[_*s+(_t>>2)]|=g<<6-((3&_t)<<1)),4==o&&(g=(g=e[_i4>>3])>>4-(7&_i4)&15,f[_*s+(_t>>1)]|=g<<4-((1&_t)<<2)),o>=8)for(var _r2=_*s+_t*a,_t2=0;_t2<a;_t2++)f[_r2+_t2]=e[(_i4>>3)+_t2];_i4+=o,_t+=m}F++,_+=p}w*v!=0&&(l+=v*(1+E)),A+=1}return f}(r,e)),r}function _inflate(e,r){return t(new Uint8Array(e.buffer,2,e.length-6),r)}function _getBPP(e){return[1,null,3,1,2,null,4][e.ctype]*e.depth}function _filterZero(e,t,r,i,o){var f,l,a=_getBPP(t),s=Math.ceil(i*a/8);a=Math.ceil(a/8);var c=e[r],u=0;if(c>1&&(e[r]=[0,0,1][c-2]),3==c)for(u=a;u<s;u++)e[u+1]=e[u+1]+(e[u+1-a]>>>1)&255;for(var _t4=0;_t4<o;_t4++)if(f=r+_t4*s,l=f+_t4+1,c=e[l-1],u=0,0==c)for(;u<s;u++)e[f+u]=e[l+u];else if(1==c){for(;u<a;u++)e[f+u]=e[l+u];for(;u<s;u++)e[f+u]=e[l+u]+e[f+u-a]}else if(2==c)for(;u<s;u++)e[f+u]=e[l+u]+e[f+u-s];else if(3==c){for(;u<a;u++)e[f+u]=e[l+u]+(e[f+u-s]>>>1);for(;u<s;u++)e[f+u]=e[l+u]+(e[f+u-s]+e[f+u-a]>>>1)}else{for(;u<a;u++)e[f+u]=e[l+u]+_paeth(0,e[f+u-s],0);for(;u<s;u++)e[f+u]=e[l+u]+_paeth(e[f+u-a],e[f+u-s],e[f+u-a-s])}return e}function _paeth(e,t,r){var i=e+t-r,o=i-e,a=i-t,s=i-r;return o*o<=a*a&&o*o<=s*s?e:a*a<=s*s?t:r}function _IHDR(t,r,i){i.width=e.readUint(t,r),r+=4,i.height=e.readUint(t,r),r+=4,i.depth=t[r],r++,i.ctype=t[r],r++,i.compress=t[r],r++,i.filter=t[r],r++,i.interlace=t[r],r++}function _copyTile(e,t,r,i,o,a,s,f,l){for(var c=Math.min(t,o),u=Math.min(r,a),h=0,d=0,_r8=0;_r8<u;_r8++)for(var _a5=0;_a5<c;_a5++)if(s>=0&&f>=0?(h=_r8*t+_a5<<2,d=(f+_r8)*o+s+_a5<<2):(h=(-f+_r8)*t-s+_a5<<2,d=_r8*o+_a5<<2),0==l)i[d]=e[h],i[d+1]=e[h+1],i[d+2]=e[h+2],i[d+3]=e[h+3];else if(1==l){var A=e[h+3]*(1/255),g=e[h]*A,p=e[h+1]*A,m=e[h+2]*A,w=i[d+3]*(1/255),v=i[d]*w,b=i[d+1]*w,y=i[d+2]*w,_t5=1-A,_r9=A+w*_t5,_o7=0==_r9?0:1/_r9;i[d+3]=255*_r9,i[d+0]=(g+v*_t5)*_o7,i[d+1]=(p+b*_t5)*_o7,i[d+2]=(m+y*_t5)*_o7}else if(2==l)A=e[h+3],g=e[h],p=e[h+1],m=e[h+2],w=i[d+3],v=i[d],b=i[d+1],y=i[d+2],A==w&&g==v&&p==b&&m==y?(i[d]=0,i[d+1]=0,i[d+2]=0,i[d+3]=0):(i[d]=g,i[d+1]=p,i[d+2]=m,i[d+3]=A);else if(3==l){if(A=e[h+3],g=e[h],p=e[h+1],m=e[h+2],w=i[d+3],v=i[d],b=i[d+1],y=i[d+2],A==w&&g==v&&p==b&&m==y)continue;if(A<220&&w>20)return!1}return!0}var e={nextZero:function(e,t){for(;0!=e[t];)t++;return t},readUshort:function(e,t){return e[t]<<8|e[t+1]},writeUshort:function(e,t,r){e[t]=r>>8&255,e[t+1]=255&r},readUint:function(e,t){return 16777216*e[t]+(e[t+1]<<16|e[t+2]<<8|e[t+3])},writeUint:function(e,t,r){e[t]=r>>24&255,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r},readASCII:function(e,t,r){for(var i="",_o=0;_o<r;_o++)i+=String.fromCharCode(e[t+_o]);return i},writeASCII:function(e,t,r){for(var _i=0;_i<r.length;_i++)e[t+_i]=r.charCodeAt(_i)},readBytes:function(e,t,r){for(var i=[],_o2=0;_o2<r;_o2++)i.push(e[t+_o2]);return i},pad:function(e){return e.length<2?"0".concat(e):e},readUTF8:function(t,r,i){for(var o,a="",_o3=0;_o3<i;_o3++)a+="%".concat(e.pad(t[r+_o3].toString(16)));try{o=decodeURIComponent(a)}catch(o){return e.readASCII(t,r,i)}return o}},t=function(){var e={H:{}};return e.H.N=function(t,r){var o,a,i=Uint8Array,s=0,f=0,l=0,c=0,u=0,h=0,d=0,A=0,g=0;if(3==t[0]&&0==t[1])return r||new i(0);var p=e.H,m=p.b,w=p.e,v=p.R,b=p.n,y=p.A,E=p.Z,F=p.m,_=null==r;for(_&&(r=new i(t.length>>>2<<5));0==s;)if(s=m(t,g,1),f=m(t,g+1,2),g+=3,0!=f){if(_&&(r=e.H.W(r,A+(1<<17))),1==f&&(o=F.J,a=F.h,h=511,d=31),2==f){l=w(t,g,5)+257,c=w(t,g+5,5)+1,u=w(t,g+10,4)+4,g+=14;for(var _e6=1,B=0;B<38;B+=2)F.Q[B]=0,F.Q[B+1]=0;for(B=0;B<u;B++){var _r3=w(t,g+3*B,3);F.Q[1+(F.X[B]<<1)]=_r3,_r3>_e6&&(_e6=_r3)}g+=3*u,b(F.Q,_e6),y(F.Q,_e6,F.u),o=F.w,a=F.d,g=v(F.u,(1<<_e6)-1,l+c,t,g,F.v);var _r4=p.V(F.v,0,l,F.C);h=(1<<_r4)-1;var _i5=p.V(F.v,l,c,F.D);d=(1<<_i5)-1,b(F.C,_r4),y(F.C,_r4,o),b(F.D,_i5),y(F.D,_i5,a)}for(;;){var _e7=o[E(t,g)&h];g+=15&_e7;var _i6=_e7>>>4;if(_i6>>>8==0)r[A++]=_i6;else{if(256==_i6)break;var _e8=A+_i6-254;if(_i6>264){var _r5=F.q[_i6-257];_e8=A+(_r5>>>3)+w(t,g,7&_r5),g+=7&_r5}var _o4=a[E(t,g)&d];g+=15&_o4;var _s3=_o4>>>4,_f2=F.c[_s3],_l2=(_f2>>>4)+m(t,g,15&_f2);for(g+=15&_f2;A<_e8;)r[A]=r[A++-_l2],r[A]=r[A++-_l2],r[A]=r[A++-_l2],r[A]=r[A++-_l2];A=_e8}}}else{0!=(7&g)&&(g+=8-(7&g));var _o5=4+(g>>>3),_a3=t[_o5-4]|t[_o5-3]<<8;_&&(r=e.H.W(r,A+_a3)),r.set(new i(t.buffer,t.byteOffset+_o5,_a3),A),g=_o5+_a3<<3,A+=_a3}return r.length==A?r:r.slice(0,A)},e.H.W=function(e,t){var r=e.length;if(t<=r)return e;var i=new Uint8Array(r<<1);return i.set(e,0),i},e.H.R=function(t,r,i,o,a,s){for(var f=e.H.e,l=e.H.Z,c=0;c<i;){var _e9=t[l(o,a)&r];a+=15&_e9;var _i7=_e9>>>4;if(_i7<=15)s[c]=_i7,c++;else{var _e10=0,_t3=0;16==_i7?(_t3=3+f(o,a,2),a+=2,_e10=s[c-1]):17==_i7?(_t3=3+f(o,a,3),a+=3):18==_i7&&(_t3=11+f(o,a,7),a+=7);for(var _r6=c+_t3;c<_r6;)s[c]=_e10,c++}}return a},e.H.V=function(e,t,r,i){for(var o=0,a=0,s=i.length>>>1;a<r;){var _r7=e[a+t];i[a<<1]=0,i[1+(a<<1)]=_r7,_r7>o&&(o=_r7),a++}for(;a<s;)i[a<<1]=0,i[1+(a<<1)]=0,a++;return o},e.H.n=function(t,r){for(var a,s,f,l,i=e.H.m,o=t.length,c=i.j,u=0;u<=r;u++)c[u]=0;for(u=1;u<o;u+=2)c[t[u]]++;var h=i.K;for(a=0,c[0]=0,s=1;s<=r;s++)a=a+c[s-1]<<1,h[s]=a;for(f=0;f<o;f+=2)l=t[f+1],0!=l&&(t[f]=h[l],h[l]++)},e.H.A=function(t,r,i){for(var o=t.length,a=e.H.m.r,_e11=0;_e11<o;_e11+=2)if(0!=t[_e11+1])for(var _o6=_e11>>1,_s4=t[_e11+1],_f3=_o6<<4|_s4,_l3=r-_s4,c=t[_e11]<<_l3,u=c+(1<<_l3);c!=u;)i[a[c]>>>15-r]=_f3,c++},e.H.l=function(t,r){for(var i=e.H.m.r,o=15-r,_e12=0;_e12<t.length;_e12+=2){var _a4=t[_e12]<<r-t[_e12+1];t[_e12]=i[_a4]>>>o}},e.H.M=function(e,t,r){r<<=7&t;var i=t>>>3;e[i]|=r,e[i+1]|=r>>>8},e.H.I=function(e,t,r){r<<=7&t;var i=t>>>3;e[i]|=r,e[i+1]|=r>>>8,e[i+2]|=r>>>16},e.H.e=function(e,t,r){return(e[t>>>3]|e[1+(t>>>3)]<<8)>>>(7&t)&(1<<r)-1},e.H.b=function(e,t,r){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16)>>>(7&t)&(1<<r)-1},e.H.Z=function(e,t){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16)>>>(7&t)},e.H.i=function(e,t){return(e[t>>>3]|e[1+(t>>>3)]<<8|e[2+(t>>>3)]<<16|e[3+(t>>>3)]<<24)>>>(7&t)},e.H.m=function(){var e=Uint16Array,t=Uint32Array;return{K:new e(16),j:new e(16),X:[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],S:[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,999,999,999],T:[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0],q:new e(32),p:[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,65535,65535],z:[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0],c:new t(32),J:new e(512),_:[],h:new e(32),$:[],w:new e(32768),C:[],v:[],d:new e(32768),D:[],u:new e(512),Q:[],r:new e(32768),s:new t(286),Y:new t(30),a:new t(19),t:new t(15e3),k:new e(65536),g:new e(32768)}}(),function(){function n(e,t,r){for(;0!=t--;)e.push(0,r)}for(var t=e.H.m,r=0;r<32768;r++){var _e13=r;_e13=(2863311530&_e13)>>>1|(1431655765&_e13)<<1,_e13=(3435973836&_e13)>>>2|(858993459&_e13)<<2,_e13=(4042322160&_e13)>>>4|(252645135&_e13)<<4,_e13=(4278255360&_e13)>>>8|(16711935&_e13)<<8,t.r[r]=(_e13>>>16|_e13<<16)>>>17}for(r=0;r<32;r++)t.q[r]=t.S[r]<<3|t.T[r],t.c[r]=t.p[r]<<4|t.z[r];n(t._,144,8),n(t._,112,9),n(t._,24,7),n(t._,8,8),e.H.n(t._,9),e.H.A(t._,9,t.J),e.H.l(t._,9),n(t.$,32,5),e.H.n(t.$,5),e.H.A(t.$,5,t.h),e.H.l(t.$,5),n(t.Q,19,0),n(t.C,286,0),n(t.D,30,0),n(t.v,320,0)}(),e.H.N}();return{decode:function(r){for(var u,i=new Uint8Array(r),o=8,a=e,s=a.readUshort,f=a.readUint,l={tabs:{},frames:[]},c=new Uint8Array(i.length),h=0,d=0,A=[137,80,78,71,13,10,26,10],g=0;g<8;g++)if(i[g]!=A[g])throw"The input is not a PNG file!";for(;o<i.length;){var _e14=a.readUint(i,o);o+=4;var _r10=a.readASCII(i,o,4);if(o+=4,"IHDR"==_r10)_IHDR(i,o,l);else if("iCCP"==_r10){for(var p=o;0!=i[p];)p++;a.readASCII(i,o,p-o),i[p+1];var _s5=i.slice(p+2,o+_e14),_f4=null;try{_f4=_inflate(_s5)}catch(e){_f4=t(_s5)}l.tabs[_r10]=_f4}else if("CgBI"==_r10)l.tabs[_r10]=i.slice(o,o+4);else if("IDAT"==_r10){for(g=0;g<_e14;g++)c[h+g]=i[o+g];h+=_e14}else if("acTL"==_r10)l.tabs[_r10]={num_frames:f(i,o),num_plays:f(i,o+4)},u=new Uint8Array(i.length);else if("fcTL"==_r10){0!=d&&((E=l.frames[l.frames.length-1]).data=_decompress(l,u.slice(0,d),E.rect.width,E.rect.height),d=0);var _e15={x:f(i,o+12),y:f(i,o+16),width:f(i,o+4),height:f(i,o+8)},_t6=s(i,o+22);_t6=s(i,o+20)/(0==_t6?100:_t6);var _r11={rect:_e15,delay:Math.round(1e3*_t6),dispose:i[o+24],blend:i[o+25]};l.frames.push(_r11)}else if("fdAT"==_r10){for(g=0;g<_e14-4;g++)u[d+g]=i[o+g+4];d+=_e14-4}else if("pHYs"==_r10)l.tabs[_r10]=[a.readUint(i,o),a.readUint(i,o+4),i[o+8]];else if("cHRM"==_r10)for(l.tabs[_r10]=[],g=0;g<8;g++)l.tabs[_r10].push(a.readUint(i,o+4*g));else if("tEXt"==_r10||"zTXt"==_r10){null==l.tabs[_r10]&&(l.tabs[_r10]={});var m=a.nextZero(i,o),w=a.readASCII(i,o,m-o),v=o+_e14-m-1;if("tEXt"==_r10)y=a.readASCII(i,m+1,v);else{var b=_inflate(i.slice(m+2,m+2+v));y=a.readUTF8(b,0,b.length)}l.tabs[_r10][w]=y}else if("iTXt"==_r10){null==l.tabs[_r10]&&(l.tabs[_r10]={}),m=0,p=o,m=a.nextZero(i,p),w=a.readASCII(i,p,m-p);var y,_t7=i[p=m+1];i[p+1],p+=2,m=a.nextZero(i,p),a.readASCII(i,p,m-p),p=m+1,m=a.nextZero(i,p),a.readUTF8(i,p,m-p),v=_e14-((p=m+1)-o),0==_t7?y=a.readUTF8(i,p,v):(b=_inflate(i.slice(p,p+v)),y=a.readUTF8(b,0,b.length)),l.tabs[_r10][w]=y}else if("PLTE"==_r10)l.tabs[_r10]=a.readBytes(i,o,_e14);else if("hIST"==_r10){var _e16=l.tabs.PLTE.length/3;for(l.tabs[_r10]=[],g=0;g<_e16;g++)l.tabs[_r10].push(s(i,o+2*g))}else if("tRNS"==_r10)3==l.ctype?l.tabs[_r10]=a.readBytes(i,o,_e14):0==l.ctype?l.tabs[_r10]=s(i,o):2==l.ctype&&(l.tabs[_r10]=[s(i,o),s(i,o+2),s(i,o+4)]);else if("gAMA"==_r10)l.tabs[_r10]=a.readUint(i,o)/1e5;else if("sRGB"==_r10)l.tabs[_r10]=i[o];else if("bKGD"==_r10)0==l.ctype||4==l.ctype?l.tabs[_r10]=[s(i,o)]:2==l.ctype||6==l.ctype?l.tabs[_r10]=[s(i,o),s(i,o+2),s(i,o+4)]:3==l.ctype&&(l.tabs[_r10]=i[o]);else if("IEND"==_r10)break;o+=_e14,a.readUint(i,o),o+=4}var E;return 0!=d&&((E=l.frames[l.frames.length-1]).data=_decompress(l,u.slice(0,d),E.rect.width,E.rect.height)),l.data=_decompress(l,c,l.width,l.height),delete l.compress,delete l.interlace,delete l.filter,l},toRGBA8:function(e){var t=e.width,r=e.height;if(null==e.tabs.acTL)return[decodeImage(e.data,t,r,e).buffer];var i=[];null==e.frames[0].data&&(e.frames[0].data=e.data);for(var o=t*r*4,a=new Uint8Array(o),s=new Uint8Array(o),f=new Uint8Array(o),c=0;c<e.frames.length;c++){var u=e.frames[c],h=u.rect.x,d=u.rect.y,A=u.rect.width,g=u.rect.height,p=decodeImage(u.data,A,g,e);if(0!=c)for(var l=0;l<o;l++)f[l]=a[l];if(0==u.blend?_copyTile(p,A,g,a,t,r,h,d,0):1==u.blend&&_copyTile(p,A,g,a,t,r,h,d,1),i.push(a.buffer.slice(0)),0==u.dispose);else if(1==u.dispose)_copyTile(s,A,g,a,t,r,h,d,0);else if(2==u.dispose)for(l=0;l<o;l++)a[l]=f[l]}return i},_paeth:_paeth,_copyTile:_copyTile,_bin:e}}();!function(){function addErr(e,t,r,i){t[r]+=e[0]*i>>4,t[r+1]+=e[1]*i>>4,t[r+2]+=e[2]*i>>4,t[r+3]+=e[3]*i>>4}function N(e){return Math.max(0,Math.min(255,e))}function D(e,t){var r=e[0]-t[0],i=e[1]-t[1],o=e[2]-t[2],a=e[3]-t[3];return r*r+i*i+o*o+a*a}function dither(e,t,r,i,o,a,s){null==s&&(s=1);for(var f=i.length,l=[],c=0;c<f;c++){var _e18=i[c];l.push([_e18>>>0&255,_e18>>>8&255,_e18>>>16&255,_e18>>>24&255])}for(c=0;c<f;c++)for(var _e19=4294967295,u=0,h=0;h<f;h++){var d=D(l[c],l[h]);h!=c&&d<_e19&&(_e19=d,u=h)}var A=new Uint32Array(o.buffer),g=new Int16Array(t*r*4),p=[0,8,2,10,12,4,14,6,3,11,1,9,15,7,13,5];for(c=0;c<p.length;c++)p[c]=255*((p[c]+.5)/16-.5);for(var _o8=0;_o8<r;_o8++)for(var w=0;w<t;w++){var m;c=4*(_o8*t+w),2!=s?m=[N(e[c]+g[c]),N(e[c+1]+g[c+1]),N(e[c+2]+g[c+2]),N(e[c+3]+g[c+3])]:(d=p[4*(3&_o8)+(3&w)],m=[N(e[c]+d),N(e[c+1]+d),N(e[c+2]+d),N(e[c+3]+d)]),u=0;var v=16777215;for(h=0;h<f;h++){var _e20=D(m,l[h]);_e20<v&&(v=_e20,u=h)}var b=l[u],y=[m[0]-b[0],m[1]-b[1],m[2]-b[2],m[3]-b[3]];1==s&&(w!=t-1&&addErr(y,g,c+4,7),_o8!=r-1&&(0!=w&&addErr(y,g,c+4*t-4,3),addErr(y,g,c+4*t,5),w!=t-1&&addErr(y,g,c+4*t+4,1))),a[c>>2]=u,A[c>>2]=i[u]}}function _main(e,r,o,a,s){null==s&&(s={});var A,f=i.crc,l=t.writeUint,c=t.writeUshort,u=t.writeASCII,h=8,d=e.frames.length>1,g=!1,p=33+(d?20:0);if(null!=s.sRGB&&(p+=13),null!=s.pHYs&&(p+=21),null!=s.iCCP&&(A=pako.deflate(s.iCCP),p+=21+A.length+4),3==e.ctype){for(var m=e.plte.length,w=0;w<m;w++)e.plte[w]>>>24!=255&&(g=!0);p+=8+3*m+4+(g?8+1*m+4:0)}for(var v=0;v<e.frames.length;v++)d&&(p+=38),p+=(F=e.frames[v]).cimg.length+12,0!=v&&(p+=4);p+=12;var b=new Uint8Array(p),y=[137,80,78,71,13,10,26,10];for(w=0;w<8;w++)b[w]=y[w];if(l(b,h,13),h+=4,u(b,h,"IHDR"),h+=4,l(b,h,r),h+=4,l(b,h,o),h+=4,b[h]=e.depth,h++,b[h]=e.ctype,h++,b[h]=0,h++,b[h]=0,h++,b[h]=0,h++,l(b,h,f(b,h-17,17)),h+=4,null!=s.sRGB&&(l(b,h,1),h+=4,u(b,h,"sRGB"),h+=4,b[h]=s.sRGB,h++,l(b,h,f(b,h-5,5)),h+=4),null!=s.iCCP){var _e21=13+A.length;l(b,h,_e21),h+=4,u(b,h,"iCCP"),h+=4,u(b,h,"ICC profile"),h+=11,h+=2,b.set(A,h),h+=A.length,l(b,h,f(b,h-(_e21+4),_e21+4)),h+=4}if(null!=s.pHYs&&(l(b,h,9),h+=4,u(b,h,"pHYs"),h+=4,l(b,h,s.pHYs[0]),h+=4,l(b,h,s.pHYs[1]),h+=4,b[h]=s.pHYs[2],h++,l(b,h,f(b,h-13,13)),h+=4),d&&(l(b,h,8),h+=4,u(b,h,"acTL"),h+=4,l(b,h,e.frames.length),h+=4,l(b,h,null!=s.loop?s.loop:0),h+=4,l(b,h,f(b,h-12,12)),h+=4),3==e.ctype){for(l(b,h,3*(m=e.plte.length)),h+=4,u(b,h,"PLTE"),h+=4,w=0;w<m;w++){var _t9=3*w,_r13=e.plte[w],_i8=255&_r13,_o9=_r13>>>8&255,_a7=_r13>>>16&255;b[h+_t9+0]=_i8,b[h+_t9+1]=_o9,b[h+_t9+2]=_a7}if(h+=3*m,l(b,h,f(b,h-3*m-4,3*m+4)),h+=4,g){for(l(b,h,m),h+=4,u(b,h,"tRNS"),h+=4,w=0;w<m;w++)b[h+w]=e.plte[w]>>>24&255;h+=m,l(b,h,f(b,h-m-4,m+4)),h+=4}}var E=0;for(v=0;v<e.frames.length;v++){var F=e.frames[v];d&&(l(b,h,26),h+=4,u(b,h,"fcTL"),h+=4,l(b,h,E++),h+=4,l(b,h,F.rect.width),h+=4,l(b,h,F.rect.height),h+=4,l(b,h,F.rect.x),h+=4,l(b,h,F.rect.y),h+=4,c(b,h,a[v]),h+=2,c(b,h,1e3),h+=2,b[h]=F.dispose,h++,b[h]=F.blend,h++,l(b,h,f(b,h-30,30)),h+=4);var _t10=F.cimg;l(b,h,(m=_t10.length)+(0==v?0:4)),h+=4;var _r14=h;u(b,h,0==v?"IDAT":"fdAT"),h+=4,0!=v&&(l(b,h,E++),h+=4),b.set(_t10,h),h+=m,l(b,h,f(b,_r14,h-_r14)),h+=4}return l(b,h,0),h+=4,u(b,h,"IEND"),h+=4,l(b,h,f(b,h-4,4)),h+=4,b.buffer}function compressPNG(e,t,r){for(var _i9=0;_i9<e.frames.length;_i9++){var _o10=e.frames[_i9];_o10.rect.width;var _a8=_o10.rect.height,_s6=new Uint8Array(_a8*_o10.bpl+_a8);_o10.cimg=_filterZero(_o10.img,_a8,_o10.bpp,_o10.bpl,_s6,t,r)}}function compress(t,r,i,o,a){for(var s=a[0],f=a[1],l=a[2],c=a[3],u=a[4],h=a[5],d=6,A=8,g=255,p=0;p<t.length;p++)for(var _e22=new Uint8Array(t[p]),m=_e22.length,w=0;w<m;w+=4)g&=_e22[w+3];var v=255!=g,b=function(t,r,i,o,a,s){for(var f=[],l=0;l<t.length;l++){var c,_h=new Uint8Array(t[l]),_A=new Uint32Array(_h.buffer),_g=0,_p=0,_m=r,_w=i,_v=o?1:0;if(0!=l){for(var _b=s||o||1==l||0!=f[l-2].dispose?1:2,_y=0,_E=1e9,_e23=0;_e23<_b;_e23++){for(var u=new Uint8Array(t[l-1-_e23]),_o11=new Uint32Array(t[l-1-_e23]),_s7=r,_f5=i,_c2=-1,_h2=-1,_e24=0;_e24<i;_e24++)for(var _t11=0;_t11<r;_t11++)_A[d=_e24*r+_t11]!=_o11[d]&&(_t11<_s7&&(_s7=_t11),_t11>_c2&&(_c2=_t11),_e24<_f5&&(_f5=_e24),_e24>_h2&&(_h2=_e24));-1==_c2&&(_s7=_f5=_c2=_h2=0),a&&(1==(1&_s7)&&_s7--,1==(1&_f5)&&_f5--);var _v2=(_c2-_s7+1)*(_h2-_f5+1);_v2<_E&&(_E=_v2,_y=_e23,_g=_s7,_p=_f5,_m=_c2-_s7+1,_w=_h2-_f5+1)}u=new Uint8Array(t[l-1-_y]),1==_y&&(f[l-1].dispose=2),c=new Uint8Array(_m*_w*4),e(u,r,i,c,_m,_w,-_g,-_p,0),_v=e(_h,r,i,c,_m,_w,-_g,-_p,3)?1:0,1==_v?_prepareDiff(_h,r,i,c,{x:_g,y:_p,width:_m,height:_w}):e(_h,r,i,c,_m,_w,-_g,-_p,0)}else c=_h.slice(0);f.push({rect:{x:_g,y:_p,width:_m,height:_w},img:c,blend:_v,dispose:0})}if(o)for(l=0;l<f.length;l++)if(1!=(A=f[l]).blend){var _e25=A.rect,_o12=f[l-1].rect,_s8=Math.min(_e25.x,_o12.x),_c3=Math.min(_e25.y,_o12.y),_u={x:_s8,y:_c3,width:Math.max(_e25.x+_e25.width,_o12.x+_o12.width)-_s8,height:Math.max(_e25.y+_e25.height,_o12.y+_o12.height)-_c3};f[l-1].dispose=1,l-1!=0&&_updateFrame(t,r,i,f,l-1,_u,a),_updateFrame(t,r,i,f,l,_u,a)}var h=0;if(1!=t.length)for(var d=0;d<f.length;d++){var A;h+=(A=f[d]).rect.width*A.rect.height}return f}(t,r,i,s,f,l),y={},E=[],F=[];if(0!=o){var _e26=[];for(w=0;w<b.length;w++)_e26.push(b[w].img.buffer);var _t12=function(e){for(var t=0,r=0;r<e.length;r++)t+=e[r].byteLength;var i=new Uint8Array(t),o=0;for(r=0;r<e.length;r++){for(var _t13=new Uint8Array(e[r]),_a9=_t13.length,_e27=0;_e27<_a9;_e27+=4){var _r16=_t13[_e27],_a10=_t13[_e27+1],_s9=_t13[_e27+2],_f6=_t13[_e27+3];0==_f6&&(_r16=_a10=_s9=0),i[o+_e27]=_r16,i[o+_e27+1]=_a10,i[o+_e27+2]=_s9,i[o+_e27+3]=_f6}o+=_a9}return i.buffer}(_e26),_r15=quantize(_t12,o);for(w=0;w<_r15.plte.length;w++)E.push(_r15.plte[w].est.rgba);var _i10=0;for(w=0;w<b.length;w++){var _e28=(B=b[w]).img.length,_=new Uint8Array(_r15.inds.buffer,_i10>>2,_e28>>2);F.push(_);var _t14=new Uint8Array(_r15.abuf,_i10,_e28);h&&dither(B.img,B.rect.width,B.rect.height,E,_t14,_),B.img.set(_t14),_i10+=_e28}}else for(p=0;p<b.length;p++){var B=b[p],_e29=new Uint32Array(B.img.buffer),U=B.rect.width;for(m=_e29.length,_=new Uint8Array(m),F.push(_),w=0;w<m;w++){var _t15=_e29[w];if(0!=w&&_t15==_e29[w-1])_[w]=_[w-1];else if(w>U&&_t15==_e29[w-U])_[w]=_[w-U];else{var _e30=y[_t15];if(null==_e30&&(y[_t15]=_e30=E.length,E.push(_t15),E.length>=300))break;_[w]=_e30}}}var C=E.length;for(C<=256&&0==u&&(A=C<=2?1:C<=4?2:C<=16?4:8,A=Math.max(A,c)),p=0;p<b.length;p++){(B=b[p]).rect.x,B.rect.y,U=B.rect.width;var _e31=B.rect.height,_t16=B.img;new Uint32Array(_t16.buffer);var _r17=4*U,_i11=4;if(C<=256&&0==u){_r17=Math.ceil(A*U/8);for(var I=new Uint8Array(_r17*_e31),_o13=F[p],_t17=0;_t17<_e31;_t17++){w=_t17*_r17;var _e32=_t17*U;if(8==A)for(var Q=0;Q<U;Q++)I[w+Q]=_o13[_e32+Q];else if(4==A)for(Q=0;Q<U;Q++)I[w+(Q>>1)]|=_o13[_e32+Q]<<4-4*(1&Q);else if(2==A)for(Q=0;Q<U;Q++)I[w+(Q>>2)]|=_o13[_e32+Q]<<6-2*(3&Q);else if(1==A)for(Q=0;Q<U;Q++)I[w+(Q>>3)]|=_o13[_e32+Q]<<7-1*(7&Q)}_t16=I,d=3,_i11=1}else if(0==v&&1==b.length){I=new Uint8Array(U*_e31*3);var _o14=U*_e31;for(w=0;w<_o14;w++){var _e33=3*w,_r18=4*w;I[_e33]=_t16[_r18],I[_e33+1]=_t16[_r18+1],I[_e33+2]=_t16[_r18+2]}_t16=I,d=2,_i11=3,_r17=3*U}B.img=_t16,B.bpl=_r17,B.bpp=_i11}return{ctype:d,depth:A,plte:E,frames:b}}function _updateFrame(t,r,i,o,a,s,f){for(var l=Uint8Array,c=Uint32Array,u=new l(t[a-1]),h=new c(t[a-1]),d=a+1<t.length?new l(t[a+1]):null,A=new l(t[a]),g=new c(A.buffer),p=r,m=i,w=-1,v=-1,_e34=0;_e34<s.height;_e34++)for(var _t18=0;_t18<s.width;_t18++){var _i12=s.x+_t18,_f7=s.y+_e34,_l4=_f7*r+_i12,_c4=g[_l4];0==_c4||0==o[a-1].dispose&&h[_l4]==_c4&&(null==d||0!=d[4*_l4+3])||(_i12<p&&(p=_i12),_i12>w&&(w=_i12),_f7<m&&(m=_f7),_f7>v&&(v=_f7))}-1==w&&(p=m=w=v=0),f&&(1==(1&p)&&p--,1==(1&m)&&m--),s={x:p,y:m,width:w-p+1,height:v-m+1};var b=o[a];b.rect=s,b.blend=1,b.img=new Uint8Array(s.width*s.height*4),0==o[a-1].dispose?(e(u,r,i,b.img,s.width,s.height,-s.x,-s.y,0),_prepareDiff(A,r,i,b.img,s)):e(A,r,i,b.img,s.width,s.height,-s.x,-s.y,0)}function _prepareDiff(t,r,i,o,a){e(t,r,i,o,a.width,a.height,-a.x,-a.y,2)}function _filterZero(e,t,r,i,o,a,s){var l,f=[],c=[0,1,2,3,4];
|
|
10
|
+
-1!=a?c=[a]:(t*i>5e5||1==r)&&(c=[0]),s&&(l={level:0});for(var u=UZIP,h=0;h<c.length;h++){for(var _a11=0;_a11<t;_a11++)_filterLine(o,e,_a11,i,r,c[h]);f.push(u.deflate(o,l))}var d,A=1e9;for(h=0;h<f.length;h++)f[h].length<A&&(d=h,A=f[h].length);return f[d]}function _filterLine(e,t,i,o,a,s){var f=i*o,l=f+i;if(e[l]=s,l++,0==s)if(o<500)for(var c=0;c<o;c++)e[l+c]=t[f+c];else e.set(new Uint8Array(t.buffer,f,o),l);else if(1==s){for(c=0;c<a;c++)e[l+c]=t[f+c];for(c=a;c<o;c++)e[l+c]=t[f+c]-t[f+c-a]+256&255}else if(0==i){for(c=0;c<a;c++)e[l+c]=t[f+c];if(2==s)for(c=a;c<o;c++)e[l+c]=t[f+c];if(3==s)for(c=a;c<o;c++)e[l+c]=t[f+c]-(t[f+c-a]>>1)+256&255;if(4==s)for(c=a;c<o;c++)e[l+c]=t[f+c]-r(t[f+c-a],0,0)+256&255}else{if(2==s)for(c=0;c<o;c++)e[l+c]=t[f+c]+256-t[f+c-o]&255;if(3==s){for(c=0;c<a;c++)e[l+c]=t[f+c]+256-(t[f+c-o]>>1)&255;for(c=a;c<o;c++)e[l+c]=t[f+c]+256-(t[f+c-o]+t[f+c-a]>>1)&255}if(4==s){for(c=0;c<a;c++)e[l+c]=t[f+c]+256-r(0,t[f+c-o],0)&255;for(c=a;c<o;c++)e[l+c]=t[f+c]+256-r(t[f+c-a],t[f+c-o],t[f+c-a-o])&255}}}function quantize(e,t){var u,r=new Uint8Array(e),i=r.slice(0),o=new Uint32Array(i.buffer),a=getKDtree(i,t),s=a[0],f=a[1],l=r.length,c=new Uint8Array(l>>2);if(r.length<2e7)for(var h=0;h<l;h+=4)u=getNearest(s,d=r[h]*(1/255),A=r[h+1]*(1/255),g=r[h+2]*(1/255),p=r[h+3]*(1/255)),c[h>>2]=u.ind,o[h>>2]=u.est.rgba;else for(h=0;h<l;h+=4){var d=r[h]*(1/255),A=r[h+1]*(1/255),g=r[h+2]*(1/255),p=r[h+3]*(1/255);for(u=s;u.left;)u=planeDst(u.est,d,A,g,p)<=0?u.left:u.right;c[h>>2]=u.ind,o[h>>2]=u.est.rgba}return{abuf:i.buffer,inds:c,plte:f}}function getKDtree(e,t,r){null==r&&(r=1e-4);var i=new Uint32Array(e.buffer),o={i0:0,i1:e.length,bst:null,est:null,tdst:0,left:null,right:null};o.bst=stats(e,o.i0,o.i1),o.est=estats(o.bst);for(var a=[o];a.length<t;){for(var _t19=0,_o15=0,s=0;s<a.length;s++)a[s].est.L>_t19&&(_t19=a[s].est.L,_o15=s);if(_t19<r)break;var _f8=a[_o15],_l5=splitPixels(e,i,_f8.i0,_f8.i1,_f8.est.e,_f8.est.eMq255);if(_f8.i0>=_l5||_f8.i1<=_l5)_f8.est.L=0;else{var c={i0:_f8.i0,i1:_l5,bst:null,est:null,tdst:0,left:null,right:null};c.bst=stats(e,c.i0,c.i1),c.est=estats(c.bst);var u={i0:_l5,i1:_f8.i1,bst:null,est:null,tdst:0,left:null,right:null};for(u.bst={R:[],m:[],N:_f8.bst.N-c.bst.N},s=0;s<16;s++)u.bst.R[s]=_f8.bst.R[s]-c.bst.R[s];for(s=0;s<4;s++)u.bst.m[s]=_f8.bst.m[s]-c.bst.m[s];u.est=estats(u.bst),_f8.left=c,_f8.right=u,a[_o15]=c,a.push(u)}}for(a.sort(function(e,t){return t.bst.N-e.bst.N}),s=0;s<a.length;s++)a[s].ind=s;return[o,a]}function getNearest(e,t,r,i,o){if(null==e.left)return e.tdst=function(e,t,r,i,o){var a=t-e[0],s=r-e[1],f=i-e[2],l=o-e[3];return a*a+s*s+f*f+l*l}(e.est.q,t,r,i,o),e;var a=planeDst(e.est,t,r,i,o),s=e.left,f=e.right;a>0&&(s=e.right,f=e.left);var l=getNearest(s,t,r,i,o);if(l.tdst<=a*a)return l;var c=getNearest(f,t,r,i,o);return c.tdst<l.tdst?c:l}function planeDst(e,t,r,i,o){var a=e.e;return a[0]*t+a[1]*r+a[2]*i+a[3]*o-e.eMq}function splitPixels(e,t,r,i,o,a){for(i-=4;r<i;){for(;vecDot(e,r,o)<=a;)r+=4;for(;vecDot(e,i,o)>a;)i-=4;if(r>=i)break;var _s10=t[r>>2];t[r>>2]=t[i>>2],t[i>>2]=_s10,r+=4,i-=4}for(;vecDot(e,r,o)>a;)r-=4;return r+4}function vecDot(e,t,r){return e[t]*r[0]+e[t+1]*r[1]+e[t+2]*r[2]+e[t+3]*r[3]}function stats(e,t,r){for(var i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],o=[0,0,0,0],a=r-t>>2,_a12=t;_a12<r;_a12+=4){var _t20=e[_a12]*(1/255),_r19=e[_a12+1]*(1/255),_s11=e[_a12+2]*(1/255),_f9=e[_a12+3]*(1/255);o[0]+=_t20,o[1]+=_r19,o[2]+=_s11,o[3]+=_f9,i[0]+=_t20*_t20,i[1]+=_t20*_r19,i[2]+=_t20*_s11,i[3]+=_t20*_f9,i[5]+=_r19*_r19,i[6]+=_r19*_s11,i[7]+=_r19*_f9,i[10]+=_s11*_s11,i[11]+=_s11*_f9,i[15]+=_f9*_f9}return i[4]=i[1],i[8]=i[2],i[9]=i[6],i[12]=i[3],i[13]=i[7],i[14]=i[11],{R:i,m:o,N:a}}function estats(e){var t=e.R,r=e.m,i=e.N,a=r[0],s=r[1],f=r[2],l=r[3],c=0==i?0:1/i,u=[t[0]-a*a*c,t[1]-a*s*c,t[2]-a*f*c,t[3]-a*l*c,t[4]-s*a*c,t[5]-s*s*c,t[6]-s*f*c,t[7]-s*l*c,t[8]-f*a*c,t[9]-f*s*c,t[10]-f*f*c,t[11]-f*l*c,t[12]-l*a*c,t[13]-l*s*c,t[14]-l*f*c,t[15]-l*l*c],h=u,d=o,A=[Math.random(),Math.random(),Math.random(),Math.random()],g=0,p=0;if(0!=i)for(var _e35=0;_e35<16&&(A=d.multVec(h,A),p=Math.sqrt(d.dot(A,A)),A=d.sml(1/p,A),!(0!=_e35&&Math.abs(p-g)<1e-9));_e35++)g=p;var m=[a*c,s*c,f*c,l*c];return{Cov:u,q:m,e:A,L:g,eMq255:d.dot(d.sml(255,m),A),eMq:d.dot(A,m),rgba:(Math.round(255*m[3])<<24|Math.round(255*m[2])<<16|Math.round(255*m[1])<<8|Math.round(255*m[0])<<0)>>>0}}var e=UPNG._copyTile,t=UPNG._bin,r=UPNG._paeth,i={table:function(){for(var e=new Uint32Array(256),_t8=0;_t8<256;_t8++){for(var _r12=_t8,_e17=0;_e17<8;_e17++)1&_r12?_r12=3988292384^_r12>>>1:_r12>>>=1;e[_t8]=_r12}return e}(),update:function(e,t,r,o){for(var _a6=0;_a6<o;_a6++)e=i.table[255&(e^t[r+_a6])]^e>>>8;return e},crc:function(e,t,r){return 4294967295^i.update(4294967295,e,t,r)}},o={multVec:function(e,t){return[e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3],e[4]*t[0]+e[5]*t[1]+e[6]*t[2]+e[7]*t[3],e[8]*t[0]+e[9]*t[1]+e[10]*t[2]+e[11]*t[3],e[12]*t[0]+e[13]*t[1]+e[14]*t[2]+e[15]*t[3]]},dot:function(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]},sml:function(e,t){return[e*t[0],e*t[1],e*t[2],e*t[3]]}};UPNG.encode=function(e,t,r,i,o,a,s){null==i&&(i=0),null==s&&(s=!1);var f=compress(e,t,r,i,[!1,!1,!1,0,s,!1]);return compressPNG(f,-1),_main(f,t,r,o,a)},UPNG.encodeLL=function(e,t,r,i,o,a,s,f){for(var l={ctype:0+(1==i?0:2)+(0==o?0:4),depth:a,frames:[]},c=(i+o)*a,u=c*t,_i13=0;_i13<e.length;_i13++)l.frames.push({rect:{x:0,y:0,width:t,height:r},img:new Uint8Array(e[_i13]),blend:0,dispose:1,bpp:Math.ceil(c/8),bpl:Math.ceil(u/8)});return compressPNG(l,0,!0),_main(l,t,r,s,f)},UPNG.encode.compress=compress,UPNG.encode.dither=dither,UPNG.quantize=quantize,UPNG.quantize.getKDtree=getKDtree,UPNG.quantize.getNearest=getNearest}();var l,t={toArrayBuffer:function(e,r){function set16(e){d.setUint16(y,e,!0),y+=2}function set32(e){d.setUint32(y,e,!0),y+=4}function seek(e){y+=e}var g,p,m,w,i=e.width,o=e.height,a=i<<2,s=e.getContext("2d").getImageData(0,0,i,o),f=new Uint32Array(s.data.buffer),l=(32*i+31)/32<<2,c=l*o,u=122+c,h=new ArrayBuffer(u),d=new DataView(h),A=1<<20,v=A,b=0,y=0,E=0;set16(19778),set32(u),seek(4),set32(122),set32(108),set32(i),set32(-o>>>0),set16(1),set16(32),set32(3),set32(c),set32(2835),set32(2835),seek(8),set32(16711680),set32(65280),set32(255),set32(4278190080),set32(1466527264),function convert(){for(;b<o&&v>0;){for(w=122+b*l,g=0;g<a;)v--,p=f[E++],m=p>>>24,d.setUint32(w+g,p<<8|m),g+=4;b++}E<f.length?(v=A,setTimeout(convert,t._dly)):r(h)}()},toBlob:function(e,t){this.toArrayBuffer(e,function(e){t(new Blob([e],{type:"image/bmp"}))})},_dly:9},r={CHROME:"CHROME",FIREFOX:"FIREFOX",DESKTOP_SAFARI:"DESKTOP_SAFARI",IE:"IE",IOS:"IOS",ETC:"ETC"},i=_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},r.CHROME,16384),r.FIREFOX,11180),r.DESKTOP_SAFARI,16384),r.IE,8192),r.IOS,4096),r.ETC,8192),o="undefined"!=typeof window,a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,s=o&&window.cordova&&window.cordova.require&&window.cordova.require("cordova/modulemapper"),CustomFileReader=((o||a)&&(s&&s.getOriginalSymbol(window,"File")||"undefined"!=typeof File&&File),(o||a)&&(s&&s.getOriginalSymbol(window,"FileReader")||"undefined"!=typeof FileReader&&FileReader)),f="\nlet scriptImported = false\nself.addEventListener('message', async (e) => {\n const { file, id, imageCompressionLibUrl, options } = e.data\n options.onProgress = (progress) => self.postMessage({ progress, id })\n try {\n if (!scriptImported) {\n // console.log('[worker] importScripts', imageCompressionLibUrl)\n self.importScripts(imageCompressionLibUrl)\n scriptImported = true\n }\n // console.log('[worker] self', self)\n const compressedFile = await imageCompression(file, options)\n self.postMessage({ file: compressedFile, id })\n } catch (e) {\n // console.error('[worker] error', e)\n self.postMessage({ error: e.message + '\\n' + e.stack, id })\n }\n})\n";return imageCompression.getDataUrlFromFile=getDataUrlFromFile,imageCompression.getFilefromDataUrl=getFilefromDataUrl,imageCompression.loadImage=loadImage,imageCompression.drawImageInCanvas=drawImageInCanvas,imageCompression.drawFileInCanvas=drawFileInCanvas,imageCompression.canvasToFile=canvasToFile,imageCompression.getExifOrientation=getExifOrientation,imageCompression.handleMaxWidthOrHeight=handleMaxWidthOrHeight,imageCompression.followExifOrientation=followExifOrientation,imageCompression.cleanupCanvasMemory=cleanupCanvasMemory,imageCompression.isAutoOrientationInBrowser=isAutoOrientationInBrowser,imageCompression.approximateBelowMaximumCanvasSizeOfBrowser=approximateBelowMaximumCanvasSizeOfBrowser,imageCompression.copyExifWithoutOrientation=copyExifWithoutOrientation,imageCompression.getBrowserName=getBrowserName,imageCompression.version="2.0.2",imageCompression}),{compress:function(file,option){return imageCompression(file,option)}}}(),UE.dialog=function(){return{loadingPlaceholder:function(me){var loadingId="loading_"+(+new Date).toString(36);return me.focus(),me.execCommand("inserthtml",'<img class="uep-loading" id="'+loadingId+'" src="'+me.options.themePath+me.options.theme+'/images/spacer.gif">'),loadingId},removeLoadingPlaceholder:function(me,loadingId){var loader=me.document.getElementById(loadingId);loader&&domUtils.remove(loader,!1)},tipError:function(me,title){me.fireEvent("showmessage",{content:title,type:"error",timeout:4e3})}}}();var filterWord=UE.filterWord=function(){function isWordDocument(str){return/(class="?Mso|style="[^"]*\bmso\-|w:WordDocument|<(v|o):|lang=)/gi.test(str)}function transUnit(v){return v=v.replace(/[\d.]+\w+/g,function(m){return utils.transUnitToPx(m)})}function filterPasteWord(str){return str.replace(/[\t\r\n]+/g," ").replace(/<!--[\s\S]*?-->/gi,"").replace(/<v:shape [^>]*>[\s\S]*?.<\/v:shape>/gi,function(str){if(browser.opera)return"";try{if(/Bitmap/i.test(str))return"";var width=str.match(/width:([ \d.]*p[tx])/i)[1],height=str.match(/height:([ \d.]*p[tx])/i)[1],src=str.match(/src=\s*"([^"]*)"/i)[1];return'<img width="'+transUnit(width)+'" height="'+transUnit(height)+'" src="'+src+'" />'}catch(e){return""}}).replace(/<\/?div[^>]*>/g,"").replace(/v:\w+=(["']?)[^'"]+\1/g,"").replace(/<(!|script[^>]*>.*?<\/script(?=[>\s])|\/?(\?xml(:\w+)?|xml|meta|link|style|\w+:\w+)(?=[\s\/>]))[^>]*>/gi,"").replace(/<p [^>]*class="?MsoHeading"?[^>]*>(.*?)<\/p>/gi,"<p><strong>$1</strong></p>").replace(/\s+(class|lang|align)\s*=\s*(['"]?)([\w-]+)\2/gi,function(str,name,marks,val){return"class"==name&&"MsoListParagraph"==val?str:""}).replace(/<(font|span)[^>]*>(\s*)<\/\1>/gi,function(a,b,c){return c.replace(/[\t\r\n ]+/g," ")}).replace(/(<[a-z][^>]*)\sstyle=(["'])([^\2]*?)\2/gi,function(str,tag,tmp,style){for(var v,n=[],s=style.replace(/^\s+|\s+$/,"").replace(/'/g,"'").replace(/"/gi,"'").replace(/[\d.]+(cm|pt)/g,function(str){return utils.transUnitToPx(str)}).split(/;\s*/g),i=0;v=s[i];i++){var name,value,parts=v.split(":");if(2==parts.length){if(name=parts[0].toLowerCase(),value=parts[1].toLowerCase(),/^(background)\w*/.test(name)&&0==value.replace(/(initial|\s)/g,"").length||/^(margin)\w*/.test(name)&&/^0\w+$/.test(value))continue;switch(name){case"mso-padding-alt":case"mso-padding-top-alt":case"mso-padding-right-alt":case"mso-padding-bottom-alt":case"mso-padding-left-alt":case"mso-margin-alt":case"mso-margin-top-alt":case"mso-margin-right-alt":case"mso-margin-bottom-alt":case"mso-margin-left-alt":case"mso-height":case"mso-width":case"mso-vertical-align-alt":/<table/.test(tag)||(n[i]=name.replace(/^mso-|-alt$/g,"")+":"+transUnit(value));continue;case"horiz-align":n[i]="text-align:"+value;continue;case"vert-align":n[i]="vertical-align:"+value;continue;case"font-color":case"mso-foreground":n[i]="color:"+value;continue;case"mso-background":case"mso-highlight":n[i]="background:"+value;continue;case"mso-default-height":n[i]="min-height:"+transUnit(value);continue;case"mso-default-width":n[i]="min-width:"+transUnit(value);continue;case"mso-padding-between-alt":n[i]="border-collapse:separate;border-spacing:"+transUnit(value);continue;case"text-line-through":"single"!=value&&"double"!=value||(n[i]="text-decoration:line-through");continue;case"mso-zero-height":"yes"==value&&(n[i]="display:none");continue;case"margin":if(!/[1-9]/.test(value))continue}if(/^(mso|column|font-emph|lang|layout|line-break|list-image|nav|panose|punct|row|ruby|sep|size|src|tab-|table-border|text-(?:decor|trans)|top-bar|version|vnd|word-break)/.test(name)||/text\-indent|padding|margin/.test(name)&&/\-[\d.]+/.test(value))continue;n[i]=name+":"+parts[1]}}return tag+(n.length?' style="'+n.join(";").replace(/;{2,}/g,";")+'"':"")})}return function(html){return isWordDocument(html)?filterPasteWord(html):html}}();!function(){function insertLine(arr,current,begin){return arr.push(breakChar),current+(begin?1:-1)}function insertIndent(arr,current){for(var i=0;i<current;i++)arr.push(indentChar)}function nodeToHtml(node,arr,formatter,current){switch(node.type){case"root":for(var ci,i=0;ci=node.children[i++];)formatter&&"element"==ci.type&&!dtd.$inlineWithA[ci.tagName]&&i>1&&(insertLine(arr,current,!0),insertIndent(arr,current)),nodeToHtml(ci,arr,formatter,current);break;case"text":isText(node,arr);break;case"element":isElement(node,arr,formatter,current);break;case"comment":isComment(node,arr,formatter)}return arr}function isText(node,arr){"pre"==node.parentNode.tagName?arr.push(node.data):arr.push(notTransTagName[node.parentNode.tagName]?utils.html(node.data):node.data.replace(/[ ]{2}/g," "))}function isElement(node,arr,formatter,current){var attrhtml="";if(node.attrs){attrhtml=[];var attrs=node.attrs;for(var a in attrs)attrhtml.push(a+(void 0!==attrs[a]?'="'+(notTransAttrs[a]?utils.html(attrs[a]).replace(/["]/g,function(a){return"""}):utils.unhtml(attrs[a]))+'"':""));attrhtml=attrhtml.join(" ")}if(arr.push("<"+node.tagName+(attrhtml?" "+attrhtml:"")+(dtd.$empty[node.tagName]?"/":"")+">"),formatter&&!dtd.$inlineWithA[node.tagName]&&"pre"!=node.tagName&&node.children&&node.children.length&&(current=insertLine(arr,current,!0),insertIndent(arr,current)),node.children&&node.children.length)for(var ci,i=0;ci=node.children[i++];)formatter&&"element"==ci.type&&!dtd.$inlineWithA[ci.tagName]&&i>1&&(insertLine(arr,current),insertIndent(arr,current)),nodeToHtml(ci,arr,formatter,current);dtd.$empty[node.tagName]||(formatter&&!dtd.$inlineWithA[node.tagName]&&"pre"!=node.tagName&&node.children&&node.children.length&&(current=insertLine(arr,current),insertIndent(arr,current)),arr.push("</"+node.tagName+">"))}function isComment(node,arr){arr.push("<!--"+node.data+"-->")}function _getNodeById(root,id){var node;if("element"==root.type&&root.getAttr("id")==id)return root;if(root.children&&root.children.length)for(var ci,i=0;ci=root.children[i++];)if(node=_getNodeById(ci,id))return node}function _getNodesByTagName(node,tagName,arr){if("element"==node.type&&node.tagName==tagName&&arr.push(node),node.children&&node.children.length)for(var ci,i=0;ci=node.children[i++];)_getNodesByTagName(ci,tagName,arr)}function nodeTraversal(root,fn){if(root.children&&root.children.length)for(var ci,i=0;ci=root.children[i];)nodeTraversal(ci,fn),ci.parentNode&&(ci.children&&ci.children.length&&fn(ci),ci.parentNode&&i++);else fn(root)}var uNode=UE.uNode=function(obj){this.type=obj.type,this.data=obj.data,this.tagName=obj.tagName,this.parentNode=obj.parentNode,this.attrs=obj.attrs||{},this.children=obj.children},notTransAttrs={href:1,src:1,_src:1,_href:1,cdata_data:1},notTransTagName={style:1,script:1},indentChar=" ",breakChar="\n";uNode.createElement=function(html){return/[<>]/.test(html)?UE.htmlparser(html).children[0]:new uNode({type:"element",children:[],tagName:html})},uNode.createText=function(data,noTrans){return new UE.uNode({type:"text",data:noTrans?data:utils.unhtml(data||"")})},uNode.prototype={toHtml:function(formatter){var arr=[];return nodeToHtml(this,arr,formatter,0),arr.join("")},innerHTML:function(htmlstr){if("element"!=this.type||dtd.$empty[this.tagName])return this;if(utils.isString(htmlstr)){if(this.children)for(var ci,i=0;ci=this.children[i++];)ci.parentNode=null;this.children=[];for(var ci,tmpRoot=UE.htmlparser(htmlstr),i=0;ci=tmpRoot.children[i++];)this.children.push(ci),ci.parentNode=this;return this}var tmpRoot=new UE.uNode({type:"root",children:this.children});return tmpRoot.toHtml()},innerText:function(textStr,noTrans){if("element"!=this.type||dtd.$empty[this.tagName])return this;if(textStr){if(this.children)for(var ci,i=0;ci=this.children[i++];)ci.parentNode=null;return this.children=[],this.appendChild(uNode.createText(textStr,noTrans)),this}return this.toHtml().replace(/<[^>]+>/g,"")},getData:function(){return"element"==this.type?"":this.data},firstChild:function(){return this.children?this.children[0]:null},lastChild:function(){return this.children?this.children[this.children.length-1]:null},previousSibling:function(){for(var ci,parent=this.parentNode,i=0;ci=parent.children[i];i++)if(ci===this)return 0==i?null:parent.children[i-1]},nextSibling:function(){for(var ci,parent=this.parentNode,i=0;ci=parent.children[i++];)if(ci===this)return parent.children[i]},replaceChild:function(target,source){if(this.children){target.parentNode&&target.parentNode.removeChild(target);for(var ci,i=0;ci=this.children[i];i++)if(ci===source)return this.children.splice(i,1,target),source.parentNode=null,target.parentNode=this,target}},appendChild:function(node){if("root"==this.type||"element"==this.type&&!dtd.$empty[this.tagName]){this.children||(this.children=[]),node.parentNode&&node.parentNode.removeChild(node);for(var ci,i=0;ci=this.children[i];i++)if(ci===node){this.children.splice(i,1);break}return this.children.push(node),node.parentNode=this,node}},insertBefore:function(target,source){if(this.children){target.parentNode&&target.parentNode.removeChild(target);for(var ci,i=0;ci=this.children[i];i++)if(ci===source)return this.children.splice(i,0,target),target.parentNode=this,target}},insertAfter:function(target,source){if(this.children){target.parentNode&&target.parentNode.removeChild(target);for(var ci,i=0;ci=this.children[i];i++)if(ci===source)return this.children.splice(i+1,0,target),target.parentNode=this,target}},removeChild:function(node,keepChildren){if(this.children)for(var ci,i=0;ci=this.children[i];i++)if(ci===node){if(this.children.splice(i,1),ci.parentNode=null,keepChildren&&ci.children&&ci.children.length)for(var cj,j=0;cj=ci.children[j];j++)this.children.splice(i+j,0,cj),cj.parentNode=this;return ci}},getAttr:function(attrName){return this.attrs&&this.attrs[attrName.toLowerCase()]},setAttr:function(attrName,attrVal){if(!attrName)return void delete this.attrs;if(this.attrs||(this.attrs={}),utils.isObject(attrName))for(var a in attrName)attrName[a]?this.attrs[a.toLowerCase()]=attrName[a]:delete this.attrs[a];else attrVal?this.attrs[attrName.toLowerCase()]=attrVal:delete this.attrs[attrName]},getIndex:function(){for(var ci,parent=this.parentNode,i=0;ci=parent.children[i];i++)if(ci===this)return i;return-1},getNodeById:function(id){var node;if(this.children&&this.children.length)for(var ci,i=0;ci=this.children[i++];)if(node=_getNodeById(ci,id))return node},getNodesByTagName:function(tagNames){tagNames=utils.trim(tagNames).replace(/[ ]{2,}/g," ").split(" ");var arr=[],me=this;return utils.each(tagNames,function(tagName){if(me.children&&me.children.length)for(var ci,i=0;ci=me.children[i++];)_getNodesByTagName(ci,tagName,arr)}),arr},getStyle:function(name){var cssStyle=this.getAttr("style");if(!cssStyle)return"";var reg=new RegExp("(^|;)\\s*"+name+":([^;]+)","i"),match=cssStyle.match(reg);return match&&match[0]?match[2]:""},setStyle:function(name,val){function exec(name,val){var reg=new RegExp("(^|;)\\s*"+name+":([^;]+;?)","gi");cssStyle=cssStyle.replace(reg,"$1"),val&&(cssStyle=name+":"+utils.unhtml(val)+";"+cssStyle)}var cssStyle=this.getAttr("style");if(cssStyle||(cssStyle=""),utils.isObject(name))for(var a in name)exec(a,name[a]);else exec(name,val);this.setAttr("style",utils.trim(cssStyle))},traversal:function(fn){return this.children&&this.children.length&&nodeTraversal(this,fn),this}}}();var htmlparser=UE.htmlparser=function(htmlstr,ignoreBlank){function text(parent,data){if(needChild[parent.tagName]){var tmpNode=uNode.createElement(needChild[parent.tagName]);parent.appendChild(tmpNode),tmpNode.appendChild(uNode.createText(data)),parent=tmpNode}else parent.appendChild(uNode.createText(data))}function element(parent,tagName,htmlattr){var needParentTag;if(needParentTag=needParentNode[tagName]){for(var hasParent,tmpParent=parent;"root"!=tmpParent.type;){if(utils.isArray(needParentTag)?utils.indexOf(needParentTag,tmpParent.tagName)!=-1:needParentTag==tmpParent.tagName){parent=tmpParent,hasParent=!0;break}tmpParent=tmpParent.parentNode}hasParent||(parent=element(parent,utils.isArray(needParentTag)?needParentTag[0]:needParentTag))}var elm=new uNode({parentNode:parent,type:"element",tagName:tagName.toLowerCase(),children:dtd.$empty[tagName]?null:[]});if(htmlattr){for(var match,attrs={};match=re_attr.exec(htmlattr);)attrs[match[1].toLowerCase()]=notTransAttrs[match[1].toLowerCase()]?match[2]||match[3]||match[4]:utils.unhtml(match[2]||match[3]||match[4]);elm.attrs=attrs}return parent.children.push(elm),dtd.$empty[tagName]?parent:elm}function comment(parent,data){parent.children.push(new uNode({type:"comment",data:data,parentNode:parent}))}var re_tag=/<(?:(?:\/([^>]+)>)|(?:!--([\S|\s]*?)-->)|(?:([^\/\s>]+)((?:\s+[\w\-:.]+(?:\s*=\s*?(?:(?:"[^"]*")|(?:'[^']*')|[^\s"'\/>]+))?)*)[\S\s]*?(\/?)>))/g,re_attr=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,allowEmptyTags={b:1,code:1,i:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,span:1,sub:1,img:1,sup:1,font:1,big:1,small:1,iframe:1,a:1,br:1,pre:1};htmlstr=htmlstr.replace(new RegExp(domUtils.fillChar,"g"),""),ignoreBlank||(htmlstr=htmlstr.replace(new RegExp("[\\r\\t\\n"+(ignoreBlank?"":" ")+"]*</?(\\w+)\\s*(?:[^>]*)>[\\r\\t\\n"+(ignoreBlank?"":" ")+"]*","g"),function(a,b){return b&&allowEmptyTags[b.toLowerCase()]?a.replace(/(^[\n\r]+)|([\n\r]+$)/g,""):a.replace(new RegExp("^[\\r\\n"+(ignoreBlank?"":" ")+"]+"),"").replace(new RegExp("[\\r\\n"+(ignoreBlank?"":" ")+"]+$"),"")}));for(var match,notTransAttrs={href:1,src:1},uNode=UE.uNode,needParentNode={td:"tr",tr:["tbody","thead","tfoot"],tbody:"table",th:"tr",thead:"table",tfoot:"table",caption:"table",li:["ul","ol"],dt:"dl",dd:"dl",option:"select"},needChild={ol:"li",ul:"li"},currentIndex=0,nextIndex=0,root=new uNode({type:"root",children:[]}),currentParent=root;match=re_tag.exec(htmlstr);){currentIndex=match.index;try{if(currentIndex>nextIndex&&text(currentParent,htmlstr.slice(nextIndex,currentIndex)),match[3])dtd.$cdata[currentParent.tagName]?text(currentParent,match[0]):currentParent=element(currentParent,match[3].toLowerCase(),match[4]);else if(match[1]){if("root"!=currentParent.type)if(dtd.$cdata[currentParent.tagName]&&!dtd.$cdata[match[1]])text(currentParent,match[0]);else{for(var tmpParent=currentParent;"element"==currentParent.type&¤tParent.tagName!=match[1].toLowerCase();)if(currentParent=currentParent.parentNode,"root"==currentParent.type)throw currentParent=tmpParent,"break";currentParent=currentParent.parentNode}}else match[2]&&comment(currentParent,match[2])}catch(e){}nextIndex=re_tag.lastIndex}return nextIndex<htmlstr.length&&text(currentParent,htmlstr.slice(nextIndex)),root},filterNode=UE.filterNode=function(){function filterNode(node,rules){switch(node.type){case"text":break;case"element":var val;if(val=rules[node.tagName])if("-"===val)node.parentNode.removeChild(node);else if(utils.isFunction(val)){var parentNode=node.parentNode,index=node.getIndex();if(val(node),node.parentNode){if(node.children)for(var ci,i=0;ci=node.children[i];)filterNode(ci,rules),ci.parentNode&&i++}else for(var ci,i=index;ci=parentNode.children[i];)filterNode(ci,rules),ci.parentNode&&i++}else{var attrs=val.$;if(attrs&&node.attrs){var tmpVal,tmpAttrs={};for(var a in attrs){if(tmpVal=node.getAttr(a),"style"==a&&utils.isArray(attrs[a])){var tmpCssStyle=[];utils.each(attrs[a],function(v){var tmp;(tmp=node.getStyle(v))&&tmpCssStyle.push(v+":"+tmp)}),tmpVal=tmpCssStyle.join(";")}tmpVal&&(tmpAttrs[a]=tmpVal)}node.attrs=tmpAttrs}if(node.children)for(var ci,i=0;ci=node.children[i];)filterNode(ci,rules),ci.parentNode&&i++}else if(dtd.$cdata[node.tagName])node.parentNode.removeChild(node);else{var parentNode=node.parentNode,index=node.getIndex();node.parentNode.removeChild(node,!0);for(var ci,i=index;ci=parentNode.children[i];)filterNode(ci,rules),ci.parentNode&&i++}break;case"comment":node.parentNode.removeChild(node)}}return function(root,rules){if(utils.isEmptyObject(rules))return root;var val;(val=rules["-"])&&utils.each(val.split(" "),function(k){rules[k]="-"});for(var ci,i=0;ci=root.children[i];)filterNode(ci,rules),ci.parentNode&&i++;return root}}();UE.plugin=function(){var _plugins={};return{register:function(pluginName,fn,oldOptionName,afterDisabled){oldOptionName&&utils.isFunction(oldOptionName)&&(afterDisabled=oldOptionName,oldOptionName=null),_plugins[pluginName]={optionName:oldOptionName||pluginName,execFn:fn,afterDisabled:afterDisabled}},load:function(editor){utils.each(_plugins,function(plugin){var _export=plugin.execFn.call(editor);editor.options[plugin.optionName]!==!1?_export&&utils.each(_export,function(v,k){switch(k.toLowerCase()){case"shortcutkey":editor.addshortcutkey(v);break;case"bindevents":utils.each(v,function(fn,eventName){editor.addListener(eventName,fn)});break;case"bindmultievents":utils.each(utils.isArray(v)?v:[v],function(event){var types=utils.trim(event.type).split(/\s+/);utils.each(types,function(eventName){editor.addListener(eventName,event.handler)})});break;case"commands":utils.each(v,function(execFn,execName){editor.commands[execName]=execFn});break;case"outputrule":editor.addOutputRule(v);break;case"inputrule":editor.addInputRule(v);break;case"defaultoptions":editor.setOpt(v)}}):plugin.afterDisabled&&plugin.afterDisabled.call(editor)}),utils.each(UE.plugins,function(plugin){plugin.call(editor)})},run:function(pluginName,editor){var plugin=_plugins[pluginName];plugin&&plugin.exeFn.call(editor)}}}();var keymap=UE.keymap={Backspace:8,Tab:9,Enter:13,Shift:16,Control:17,Alt:18,CapsLock:20,Esc:27,Spacebar:32,PageUp:33,PageDown:34,End:35,Home:36,Left:37,Up:38,Right:39,Down:40,Insert:45,Del:46,NumLock:144,Cmd:91,"=":187,"-":189,b:66,i:73,z:90,y:89,v:86,x:88,s:83,n:78},LocalStorage=UE.LocalStorage=function(){var storage=window.localStorage;return{saveLocalData:function(key,data){return!!storage&&(storage.setItem(key,data),!0)},getLocalData:function(key){return storage?storage.getItem(key)||null:null},removeItem:function(key){storage&&storage.removeItem(key)}}}();!function(){var ROOT_KEY="UEditorPlusPref";UE.Editor.prototype.setPreferences=function(key,value){var obj={};utils.isString(key)?obj[key]=value:obj=key;var data=LocalStorage.getLocalData(ROOT_KEY);data&&(data=utils.str2json(data))?utils.extend(data,obj):data=obj,data&&LocalStorage.saveLocalData(ROOT_KEY,utils.json2str(data))},UE.Editor.prototype.getPreferences=function(key){var data=LocalStorage.getLocalData(ROOT_KEY);return data&&(data=utils.str2json(data))?key?data[key]:data:null},UE.Editor.prototype.removePreferences=function(key){var data=LocalStorage.getLocalData(ROOT_KEY);data&&(data=utils.str2json(data))&&(data[key]=void 0,delete data[key]),data&&LocalStorage.saveLocalData(ROOT_KEY,utils.json2str(data))}}(),UE.plugins.defaultfilter=function(){var me=this;me.setOpt({allowDivTransToP:!0,disabledTableInTable:!0,rgb2Hex:!0}),me.addInputRule(function(root){function tdParent(node){for(;node&&"element"==node.type;){if("td"==node.tagName)return!0;node=node.parentNode}return!1}var val,allowDivTransToP=this.options.allowDivTransToP;root.traversal(function(node){if("element"==node.type){if(!dtd.$cdata[node.tagName]&&me.options.autoClearEmptyNode&&dtd.$inline[node.tagName]&&!dtd.$empty[node.tagName]&&(!node.attrs||utils.isEmptyObject(node.attrs)))return void(node.firstChild()?"span"!=node.tagName||node.attrs&&!utils.isEmptyObject(node.attrs)||node.parentNode.removeChild(node,!0):node.parentNode.removeChild(node));switch(node.tagName){case"style":case"script":node.setAttr({cdata_tag:node.tagName,cdata_data:node.innerHTML()||"",_ue_custom_node_:"true"}),node.tagName="div",node.innerHTML("");break;case"a":(val=node.getAttr("href"))&&node.setAttr("_href",val);break;case"img":node.setAttr("_src",node.getAttr("src"));break;case"span":browser.webkit&&(val=node.getStyle("white-space"))&&/nowrap|normal/.test(val)&&(node.setStyle("white-space",""),me.options.autoClearEmptyNode&&utils.isEmptyObject(node.attrs)&&node.parentNode.removeChild(node,!0)),val=node.getAttr("id"),val&&/^_baidu_bookmark_/i.test(val)&&node.parentNode.removeChild(node);break;case"p":(val=node.getAttr("align"))&&(node.setAttr("align"),node.setStyle("text-align",val)),utils.each(node.children,function(n){if("element"==n.type&&"p"==n.tagName){var next=n.nextSibling();node.parentNode.insertAfter(n,node);for(var last=n;next;){var tmp=next.nextSibling();node.parentNode.insertAfter(next,last),last=next,next=tmp}return!1}}),node.firstChild()||node.innerHTML(browser.ie?" ":"<br/>");break;case"div":if(node.getAttr("cdata_tag"))break;if(val=node.getAttr("class"),val&&/^line number\d+/.test(val))break;if(!allowDivTransToP)break;for(var tmpNode,p=UE.uNode.createElement("p");tmpNode=node.firstChild();)"text"!=tmpNode.type&&UE.dom.dtd.$block[tmpNode.tagName]?p.firstChild()?(node.parentNode.insertBefore(p,node),p=UE.uNode.createElement("p")):node.parentNode.insertBefore(tmpNode,node):p.appendChild(tmpNode);p.firstChild()&&node.parentNode.insertBefore(p,node),node.parentNode.removeChild(node);break;case"dl":node.tagName="ul";break;case"dt":case"dd":node.tagName="li";break;case"li":var className=node.getAttr("class");className&&/list\-/.test(className)||node.setAttr();var tmpNodes=node.getNodesByTagName("ol ul");UE.utils.each(tmpNodes,function(n){node.parentNode.insertAfter(n,node)});break;case"td":case"th":case"caption":node.children&&node.children.length||node.appendChild(browser.ie11below?UE.uNode.createText(" "):UE.uNode.createElement("br"));break;case"table":me.options.disabledTableInTable&&tdParent(node)&&(node.parentNode.insertBefore(UE.uNode.createText(node.innerText()),node),node.parentNode.removeChild(node))}}})}),me.addOutputRule(function(root){var val;root.traversal(function(node){if("element"==node.type){if(me.options.autoClearEmptyNode&&dtd.$inline[node.tagName]&&!dtd.$empty[node.tagName]&&(!node.attrs||utils.isEmptyObject(node.attrs)))return void(node.firstChild()?"span"!=node.tagName||node.attrs&&!utils.isEmptyObject(node.attrs)||node.parentNode.removeChild(node,!0):node.parentNode.removeChild(node));switch(node.tagName){case"div":(val=node.getAttr("cdata_tag"))&&(node.tagName=val,node.appendChild(UE.uNode.createText(node.getAttr("cdata_data"))),node.setAttr({cdata_tag:"",cdata_data:"",_ue_custom_node_:""}));break;case"a":(val=node.getAttr("_href"))&&node.setAttr({href:utils.html(val),_href:""});break;case"span":if(val=node.getAttr("id"),val&&/^_baidu_bookmark_/i.test(val)&&node.parentNode.removeChild(node),me.getOpt("rgb2Hex")){var cssStyle=node.getAttr("style");cssStyle&&node.setAttr("style",cssStyle.replace(/rgba?\(([\d,\s]+)\)/g,function(a,value){var array=value.split(",");if(array.length>3)return"";value="#";for(var color,i=0;color=array[i++];)color=parseInt(color.replace(/[^\d]/gi,""),10).toString(16),value+=1==color.length?"0"+color:color;return value.toUpperCase()}))}break;case"img":(val=node.getAttr("_src"))&&node.setAttr({src:node.getAttr("_src"),_src:""})}}})})},UE.commands.inserthtml={execCommand:function(command,html,notNeedFilter){var range,div,me=this;if(html&&me.fireEvent("beforeinserthtml",html)!==!0){if(range=me.selection.getRange(),div=range.document.createElement("div"),div.style.display="inline",!notNeedFilter){var root=UE.htmlparser(html);me.options.filterRules&&UE.filterNode(root,me.options.filterRules),
|
|
11
|
+
me.filterInputRule(root),html=root.toHtml()}if(div.innerHTML=utils.trim(html),!range.collapsed){var tmpNode=range.startContainer;if(domUtils.isFillChar(tmpNode)&&range.setStartBefore(tmpNode),tmpNode=range.endContainer,domUtils.isFillChar(tmpNode)&&range.setEndAfter(tmpNode),range.txtToElmBoundary(),range.endContainer&&1==range.endContainer.nodeType&&(tmpNode=range.endContainer.childNodes[range.endOffset],tmpNode&&domUtils.isBr(tmpNode)&&range.setEndAfter(tmpNode)),0==range.startOffset&&(tmpNode=range.startContainer,domUtils.isBoundaryNode(tmpNode,"firstChild")&&(tmpNode=range.endContainer,range.endOffset==(3==tmpNode.nodeType?tmpNode.nodeValue.length:tmpNode.childNodes.length)&&domUtils.isBoundaryNode(tmpNode,"lastChild")&&(me.body.innerHTML="<p>"+(browser.ie?"":"<br/>")+"</p>",range.setStart(me.body.firstChild,0).collapse(!0)))),!range.collapsed&&range.deleteContents(),1==range.startContainer.nodeType){var pre,child=range.startContainer.childNodes[range.startOffset];if(child&&domUtils.isBlockElm(child)&&(pre=child.previousSibling)&&domUtils.isBlockElm(pre)){for(range.setEnd(pre,pre.childNodes.length).collapse();child.firstChild;)pre.appendChild(child.firstChild);domUtils.remove(child)}}}var child,parent,pre,tmp,nextNode,hadBreak=0;range.inFillChar()&&(child=range.startContainer,domUtils.isFillChar(child)?(range.setStartBefore(child).collapse(!0),domUtils.remove(child)):domUtils.isFillChar(child,!0)&&(child.nodeValue=child.nodeValue.replace(fillCharReg,""),range.startOffset--,range.collapsed&&range.collapse(!0)));var li=domUtils.findParentByTagName(range.startContainer,"li",!0);if(li){for(var next,last;child=div.firstChild;){for(;child&&(3==child.nodeType||!domUtils.isBlockElm(child)||"HR"==child.tagName);)next=child.nextSibling,range.insertNode(child).collapse(),last=child,child=next;if(child)if(/^(ol|ul)$/i.test(child.tagName)){for(;child.firstChild;)last=child.firstChild,domUtils.insertAfter(li,child.firstChild),li=li.nextSibling;domUtils.remove(child)}else{var tmpLi;next=child.nextSibling,tmpLi=me.document.createElement("li"),domUtils.insertAfter(li,tmpLi),tmpLi.appendChild(child),last=child,child=next,li=tmpLi}}li=domUtils.findParentByTagName(range.startContainer,"li",!0),domUtils.isEmptyBlock(li)&&domUtils.remove(li),last&&range.setStartAfter(last).collapse(!0).select(!0)}else{for(;child=div.firstChild;){if(hadBreak){for(var p=me.document.createElement("p");child&&(3==child.nodeType||!dtd.$block[child.tagName]);)nextNode=child.nextSibling,p.appendChild(child),child=nextNode;p.firstChild&&(child=p)}if(range.insertNode(child),nextNode=child.nextSibling,!hadBreak&&child.nodeType==domUtils.NODE_ELEMENT&&domUtils.isBlockElm(child)&&(parent=domUtils.findParent(child,function(node){return domUtils.isBlockElm(node)}),parent&&"body"!=parent.tagName.toLowerCase()&&(!dtd[parent.tagName][child.nodeName]||child.parentNode!==parent))){if(dtd[parent.tagName][child.nodeName])for(tmp=child.parentNode;tmp!==parent;)pre=tmp,tmp=tmp.parentNode;else pre=parent;domUtils.breakParent(child,pre||tmp);var pre=child.previousSibling;domUtils.trimWhiteTextNode(pre),pre.childNodes.length||domUtils.remove(pre),!browser.ie&&(next=child.nextSibling)&&domUtils.isBlockElm(next)&&next.lastChild&&!domUtils.isBr(next.lastChild)&&next.appendChild(me.document.createElement("br")),hadBreak=1}var next=child.nextSibling;if(!div.firstChild&&next&&domUtils.isBlockElm(next)){range.setStart(next,0).collapse(!0);break}range.setEndAfter(child).collapse()}if(child=range.startContainer,nextNode&&domUtils.isBr(nextNode)&&domUtils.remove(nextNode),domUtils.isBlockElm(child)&&domUtils.isEmptyNode(child))if(nextNode=child.nextSibling)domUtils.remove(child),1==nextNode.nodeType&&dtd.$block[nextNode.tagName]&&range.setStart(nextNode,0).collapse(!0).shrinkBoundary();else try{child.innerHTML=browser.ie?domUtils.fillChar:"<br/>"}catch(e){range.setStartBefore(child),domUtils.remove(child)}try{range.select(!0)}catch(e){}}setTimeout(function(){range=me.selection.getRange(),range.scrollToView(me.autoHeightEnabled,me.autoHeightEnabled?domUtils.getXY(me.iframe).y:0),me.fireEvent("afterinserthtml",html)},200)}}},UE.plugins.autotypeset=function(){function isLine(node,notEmpty){return node&&3!=node.nodeType?domUtils.isBr(node)?1:node&&node.parentNode&&tags[node.tagName.toLowerCase()]?highlightCont&&highlightCont.contains(node)||node.getAttribute("pagebreak")?0:notEmpty?!domUtils.isEmptyBlock(node):domUtils.isEmptyBlock(node,new RegExp("[\\s"+domUtils.fillChar+"]","g")):void 0:0}function removeNotAttributeSpan(node){node.style.cssText||(domUtils.removeAttributes(node,["style"]),"span"==node.tagName.toLowerCase()&&domUtils.hasNoAttributes(node)&&domUtils.remove(node,!0))}function autotype(type,html){var cont,me=this;if(html){if(!opt.pasteFilter)return;cont=me.document.createElement("div"),cont.innerHTML=html.html}else cont=me.document.body;for(var ci,nodes=domUtils.getElementsByTagName(cont,"*"),i=0;ci=nodes[i++];)if(me.fireEvent("excludeNodeinautotype",ci)!==!0){if(opt.clearFontSize&&ci.style.fontSize&&(domUtils.removeStyle(ci,"font-size"),removeNotAttributeSpan(ci)),opt.clearFontFamily&&ci.style.fontFamily&&(domUtils.removeStyle(ci,"font-family"),removeNotAttributeSpan(ci)),isLine(ci)){if(opt.mergeEmptyline)for(var tmpNode,next=ci.nextSibling,isBr=domUtils.isBr(ci);isLine(next)&&(tmpNode=next,next=tmpNode.nextSibling,!isBr||next&&(!next||domUtils.isBr(next)));)domUtils.remove(tmpNode);if(opt.removeEmptyline&&domUtils.inDoc(ci,cont)&&!remainTag[ci.parentNode.tagName.toLowerCase()]){if(domUtils.isBr(ci)&&(next=ci.nextSibling,next&&!domUtils.isBr(next)))continue;domUtils.remove(ci);continue}}if(isLine(ci,!0)&&"SPAN"!=ci.tagName&&(opt.indent&&(ci.style.textIndent=opt.indentValue),opt.textAlign&&(ci.style.textAlign=opt.textAlign)),opt.removeClass&&ci.className&&!remainClass[ci.className.toLowerCase()]){if(highlightCont&&highlightCont.contains(ci))continue;domUtils.removeAttributes(ci,["class"])}if(opt.imageBlockLine&&"img"==ci.tagName.toLowerCase()&&!ci.getAttribute("emotion"))if(html){var img=ci;switch(opt.imageBlockLine){case"left":case"right":case"none":for(var tmpNode,pre,next,pN=img.parentNode;dtd.$inline[pN.tagName]||"A"==pN.tagName;)pN=pN.parentNode;if(tmpNode=pN,"P"==tmpNode.tagName&&"center"==domUtils.getStyle(tmpNode,"text-align")&&!domUtils.isBody(tmpNode)&&1==domUtils.getChildCount(tmpNode,function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)}))if(pre=tmpNode.previousSibling,next=tmpNode.nextSibling,pre&&next&&1==pre.nodeType&&1==next.nodeType&&pre.tagName==next.tagName&&domUtils.isBlockElm(pre)){for(pre.appendChild(tmpNode.firstChild);next.firstChild;)pre.appendChild(next.firstChild);domUtils.remove(tmpNode),domUtils.remove(next)}else domUtils.setStyle(tmpNode,"text-align","");domUtils.setStyle(img,"float",opt.imageBlockLine);break;case"center":if("center"!=me.queryCommandValue("imagefloat")){for(pN=img.parentNode,domUtils.setStyle(img,"float","none"),tmpNode=img;pN&&1==domUtils.getChildCount(pN,function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)})&&(dtd.$inline[pN.tagName]||"A"==pN.tagName);)tmpNode=pN,pN=pN.parentNode;var pNode=me.document.createElement("p");domUtils.setAttributes(pNode,{style:"text-align:center"}),tmpNode.parentNode.insertBefore(pNode,tmpNode),pNode.appendChild(tmpNode),domUtils.setStyle(tmpNode,"float","")}}}else{var range=me.selection.getRange();range.selectNode(ci).select(),me.execCommand("imagefloat",opt.imageBlockLine)}opt.removeEmptyNode&&opt.removeTagNames[ci.tagName.toLowerCase()]&&domUtils.hasNoAttributes(ci)&&domUtils.isEmptyBlock(ci)&&domUtils.remove(ci)}if(opt.tobdc){var root=UE.htmlparser(cont.innerHTML);root.traversal(function(node){"text"==node.type&&(node.data=ToDBC(node.data))}),cont.innerHTML=root.toHtml()}if(opt.bdc2sb){var root=UE.htmlparser(cont.innerHTML);root.traversal(function(node){"text"==node.type&&(node.data=DBC2SB(node.data))}),cont.innerHTML=root.toHtml()}html&&(html.html=cont.innerHTML)}function DBC2SB(str){for(var result="",i=0;i<str.length;i++){var code=str.charCodeAt(i);result+=code>=65281&&code<=65373?String.fromCharCode(str.charCodeAt(i)-65248):12288==code?String.fromCharCode(str.charCodeAt(i)-12288+32):str.charAt(i)}return result}function ToDBC(txtstring){txtstring=utils.html(txtstring);for(var tmp="",i=0;i<txtstring.length;i++)tmp+=32==txtstring.charCodeAt(i)?String.fromCharCode(12288):txtstring.charCodeAt(i)<127?String.fromCharCode(txtstring.charCodeAt(i)+65248):txtstring.charAt(i);return tmp}function readLocalOpts(){var cookieOpt=me.getPreferences("autotypeset");utils.extend(me.options.autotypeset,cookieOpt)}this.setOpt({autotypeset:{mergeEmptyline:!0,removeClass:!0,removeEmptyline:!1,textAlign:"left",imageBlockLine:"center",pasteFilter:!1,clearFontSize:!1,clearFontFamily:!1,removeEmptyNode:!1,removeTagNames:utils.extend({div:1},dtd.$removeEmpty),indent:!1,indentValue:"2em",bdc2sb:!1,tobdc:!1}});var highlightCont,me=this,opt=me.options.autotypeset,remainClass={selectTdClass:1,pagebreak:1,anchorclass:1},remainTag={li:1},tags={div:1,p:1,blockquote:1,center:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,span:1};opt&&(readLocalOpts(),opt.pasteFilter&&me.addListener("beforepaste",autotype),me.commands.autotypeset={execCommand:function(){me.removeListener("beforepaste",autotype),opt.pasteFilter&&me.addListener("beforepaste",autotype),autotype.call(me)}})},UE.plugin.register("autosubmit",function(){return{shortcutkey:{autosubmit:"ctrl+13"},commands:{autosubmit:{execCommand:function(){var me=this,form=domUtils.findParentByTagName(me.iframe,"form",!1);if(form){if(me.fireEvent("beforesubmit")===!1)return;me.sync(),form.submit()}}}}}}),UE.plugin.register("background",function(){function stringToObj(str){var obj={},styles=str.split(";");return utils.each(styles,function(v){var index=v.indexOf(":"),key=utils.trim(v.substr(0,index)).toLowerCase();key&&(obj[key]=utils.trim(v.substr(index+1)||""))}),obj}function setBackground(obj){if(obj){var styles=[];for(var name in obj)obj.hasOwnProperty(name)&&styles.push(name+":"+obj[name]+"; ");utils.cssRule(cssRuleId,styles.length?"body{"+styles.join("")+"}":"",me.document)}else utils.cssRule(cssRuleId,"",me.document)}var isSetColored,me=this,cssRuleId="editor_background",reg=new RegExp("body[\\s]*\\{(.+)\\}","i"),orgFn=me.hasContents;return me.hasContents=function(){return!!me.queryCommandValue("background")||orgFn.apply(me,arguments)},{bindEvents:{getAllHtml:function(type,headHtml){var body=this.body,su=domUtils.getComputedStyle(body,"background-image"),url="";url=su.indexOf(me.options.imagePath)>0?su.substring(su.indexOf(me.options.imagePath),su.length-1).replace(/"|\(|\)/gi,""):"none"!=su?su.replace(/url\("?|"?\)/gi,""):"";var html='<style type="text/css">body{',bgObj={"background-color":domUtils.getComputedStyle(body,"background-color")||"#ffffff","background-image":url?"url("+url+")":"","background-repeat":domUtils.getComputedStyle(body,"background-repeat")||"","background-position":browser.ie?domUtils.getComputedStyle(body,"background-position-x")+" "+domUtils.getComputedStyle(body,"background-position-y"):domUtils.getComputedStyle(body,"background-position"),height:domUtils.getComputedStyle(body,"height")};for(var name in bgObj)bgObj.hasOwnProperty(name)&&(html+=name+":"+bgObj[name]+"; ");html+="}</style> ",headHtml.push(html)},aftersetcontent:function(){0==isSetColored&&setBackground()}},inputRule:function(root){isSetColored=!1,utils.each(root.getNodesByTagName("p"),function(p){var styles=p.getAttr("data-background");styles&&(isSetColored=!0,setBackground(stringToObj(styles)),p.parentNode.removeChild(p))})},outputRule:function(root){var me=this,styles=(utils.cssRule(cssRuleId,me.document)||"").replace(/[\n\r]+/g,"").match(reg);styles&&root.appendChild(UE.uNode.createElement('<p style="display:none;" data-background="'+utils.trim(styles[1].replace(/"/g,"").replace(/[\s]+/g," "))+'"><br/></p>'))},commands:{background:{execCommand:function(cmd,obj){setBackground(obj)},queryCommandValue:function(){var me=this,styles=(utils.cssRule(cssRuleId,me.document)||"").replace(/[\n\r]+/g,"").match(reg);return styles?stringToObj(styles[1]):null},notNeedUndo:!0}}}}),UE.commands.imagefloat={execCommand:function(cmd,align){var me=this,range=me.selection.getRange();if(!range.collapsed){var img=range.getClosedNode();if(img&&"IMG"===img.tagName)switch(align){case"left":case"right":case"none":for(var tmpNode,pre,next,pN=img.parentNode;dtd.$inline[pN.tagName]||"A"==pN.tagName;)pN=pN.parentNode;if(tmpNode=pN,"P"==tmpNode.tagName&&"center"==domUtils.getStyle(tmpNode,"text-align")){if(!domUtils.isBody(tmpNode)&&1==domUtils.getChildCount(tmpNode,function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)}))if(pre=tmpNode.previousSibling,next=tmpNode.nextSibling,pre&&next&&1==pre.nodeType&&1==next.nodeType&&pre.tagName==next.tagName&&domUtils.isBlockElm(pre)){for(pre.appendChild(tmpNode.firstChild);next.firstChild;)pre.appendChild(next.firstChild);domUtils.remove(tmpNode),domUtils.remove(next)}else domUtils.setStyle(tmpNode,"text-align","");range.selectNode(img).select()}domUtils.setStyle(img,"float","none"==align?"":align),"none"==align&&domUtils.removeAttributes(img,"align");break;case"center":if("center"!=me.queryCommandValue("imagefloat")){for(pN=img.parentNode,domUtils.setStyle(img,"float",""),domUtils.removeAttributes(img,"align"),tmpNode=img;pN&&1==domUtils.getChildCount(pN,function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)})&&(dtd.$inline[pN.tagName]||"A"==pN.tagName);)tmpNode=pN,pN=pN.parentNode;range.setStartBefore(tmpNode).setCursor(!1),pN=me.document.createElement("div"),pN.appendChild(tmpNode),domUtils.setStyle(tmpNode,"float",""),me.execCommand("insertHtml",'<p id="_img_parent_tmp" style="text-align:center">'+pN.innerHTML+"</p>"),tmpNode=me.document.getElementById("_img_parent_tmp"),tmpNode.removeAttribute("id"),tmpNode=tmpNode.firstChild,range.selectNode(tmpNode).select(),next=tmpNode.parentNode.nextSibling,next&&domUtils.isEmptyNode(next)&&domUtils.remove(next)}}}},queryCommandValue:function(){var startNode,floatStyle,range=this.selection.getRange();return range.collapsed?"none":(startNode=range.getClosedNode(),startNode&&1==startNode.nodeType&&"IMG"==startNode.tagName?(floatStyle=domUtils.getComputedStyle(startNode,"float")||startNode.getAttribute("align"),"none"==floatStyle&&(floatStyle="center"==domUtils.getComputedStyle(startNode.parentNode,"text-align")?"center":floatStyle),{left:1,right:1,center:1}[floatStyle]?floatStyle:"none"):"none")},queryCommandState:function(){var startNode,range=this.selection.getRange();return range.collapsed?-1:(startNode=range.getClosedNode(),startNode&&1===startNode.nodeType&&"IMG"===startNode.tagName?0:-1)}},UE.commands.insertimage={execCommand:function(cmd,opt){if(opt=utils.isArray(opt)?opt:[opt],opt.length){var me=this,range=me.selection.getRange(),img=range.getClosedNode();if(me.fireEvent("beforeinsertimage",opt)!==!0){if(!img||!/img/i.test(img.tagName)||"edui-faked-video"==img.className&&img.className.indexOf("edui-upload-video")==-1||img.getAttribute("data-word-image")){var ci,html=[],str="";if(ci=opt[0],1==opt.length)str='<img src="'+ci.src+'" '+(ci._src?' _src="'+ci._src+'" ':"")+(ci.width?'width="'+ci.width+'" ':"")+(ci.height?' height="'+ci.height+'" ':"")+("left"==ci.floatStyle||"right"==ci.floatStyle?' style="float:'+ci.floatStyle+';"':"")+(ci.title&&""!=ci.title?' title="'+ci.title+'"':"")+(ci.border&&"0"!=ci.border?' border="'+ci.border+'"':"")+(ci.alt&&""!=ci.alt?' alt="'+ci.alt+'"':"")+(ci.hspace&&"0"!=ci.hspace?' hspace = "'+ci.hspace+'"':"")+(ci.vspace&&"0"!=ci.vspace?' vspace = "'+ci.vspace+'"':"")+"/>","center"==ci.floatStyle&&(str='<p style="text-align: center">'+str+"</p>"),html.push(str);else for(var i=0;ci=opt[i++];)str="<p "+("center"==ci.floatStyle?'style="text-align: center" ':"")+'><img src="'+ci.src+'" '+(ci.width?'width="'+ci.width+'" ':"")+(ci._src?' _src="'+ci._src+'" ':"")+(ci.height?' height="'+ci.height+'" ':"")+' style="'+(ci.floatStyle&&"center"!=ci.floatStyle?"float:"+ci.floatStyle+";":"")+(ci.border||"")+'" '+(ci.title?' title="'+ci.title+'"':"")+" /></p>",html.push(str);me.execCommand("insertHtml",html.join(""),!0)}else{var first=opt.shift(),floatStyle=first.floatStyle;delete first.floatStyle,domUtils.setAttributes(img,first),me.execCommand("imagefloat",floatStyle),opt.length>0&&(range.setStartAfter(img).setCursor(!1,!0),me.execCommand("insertimage",opt))}me.fireEvent("afterinsertimage",opt)}}}},UE.plugins.justify=function(){var block=domUtils.isBlockElm,defaultValue={left:1,right:1,center:1,justify:1},doJustify=function(range,style){var bookmark=range.createBookmark(),filterFn=function(node){return 1==node.nodeType?"br"!=node.tagName.toLowerCase()&&!domUtils.isBookmarkNode(node):!domUtils.isWhitespace(node)};range.enlarge(!0);for(var tmpNode,bookmark2=range.createBookmark(),current=domUtils.getNextDomNode(bookmark2.start,!1,filterFn),tmpRange=range.cloneRange();current&&!(domUtils.getPosition(current,bookmark2.end)&domUtils.POSITION_FOLLOWING);)if(3!=current.nodeType&&block(current))current=domUtils.getNextDomNode(current,!0,filterFn);else{for(tmpRange.setStartBefore(current);current&¤t!==bookmark2.end&&!block(current);)tmpNode=current,current=domUtils.getNextDomNode(current,!1,null,function(node){return!block(node)});tmpRange.setEndAfter(tmpNode);var common=tmpRange.getCommonAncestor();if(!domUtils.isBody(common)&&block(common))domUtils.setStyles(common,utils.isString(style)?{"text-align":style}:style),current=common;else{var p=range.document.createElement("p");domUtils.setStyles(p,utils.isString(style)?{"text-align":style}:style);var frag=tmpRange.extractContents();p.appendChild(frag),tmpRange.insertNode(p),current=p}current=domUtils.getNextDomNode(current,!1,filterFn)}return range.moveToBookmark(bookmark2).moveToBookmark(bookmark)};UE.commands.justify={execCommand:function(cmdName,align){var txt,range=this.selection.getRange();return range.collapsed&&(txt=this.document.createTextNode("p"),range.insertNode(txt)),doJustify(range,align),txt&&(range.setStartBefore(txt).collapse(!0),domUtils.remove(txt)),range.select(),!0},queryCommandValue:function(){var startNode=this.selection.getStart(),value=domUtils.getComputedStyle(startNode,"text-align");return defaultValue[value]?value:"left"},queryCommandState:function(){var start=this.selection.getStart(),cell=start&&domUtils.findParentByTagName(start,["td","th","caption"],!0);return cell?-1:0}}},UE.plugins.font=function(){function mergeWithParent(node){for(var parent;(parent=node.parentNode)&&"SPAN"==parent.tagName&&1==domUtils.getChildCount(parent,function(child){return!domUtils.isBookmarkNode(child)&&!domUtils.isBr(child)});)parent.style.cssText+=node.style.cssText,domUtils.remove(node,!0),node=parent}function mergeChild(rng,cmdName,value){if(needSetChild[cmdName]&&(rng.adjustmentBoundary(),!rng.collapsed&&1==rng.startContainer.nodeType)){var start=rng.startContainer.childNodes[rng.startOffset];if(start&&domUtils.isTagNode(start,"span")){var bk=rng.createBookmark();utils.each(domUtils.getElementsByTagName(start,"span"),function(span){span.parentNode&&!domUtils.isBookmarkNode(span)&&("backcolor"==cmdName&&domUtils.getComputedStyle(span,"background-color").toLowerCase()===value||(domUtils.removeStyle(span,needSetChild[cmdName]),0==span.style.cssText.replace(/^\s+$/,"").length&&domUtils.remove(span,!0)))}),rng.moveToBookmark(bk)}}}function mergesibling(rng,cmdName,value){var common,collapsed=rng.collapsed,bk=rng.createBookmark();if(collapsed)for(common=bk.start.parentNode;dtd.$inline[common.tagName];)common=common.parentNode;else common=domUtils.getCommonAncestor(bk.start,bk.end);utils.each(domUtils.getElementsByTagName(common,"span"),function(span){if(span.parentNode&&!domUtils.isBookmarkNode(span)){if(/\s*border\s*:\s*none;?\s*/i.test(span.style.cssText))return void(/^\s*border\s*:\s*none;?\s*$/.test(span.style.cssText)?domUtils.remove(span,!0):domUtils.removeStyle(span,"border"));if(/border/i.test(span.style.cssText)&&"SPAN"==span.parentNode.tagName&&/border/i.test(span.parentNode.style.cssText)&&(span.style.cssText=span.style.cssText.replace(/border[^:]*:[^;]+;?/gi,"")),"fontborder"!=cmdName||"none"!=value)for(var next=span.nextSibling;next&&1==next.nodeType&&"SPAN"==next.tagName;)if(domUtils.isBookmarkNode(next)&&"fontborder"==cmdName)span.appendChild(next),next=span.nextSibling;else{if(next.style.cssText==span.style.cssText&&(domUtils.moveChild(next,span),domUtils.remove(next)),span.nextSibling===next)break;next=span.nextSibling}if(mergeWithParent(span),browser.ie&&browser.version>8){var parent=domUtils.findParent(span,function(n){return"SPAN"==n.tagName&&/background-color/.test(n.style.cssText)});parent&&!/background-color/.test(span.style.cssText)&&(span.style.backgroundColor=parent.style.backgroundColor)}}}),rng.moveToBookmark(bk),mergeChild(rng,cmdName,value)}var me=this,fonts={forecolor:"color",backcolor:"background-color",fontsize:"font-size",fontfamily:"font-family",underline:"text-decoration",strikethrough:"text-decoration",fontborder:"border"},lang=me.getLang(),needCmd={underline:1,strikethrough:1,fontborder:1},needSetChild={forecolor:"color",backcolor:"background-color",fontsize:"font-size",fontfamily:"font-family"},fontList=getFontList(),fontFamilyOpts=[{name:"default",val:"default"}].concat(fontList);me.setOpt({fontfamily:fontFamilyOpts,fontsize:[10,11,12,14,16,18,20,24,36]}),me.addInputRule(function(root){utils.each(root.getNodesByTagName("u s del font strike"),function(node){if("font"==node.tagName){var cssStyle=[];for(var p in node.attrs)switch(p){case"size":cssStyle.push("font-size:"+({1:"10",2:"12",3:"16",4:"18",5:"24",6:"32",7:"48"}[node.attrs[p]]||node.attrs[p])+"px");break;case"color":cssStyle.push("color:"+node.attrs[p]);break;case"face":cssStyle.push("font-family:"+node.attrs[p]);break;case"style":cssStyle.push(node.attrs[p])}node.attrs={style:cssStyle.join(";")}}else{var val="u"==node.tagName?"underline":"line-through";node.attrs={style:(node.getAttr("style")||"")+"text-decoration:"+val+";"}}node.tagName="span"})});for(var p in fonts)!function(cmd,style){UE.commands[cmd]={execCommand:function(cmdName,value){value=value||(this.queryCommandState(cmdName)?"none":"underline"===cmdName?"underline":"fontborder"===cmdName?"1px solid #000":"line-through");var text,me=this,range=this.selection.getRange();if("default"===value)range.collapsed&&(text=me.document.createTextNode("font"),range.insertNode(text).select()),me.execCommand("removeFormat","span,a",style),text&&(range.setStartBefore(text).collapse(!0),domUtils.remove(text)),mergesibling(range,cmdName,value),range.select();else if(range.collapsed){var span=domUtils.findParentByTagName(range.startContainer,"span",!0);if(text=me.document.createTextNode("font"),!span||span.children.length||span[browser.ie?"innerText":"textContent"].replace(fillCharReg,"").length){if(range.insertNode(text),range.selectNode(text).select(),span=range.document.createElement("span"),needCmd[cmd]){if(domUtils.findParentByTagName(text,"a",!0))return range.setStartBefore(text).setCursor(),void domUtils.remove(text);me.execCommand("removeFormat","span,a",style)}if(span.style.cssText=style+":"+value,text.parentNode.insertBefore(span,text),!browser.ie||browser.ie&&9===browser.version)for(var spanParent=span.parentNode;!domUtils.isBlockElm(spanParent);)"SPAN"===spanParent.tagName&&(span.style.cssText=spanParent.style.cssText+";"+span.style.cssText),spanParent=spanParent.parentNode;opera?setTimeout(function(){range.setStart(span,0).collapse(!0),mergesibling(range,cmdName,value),range.select()}):(range.setStart(span,0).collapse(!0),mergesibling(range,cmdName,value),range.select())}else range.insertNode(text),needCmd[cmd]&&(range.selectNode(text).select(),me.execCommand("removeFormat","span,a",style,null),span=domUtils.findParentByTagName(text,"span",!0),range.setStartBefore(text)),span&&(span.style.cssText+=";"+style+":"+value),range.collapse(!0).select();domUtils.remove(text)}else needCmd[cmd]&&me.queryCommandValue(cmd)&&me.execCommand("removeFormat","span,a",style),range=me.selection.getRange(),range.applyInlineStyle("span",{style:style+":"+value}),mergesibling(range,cmdName,value),range.select();return!0},queryCommandValue:function(cmdName){var styleVal,startNode=this.selection.getStart();if("underline"===cmdName||"strikethrough"===cmdName){for(var value,tmpNode=startNode;tmpNode&&!domUtils.isBlockElm(tmpNode)&&!domUtils.isBody(tmpNode);){if(1===tmpNode.nodeType&&(value=domUtils.getComputedStyle(tmpNode,style),"none"!==value))return value;tmpNode=tmpNode.parentNode}return"none"}if("fontborder"===cmdName){for(var val,tmp=startNode;tmp&&dtd.$inline[tmp.tagName];){if((val=domUtils.getComputedStyle(tmp,"border"))&&/1px/.test(val)&&/solid/.test(val))return val;tmp=tmp.parentNode}return""}if("FontSize"===cmdName)return styleVal=domUtils.getComputedStyle(startNode,style),tmp=/^([\d\.]+)(\w+)$/.exec(styleVal),tmp?Math.floor(tmp[1])+tmp[2]:styleVal;if("FontFamily"===cmdName){styleVal=domUtils.getComputedStyle(startNode,style),styleVal=styleVal.replace(/['"]/g,""),styleVal=styleVal.replace(/\s*,\s*/g,",");for(var fontFamily=lang.fontfamily["default"],fontList=me.options.fontfamily||[],i=0;i<fontList.length;i++){var v=fontList[i];if(v.val===styleVal){fontFamily=styleVal;break}}return fontFamily}return value=domUtils.getComputedStyle(startNode,style)},queryCommandState:function(cmdName){if(!needCmd[cmdName])return 0;var val=this.queryCommandValue(cmdName);return"fontborder"===cmdName?/1px/.test(val)&&/solid/.test(val):"underline"===cmdName?/underline/.test(val):/line\-through/.test(val)}}}(p,fonts[p])},UE.plugins.link=function(){function optimize(range){var start=range.startContainer,end=range.endContainer;(start=domUtils.findParentByTagName(start,"a",!0))&&range.setStartBefore(start),(end=domUtils.findParentByTagName(end,"a",!0))&&range.setEndAfter(end)}function doLink(range,opt,me){var rngClone=range.cloneRange(),link=me.queryCommandValue("link");optimize(range=range.adjustmentBoundary());var start=range.startContainer;if(1==start.nodeType&&link&&(start=start.childNodes[range.startOffset],start&&1==start.nodeType&&"A"==start.tagName&&/^(?:https?|ftp|file)\s*:\s*\/\//.test(start[browser.ie?"innerText":"textContent"])&&(start[browser.ie?"innerText":"textContent"]=utils.html(opt.textValue||opt.href))),rngClone.collapsed&&!link||(range.removeInlineStyle("a"),rngClone=range.cloneRange()),rngClone.collapsed){var a=range.document.createElement("a"),text="";opt.textValue?(text=utils.html(opt.textValue),delete opt.textValue):text=utils.html(opt.href),domUtils.setAttributes(a,opt),start=domUtils.findParentByTagName(rngClone.startContainer,"a",!0),start&&domUtils.isInNodeEndBoundary(rngClone,start)&&range.setStartAfter(start).collapse(!0),a[browser.ie?"innerText":"textContent"]=text,range.insertNode(a).selectNode(a)}else range.applyInlineStyle("a",opt)}UE.commands.unlink={execCommand:function(){var bookmark,range=this.selection.getRange();range.collapsed&&!domUtils.findParentByTagName(range.startContainer,"a",!0)||(bookmark=range.createBookmark(),optimize(range),range.removeInlineStyle("a").moveToBookmark(bookmark).select())},queryCommandState:function(){return!this.highlight&&this.queryCommandValue("link")?0:-1}},UE.commands.link={execCommand:function(cmdName,opt){var range;opt._href&&(opt._href=utils.unhtml(opt._href,/[<">]/g)),opt.href&&(opt.href=utils.unhtml(opt.href,/[<">]/g)),opt.textValue&&(opt.textValue=utils.unhtml(opt.textValue,/[<">]/g)),doLink(range=this.selection.getRange(),opt,this),range.collapse().select(!0)},queryCommandValue:function(){var node,range=this.selection.getRange();if(!range.collapsed){range.shrinkBoundary();var start=3!=range.startContainer.nodeType&&range.startContainer.childNodes[range.startOffset]?range.startContainer.childNodes[range.startOffset]:range.startContainer,end=3==range.endContainer.nodeType||0==range.endOffset?range.endContainer:range.endContainer.childNodes[range.endOffset-1],common=range.getCommonAncestor();if(node=domUtils.findParentByTagName(common,"a",!0),!node&&1==common.nodeType)for(var ps,pe,ci,as=common.getElementsByTagName("a"),i=0;ci=as[i++];)if(ps=domUtils.getPosition(ci,start),pe=domUtils.getPosition(ci,end),(ps&domUtils.POSITION_FOLLOWING||ps&domUtils.POSITION_CONTAINS)&&(pe&domUtils.POSITION_PRECEDING||pe&domUtils.POSITION_CONTAINS)){node=ci;break}return node}if(node=range.startContainer,node=1==node.nodeType?node:node.parentNode,node&&(node=domUtils.findParentByTagName(node,"a",!0))&&!domUtils.isInNodeEndBoundary(range,node))return node},queryCommandState:function(){var img=this.selection.getRange().getClosedNode(),flag=img&&("edui-faked-video"==img.className||img.className.indexOf("edui-upload-video")!=-1);return flag?-1:0}}},UE.plugins.insertframe=function(){function deleteIframe(){me._iframe&&delete me._iframe}var me=this;me.addListener("selectionchange",function(){deleteIframe()})},UE.commands.scrawl={queryCommandState:function(){return browser.ie&&browser.version<=8?-1:0}},UE.plugins.removeformat=function(){var me=this;me.setOpt({removeFormatTags:"b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var",removeFormatAttributes:"class,style,lang,width,height,align,hspace,valign"}),me.commands.removeformat={execCommand:function(cmdName,tags,style,attrs,notIncludeA){function isRedundantSpan(node){if(3==node.nodeType||"span"!=node.tagName.toLowerCase())return 0;if(browser.ie){var attrs=node.attributes;if(attrs.length){for(var i=0,l=attrs.length;i<l;i++)if(attrs[i].specified)return 0;return 1}}return!node.attributes.length}function doRemove(range){var bookmark1=range.createBookmark();if(range.collapsed&&range.enlarge(!0),!notIncludeA){var aNode=domUtils.findParentByTagName(range.startContainer,"a",!0);aNode&&range.setStartBefore(aNode),aNode=domUtils.findParentByTagName(range.endContainer,"a",!0),aNode&&range.setEndAfter(aNode)}for(bookmark=range.createBookmark(),node=bookmark.start;(parent=node.parentNode)&&!domUtils.isBlockElm(parent);)domUtils.breakParent(node,parent),domUtils.clearEmptySibling(node);if(bookmark.end){for(node=bookmark.end;(parent=node.parentNode)&&!domUtils.isBlockElm(parent);)domUtils.breakParent(node,parent),domUtils.clearEmptySibling(node);for(var next,current=domUtils.getNextDomNode(bookmark.start,!1,filter);current&¤t!=bookmark.end;)next=domUtils.getNextDomNode(current,!0,filter),dtd.$empty[current.tagName.toLowerCase()]||domUtils.isBookmarkNode(current)||(tagReg.test(current.tagName)?style?(domUtils.removeStyle(current,style),isRedundantSpan(current)&&"text-decoration"!=style&&domUtils.remove(current,!0)):domUtils.remove(current,!0):(domUtils.removeAttributes(current,removeFormatAttributes),isRedundantSpan(current)&&domUtils.remove(current,!0))),current=next}var pN=bookmark.start.parentNode;!domUtils.isBlockElm(pN)||dtd.$tableContent[pN.tagName]||dtd.$list[pN.tagName]||domUtils.removeAttributes(pN,removeFormatAttributes),pN=bookmark.end.parentNode,bookmark.end&&domUtils.isBlockElm(pN)&&!dtd.$tableContent[pN.tagName]&&!dtd.$list[pN.tagName]&&domUtils.removeAttributes(pN,removeFormatAttributes),range.moveToBookmark(bookmark).moveToBookmark(bookmark1);for(var tmp,node=range.startContainer,collapsed=range.collapsed;1==node.nodeType&&domUtils.isEmptyNode(node)&&dtd.$removeEmpty[node.tagName];)tmp=node.parentNode,range.setStartBefore(node),range.startContainer===range.endContainer&&range.endOffset--,domUtils.remove(node),node=tmp;if(!collapsed)for(node=range.endContainer;1==node.nodeType&&domUtils.isEmptyNode(node)&&dtd.$removeEmpty[node.tagName];)tmp=node.parentNode,range.setEndBefore(node),domUtils.remove(node),node=tmp}var bookmark,parent,tagReg=new RegExp("^(?:"+(tags||this.options.removeFormatTags).replace(/,/g,"|")+")$","i"),removeFormatAttributes=style?[]:(attrs||this.options.removeFormatAttributes).split(","),range=new dom.Range(this.document),filter=function(node){return 1==node.nodeType};range=this.selection.getRange(),doRemove(range),
|
|
12
|
+
range.select()}}},UE.plugins.blockquote=function(){function getObj(editor){return domUtils.filterNodeList(editor.selection.getStartElementPath(),"blockquote")}var me=this;me.commands.blockquote={execCommand:function(cmdName,attrs){var range=this.selection.getRange(),obj=getObj(this),blockquote=dtd.blockquote,bookmark=range.createBookmark();if(obj){var start=range.startContainer,startBlock=domUtils.isBlockElm(start)?start:domUtils.findParent(start,function(node){return domUtils.isBlockElm(node)}),end=range.endContainer,endBlock=domUtils.isBlockElm(end)?end:domUtils.findParent(end,function(node){return domUtils.isBlockElm(node)});startBlock=domUtils.findParentByTagName(startBlock,"li",!0)||startBlock,endBlock=domUtils.findParentByTagName(endBlock,"li",!0)||endBlock,"LI"==startBlock.tagName||"TD"==startBlock.tagName||startBlock===obj||domUtils.isBody(startBlock)?domUtils.remove(obj,!0):domUtils.breakParent(startBlock,obj),startBlock!==endBlock&&(obj=domUtils.findParentByTagName(endBlock,"blockquote"),obj&&("LI"==endBlock.tagName||"TD"==endBlock.tagName||domUtils.isBody(endBlock)?obj.parentNode&&domUtils.remove(obj,!0):domUtils.breakParent(endBlock,obj)));for(var bi,blockquotes=domUtils.getElementsByTagName(this.document,"blockquote"),i=0;bi=blockquotes[i++];)bi.childNodes.length?domUtils.getPosition(bi,startBlock)&domUtils.POSITION_FOLLOWING&&domUtils.getPosition(bi,endBlock)&domUtils.POSITION_PRECEDING&&domUtils.remove(bi,!0):domUtils.remove(bi)}else{for(var tmpRange=range.cloneRange(),node=1==tmpRange.startContainer.nodeType?tmpRange.startContainer:tmpRange.startContainer.parentNode,preNode=node,doEnd=1;;){if(domUtils.isBody(node)){preNode!==node?range.collapsed?(tmpRange.selectNode(preNode),doEnd=0):tmpRange.setStartBefore(preNode):tmpRange.setStart(node,0);break}if(!blockquote[node.tagName]){range.collapsed?tmpRange.selectNode(preNode):tmpRange.setStartBefore(preNode);break}preNode=node,node=node.parentNode}if(doEnd)for(preNode=node=node=1==tmpRange.endContainer.nodeType?tmpRange.endContainer:tmpRange.endContainer.parentNode;;){if(domUtils.isBody(node)){preNode!==node?tmpRange.setEndAfter(preNode):tmpRange.setEnd(node,node.childNodes.length);break}if(!blockquote[node.tagName]){tmpRange.setEndAfter(preNode);break}preNode=node,node=node.parentNode}node=range.document.createElement("blockquote"),domUtils.setAttributes(node,attrs),node.appendChild(tmpRange.extractContents()),tmpRange.insertNode(node);for(var ci,childs=domUtils.getElementsByTagName(node,"blockquote"),i=0;ci=childs[i++];)ci.parentNode&&domUtils.remove(ci,!0)}range.moveToBookmark(bookmark).select()},queryCommandState:function(){return getObj(this)?1:0}}},UE.commands.touppercase=UE.commands.tolowercase={execCommand:function(cmd){var me=this,rng=me.selection.getRange();if(rng.collapsed)return rng;for(var bk=rng.createBookmark(),bkEnd=bk.end,filterFn=function(node){return!domUtils.isBr(node)&&!domUtils.isWhitespace(node)},curNode=domUtils.getNextDomNode(bk.start,!1,filterFn);curNode&&domUtils.getPosition(curNode,bkEnd)&domUtils.POSITION_PRECEDING&&(3==curNode.nodeType&&(curNode.nodeValue=curNode.nodeValue["touppercase"==cmd?"toUpperCase":"toLowerCase"]()),curNode=domUtils.getNextDomNode(curNode,!0,filterFn),curNode!==bkEnd););rng.moveToBookmark(bk).select()}},UE.commands.indent={execCommand:function(){var me=this,value=me.queryCommandState("indent")?"0em":me.options.indentValue||"2em";me.execCommand("Paragraph","p",{style:"text-indent:"+value})},queryCommandState:function(){var pN=domUtils.filterNodeList(this.selection.getStartElementPath(),"p h1 h2 h3 h4 h5 h6");return pN&&pN.style.textIndent&&parseInt(pN.style.textIndent)?1:0}},UE.commands.print={execCommand:function(){this.window.print()},notNeedUndo:1},UE.commands.preview={execCommand:function(){var w=window.open("","_blank",""),d=w.document;d.open(),d.write('<!DOCTYPE html><html><head><meta charset="utf-8"/><script src="'+this.options.UEDITOR_HOME_URL+"ueditor.parse.js\"></script><script>setTimeout(function(){uParse('div',{rootPath: '"+this.options.UEDITOR_HOME_URL+"'})},300)</script></head><body><div>"+this.getContent(null,null,!0)+"</div></body></html>"),d.close()},notNeedUndo:1},UE.plugins.selectall=function(){var me=this;me.commands.selectall={execCommand:function(){var me=this,body=me.body,range=me.selection.getRange();range.selectNodeContents(body),domUtils.isEmptyBlock(body)&&(browser.opera&&body.firstChild&&1==body.firstChild.nodeType&&range.setStartAtFirst(body.firstChild),range.collapse(!0)),range.select(!0)},notNeedUndo:1},me.addshortcutkey({selectAll:"ctrl+65"})},UE.plugins.paragraph=function(){var me=this,block=domUtils.isBlockElm,notExchange=["TD","LI","PRE"],doParagraph=function(range,style,attrs,sourceCmdName){var para,bookmark=range.createBookmark(),filterFn=function(node){return 1==node.nodeType?"br"!=node.tagName.toLowerCase()&&!domUtils.isBookmarkNode(node):!domUtils.isWhitespace(node)};range.enlarge(!0);for(var tmpNode,bookmark2=range.createBookmark(),current=domUtils.getNextDomNode(bookmark2.start,!1,filterFn),tmpRange=range.cloneRange();current&&!(domUtils.getPosition(current,bookmark2.end)&domUtils.POSITION_FOLLOWING);)if(3!==current.nodeType&&block(current))current=domUtils.getNextDomNode(current,!0,filterFn);else{for(tmpRange.setStartBefore(current);current&¤t!==bookmark2.end&&!block(current);)tmpNode=current,current=domUtils.getNextDomNode(current,!1,null,function(node){return!block(node)});tmpRange.setEndAfter(tmpNode),para=range.document.createElement(style),attrs&&(domUtils.setAttributes(para,attrs),sourceCmdName&&"customstyle"===sourceCmdName&&attrs.style&&(para.style.cssText=attrs.style)),para.appendChild(tmpRange.extractContents()),domUtils.isEmptyNode(para)&&domUtils.fillChar(range.document,para),tmpRange.insertNode(para);var parent=para.parentNode;block(parent)&&!domUtils.isBody(para.parentNode)&&utils.indexOf(notExchange,parent.tagName)===-1&&(sourceCmdName&&"customstyle"===sourceCmdName||(parent.getAttribute("dir")&¶.setAttribute("dir",parent.getAttribute("dir")),parent.style.cssText&&(para.style.cssText=parent.style.cssText+";"+para.style.cssText),parent.style.textAlign&&!para.style.textAlign&&(para.style.textAlign=parent.style.textAlign),parent.style.textIndent&&!para.style.textIndent&&(para.style.textIndent=parent.style.textIndent),parent.style.padding&&!para.style.padding&&(para.style.padding=parent.style.padding)),attrs&&/h\d/i.test(parent.tagName)&&!/h\d/i.test(para.tagName)?(domUtils.setAttributes(parent,attrs),sourceCmdName&&"customstyle"===sourceCmdName&&attrs.style&&(parent.style.cssText=attrs.style),domUtils.remove(para.parentNode,!0),para=parent):domUtils.remove(para.parentNode,!0)),current=utils.indexOf(notExchange,parent.tagName)!==-1?parent:para,current=domUtils.getNextDomNode(current,!1,filterFn)}return range.moveToBookmark(bookmark2).moveToBookmark(bookmark)};me.setOpt("paragraph",{p:"",h1:"",h2:"",h3:"",h4:"",h5:"",h6:""}),me.commands.paragraph={execCommand:function(cmdName,style,attrs,sourceCmdName){var pN,range=this.selection.getRange();if(range.collapsed){var txt=this.document.createTextNode("p");if(range.insertNode(txt),browser.ie){var node=txt.previousSibling;node&&domUtils.isWhitespace(node)&&domUtils.remove(node),node=txt.nextSibling,node&&domUtils.isWhitespace(node)&&domUtils.remove(node)}}if(range=doParagraph(range,style,attrs,sourceCmdName),txt&&(range.setStartBefore(txt).collapse(!0),pN=txt.parentNode,domUtils.remove(txt),domUtils.isBlockElm(pN)&&domUtils.isEmptyNode(pN)&&domUtils.fillNode(this.document,pN)),browser.gecko&&range.collapsed&&1===range.startContainer.nodeType){var child=range.startContainer.childNodes[range.startOffset];child&&1===child.nodeType&&child.tagName.toLowerCase()===style&&range.setStart(child,0).collapse(!0)}return range.select(),!0},queryCommandValue:function(){var node=domUtils.filterNodeList(this.selection.getStartElementPath(),"p h1 h2 h3 h4 h5 h6");return node?node.tagName.toLowerCase():""}}},function(){var block=domUtils.isBlockElm,getObj=function(editor){return domUtils.filterNodeList(editor.selection.getStartElementPath(),function(n){return n&&1==n.nodeType&&n.getAttribute("dir")})},doDirectionality=function(range,editor,forward){var bookmark,filterFn=function(node){return 1==node.nodeType?!domUtils.isBookmarkNode(node):!domUtils.isWhitespace(node)},obj=getObj(editor);if(obj&&range.collapsed)return obj.setAttribute("dir",forward),range;bookmark=range.createBookmark(),range.enlarge(!0);for(var tmpNode,bookmark2=range.createBookmark(),current=domUtils.getNextDomNode(bookmark2.start,!1,filterFn),tmpRange=range.cloneRange();current&&!(domUtils.getPosition(current,bookmark2.end)&domUtils.POSITION_FOLLOWING);)if(3!=current.nodeType&&block(current))current=domUtils.getNextDomNode(current,!0,filterFn);else{for(tmpRange.setStartBefore(current);current&¤t!==bookmark2.end&&!block(current);)tmpNode=current,current=domUtils.getNextDomNode(current,!1,null,function(node){return!block(node)});tmpRange.setEndAfter(tmpNode);var common=tmpRange.getCommonAncestor();if(!domUtils.isBody(common)&&block(common))common.setAttribute("dir",forward),current=common;else{var p=range.document.createElement("p");p.setAttribute("dir",forward);var frag=tmpRange.extractContents();p.appendChild(frag),tmpRange.insertNode(p),current=p}current=domUtils.getNextDomNode(current,!1,filterFn)}return range.moveToBookmark(bookmark2).moveToBookmark(bookmark)};UE.commands.directionality={execCommand:function(cmdName,forward){var range=this.selection.getRange();if(range.collapsed){var txt=this.document.createTextNode("d");range.insertNode(txt)}return doDirectionality(range,this,forward),txt&&(range.setStartBefore(txt).collapse(!0),domUtils.remove(txt)),range.select(),!0},queryCommandValue:function(){var node=getObj(this);return node?node.getAttribute("dir"):"ltr"}}}(),UE.plugins.horizontal=function(){var me=this;me.commands.horizontal={execCommand:function(cmdName){var me=this;if(me.queryCommandState(cmdName)!==-1){me.execCommand("insertHtml","<hr>");var range=me.selection.getRange(),start=range.startContainer;if(1==start.nodeType&&!start.childNodes[range.startOffset]){var tmp;(tmp=start.childNodes[range.startOffset-1])&&1==tmp.nodeType&&"HR"==tmp.tagName&&("p"==me.options.enterTag?(tmp=me.document.createElement("p"),range.insertNode(tmp),range.setStart(tmp,0).setCursor()):(tmp=me.document.createElement("br"),range.insertNode(tmp),range.setStartBefore(tmp).setCursor()))}return!0}},queryCommandState:function(){return domUtils.filterNodeList(this.selection.getStartElementPath(),"table")?-1:0}},me.addListener("delkeydown",function(name,evt){var rng=this.selection.getRange();if(rng.txtToElmBoundary(!0),domUtils.isStartInblock(rng)){var tmpNode=rng.startContainer,pre=tmpNode.previousSibling;if(pre&&domUtils.isTagNode(pre,"hr"))return domUtils.remove(pre),rng.select(),domUtils.preventDefault(evt),!0}})},UE.commands.time=UE.commands.date={execCommand:function(cmd,format){function formatTime(date,format){var hh=("0"+date.getHours()).slice(-2),ii=("0"+date.getMinutes()).slice(-2),ss=("0"+date.getSeconds()).slice(-2);return format=format||"hh:ii:ss",format.replace(/hh/gi,hh).replace(/ii/gi,ii).replace(/ss/gi,ss)}function formatDate(date,format){var yyyy=("000"+date.getFullYear()).slice(-4),yy=yyyy.slice(-2),mm=("0"+(date.getMonth()+1)).slice(-2),dd=("0"+date.getDate()).slice(-2);return format=format||"yyyy-mm-dd",format.replace(/yyyy/gi,yyyy).replace(/yy/gi,yy).replace(/mm/gi,mm).replace(/dd/gi,dd)}var date=new Date;this.execCommand("insertHtml","time"==cmd?formatTime(date,format):formatDate(date,format))}},UE.plugins.rowspacing=function(){var me=this;me.setOpt({rowspacingtop:["5","10","15","20","25"],rowspacingbottom:["5","10","15","20","25"]}),me.commands.rowspacing={execCommand:function(cmdName,value,dir){return this.execCommand("paragraph","p",{style:"margin-"+dir+":"+value+"px"}),!0},queryCommandValue:function(cmdName,dir){var value,pN=domUtils.filterNodeList(this.selection.getStartElementPath(),function(node){return domUtils.isBlockElm(node)});return pN?(value=domUtils.getComputedStyle(pN,"margin-"+dir).replace(/[^\d]/g,""),value?value:0):0}}},UE.plugins.lineheight=function(){var me=this;me.setOpt({lineheight:["1","1.5","1.75","2","3","4","5"]}),me.commands.lineheight={execCommand:function(cmdName,value){return this.execCommand("paragraph","p",{style:"line-height:"+("1"==value?"normal":value+"em")}),!0},queryCommandValue:function(){var pN=domUtils.filterNodeList(this.selection.getStartElementPath(),function(node){return domUtils.isBlockElm(node)});if(pN){var value=domUtils.getComputedStyle(pN,"line-height");return"normal"==value?1:value.replace(/[^\d.]*/gi,"")}}}},UE.plugins.insertcode=function(){var me=this;me.setOpt("insertcode",{as3:"ActionScript3",bash:"Bash/Shell",cpp:"C/C++",css:"Css","c#":"C#",delphi:"Delphi",erlang:"Erlang",groovy:"Groovy",html:"Html",java:"Java",js:"Javascript",pl:"Perl",php:"PHP",plain:"Text",ps:"PowerShell",python:"Python",ruby:"Ruby",scala:"Scala",sql:"SQL",vb:"VB",xml:"XML",mind:"Mind"}),me.commands.insertcode={execCommand:function(cmd,lang){var me=this,rng=me.selection.getRange(),pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0);if(pre)pre.className="brush:"+lang+";toolbar:false;";else{var code="";if(rng.collapsed)code=browser.ie&&browser.ie11below?browser.version<=8?" ":"":"<br/>";else{var frag=rng.extractContents(),div=me.document.createElement("div");div.appendChild(frag),utils.each(UE.filterNode(UE.htmlparser(div.innerHTML.replace(/[\r\t]/g,"")),me.options.filterTxtRules).children,function(node){if(browser.ie&&browser.ie11below&&browser.version>8)"element"==node.type?"br"==node.tagName?code+="\n":dtd.$empty[node.tagName]||(utils.each(node.children,function(cn){"element"==cn.type?"br"==cn.tagName?code+="\n":dtd.$empty[node.tagName]||(code+=cn.innerText()):code+=cn.data}),/\n$/.test(code)||(code+="\n")):code+=node.data+"\n",!node.nextSibling()&&/\n$/.test(code)&&(code=code.replace(/\n$/,""));else if(browser.ie&&browser.ie11below)"element"==node.type?"br"==node.tagName?code+="<br>":dtd.$empty[node.tagName]||(utils.each(node.children,function(cn){"element"==cn.type?"br"==cn.tagName?code+="<br>":dtd.$empty[node.tagName]||(code+=cn.innerText()):code+=cn.data}),/br>$/.test(code)||(code+="<br>")):code+=node.data+"<br>",!node.nextSibling()&&/<br>$/.test(code)&&(code=code.replace(/<br>$/,""));else if(code+="element"==node.type?dtd.$empty[node.tagName]?"":node.innerText():node.data,!/br\/?\s*>$/.test(code)){if(!node.nextSibling())return;code+="<br>"}})}me.execCommand("inserthtml",'<pre id="coder"class="brush:'+lang+';toolbar:false">'+code+"</pre>",!0),pre=me.document.getElementById("coder"),domUtils.removeAttributes(pre,"id");var tmpNode=pre.previousSibling;tmpNode&&(3==tmpNode.nodeType&&1==tmpNode.nodeValue.length&&browser.ie&&6==browser.version||domUtils.isEmptyBlock(tmpNode))&&domUtils.remove(tmpNode);var rng=me.selection.getRange();domUtils.isEmptyBlock(pre)?rng.setStart(pre,0).setCursor(!1,!0):rng.selectNodeContents(pre).select()}},queryCommandValue:function(){var path=this.selection.getStartElementPath(),lang="";return utils.each(path,function(node){if("PRE"==node.nodeName){var match=node.className.match(/brush:([^;]+)/);return lang=match&&match[1]?match[1]:"",!1}}),lang}},me.addInputRule(function(root){utils.each(root.getNodesByTagName("pre"),function(pre){var brs=pre.getNodesByTagName("br");if(brs.length)return void(browser.ie&&browser.ie11below&&browser.version>8&&utils.each(brs,function(br){var txt=UE.uNode.createText("\n");br.parentNode.insertBefore(txt,br),br.parentNode.removeChild(br)}));if(!(browser.ie&&browser.ie11below&&browser.version>8)){var code=pre.innerText().split(/\n/);pre.innerHTML(""),utils.each(code,function(c){c.length&&pre.appendChild(UE.uNode.createText(c)),pre.appendChild(UE.uNode.createElement("br"))})}})}),me.addOutputRule(function(root){utils.each(root.getNodesByTagName("pre"),function(pre){var code="";utils.each(pre.children,function(n){code+="text"==n.type?n.data.replace(/[ ]/g," ").replace(/\n$/,""):"br"==n.tagName?"\n":dtd.$empty[n.tagName]?n.innerText():""}),pre.innerText(code.replace(/( |\n)+$/,""))})}),me.notNeedCodeQuery={help:1,undo:1,redo:1,source:1,print:1,searchreplace:1,fullscreen:1,preview:1,insertparagraph:1,elementpath:1,insertcode:1,inserthtml:1,selectall:1};me.queryCommandState;me.queryCommandState=function(cmd){var me=this;return!me.notNeedCodeQuery[cmd.toLowerCase()]&&me.selection&&me.queryCommandValue("insertcode")?-1:UE.Editor.prototype.queryCommandState.apply(this,arguments)},me.addListener("beforeenterkeydown",function(){var rng=me.selection.getRange(),pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0);if(pre){if(me.fireEvent("saveScene"),rng.collapsed||rng.deleteContents(),!browser.ie||browser.ie9above){var pre,tmpNode=me.document.createElement("br");rng.insertNode(tmpNode).setStartAfter(tmpNode).collapse(!0);var next=tmpNode.nextSibling;next||browser.ie&&!(browser.version>10)?rng.setStartAfter(tmpNode):rng.insertNode(tmpNode.cloneNode(!1)),pre=tmpNode.previousSibling;for(var tmp;pre;)if(tmp=pre,pre=pre.previousSibling,!pre||"BR"==pre.nodeName){pre=tmp;break}if(pre){for(var str="";pre&&"BR"!=pre.nodeName&&new RegExp("^[\\s"+domUtils.fillChar+"]*$").test(pre.nodeValue);)str+=pre.nodeValue,pre=pre.nextSibling;if("BR"!=pre.nodeName){var match=pre.nodeValue.match(new RegExp("^([\\s"+domUtils.fillChar+"]+)"));match&&match[1]&&(str+=match[1])}str&&(str=me.document.createTextNode(str),rng.insertNode(str).setStartAfter(str))}rng.collapse(!0).select(!0)}else if(browser.version>8){var txt=me.document.createTextNode("\n"),start=rng.startContainer;if(0==rng.startOffset){var preNode=start.previousSibling;if(preNode){rng.insertNode(txt);var fillchar=me.document.createTextNode(" ");rng.setStartAfter(txt).insertNode(fillchar).setStart(fillchar,0).collapse(!0).select(!0)}}else{rng.insertNode(txt).setStartAfter(txt);var fillchar=me.document.createTextNode(" ");start=rng.startContainer.childNodes[rng.startOffset],start&&!/^\n/.test(start.nodeValue)&&rng.setStartBefore(txt),rng.insertNode(fillchar).setStart(fillchar,0).collapse(!0).select(!0)}}else{var tmpNode=me.document.createElement("br");rng.insertNode(tmpNode),rng.insertNode(me.document.createTextNode(domUtils.fillChar)),rng.setStartAfter(tmpNode),pre=tmpNode.previousSibling;for(var tmp;pre;)if(tmp=pre,pre=pre.previousSibling,!pre||"BR"==pre.nodeName){pre=tmp;break}if(pre){for(var str="";pre&&"BR"!=pre.nodeName&&new RegExp("^[ "+domUtils.fillChar+"]*$").test(pre.nodeValue);)str+=pre.nodeValue,pre=pre.nextSibling;if("BR"!=pre.nodeName){var match=pre.nodeValue.match(new RegExp("^([ "+domUtils.fillChar+"]+)"));match&&match[1]&&(str+=match[1])}str=me.document.createTextNode(str),rng.insertNode(str).setStartAfter(str)}rng.collapse(!0).select()}return me.fireEvent("saveScene"),!0}}),me.addListener("tabkeydown",function(cmd,evt){var rng=me.selection.getRange(),pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0);if(pre){if(me.fireEvent("saveScene"),evt.shiftKey);else if(rng.collapsed){var tmpNode=me.document.createTextNode(" ");rng.insertNode(tmpNode).setStartAfter(tmpNode).collapse(!0).select(!0)}else{for(var bk=rng.createBookmark(),start=bk.start.previousSibling;start;){if(pre.firstChild===start&&!domUtils.isBr(start)){pre.insertBefore(me.document.createTextNode(" "),start);break}if(domUtils.isBr(start)){pre.insertBefore(me.document.createTextNode(" "),start.nextSibling);break}start=start.previousSibling}var end=bk.end;for(start=bk.start.nextSibling,pre.firstChild===bk.start&&pre.insertBefore(me.document.createTextNode(" "),start.nextSibling);start&&start!==end;){if(domUtils.isBr(start)&&start.nextSibling){if(start.nextSibling===end)break;pre.insertBefore(me.document.createTextNode(" "),start.nextSibling)}start=start.nextSibling}rng.moveToBookmark(bk).select()}return me.fireEvent("saveScene"),!0}}),me.addListener("beforeinserthtml",function(evtName,html){var me=this,rng=me.selection.getRange(),pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0);if(pre){rng.collapsed||rng.deleteContents();var htmlstr="";if(browser.ie&&browser.version>8){utils.each(UE.filterNode(UE.htmlparser(html),me.options.filterTxtRules).children,function(node){"element"==node.type?"br"==node.tagName?htmlstr+="\n":dtd.$empty[node.tagName]||(utils.each(node.children,function(cn){"element"==cn.type?"br"==cn.tagName?htmlstr+="\n":dtd.$empty[node.tagName]||(htmlstr+=cn.innerText()):htmlstr+=cn.data}),/\n$/.test(htmlstr)||(htmlstr+="\n")):htmlstr+=node.data+"\n",!node.nextSibling()&&/\n$/.test(htmlstr)&&(htmlstr=htmlstr.replace(/\n$/,""))});var tmpNode=me.document.createTextNode(utils.html(htmlstr.replace(/ /g," ")));rng.insertNode(tmpNode).selectNode(tmpNode).select()}else{var frag=me.document.createDocumentFragment();utils.each(UE.filterNode(UE.htmlparser(html),me.options.filterTxtRules).children,function(node){"element"==node.type?"br"==node.tagName?frag.appendChild(me.document.createElement("br")):dtd.$empty[node.tagName]||(utils.each(node.children,function(cn){"element"==cn.type?"br"==cn.tagName?frag.appendChild(me.document.createElement("br")):dtd.$empty[node.tagName]||frag.appendChild(me.document.createTextNode(utils.html(cn.innerText().replace(/ /g," ")))):frag.appendChild(me.document.createTextNode(utils.html(cn.data.replace(/ /g," "))))}),"BR"!=frag.lastChild.nodeName&&frag.appendChild(me.document.createElement("br"))):frag.appendChild(me.document.createTextNode(utils.html(node.data.replace(/ /g," ")))),node.nextSibling()||"BR"!=frag.lastChild.nodeName||frag.removeChild(frag.lastChild)}),rng.insertNode(frag).select()}return!0}}),me.addListener("keydown",function(cmd,evt){var me=this,keyCode=evt.keyCode||evt.which;if(40==keyCode){var pre,rng=me.selection.getRange(),start=rng.startContainer;if(rng.collapsed&&(pre=domUtils.findParentByTagName(rng.startContainer,"pre",!0))&&!pre.nextSibling){for(var last=pre.lastChild;last&&"BR"==last.nodeName;)last=last.previousSibling;(last===start||rng.startContainer===pre&&rng.startOffset==pre.childNodes.length)&&(me.execCommand("insertparagraph"),domUtils.preventDefault(evt))}}}),me.addListener("delkeydown",function(type,evt){var rng=this.selection.getRange();rng.txtToElmBoundary(!0);var start=rng.startContainer;if(domUtils.isTagNode(start,"pre")&&rng.collapsed&&domUtils.isStartInblock(rng)){var p=me.document.createElement("p");return domUtils.fillNode(me.document,p),start.parentNode.insertBefore(p,start),domUtils.remove(start),rng.setStart(p,0).setCursor(!1,!0),domUtils.preventDefault(evt),!0}})},UE.commands.cleardoc={execCommand:function(cmdName){var me=this,enterTag=me.options.enterTag,range=me.selection.getRange();"br"==enterTag?(me.body.innerHTML="<br/>",range.setStart(me.body,0).setCursor()):(me.body.innerHTML="<p>"+(ie?"":"<br/>")+"</p>",range.setStart(me.body.firstChild,0).setCursor(!1,!0)),setTimeout(function(){me.fireEvent("clearDoc")},0)}},UE.plugin.register("anchor",function(){return{bindEvents:{ready:function(){utils.cssRule("anchor",".anchorclass{background: url('"+this.options.themePath+this.options.theme+"/images/anchor.gif') no-repeat scroll left center transparent;cursor: auto;display: inline-block;height: 16px;width: 15px;}",this.document)}},outputRule:function(root){utils.each(root.getNodesByTagName("img"),function(a){var val;(val=a.getAttr("anchorname"))&&(a.tagName="a",a.setAttr({anchorname:"",name:val,"class":""}))})},inputRule:function(root){utils.each(root.getNodesByTagName("a"),function(a){var val;if((val=a.getAttr("name"))&&!a.getAttr("href")){if(/^\_Toc\d+$/.test(val))return void a.parentNode.removeChild(a);a.tagName="img",a.setAttr({anchorname:a.getAttr("name"),"class":"anchorclass"}),a.setAttr("name")}})},commands:{anchor:{execCommand:function(cmd,name){var range=this.selection.getRange(),img=range.getClosedNode();if(img&&img.getAttribute("anchorname"))name?img.setAttribute("anchorname",name):(range.setStartBefore(img).setCursor(),domUtils.remove(img));else if(name){var anchor=this.document.createElement("img");range.collapse(!0),domUtils.setAttributes(anchor,{anchorname:name,"class":"anchorclass"}),range.insertNode(anchor).setStartAfter(anchor).setCursor(!1,!0)}}}}}}),UE.plugins.wordcount=function(){var me=this;me.setOpt("wordCount",!0),me.addListener("contentchange",function(){me.fireEvent("wordcount")});var timer;me.addListener("ready",function(){var me=this;domUtils.on(me.body,"keyup",function(evt){var code=evt.keyCode||evt.which,ignores={16:1,18:1,20:1,37:1,38:1,39:1,40:1};code in ignores||(clearTimeout(timer),timer=setTimeout(function(){me.fireEvent("wordcount")},200))})})},UE.plugins.pagebreak=function(){function fillNode(node){if(domUtils.isEmptyBlock(node)){for(var tmpNode,firstChild=node.firstChild;firstChild&&1==firstChild.nodeType&&domUtils.isEmptyBlock(firstChild);)tmpNode=firstChild,firstChild=firstChild.firstChild;!tmpNode&&(tmpNode=node),domUtils.fillNode(me.document,tmpNode)}}function isHr(node){return node&&1==node.nodeType&&"HR"==node.tagName&&"pagebreak"==node.className}var me=this,notBreakTags=["td"];me.setOpt("pageBreakTag","_ueditor_page_break_tag_"),me.ready(function(){utils.cssRule("pagebreak",".pagebreak{display:block;clear:both !important;cursor:default !important;width: 100% !important;margin:0;}",me.document)}),me.addInputRule(function(root){root.traversal(function(node){if("text"==node.type&&node.data==me.options.pageBreakTag){var hr=UE.uNode.createElement('<hr class="pagebreak" noshade="noshade" size="5" style="-webkit-user-select: none;">');node.parentNode.insertBefore(hr,node),node.parentNode.removeChild(node)}})}),me.addOutputRule(function(node){utils.each(node.getNodesByTagName("hr"),function(n){if("pagebreak"==n.getAttr("class")){var txt=UE.uNode.createText(me.options.pageBreakTag);n.parentNode.insertBefore(txt,n),n.parentNode.removeChild(n)}})}),me.commands.pagebreak={execCommand:function(){var range=me.selection.getRange(),hr=me.document.createElement("hr");domUtils.setAttributes(hr,{"class":"pagebreak",noshade:"noshade",size:"5"}),domUtils.unSelectable(hr);var pN,node=domUtils.findParentByTagName(range.startContainer,notBreakTags,!0),parents=[];if(node)switch(node.tagName){case"TD":if(pN=node.parentNode,pN.previousSibling)pN.parentNode.insertBefore(hr,pN),parents=domUtils.findParents(hr);else{var table=domUtils.findParentByTagName(pN,"table");table.parentNode.insertBefore(hr,table),parents=domUtils.findParents(hr,!0)}pN=parents[1],hr!==pN&&domUtils.breakParent(hr,pN),me.fireEvent("afteradjusttable",me.document)}else{if(!range.collapsed){range.deleteContents();for(var start=range.startContainer;!domUtils.isBody(start)&&domUtils.isBlockElm(start)&&domUtils.isEmptyNode(start);)range.setStartBefore(start).collapse(!0),domUtils.remove(start),start=range.startContainer}range.insertNode(hr);for(var nextNode,pN=hr.parentNode;!domUtils.isBody(pN);)domUtils.breakParent(hr,pN),nextNode=hr.nextSibling,nextNode&&domUtils.isEmptyBlock(nextNode)&&domUtils.remove(nextNode),pN=hr.parentNode;nextNode=hr.nextSibling;var pre=hr.previousSibling;if(isHr(pre)?domUtils.remove(pre):pre&&fillNode(pre),nextNode)isHr(nextNode)?domUtils.remove(nextNode):fillNode(nextNode),range.setEndAfter(hr).collapse(!1);else{var p=me.document.createElement("p");hr.parentNode.appendChild(p),domUtils.fillNode(me.document,p),range.setStart(p,0).collapse(!0)}range.select(!0)}}}},UE.plugin.register("wordimage",function(){var me=this,images=[];return this.addListener("click",function(type,evt){var el=evt.target||evt.srcElement;"IMG"==el.tagName&&el.getAttribute("data-word-image")&&me.ui._dialogs.wordimageDialog&&me.ui._dialogs.wordimageDialog.open()}),{commands:{wordimage:{execCommand:function(){for(var ci,images=domUtils.getElementsByTagName(me.body,"img"),urlList=[],i=0;ci=images[i++];){var url=ci.getAttribute("data-word-image");url&&urlList.push(url)}return urlList},queryCommandState:function(){images=domUtils.getElementsByTagName(me.body,"img");for(var ci,i=0;ci=images[i++];)if(ci.getAttribute("data-word-image"))return 1;return-1},notNeedUndo:!0}},inputRule:function(root){utils.each(root.getNodesByTagName("img"),function(img){var attrs=img.attrs,flag=parseInt(attrs.width)<128||parseInt(attrs.height)<43,opt=me.options,src=opt.UEDITOR_HOME_URL+"themes/default/images/spacer.gif";attrs.src&&/^(?:(file:\/+))/.test(attrs.src)&&img.setAttr({width:attrs.width,height:attrs.height,alt:attrs.alt,"data-word-image":attrs.src,src:src,style:"background:url("+(flag?opt.themePath+opt.theme+"/images/word.gif":opt.langPath+opt.lang+"/images/localimage.png")+") no-repeat center center;border:1px solid #ddd"})})}}}),UE.plugin.register("autosave",function(){function save(editor){var saveData;return editor.hasContents()?(editor._autoSaveTimer=null,saveData=me.body.innerHTML,void(editor.fireEvent("beforeautosave",{content:saveData})!==!1&&(me.setPreferences(saveKey,saveData),editor.fireEvent("afterautosave",{content:saveData})))):void(saveKey&&me.removePreferences(saveKey))}var me=this,saveKey=null;return{defaultOptions:{autoSaveEnable:!0,autoSaveRestore:!1,autoSaveKey:null},bindEvents:{ready:function(){if(saveKey=me.getOpt("autoSaveKey"),!saveKey){var _suffix="_DraftsData",key=null;key=me.key?me.key+_suffix:(me.container.parentNode.id||"ue-common")+_suffix,saveKey=(location.protocol+location.host+location.pathname).replace(/[.:\/]/g,"_")+key}if(me.getOpt("autoSaveRestore")){var data=me.getPreferences(saveKey);data&&(me.body.innerHTML=data,me.fireEvent("showmessage",{type:"info",content:me.getLang("autosave").autoRestoreTip}))}},beforesubmit:function(){me.getOpt("autoSaveEnable")&&saveKey&&me.execCommand("clear_auto_save_content")},contentchange:function(){me.isReady&&me.getOpt("autoSaveEnable")&&saveKey&&(me._autoSaveTimer&&window.clearTimeout(me._autoSaveTimer),me._autoSaveTimer=window.setTimeout(function(){save(me)},1e3))}},commands:{clear_auto_save_content:{execCommand:function(cmd,name){saveKey&&me.getPreferences(saveKey)&&me.removePreferences(saveKey)},notNeedUndo:!0,ignoreContentChange:!0},set_auto_save_content:{execCommand:function(cmd,name){save(me)},notNeedUndo:!0,ignoreContentChange:!0},get_auto_save_content:{execCommand:function(cmd,name){return me.getPreferences(saveKey)||""},notNeedUndo:!0,ignoreContentChange:!0},auto_save_restore:{execCommand:function(cmd,name){saveKey&&(me.body.innerHTML=me.getPreferences(saveKey)||"<p>"+domUtils.fillHtml+"</p>",me.focus(!0))},queryCommandState:function(){return saveKey?null===me.getPreferences(saveKey)?-1:0:-1},notNeedUndo:!0,ignoreContentChange:!0}}}}),UE.plugin.register("formula",function(){var me=this;return{commands:{formula:{execCommand:function(cmdName,value){var range=me.selection.getRange(),img=range.getClosedNode();value=encodeURIComponent(value);var formulaConfig=me.getOpt("formulaConfig"),src=formulaConfig.imageUrlTemplate.replace(/\{\}/,value);img?img.setAttribute("src",src):me.execCommand("insertHtml",'<img src="'+src+'" data-formula-image="'+value+'" />')}}}}}),UE.plugins.dragdrop=function(){var me=this;me.ready(function(){domUtils.on(this.body,"dragend",function(){var rng=me.selection.getRange(),node=rng.getClosedNode()||me.selection.getStart();if(node&&"IMG"==node.tagName){for(var next,pre=node.previousSibling;(next=node.nextSibling)&&1==next.nodeType&&"SPAN"==next.tagName&&!next.firstChild;)domUtils.remove(next);(!pre||1!=pre.nodeType||domUtils.isEmptyBlock(pre))&&pre||next&&(!next||domUtils.isEmptyBlock(next))||(pre&&"P"==pre.tagName&&!domUtils.isEmptyBlock(pre)?(pre.appendChild(node),domUtils.moveChild(next,pre),domUtils.remove(next)):next&&"P"==next.tagName&&!domUtils.isEmptyBlock(next)&&next.insertBefore(node,next.firstChild),pre&&"P"==pre.tagName&&domUtils.isEmptyBlock(pre)&&domUtils.remove(pre),next&&"P"==next.tagName&&domUtils.isEmptyBlock(next)&&domUtils.remove(next),rng.selectNode(node).select(),me.fireEvent("saveScene"))}})}),me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(13==keyCode){var node,rng=me.selection.getRange();
|
|
13
|
+
(node=domUtils.findParentByTagName(rng.startContainer,"p",!0))&&"center"==domUtils.getComputedStyle(node,"text-align")&&domUtils.removeStyle(node,"text-align")}})},UE.plugins.undo=function(){function compareAddr(indexA,indexB){if(indexA.length!=indexB.length)return 0;for(var i=0,l=indexA.length;i<l;i++)if(indexA[i]!=indexB[i])return 0;return 1}function compareRangeAddress(rngAddrA,rngAddrB){return rngAddrA.collapsed!=rngAddrB.collapsed?0:compareAddr(rngAddrA.startAddress,rngAddrB.startAddress)&&compareAddr(rngAddrA.endAddress,rngAddrB.endAddress)?1:0}function UndoManager(){this.list=[],this.index=0,this.hasUndo=!1,this.hasRedo=!1,this.undo=function(){if(this.hasUndo){if(!this.list[this.index-1]&&1==this.list.length)return void this.reset();for(;this.list[this.index].content==this.list[this.index-1].content;)if(this.index--,0==this.index)return this.restore(0);this.restore(--this.index)}},this.redo=function(){if(this.hasRedo){for(;this.list[this.index].content==this.list[this.index+1].content;)if(this.index++,this.index==this.list.length-1)return this.restore(this.index);this.restore(++this.index)}},this.restore=function(){var me=this.editor,scene=this.list[this.index],root=UE.htmlparser(scene.content.replace(fillchar,""));me.options.autoClearEmptyNode=!1,me.filterInputRule(root),me.options.autoClearEmptyNode=orgState,me.document.body.innerHTML=root.toHtml(),me.fireEvent("afterscencerestore"),browser.ie&&utils.each(domUtils.getElementsByTagName(me.document,"td th caption p"),function(node){domUtils.isEmptyNode(node)&&domUtils.fillNode(me.document,node)});try{var rng=new dom.Range(me.document).moveToAddress(scene.address);rng.select(noNeedFillCharTags[rng.startContainer.nodeName.toLowerCase()])}catch(e){}this.update(),this.clearKey(),me.fireEvent("reset",!0)},this.getScene=function(){var me=this.editor,rng=me.selection.getRange(),rngAddress=rng.createAddress(!1,!0);me.fireEvent("beforegetscene");var root=UE.htmlparser(me.body.innerHTML);me.options.autoClearEmptyNode=!1,me.filterOutputRule(root),me.options.autoClearEmptyNode=orgState;var cont=root.toHtml();return me.fireEvent("aftergetscene"),{address:rngAddress,content:cont}},this.save=function(notCompareRange,notSetCursor){clearTimeout(saveSceneTimer);var currentScene=this.getScene(notSetCursor),lastScene=this.list[this.index];(!lastScene||lastScene&&lastScene.content!=currentScene.content)&&setTimeout(function(){me.trigger("contentchange")},0),lastScene&&lastScene.content==currentScene.content&&(notCompareRange?1:compareRangeAddress(lastScene.address,currentScene.address))||(this.list=this.list.slice(0,this.index+1),this.list.push(currentScene),this.list.length>maxUndoCount&&this.list.shift(),this.index=this.list.length-1,this.clearKey(),this.update())},this.update=function(){this.hasRedo=!!this.list[this.index+1],this.hasUndo=!!this.list[this.index-1]},this.reset=function(){this.list=[],this.index=0,this.hasUndo=!1,this.hasRedo=!1,this.clearKey()},this.clearKey=function(){keycont=0,lastKeyCode=null}}var saveSceneTimer,me=this,maxUndoCount=me.options.maxUndoCount||20,maxInputCount=me.options.maxInputCount||20,fillchar=new RegExp(domUtils.fillChar+"|</hr>","gi"),noNeedFillCharTags={ol:1,ul:1,table:1,tbody:1,tr:1,body:1},orgState=me.options.autoClearEmptyNode;me.undoManger=new UndoManager,me.undoManger.editor=me,me.addListener("saveScene",function(){var args=Array.prototype.splice.call(arguments,1);this.undoManger.save.apply(this.undoManger,args)}),me.addListener("reset",function(type,exclude){exclude||this.undoManger.reset()}),me.commands.redo=me.commands.undo={execCommand:function(cmdName){this.undoManger[cmdName]()},queryCommandState:function(cmdName){return this.undoManger["has"+("undo"==cmdName.toLowerCase()?"Undo":"Redo")]?0:-1},notNeedUndo:1};var lastKeyCode,keys={16:1,17:1,18:1,37:1,38:1,39:1,40:1},keycont=0,inputType=!1;me.addListener("ready",function(){domUtils.on(this.body,"compositionstart",function(){inputType=!0}),domUtils.on(this.body,"compositionend",function(){inputType=!1})}),me.addshortcutkey({Undo:"ctrl+90",Redo:"ctrl+89"});var isCollapsed=!0;me.addListener("keyup",function(type,evt){function save(cont){cont.undoManger.save(!1,!0),cont.fireEvent("selectionchange")}var me=this,keyCode=evt.keyCode||evt.which;if(!(keys[keyCode]||evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey)){if(inputType)return;if(!me.selection.getRange().collapsed)return me.undoManger.save(!1,!0),void(isCollapsed=!1);0===me.undoManger.list.length&&me.undoManger.save(!0),clearTimeout(saveSceneTimer),saveSceneTimer=setTimeout(function(){if(inputType)var intervalTimer=setInterval(function(){inputType||(save(me),clearInterval(intervalTimer))},300);else save(me)},200),lastKeyCode=keyCode,keycont++,keycont>=maxInputCount&&save(me)}}),me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(!(keys[keyCode]||evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey)){if(inputType)return;isCollapsed||(this.undoManger.save(!1,!0),isCollapsed=!0)}}),me.stopCmdUndo=function(){me.__hasEnterExecCommand=!0},me.startCmdUndo=function(){me.__hasEnterExecCommand=!1}},UE.plugin.register("copy",function(){function initZeroClipboard(){ZeroClipboard.config({debug:!1,swfPath:me.options.UEDITOR_HOME_URL+"third-party/zeroclipboard/ZeroClipboard.swf"});var client=me.zeroclipboard=new ZeroClipboard;client.on("copy",function(e){var client=e.client,rng=me.selection.getRange(),div=document.createElement("div");div.appendChild(rng.cloneContents()),client.setText(div.innerText||div.textContent),client.setHtml(div.innerHTML),rng.select()}),client.on("mouseover mouseout",function(e){var target=e.target;target&&("mouseover"==e.type?domUtils.addClass(target,"edui-state-hover"):"mouseout"==e.type&&domUtils.removeClasses(target,"edui-state-hover"))}),client.on("wrongflash noflash",function(){ZeroClipboard.destroy()}),me.fireEvent("zeroclipboardready",client)}var me=this;return{bindEvents:{ready:function(){browser.ie||(window.ZeroClipboard?initZeroClipboard():utils.loadFile(document,{src:me.options.UEDITOR_HOME_URL+"third-party/zeroclipboard/ZeroClipboard.js",tag:"script",type:"text/javascript",defer:"defer"},function(){initZeroClipboard()}))}},commands:{copy:{execCommand:function(cmd){me.document.execCommand("copy")||alert(me.getLang("copymsg"))}}}}}),UE.plugins.paste=function(){function getClipboardData(callback){var doc=this.document;if(!doc.getElementById("baidu_pastebin")){var range=this.selection.getRange(),bk=range.createBookmark(),pastebin=doc.createElement("div");pastebin.id="baidu_pastebin",browser.webkit&&pastebin.appendChild(doc.createTextNode(domUtils.fillChar+domUtils.fillChar)),doc.body.appendChild(pastebin),bk.start.style.display="",pastebin.style.cssText="position:absolute;width:1px;height:1px;overflow:hidden;left:-1000px;white-space:nowrap;top:"+domUtils.getXY(bk.start).y+"px",range.selectNodeContents(pastebin).select(!0),setTimeout(function(){if(browser.webkit)for(var pi,i=0,pastebins=doc.querySelectorAll("#baidu_pastebin");pi=pastebins[i++];){if(!domUtils.isEmptyNode(pi)){pastebin=pi;break}domUtils.remove(pi)}try{pastebin.parentNode.removeChild(pastebin)}catch(e){}range.moveToBookmark(bk).select(!0),callback(pastebin)},0)}}function getPureHtml(html){return html.replace(/<(\/?)([\w\-]+)([^>]*)>/gi,function(a,b,tagName,attrs){return tagName=tagName.toLowerCase(),{img:1}[tagName]?a:(attrs=attrs.replace(/([\w\-]*?)\s*=\s*(("([^"]*)")|('([^']*)')|([^\s>]+))/gi,function(str,atr,val){return{src:1,href:1,name:1}[atr.toLowerCase()]?atr+"="+val+" ":""}),{span:1,div:1}[tagName]?"":"<"+b+tagName+" "+utils.trim(attrs)+">")})}function filter(div){var html;if(div.firstChild){for(var ni,nodes=domUtils.getElementsByTagName(div,"span"),i=0;ni=nodes[i++];)"_baidu_cut_start"!=ni.id&&"_baidu_cut_end"!=ni.id||domUtils.remove(ni);if(browser.webkit){for(var bi,brs=div.querySelectorAll("div br"),i=0;bi=brs[i++];){var pN=bi.parentNode;"DIV"==pN.tagName&&1==pN.childNodes.length&&(pN.innerHTML="<p><br/></p>",domUtils.remove(pN))}for(var di,divs=div.querySelectorAll("#baidu_pastebin"),i=0;di=divs[i++];){var tmpP=me.document.createElement("p");for(di.parentNode.insertBefore(tmpP,di);di.firstChild;)tmpP.appendChild(di.firstChild);domUtils.remove(di)}for(var ci,metas=div.querySelectorAll("meta"),i=0;ci=metas[i++];)domUtils.remove(ci);var brs=div.querySelectorAll("br");for(i=0;ci=brs[i++];)/^apple-/i.test(ci.className)&&domUtils.remove(ci)}if(browser.gecko){var dirtyNodes=div.querySelectorAll("[_moz_dirty]");for(i=0;ci=dirtyNodes[i++];)ci.removeAttribute("_moz_dirty")}if(!browser.ie)for(var ci,spans=div.querySelectorAll("span.Apple-style-span"),i=0;ci=spans[i++];)domUtils.remove(ci,!0);html=div.innerHTML,html=UE.filterWord(html);var root=UE.htmlparser(html);if(me.options.filterRules&&UE.filterNode(root,me.options.filterRules),me.filterInputRule(root),browser.webkit){var br=root.lastChild();br&&"element"==br.type&&"br"==br.tagName&&root.removeChild(br),utils.each(me.body.querySelectorAll("div"),function(node){domUtils.isEmptyBlock(node)&&domUtils.remove(node,!0)})}if(html={html:root.toHtml()},me.fireEvent("beforepaste",html,root),!html.html)return;root=UE.htmlparser(html.html,!0),1===me.queryCommandState("pasteplain")?me.execCommand("insertHtml",UE.filterNode(root,me.options.filterTxtRules).toHtml(),!0):(UE.filterNode(root,me.options.filterTxtRules),txtContent=root.toHtml(),htmlContent=html.html,address=me.selection.getRange().createAddress(!0),me.execCommand("insertHtml",me.getOpt("retainOnlyLabelPasted")===!0?getPureHtml(htmlContent):htmlContent,!0)),me.fireEvent("afterpaste",html)}}var me=this;me.setOpt({retainOnlyLabelPasted:!1});var txtContent,htmlContent,address;me.addListener("pasteTransfer",function(cmd,plainType){if(address&&txtContent&&htmlContent&&txtContent!=htmlContent){var range=me.selection.getRange();if(range.moveToAddress(address,!0),!range.collapsed){for(;!domUtils.isBody(range.startContainer);){var start=range.startContainer;if(1==start.nodeType){if(start=start.childNodes[range.startOffset],!start){range.setStartBefore(range.startContainer);continue}var pre=start.previousSibling;pre&&3==pre.nodeType&&new RegExp("^[\n\r\t "+domUtils.fillChar+"]*$").test(pre.nodeValue)&&range.setStartBefore(pre)}if(0!=range.startOffset)break;range.setStartBefore(range.startContainer)}for(;!domUtils.isBody(range.endContainer);){var end=range.endContainer;if(1==end.nodeType){if(end=end.childNodes[range.endOffset],!end){range.setEndAfter(range.endContainer);continue}var next=end.nextSibling;next&&3==next.nodeType&&new RegExp("^[\n\r\t"+domUtils.fillChar+"]*$").test(next.nodeValue)&&range.setEndAfter(next)}if(range.endOffset!=range.endContainer[3==range.endContainer.nodeType?"nodeValue":"childNodes"].length)break;range.setEndAfter(range.endContainer)}}range.deleteContents(),range.select(!0),me.__hasEnterExecCommand=!0;var html=htmlContent;2===plainType?html=getPureHtml(html):plainType&&(html=txtContent),me.execCommand("inserthtml",html,!0),me.__hasEnterExecCommand=!1;for(var rng=me.selection.getRange();!domUtils.isBody(rng.startContainer)&&!rng.startOffset&&rng.startContainer[3==rng.startContainer.nodeType?"nodeValue":"childNodes"].length;)rng.setStartBefore(rng.startContainer);var tmpAddress=rng.createAddress(!0);address.endAddress=tmpAddress.startAddress}}),me.addListener("ready",function(){domUtils.on(me.body,"cut",function(){var range=me.selection.getRange();!range.collapsed&&me.undoManger&&me.undoManger.save()}),domUtils.on(me.body,browser.ie||browser.opera?"keydown":"paste",function(e){(!browser.ie&&!browser.opera||(e.ctrlKey||e.metaKey)&&"86"==e.keyCode)&&getClipboardData.call(me,function(div){filter(div)})})}),me.commands.paste={execCommand:function(cmd){browser.ie?(getClipboardData.call(me,function(div){filter(div)}),me.document.execCommand("paste")):alert(me.getLang("pastemsg"))}}},UE.plugins.pasteplain=function(){var me=this;me.setOpt({pasteplain:!1,filterTxtRules:function(){function transP(node){node.tagName="p",node.setStyle()}function removeNode(node){node.parentNode.removeChild(node,!0)}return{"-":"script style object iframe embed input select",p:{$:{}},br:{$:{}},div:function(node){for(var tmpNode,p=UE.uNode.createElement("p");tmpNode=node.firstChild();)"text"!=tmpNode.type&&UE.dom.dtd.$block[tmpNode.tagName]?p.firstChild()?(node.parentNode.insertBefore(p,node),p=UE.uNode.createElement("p")):node.parentNode.insertBefore(tmpNode,node):p.appendChild(tmpNode);p.firstChild()&&node.parentNode.insertBefore(p,node),node.parentNode.removeChild(node)},ol:removeNode,ul:removeNode,dl:removeNode,dt:removeNode,dd:removeNode,li:removeNode,caption:transP,th:transP,tr:transP,h1:transP,h2:transP,h3:transP,h4:transP,h5:transP,h6:transP,td:function(node){var txt=!!node.innerText();txt&&node.parentNode.insertAfter(UE.uNode.createText(" "),node),node.parentNode.removeChild(node,node.innerText())}}}()});var pasteplain=me.options.pasteplain;me.commands.pasteplain={queryCommandState:function(){return pasteplain?1:0},execCommand:function(){pasteplain=0|!pasteplain},notNeedUndo:1}},UE.plugins.list=function(){function listToArray(list){var arr=[];for(var p in list)arr.push(p);return arr}function getStyle(node){var cls=node.className;return domUtils.hasClass(node,/custom_/)?cls.match(/custom_(\w+)/)[1]:domUtils.getStyle(node,"list-style-type")}function adjustListStyle(doc,ignore){utils.each(domUtils.getElementsByTagName(doc,"ol ul"),function(node){if(domUtils.inDoc(node,doc)){var parent=node.parentNode;if(parent.tagName===node.tagName){var nodeStyleType=getStyle(node)||("OL"===node.tagName?"decimal":"disc"),parentStyleType=getStyle(parent)||("OL"===parent.tagName?"decimal":"disc");if(nodeStyleType===parentStyleType){var styleIndex=utils.indexOf(listStyle[node.tagName],nodeStyleType);styleIndex=styleIndex+1===listStyle[node.tagName].length?0:styleIndex+1,setListStyle(node,listStyle[node.tagName][styleIndex])}}var index=0,type=2;domUtils.hasClass(node,/custom_/)?/[ou]l/i.test(parent.tagName)&&domUtils.hasClass(parent,/custom_/)||(type=1):/[ou]l/i.test(parent.tagName)&&domUtils.hasClass(parent,/custom_/)&&(type=3);var style=domUtils.getStyle(node,"list-style-type");style&&(node.style.cssText="list-style-type:"+style),node.className=utils.trim(node.className.replace(/list-paddingleft-\w+/,""))+" list-paddingleft-"+type,utils.each(domUtils.getElementsByTagName(node,"li"),function(li){if(li.style.cssText&&(li.style.cssText=""),!li.firstChild)return void domUtils.remove(li);if(li.parentNode===node){if(index++,domUtils.hasClass(node,/custom_/)){var paddingLeft=1,currentStyle=getStyle(node);if("OL"===node.tagName){if(currentStyle)switch(currentStyle){case"cn":case"cn1":case"cn2":index>10&&(index%10===0||index>10&&index<20)?paddingLeft=2:index>20&&(paddingLeft=3);break;case"num2":index>9&&(paddingLeft=2)}li.className="list-"+currentStyle+"-paddingleft-"+paddingLeft}else li.className="list-"+currentStyle+"-paddingleft"}else li.className=li.className.replace(/list-[\w\-]+/gi,"");var className=li.getAttribute("class");null===className||className.replace(/\s/g,"")||domUtils.removeAttributes(li,"class")}}),!ignore&&adjustList(node,node.tagName.toLowerCase(),getStyle(node)||domUtils.getStyle(node,"list-style-type"),!0)}})}function adjustList(list,tag,style,ignoreEmpty){var nextList=list.nextSibling;nextList&&1===nextList.nodeType&&nextList.tagName.toLowerCase()===tag&&(getStyle(nextList)||domUtils.getStyle(nextList,"list-style-type")||("ol"==tag?"decimal":"disc"))==style&&(domUtils.moveChild(nextList,list),0===nextList.childNodes.length&&domUtils.remove(nextList)),nextList&&domUtils.isFillChar(nextList)&&domUtils.remove(nextList);var preList=list.previousSibling;preList&&1===preList.nodeType&&preList.tagName.toLowerCase()==tag&&(getStyle(preList)||domUtils.getStyle(preList,"list-style-type")||("ol"==tag?"decimal":"disc"))===style&&domUtils.moveChild(list,preList),preList&&domUtils.isFillChar(preList)&&domUtils.remove(preList),!ignoreEmpty&&domUtils.isEmptyBlock(list)&&domUtils.remove(list),getStyle(list)&&adjustListStyle(list.ownerDocument,!0)}function setListStyle(list,style){try{domUtils.setStyle(list,"list-style-type",style)}catch(e){}}function clearEmptySibling(node){var tmpNode=node.previousSibling;tmpNode&&domUtils.isEmptyBlock(tmpNode)&&domUtils.remove(tmpNode),tmpNode=node.nextSibling,tmpNode&&domUtils.isEmptyBlock(tmpNode)&&domUtils.remove(tmpNode)}function getLi(start){for(;start&&!domUtils.isBody(start);){if("TABLE"==start.nodeName)return null;if("LI"==start.nodeName)return start;start=start.parentNode}}var me=this,notExchange={TD:1,PRE:1,BLOCKQUOTE:1};me.setOpt({autoTransWordToList:!1,insertorderedlist:{decimal:"","lower-alpha":"","lower-roman":"","upper-alpha":"","upper-roman":""},insertunorderedlist:{circle:"",disc:"",square:""},listDefaultPaddingLeft:"30",listiconpath:"http://bs.baidu.com/listicon/",maxListLevel:-1,disablePInList:!1});var listStyle={OL:listToArray(me.options.insertorderedlist),UL:listToArray(me.options.insertunorderedlist)};me.options.listiconpath;me.ready(function(){var customCss=[];customCss.push(".list-paddingleft-1{padding-left:0}"),customCss.push(".list-paddingleft-2{padding-left:"+me.options.listDefaultPaddingLeft+"px}"),customCss.push(".list-paddingleft-3{padding-left:"+2*me.options.listDefaultPaddingLeft+"px}"),utils.cssRule("list","ol,ul{margin:0;pading:0;"+(browser.ie?"":"width:95%")+"}li{clear:both;}"+customCss.join("\n"),me.document)}),me.ready(function(){domUtils.on(me.body,"cut",function(){setTimeout(function(){var li,rng=me.selection.getRange();if(!rng.collapsed&&(li=domUtils.findParentByTagName(rng.startContainer,"li",!0))&&!li.nextSibling&&domUtils.isEmptyBlock(li)){var node,pn=li.parentNode;if(node=pn.previousSibling)domUtils.remove(pn),rng.setStartAtLast(node).collapse(!0),rng.select(!0);else if(node=pn.nextSibling)domUtils.remove(pn),rng.setStartAtFirst(node).collapse(!0),rng.select(!0);else{var tmpNode=me.document.createElement("p");domUtils.fillNode(me.document,tmpNode),pn.parentNode.insertBefore(tmpNode,pn),domUtils.remove(pn),rng.setStart(tmpNode,0).collapse(!0),rng.select(!0)}}})})}),me.addListener("beforepaste",function(type,html){var li,me=this,rng=me.selection.getRange(),root=UE.htmlparser(html.html,!0);if(li=domUtils.findParentByTagName(rng.startContainer,"li",!0)){var list=li.parentNode,tagName="OL"===list.tagName?"ul":"ol";utils.each(root.getNodesByTagName(tagName),function(n){if(n.tagName=list.tagName,n.setAttr(),n.parentNode===root)type=getStyle(list)||("OL"==list.tagName?"decimal":"disc");else{var className=n.parentNode.getAttr("class");type=className&&/custom_/.test(className)?className.match(/custom_(\w+)/)[1]:n.parentNode.getStyle("list-style-type"),type||(type="OL"===list.tagName?"decimal":"disc")}var index=utils.indexOf(listStyle[list.tagName],type);n.parentNode!==root&&(index=index+1===listStyle[list.tagName].length?0:index+1);var currentStyle=listStyle[list.tagName][index];n.setStyle("list-style-type",currentStyle)})}html.html=root.toHtml()}),me.getOpt("disablePInList")===!0&&me.addOutputRule(function(root){utils.each(root.getNodesByTagName("li"),function(li){var newChildrens=[],index=0;utils.each(li.children,function(n){if("p"==n.tagName){for(var tmpNode;tmpNode=n.children.pop();)newChildrens.splice(index,0,tmpNode),tmpNode.parentNode=li,lastNode=tmpNode;if(tmpNode=newChildrens[newChildrens.length-1],!tmpNode||"element"!==tmpNode.type||"br"!==tmpNode.tagName){var br=UE.uNode.createElement("br");br.parentNode=li,newChildrens.push(br)}index=newChildrens.length}}),newChildrens.length&&(li.children=newChildrens)})}),me.addInputRule(function(root){function checkListType(content,container){var span=container.firstChild();if(span&&"element"===span.type&&"span"===span.tagName&&/Wingdings|Symbol/.test(span.getStyle("font-family"))){for(var p in unorderlisttype)if(unorderlisttype[p]==span.data)return p;return"disc"}for(var p in orderlisttype)if(orderlisttype[p].test(content))return p}if(utils.each(root.getNodesByTagName("li"),function(li){for(var ci,tmpP=UE.uNode.createElement("p"),i=0;ci=li.children[i];)"text"===ci.type||dtd.p[ci.tagName]?tmpP.appendChild(ci):tmpP.firstChild()?(li.insertBefore(tmpP,ci),tmpP=UE.uNode.createElement("p"),i+=2):i++;(tmpP.firstChild()&&!tmpP.parentNode||!li.firstChild())&&li.appendChild(tmpP),tmpP.firstChild()||tmpP.innerHTML(browser.ie?" ":"<br/>");var p=li.firstChild(),lastChild=p.lastChild();lastChild&&"text"===lastChild.type&&/^\s*$/.test(lastChild.data)&&p.removeChild(lastChild)}),me.options.autoTransWordToList){var orderlisttype={num1:/^\d+\)/,decimal:/^\d+\./,"lower-alpha":/^[a-z]+\)/,"upper-alpha":/^[A-Z]+\./,cn:/^[\u4E00\u4E8C\u4E09\u56DB\u516d\u4e94\u4e03\u516b\u4e5d]+[\u3001]/,cn2:/^\([\u4E00\u4E8C\u4E09\u56DB\u516d\u4e94\u4e03\u516b\u4e5d]+\)/},unorderlisttype={square:"n"};utils.each(root.getNodesByTagName("p"),function(node){function appendLi(list,p,type){if("ol"===list.tagName)if(browser.ie){var first=p.firstChild();"element"===first.type&&"span"===first.tagName&&orderlisttype[type].test(first.innerText())&&p.removeChild(first)}else p.innerHTML(p.innerHTML().replace(orderlisttype[type],""));else p.removeChild(p.firstChild());var li=UE.uNode.createElement("li");li.appendChild(p),list.appendChild(li)}if("MsoListParagraph"===node.getAttr("class")){node.setStyle("margin",""),node.setStyle("margin-left",""),node.setAttr("class","");var type,tmp=node,cacheNode=node;if("li"!==node.parentNode.tagName&&(type=checkListType(node.innerText(),node))){var list=UE.uNode.createElement(me.options.insertorderedlist.hasOwnProperty(type)?"ol":"ul");for(list.setStyle("list-style-type",type);node&&"li"!==node.parentNode.tagName&&checkListType(node.innerText(),node);)tmp=node.nextSibling(),tmp||node.parentNode.insertBefore(list,node),appendLi(list,node,type),node=tmp;!list.parentNode&&node&&node.parentNode&&node.parentNode.insertBefore(list,node)}var span=cacheNode.firstChild();span&&"element"==span.type&&"span"==span.tagName&&/^\s*( )+\s*$/.test(span.innerText())&&span.parentNode.removeChild(span)}})}}),me.addListener("contentchange",function(){adjustListStyle(me.document)}),me.addListener("keydown",function(type,evt){function preventAndSave(){evt.preventDefault?evt.preventDefault():evt.returnValue=!1,me.fireEvent("contentchange"),me.undoManger&&me.undoManger.save()}function findList(node,filterFn){for(;node&&!domUtils.isBody(node);){if(filterFn(node))return null;if(1===node.nodeType&&/[ou]l/i.test(node.tagName))return node;node=node.parentNode}return null}var keyCode=evt.keyCode||evt.which;if(13===keyCode&&!evt.shiftKey){var rng=me.selection.getRange(),parent=domUtils.findParent(rng.startContainer,function(node){return domUtils.isBlockElm(node)},!0),li=domUtils.findParentByTagName(rng.startContainer,"li",!0);if(parent&&"PRE"!==parent.tagName&&!li){var html=parent.innerHTML.replace(new RegExp(domUtils.fillChar,"g"),"");/^\s*1\s*\.[^\d]/.test(html)&&(parent.innerHTML=html.replace(/^\s*1\s*\./,""),rng.setStartAtLast(parent).collapse(!0).select(),me.__hasEnterExecCommand=!0,me.execCommand("insertorderedlist"),me.__hasEnterExecCommand=!1)}var range=me.selection.getRange(),start=findList(range.startContainer,function(node){return"TABLE"===node.tagName}),end=range.collapsed?start:findList(range.endContainer,function(node){return"TABLE"===node.tagName});if(start&&end&&start===end){if(!range.collapsed){if(start=domUtils.findParentByTagName(range.startContainer,"li",!0),end=domUtils.findParentByTagName(range.endContainer,"li",!0),!start||!end||start!==end){var tmpRange=range.cloneRange(),bk=tmpRange.collapse(!1).createBookmark();range.deleteContents(),tmpRange.moveToBookmark(bk);var li=domUtils.findParentByTagName(tmpRange.startContainer,"li",!0);return clearEmptySibling(li),tmpRange.select(),void preventAndSave()}if(range.deleteContents(),li=domUtils.findParentByTagName(range.startContainer,"li",!0),li&&domUtils.isEmptyBlock(li))return pre=li.previousSibling,next=li.nextSibling,p=me.document.createElement("p"),domUtils.fillNode(me.document,p),parentList=li.parentNode,pre&&next?(range.setStart(next,0).collapse(!0).select(!0),domUtils.remove(li)):((pre||next)&&pre?li.parentNode.parentNode.insertBefore(p,parentList.nextSibling):parentList.parentNode.insertBefore(p,parentList),domUtils.remove(li),parentList.firstChild||domUtils.remove(parentList),range.setStart(p,0).setCursor()),void preventAndSave()}if(li=domUtils.findParentByTagName(range.startContainer,"li",!0)){if(domUtils.isEmptyBlock(li)){bk=range.createBookmark();var parentList=li.parentNode;if(li!==parentList.lastChild?(domUtils.breakParent(li,parentList),clearEmptySibling(li)):(parentList.parentNode.insertBefore(li,parentList.nextSibling),domUtils.isEmptyNode(parentList)&&domUtils.remove(parentList)),!dtd.$list[li.parentNode.tagName])if(domUtils.isBlockElm(li.firstChild))domUtils.remove(li,!0);else{for(p=me.document.createElement("p"),li.parentNode.insertBefore(p,li);li.firstChild;)p.appendChild(li.firstChild);domUtils.remove(li)}range.moveToBookmark(bk).select()}else{var first=li.firstChild;if(!first||!domUtils.isBlockElm(first)){var p=me.document.createElement("p");for(!li.firstChild&&domUtils.fillNode(me.document,p);li.firstChild;)p.appendChild(li.firstChild);li.appendChild(p),first=p}var span=me.document.createElement("span");range.insertNode(span),domUtils.breakParent(span,li);var nextLi=span.nextSibling;first=nextLi.firstChild,first||(p=me.document.createElement("p"),domUtils.fillNode(me.document,p),nextLi.appendChild(p),first=p),domUtils.isEmptyNode(first)&&(first.innerHTML="",domUtils.fillNode(me.document,first)),range.setStart(first,0).collapse(!0).shrinkBoundary().select(),domUtils.remove(span);var pre=nextLi.previousSibling;pre&&domUtils.isEmptyBlock(pre)&&(pre.innerHTML="<p></p>",domUtils.fillNode(me.document,pre.firstChild))}preventAndSave()}}}if(8===keyCode&&(range=me.selection.getRange(),range.collapsed&&domUtils.isStartInblock(range)&&(tmpRange=range.cloneRange().trimBoundary(),li=domUtils.findParentByTagName(range.startContainer,"li",!0),li&&domUtils.isStartInblock(tmpRange)))){if(start=domUtils.findParentByTagName(range.startContainer,"p",!0),start&&start!==li.firstChild){var parentList=domUtils.findParentByTagName(start,["ol","ul"]);return domUtils.breakParent(start,parentList),clearEmptySibling(start),me.fireEvent("contentchange"),range.setStart(start,0).setCursor(!1,!0),me.fireEvent("saveScene"),void domUtils.preventDefault(evt)}if(li&&(pre=li.previousSibling)){if(46===keyCode&&li.childNodes.length)return;if(dtd.$list[pre.tagName]&&(pre=pre.lastChild),me.undoManger&&me.undoManger.save(),first=li.firstChild,domUtils.isBlockElm(first))if(domUtils.isEmptyNode(first))for(pre.appendChild(first),range.setStart(first,0).setCursor(!1,!0);li.firstChild;)pre.appendChild(li.firstChild);else span=me.document.createElement("span"),range.insertNode(span),domUtils.isEmptyBlock(pre)&&(pre.innerHTML=""),domUtils.moveChild(li,pre),range.setStartBefore(span).collapse(!0).select(!0),domUtils.remove(span);else if(domUtils.isEmptyNode(li)){var p=me.document.createElement("p");pre.appendChild(p),range.setStart(p,0).setCursor()}else for(range.setEnd(pre,pre.childNodes.length).collapse().select(!0);li.firstChild;)pre.appendChild(li.firstChild);return domUtils.remove(li),me.fireEvent("contentchange"),me.fireEvent("saveScene"),void domUtils.preventDefault(evt)}if(li&&!li.previousSibling){var parentList=li.parentNode,bk=range.createBookmark();if(domUtils.isTagNode(parentList.parentNode,"ol ul"))parentList.parentNode.insertBefore(li,parentList),domUtils.isEmptyNode(parentList)&&domUtils.remove(parentList);else{for(;li.firstChild;)parentList.parentNode.insertBefore(li.firstChild,parentList);domUtils.remove(li),domUtils.isEmptyNode(parentList)&&domUtils.remove(parentList)}return range.moveToBookmark(bk).setCursor(!1,!0),me.fireEvent("contentchange"),me.fireEvent("saveScene"),void domUtils.preventDefault(evt)}}}),me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(8==keyCode){var list,rng=me.selection.getRange();(list=domUtils.findParentByTagName(rng.startContainer,["ol","ul"],!0))&&adjustList(list,list.tagName.toLowerCase(),getStyle(list)||domUtils.getComputedStyle(list,"list-style-type"),!0)}}),me.addListener("tabkeydown",function(){function checkLevel(li){if(me.options.maxListLevel!=-1){for(var level=li.parentNode,levelNum=0;/[ou]l/i.test(level.tagName);)levelNum++,level=level.parentNode;if(levelNum>=me.options.maxListLevel)return!0}}var range=me.selection.getRange(),li=domUtils.findParentByTagName(range.startContainer,"li",!0);if(li){var bk;if(!range.collapsed){me.fireEvent("saveScene"),bk=range.createBookmark();for(var closeList,ci,i=0,parents=domUtils.findParents(li);ci=parents[i++];)if(domUtils.isTagNode(ci,"ol ul")){closeList=ci;break}var current=li;if(bk.end)for(;current&&!(domUtils.getPosition(current,bk.end)&domUtils.POSITION_FOLLOWING);)if(checkLevel(current))current=domUtils.getNextDomNode(current,!1,null,function(node){return node!==closeList});else{var parentLi=current.parentNode,list=me.document.createElement(parentLi.tagName),index=utils.indexOf(listStyle[list.tagName],getStyle(parentLi)||domUtils.getComputedStyle(parentLi,"list-style-type")),currentIndex=index+1==listStyle[list.tagName].length?0:index+1,currentStyle=listStyle[list.tagName][currentIndex];for(setListStyle(list,currentStyle),parentLi.insertBefore(list,current);current&&!(domUtils.getPosition(current,bk.end)&domUtils.POSITION_FOLLOWING);){if(li=current.nextSibling,list.appendChild(current),!li||domUtils.isTagNode(li,"ol ul")){if(li)for(;(li=li.firstChild)&&"LI"!=li.tagName;);else li=domUtils.getNextDomNode(current,!1,null,function(node){return node!==closeList});break}current=li}adjustList(list,list.tagName.toLowerCase(),currentStyle),current=li}return me.fireEvent("contentchange"),range.moveToBookmark(bk).select(),!0}if(checkLevel(li))return!0;var parentLi=li.parentNode,list=me.document.createElement(parentLi.tagName),index=utils.indexOf(listStyle[list.tagName],getStyle(parentLi)||domUtils.getComputedStyle(parentLi,"list-style-type"));index=index+1==listStyle[list.tagName].length?0:index+1;var currentStyle=listStyle[list.tagName][index];if(setListStyle(list,currentStyle),domUtils.isStartInblock(range))return me.fireEvent("saveScene"),bk=range.createBookmark(),parentLi.insertBefore(list,li),list.appendChild(li),adjustList(list,list.tagName.toLowerCase(),currentStyle),me.fireEvent("contentchange"),range.moveToBookmark(bk).select(!0),!0}}),me.commands.insertorderedlist=me.commands.insertunorderedlist={execCommand:function(command,style){style||(style="insertorderedlist"==command.toLowerCase()?"decimal":"disc");var me=this,range=this.selection.getRange(),filterFn=function(node){return 1==node.nodeType?"br"!=node.tagName.toLowerCase():!domUtils.isWhitespace(node)},tag="insertorderedlist"==command.toLowerCase()?"ol":"ul",frag=me.document.createDocumentFragment();range.adjustmentBoundary().shrinkBoundary();var startParent,endParent,list,tmp,bko=range.createBookmark(!0),start=getLi(me.document.getElementById(bko.start)),modifyStart=0,end=getLi(me.document.getElementById(bko.end)),modifyEnd=0;if(start||end){if(start&&(startParent=start.parentNode),bko.end||(end=start),end&&(endParent=end.parentNode),startParent===endParent){for(;start!==end;){if(tmp=start,start=start.nextSibling,!domUtils.isBlockElm(tmp.firstChild)){for(var p=me.document.createElement("p");tmp.firstChild;)p.appendChild(tmp.firstChild);tmp.appendChild(p)}frag.appendChild(tmp)}if(tmp=me.document.createElement("span"),startParent.insertBefore(tmp,end),!domUtils.isBlockElm(end.firstChild)){for(p=me.document.createElement("p");end.firstChild;)p.appendChild(end.firstChild);end.appendChild(p)}frag.appendChild(end),domUtils.breakParent(tmp,startParent),domUtils.isEmptyNode(tmp.previousSibling)&&domUtils.remove(tmp.previousSibling),domUtils.isEmptyNode(tmp.nextSibling)&&domUtils.remove(tmp.nextSibling);var nodeStyle=getStyle(startParent)||domUtils.getComputedStyle(startParent,"list-style-type")||("insertorderedlist"==command.toLowerCase()?"decimal":"disc");
|
|
14
|
+
if(startParent.tagName.toLowerCase()==tag&&nodeStyle==style){for(var ci,i=0,tmpFrag=me.document.createDocumentFragment();ci=frag.firstChild;)if(domUtils.isTagNode(ci,"ol ul"))tmpFrag.appendChild(ci);else for(;ci.firstChild;)tmpFrag.appendChild(ci.firstChild),domUtils.remove(ci);tmp.parentNode.insertBefore(tmpFrag,tmp)}else list=me.document.createElement(tag),setListStyle(list,style),list.appendChild(frag),tmp.parentNode.insertBefore(list,tmp);return domUtils.remove(tmp),list&&adjustList(list,tag,style),void range.moveToBookmark(bko).select()}if(start){for(;start;){if(tmp=start.nextSibling,domUtils.isTagNode(start,"ol ul"))frag.appendChild(start);else{for(var tmpfrag=me.document.createDocumentFragment(),hasBlock=0;start.firstChild;)domUtils.isBlockElm(start.firstChild)&&(hasBlock=1),tmpfrag.appendChild(start.firstChild);if(hasBlock)frag.appendChild(tmpfrag);else{var tmpP=me.document.createElement("p");tmpP.appendChild(tmpfrag),frag.appendChild(tmpP)}domUtils.remove(start)}start=tmp}startParent.parentNode.insertBefore(frag,startParent.nextSibling),domUtils.isEmptyNode(startParent)?(range.setStartBefore(startParent),domUtils.remove(startParent)):range.setStartAfter(startParent),modifyStart=1}if(end&&domUtils.inDoc(endParent,me.document)){for(start=endParent.firstChild;start&&start!==end;){if(tmp=start.nextSibling,domUtils.isTagNode(start,"ol ul"))frag.appendChild(start);else{for(tmpfrag=me.document.createDocumentFragment(),hasBlock=0;start.firstChild;)domUtils.isBlockElm(start.firstChild)&&(hasBlock=1),tmpfrag.appendChild(start.firstChild);hasBlock?frag.appendChild(tmpfrag):(tmpP=me.document.createElement("p"),tmpP.appendChild(tmpfrag),frag.appendChild(tmpP)),domUtils.remove(start)}start=tmp}var tmpDiv=domUtils.createElement(me.document,"div",{tmpDiv:1});domUtils.moveChild(end,tmpDiv),frag.appendChild(tmpDiv),domUtils.remove(end),endParent.parentNode.insertBefore(frag,endParent),range.setEndBefore(endParent),domUtils.isEmptyNode(endParent)&&domUtils.remove(endParent),modifyEnd=1}}modifyStart||range.setStartBefore(me.document.getElementById(bko.start)),bko.end&&!modifyEnd&&range.setEndAfter(me.document.getElementById(bko.end)),range.enlarge(!0,function(node){return notExchange[node.tagName]}),frag=me.document.createDocumentFragment();for(var tmpNode,bk=range.createBookmark(),current=domUtils.getNextDomNode(bk.start,!1,filterFn),tmpRange=range.cloneRange(),block=domUtils.isBlockElm;current&¤t!==bk.end&&domUtils.getPosition(current,bk.end)&domUtils.POSITION_PRECEDING;)if(3==current.nodeType||dtd.li[current.tagName]){if(1==current.nodeType&&dtd.$list[current.tagName]){for(;current.firstChild;)frag.appendChild(current.firstChild);tmpNode=domUtils.getNextDomNode(current,!1,filterFn),domUtils.remove(current),current=tmpNode;continue}for(tmpNode=current,tmpRange.setStartBefore(current);current&¤t!==bk.end&&(!block(current)||domUtils.isBookmarkNode(current));)tmpNode=current,current=domUtils.getNextDomNode(current,!1,null,function(node){return!notExchange[node.tagName]});current&&block(current)&&(tmp=domUtils.getNextDomNode(tmpNode,!1,filterFn),tmp&&domUtils.isBookmarkNode(tmp)&&(current=domUtils.getNextDomNode(tmp,!1,filterFn),tmpNode=tmp)),tmpRange.setEndAfter(tmpNode),current=domUtils.getNextDomNode(tmpNode,!1,filterFn);var li=range.document.createElement("li");if(li.appendChild(tmpRange.extractContents()),domUtils.isEmptyNode(li)){for(var tmpNode=range.document.createElement("p");li.firstChild;)tmpNode.appendChild(li.firstChild);li.appendChild(tmpNode)}frag.appendChild(li)}else current=domUtils.getNextDomNode(current,!0,filterFn);range.moveToBookmark(bk).collapse(!0),list=me.document.createElement(tag),setListStyle(list,style),list.appendChild(frag),range.insertNode(list),adjustList(list,tag,style);for(var ci,i=0,tmpDivs=domUtils.getElementsByTagName(list,"div");ci=tmpDivs[i++];)ci.getAttribute("tmpDiv")&&domUtils.remove(ci,!0);range.moveToBookmark(bko).select()},queryCommandState:function(command){for(var ci,tag="insertorderedlist"==command.toLowerCase()?"ol":"ul",path=this.selection.getStartElementPath(),i=0;ci=path[i++];){if("TABLE"==ci.nodeName)return 0;if(tag==ci.nodeName.toLowerCase())return 1}return 0},queryCommandValue:function(command){for(var node,ci,tag="insertorderedlist"==command.toLowerCase()?"ol":"ul",path=this.selection.getStartElementPath(),i=0;ci=path[i++];){if("TABLE"==ci.nodeName){node=null;break}if(tag==ci.nodeName.toLowerCase()){node=ci;break}}return node?getStyle(node)||domUtils.getComputedStyle(node,"list-style-type"):null}}},function(){var sourceEditors={textarea:function textarea(editor,holder){var textarea=holder.ownerDocument.createElement("textarea");return textarea.style.cssText="position:absolute;resize:none;width:100%;height:100%;border:0;padding:0;margin:0;overflow-y:auto;",browser.ie&&browser.version<8&&(textarea.style.width=holder.offsetWidth+"px",textarea.style.height=holder.offsetHeight+"px",holder.onresize=function(){textarea.style.width=holder.offsetWidth+"px",textarea.style.height=holder.offsetHeight+"px"}),holder.appendChild(textarea),{setContent:function(content){textarea.value=content},getContent:function(){return textarea.value},select:function(){var range;browser.ie?(range=textarea.createTextRange(),range.collapse(!0),range.select()):(textarea.setSelectionRange(0,0),textarea.focus())},dispose:function(){holder.removeChild(textarea),holder.onresize=null,textarea=null,holder=null},focus:function(){textarea.focus()},blur:function(){textarea.blur()}}},codemirror:function(editor,holder){var codeEditor=window.CodeMirror(holder,{mode:"text/html",tabMode:"indent",lineNumbers:!0,lineWrapping:!0,onChange:function(v){editor.sync(),editor.fireEvent("contentchange")}}),dom=codeEditor.getWrapperElement();return dom.style.cssText='position:absolute;left:0;top:0;width:100%;height:100%;font-family:consolas,"Courier new",monospace;font-size:13px;',codeEditor.getScrollerElement().style.cssText="position:absolute;left:0;top:0;width:100%;height:100%;",codeEditor.refresh(),{getCodeMirror:function(){return codeEditor},setContent:function(content){codeEditor.setValue(content)},getContent:function(){return codeEditor.getValue()},select:function(){codeEditor.focus()},dispose:function(){holder.removeChild(dom),dom=null,codeEditor=null},focus:function(){codeEditor.focus()},blur:function(){codeEditor.setOption("readOnly",!0),codeEditor.setOption("readOnly",!1)}}}};UE.plugins.source=function(){function createSourceEditor(holder){return sourceEditors["codemirror"==opt.sourceEditor&&window.CodeMirror?"codemirror":"textarea"](me,holder)}var sourceEditor,orgSetContent,orgFocus,orgBlur,me=this,opt=this.options,sourceMode=!1;opt.sourceEditor=browser.ie?"textarea":opt.sourceEditor||"codemirror",me.setOpt({sourceEditorFirst:!1});var bakCssText,oldGetContent,bakAddress;me.commands.source={execCommand:function(){if(sourceMode=!sourceMode){bakAddress=me.selection.getRange().createAddress(!1,!0),me.undoManger&&me.undoManger.save(!0),browser.gecko&&(me.body.contentEditable=!1),bakCssText=me.iframe.style.cssText,me.iframe.style.cssText+="position:absolute;left:-32768px;top:-32768px;",me.fireEvent("beforegetcontent");var root=UE.htmlparser(me.body.innerHTML);me.filterOutputRule(root),root.traversal(function(node){if("element"==node.type)switch(node.tagName){case"td":case"th":case"caption":node.children&&1==node.children.length&&"br"==node.firstChild().tagName&&node.removeChild(node.firstChild());break;case"pre":node.innerText(node.innerText().replace(/ /g," "))}}),me.fireEvent("aftergetcontent");var content=root.toHtml(!0);sourceEditor=createSourceEditor(me.iframe.parentNode),sourceEditor.setContent(content),orgSetContent=me.setContent,me.setContent=function(html){var root=UE.htmlparser(html);me.filterInputRule(root),html=root.toHtml(),sourceEditor.setContent(html)},setTimeout(function(){sourceEditor.select(),me.addListener("fullscreenchanged",function(){try{sourceEditor.getCodeMirror().refresh()}catch(e){}})}),oldGetContent=me.getContent,me.getContent=function(){return sourceEditor.getContent()||"<p>"+(browser.ie?"":"<br/>")+"</p>"},orgFocus=me.focus,orgBlur=me.blur,me.focus=function(){sourceEditor.focus()},me.blur=function(){orgBlur.call(me),sourceEditor.blur()}}else{me.iframe.style.cssText=bakCssText;var cont=sourceEditor.getContent()||"<p>"+(browser.ie?"":"<br/>")+"</p>";cont=cont.replace(new RegExp("[\\r\\t\\n ]*</?(\\w+)\\s*(?:[^>]*)>","g"),function(a,b){return b&&!dtd.$inlineWithA[b.toLowerCase()]?a.replace(/(^[\n\r\t ]*)|([\n\r\t ]*$)/g,""):a.replace(/(^[\n\r\t]*)|([\n\r\t]*$)/g,"")}),me.setContent=orgSetContent,me.setContent(cont),sourceEditor.dispose(),sourceEditor=null,me.getContent=oldGetContent,me.focus=orgFocus,me.blur=orgBlur;var first=me.body.firstChild;if(first||(me.body.innerHTML="<p>"+(browser.ie?"":"<br/>")+"</p>",first=me.body.firstChild),me.undoManger&&me.undoManger.save(!0),browser.gecko){var input=document.createElement("input");input.style.cssText="position:absolute;left:0;top:-32768px",document.body.appendChild(input),me.body.contentEditable=!1,setTimeout(function(){domUtils.setViewportOffset(input,{left:-32768,top:0}),input.focus(),setTimeout(function(){me.body.contentEditable=!0,me.selection.getRange().moveToAddress(bakAddress).select(!0),domUtils.remove(input)})})}else try{me.selection.getRange().moveToAddress(bakAddress).select(!0)}catch(e){}}this.fireEvent("sourcemodechanged",sourceMode)},queryCommandState:function(){return 0|sourceMode},notNeedUndo:1};var oldQueryCommandState=me.queryCommandState;me.queryCommandState=function(cmdName){return cmdName=cmdName.toLowerCase(),sourceMode?cmdName in{source:1,fullscreen:1}?1:-1:oldQueryCommandState.apply(this,arguments)},"codemirror"==opt.sourceEditor&&me.addListener("ready",function(){utils.loadFile(document,{src:opt.codeMirrorJsUrl||opt.UEDITOR_HOME_URL+"third-party/codemirror/codemirror.js",tag:"script",type:"text/javascript",defer:"defer"},function(){opt.sourceEditorFirst&&setTimeout(function(){me.execCommand("source")},0)}),utils.loadFile(document,{tag:"link",rel:"stylesheet",type:"text/css",href:opt.codeMirrorCssUrl||opt.UEDITOR_HOME_URL+"third-party/codemirror/codemirror.css?221123"})})}}(),UE.plugins.enterkey=function(){var hTag,me=this,tag=me.options.enterTag;me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(13==keyCode){var doSave,range=me.selection.getRange(),start=range.startContainer;if(browser.ie)me.fireEvent("saveScene",!0,!0);else{if(/h\d/i.test(hTag)){if(browser.gecko){var h=domUtils.findParentByTagName(start,["h1","h2","h3","h4","h5","h6","blockquote","caption","table"],!0);h||(me.document.execCommand("formatBlock",!1,"<p>"),doSave=1)}else if(1==start.nodeType){var div,tmp=me.document.createTextNode("");if(range.insertNode(tmp),div=domUtils.findParentByTagName(tmp,"div",!0)){for(var p=me.document.createElement("p");div.firstChild;)p.appendChild(div.firstChild);div.parentNode.insertBefore(p,div),domUtils.remove(div),range.setStartBefore(tmp).setCursor(),doSave=1}domUtils.remove(tmp)}me.undoManger&&doSave&&me.undoManger.save()}browser.opera&&range.select()}}}),me.addListener("keydown",function(type,evt){var keyCode=evt.keyCode||evt.which;if(13==keyCode){if(me.fireEvent("beforeenterkeydown"))return void domUtils.preventDefault(evt);me.fireEvent("saveScene",!0,!0),hTag="";var range=me.selection.getRange();if(!range.collapsed){var start=range.startContainer,end=range.endContainer,startTd=domUtils.findParentByTagName(start,"td",!0),endTd=domUtils.findParentByTagName(end,"td",!0);if(startTd&&endTd&&startTd!==endTd||!startTd&&endTd||startTd&&!endTd)return void(evt.preventDefault?evt.preventDefault():evt.returnValue=!1)}if("p"==tag)browser.ie||(start=domUtils.findParentByTagName(range.startContainer,["ol","ul","p","h1","h2","h3","h4","h5","h6","blockquote","caption"],!0),start||browser.opera?(hTag=start.tagName,"p"==start.tagName.toLowerCase()&&browser.gecko&&domUtils.removeDirtyAttr(start)):(me.document.execCommand("formatBlock",!1,"<p>"),browser.gecko&&(range=me.selection.getRange(),start=domUtils.findParentByTagName(range.startContainer,"p",!0),start&&domUtils.removeDirtyAttr(start))));else if(evt.preventDefault?evt.preventDefault():evt.returnValue=!1,range.collapsed){br=range.document.createElement("br"),range.insertNode(br);var parent=br.parentNode;parent.lastChild===br?(br.parentNode.insertBefore(br.cloneNode(!0),br),range.setStartBefore(br)):range.setStartAfter(br),range.setCursor()}else if(range.deleteContents(),start=range.startContainer,1==start.nodeType&&(start=start.childNodes[range.startOffset])){for(;1==start.nodeType;){if(dtd.$empty[start.tagName])return range.setStartBefore(start).setCursor(),me.undoManger&&me.undoManger.save(),!1;if(!start.firstChild){var br=range.document.createElement("br");return start.appendChild(br),range.setStart(start,0).setCursor(),me.undoManger&&me.undoManger.save(),!1}start=start.firstChild}start===range.startContainer.childNodes[range.startOffset]?(br=range.document.createElement("br"),range.insertNode(br).setCursor()):range.setStart(start,0).setCursor()}else br=range.document.createElement("br"),range.insertNode(br).setStartAfter(br).setCursor()}})},UE.plugins.keystrokes=function(){var me=this,collapsed=!0;me.addListener("keydown",function(type,evt){var keyCode=evt.keyCode||evt.which,rng=me.selection.getRange();if(!rng.collapsed&&!(evt.ctrlKey||evt.shiftKey||evt.altKey||evt.metaKey)&&(keyCode>=65&&keyCode<=90||keyCode>=48&&keyCode<=57||keyCode>=96&&keyCode<=111||{13:1,8:1,46:1}[keyCode])){var tmpNode=rng.startContainer;if(domUtils.isFillChar(tmpNode)&&rng.setStartBefore(tmpNode),tmpNode=rng.endContainer,domUtils.isFillChar(tmpNode)&&rng.setEndAfter(tmpNode),rng.txtToElmBoundary(),rng.endContainer&&1==rng.endContainer.nodeType&&(tmpNode=rng.endContainer.childNodes[rng.endOffset],tmpNode&&domUtils.isBr(tmpNode)&&rng.setEndAfter(tmpNode)),0==rng.startOffset&&(tmpNode=rng.startContainer,domUtils.isBoundaryNode(tmpNode,"firstChild")&&(tmpNode=rng.endContainer,rng.endOffset==(3==tmpNode.nodeType?tmpNode.nodeValue.length:tmpNode.childNodes.length)&&domUtils.isBoundaryNode(tmpNode,"lastChild"))))return me.fireEvent("saveScene"),me.body.innerHTML="<p>"+(browser.ie?"":"<br/>")+"</p>",rng.setStart(me.body.firstChild,0).setCursor(!1,!0),void me._selectionChange()}if(keyCode==keymap.Backspace){if(rng=me.selection.getRange(),collapsed=rng.collapsed,me.fireEvent("delkeydown",evt))return;var start,end;if(rng.collapsed&&rng.inFillChar()&&(start=rng.startContainer,domUtils.isFillChar(start)?(rng.setStartBefore(start).shrinkBoundary(!0).collapse(!0),domUtils.remove(start)):(start.nodeValue=start.nodeValue.replace(new RegExp("^"+domUtils.fillChar),""),rng.startOffset--,rng.collapse(!0).select(!0))),start=rng.getClosedNode())return me.fireEvent("saveScene"),rng.setStartBefore(start),domUtils.remove(start),rng.setCursor(),me.fireEvent("saveScene"),void domUtils.preventDefault(evt);if(!browser.ie&&(start=domUtils.findParentByTagName(rng.startContainer,"table",!0),end=domUtils.findParentByTagName(rng.endContainer,"table",!0),start&&!end||!start&&end||start!==end))return void evt.preventDefault()}if(keyCode==keymap.Tab){var excludeTagNameForTabKey={ol:1,ul:1,table:1};if(me.fireEvent("tabkeydown",evt))return void domUtils.preventDefault(evt);var range=me.selection.getRange();me.fireEvent("saveScene");for(var i=0,txt="",tabSize=me.options.tabSize||4,tabNode=me.options.tabNode||" ";i<tabSize;i++)txt+=tabNode;var span=me.document.createElement("span");if(span.innerHTML=txt+domUtils.fillChar,range.collapsed)range.insertNode(span.cloneNode(!0).firstChild).setCursor(!0);else{var filterFn=function(node){return domUtils.isBlockElm(node)&&!excludeTagNameForTabKey[node.tagName.toLowerCase()]};if(start=domUtils.findParent(range.startContainer,filterFn,!0),end=domUtils.findParent(range.endContainer,filterFn,!0),start&&end&&start===end)range.deleteContents(),range.insertNode(span.cloneNode(!0).firstChild).setCursor(!0);else{var bookmark=range.createBookmark();range.enlarge(!0);for(var bookmark2=range.createBookmark(),current=domUtils.getNextDomNode(bookmark2.start,!1,filterFn);current&&!(domUtils.getPosition(current,bookmark2.end)&domUtils.POSITION_FOLLOWING);)current.insertBefore(span.cloneNode(!0).firstChild,current.firstChild),current=domUtils.getNextDomNode(current,!1,filterFn);range.moveToBookmark(bookmark2).moveToBookmark(bookmark).select()}}domUtils.preventDefault(evt)}if(browser.gecko&&46==keyCode&&(range=me.selection.getRange(),range.collapsed&&(start=range.startContainer,domUtils.isEmptyBlock(start)))){for(var parent=start.parentNode;1==domUtils.getChildCount(parent)&&!domUtils.isBody(parent);)start=parent,parent=parent.parentNode;return void(start===parent.lastChild&&evt.preventDefault())}browser.chrome&&me.on("keydown",function(type,e){var keyCode=e.keyCode||e.which;if((e.metaKey&&e.altKey||e.ctrlKey&&e.shiftKey)&&73==keyCode)return!0})}),me.addListener("keyup",function(type,evt){var rng,keyCode=evt.keyCode||evt.which,me=this;if(keyCode==keymap.Backspace){if(me.fireEvent("delkeyup"))return;if(rng=me.selection.getRange(),rng.collapsed){var tmpNode,autoClearTagName=["h1","h2","h3","h4","h5","h6"];if((tmpNode=domUtils.findParentByTagName(rng.startContainer,autoClearTagName,!0))&&domUtils.isEmptyBlock(tmpNode)){var pre=tmpNode.previousSibling;if(pre&&"TABLE"!=pre.nodeName)return domUtils.remove(tmpNode),void rng.setStartAtLast(pre).setCursor(!1,!0);var next=tmpNode.nextSibling;if(next&&"TABLE"!=next.nodeName)return domUtils.remove(tmpNode),void rng.setStartAtFirst(next).setCursor(!1,!0)}if(domUtils.isBody(rng.startContainer)){var tmpNode=domUtils.createElement(me.document,"p",{innerHTML:browser.ie?domUtils.fillChar:"<br/>"});rng.insertNode(tmpNode).setStart(tmpNode,0).setCursor(!1,!0)}}if(!collapsed&&(3==rng.startContainer.nodeType||1==rng.startContainer.nodeType&&domUtils.isEmptyBlock(rng.startContainer)))if(browser.ie){var span=rng.document.createElement("span");rng.insertNode(span).setStartBefore(span).collapse(!0),rng.select(),domUtils.remove(span)}else rng.select()}})},UE.plugins.fiximgclick=function(){function Scale(){this.editor=null,this.resizer=null,this.cover=null,this.doc=document,this.prePos={x:0,y:0},this.startPos={x:0,y:0}}var elementUpdated=!1;return function(){var rect=[[0,0,-1,-1],[0,0,0,-1],[0,0,1,-1],[0,0,-1,0],[0,0,1,0],[0,0,-1,1],[0,0,0,1],[0,0,1,1]];Scale.prototype={init:function(editor){var me=this;me.editor=editor,me.startPos=this.prePos={x:0,y:0},me.dragId=-1;var hands=[],cover=me.cover=document.createElement("div"),resizer=me.resizer=document.createElement("div");cover.id=me.editor.ui.id+"_imagescale_cover",cover.style.cssText="position:absolute;display:none;z-index:"+me.editor.options.zIndex+";filter:alpha(opacity=0); opacity:0;background:#CCC;",domUtils.on(cover,"mousedown",function(e){me.hide()});for(var i=0;i<8;i++)hands.push('<span class="edui-editor-imagescale-hand'+i+'"></span>');resizer.id=me.editor.ui.id+"_imagescale",resizer.className="edui-editor-imagescale",resizer.innerHTML=hands.join(""),resizer.style.cssText+=";display:none;border:1px solid #3b77ff;z-index:"+me.editor.options.zIndex+";",me.editor.ui.getDom().appendChild(cover),me.editor.ui.getDom().appendChild(resizer),me.initStyle(),me.initEvents()},initStyle:function(){utils.cssRule("imagescale",".edui-editor-imagescale{display:none;position:absolute;border:1px solid #38B2CE;cursor:hand;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.edui-editor-imagescale span{position:absolute;width:6px;height:6px;overflow:hidden;font-size:0px;display:block;background-color:#3C9DD0;}.edui-editor-imagescale .edui-editor-imagescale-hand0{cursor:nw-resize;top:0;margin-top:-4px;left:0;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand1{cursor:n-resize;top:0;margin-top:-4px;left:50%;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand2{cursor:ne-resize;top:0;margin-top:-4px;left:100%;margin-left:-3px;}.edui-editor-imagescale .edui-editor-imagescale-hand3{cursor:w-resize;top:50%;margin-top:-4px;left:0;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand4{cursor:e-resize;top:50%;margin-top:-4px;left:100%;margin-left:-3px;}.edui-editor-imagescale .edui-editor-imagescale-hand5{cursor:sw-resize;top:100%;margin-top:-3px;left:0;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand6{cursor:s-resize;top:100%;margin-top:-3px;left:50%;margin-left:-4px;}.edui-editor-imagescale .edui-editor-imagescale-hand7{cursor:se-resize;top:100%;margin-top:-3px;left:100%;margin-left:-3px;}")},initEvents:function(){var me=this;me.startPos.x=me.startPos.y=0,me.isDraging=!1},_eventHandler:function(e){var me=this;switch(e.type){case"mousedown":var hand,hand=e.target||e.srcElement;hand.className.indexOf("edui-editor-imagescale-hand")!==-1&&me.dragId===-1&&(me.dragId=hand.className.slice(-1),me.startPos.x=me.prePos.x=e.clientX,me.startPos.y=me.prePos.y=e.clientY,domUtils.on(me.doc,"mousemove",me.proxy(me._eventHandler,me)));break;case"mousemove":me.dragId!==-1&&(me.updateContainerStyle(me.dragId,{x:e.clientX-me.prePos.x,y:e.clientY-me.prePos.y}),me.prePos.x=e.clientX,me.prePos.y=e.clientY,elementUpdated=!0,me.updateTargetElement());break;case"mouseup":me.dragId!==-1&&(me.updateContainerStyle(me.dragId,{x:e.clientX-me.prePos.x,y:e.clientY-me.prePos.y}),me.updateTargetElement(),me.target.parentNode&&me.attachTo(me.target),me.dragId=-1),domUtils.un(me.doc,"mousemove",me.proxy(me._eventHandler,me)),elementUpdated&&(elementUpdated=!1,me.editor.fireEvent("contentchange"))}},updateTargetElement:function(){var me=this;domUtils.setStyles(me.target,{width:me.resizer.style.width,height:me.resizer.style.height}),me.target.width=parseInt(me.resizer.style.width),me.target.height=parseInt(me.resizer.style.height),me.attachTo(me.target)},updateContainerStyle:function(dir,offset){var tmp,me=this,dom=me.resizer;0!=rect[dir][0]&&(tmp=parseInt(dom.style.left)+offset.x,dom.style.left=me._validScaledProp("left",tmp)+"px"),0!=rect[dir][1]&&(tmp=parseInt(dom.style.top)+offset.y,dom.style.top=me._validScaledProp("top",tmp)+"px"),0!=rect[dir][2]&&(tmp=dom.clientWidth+rect[dir][2]*offset.x,dom.style.width=me._validScaledProp("width",tmp)+"px"),0!=rect[dir][3]&&(tmp=dom.clientHeight+rect[dir][3]*offset.y,dom.style.height=me._validScaledProp("height",tmp)+"px")},_validScaledProp:function(prop,value){var ele=this.resizer,wrap=document;switch(value=isNaN(value)?0:value,prop){case"left":return value<0?0:value+ele.clientWidth>wrap.clientWidth?wrap.clientWidth-ele.clientWidth:value;case"top":return value<0?0:value+ele.clientHeight>wrap.clientHeight?wrap.clientHeight-ele.clientHeight:value;case"width":return value<=0?1:value+ele.offsetLeft>wrap.clientWidth?wrap.clientWidth-ele.offsetLeft:value;case"height":return value<=0?1:value+ele.offsetTop>wrap.clientHeight?wrap.clientHeight-ele.offsetTop:value}},hideCover:function(){this.cover.style.display="none"},showCover:function(){var me=this,editorPos=domUtils.getXY(me.editor.ui.getDom()),iframePos=domUtils.getXY(me.editor.iframe);domUtils.setStyles(me.cover,{width:me.editor.iframe.offsetWidth+"px",height:me.editor.iframe.offsetHeight+"px",top:iframePos.y-editorPos.y+"px",left:iframePos.x-editorPos.x+"px",position:"absolute",display:""})},show:function(targetObj){var me=this;me.resizer.style.display="block",targetObj&&me.attachTo(targetObj),domUtils.on(this.resizer,"mousedown",me.proxy(me._eventHandler,me)),domUtils.on(me.doc,"mouseup",me.proxy(me._eventHandler,me)),me.showCover(),me.editor.fireEvent("afterscaleshow",me),me.editor.fireEvent("saveScene")},hide:function(){var me=this;me.hideCover(),me.resizer.style.display="none",domUtils.un(me.resizer,"mousedown",me.proxy(me._eventHandler,me)),domUtils.un(me.doc,"mouseup",me.proxy(me._eventHandler,me)),me.editor.fireEvent("afterscalehide",me)},proxy:function(fn,context){return function(e){return fn.apply(context||this,arguments)}},attachTo:function(targetObj){var me=this,target=me.target=targetObj,resizer=this.resizer,imgPos=domUtils.getXY(target),iframePos=domUtils.getXY(me.editor.iframe),editorPos=domUtils.getXY(resizer.parentNode);domUtils.setStyles(resizer,{width:target.width+"px",height:target.height+"px",left:iframePos.x+imgPos.x-me.editor.getScrollLeft()-editorPos.x-parseInt(resizer.style.borderLeftWidth)+"px",top:iframePos.y+imgPos.y-me.editor.getScrollTop()-editorPos.y-parseInt(resizer.style.borderTopWidth)+"px"})}}}(),function(){var imageScale,me=this;me.setOpt("imageScaleEnabled",!0),!browser.ie&&me.options.imageScaleEnabled&&me.addListener("click",function(type,e){var range=me.selection.getRange(),img=range.getClosedNode();if(img&&"IMG"===img.tagName&&"false"!==me.body.contentEditable&&img===e.target){if(img.getAttribute("anchorname")||domUtils.hasClass(img,"uep-loading")||domUtils.hasClass(img,"uep-loading-error"))return;if(!imageScale){imageScale=new Scale,imageScale.init(me),me.ui.getDom().appendChild(imageScale.resizer);var timer,_keyDownHandler=function(e){imageScale.hide(),imageScale.target&&me.selection.getRange().selectNode(imageScale.target).select()},_mouseDownHandler=function(e){var ele=e.target||e.srcElement;!ele||void 0!==ele.className&&ele.className.indexOf("edui-editor-imagescale")!==-1||_keyDownHandler(e)};me.addListener("afterscaleshow",function(e){me.addListener("beforekeydown",_keyDownHandler),me.addListener("beforemousedown",_mouseDownHandler),domUtils.on(document,"keydown",_keyDownHandler),domUtils.on(document,"mousedown",_mouseDownHandler),me.selection.getNative().removeAllRanges()}),me.addListener("afterscalehide",function(e){me.removeListener("beforekeydown",_keyDownHandler),me.removeListener("beforemousedown",_mouseDownHandler),domUtils.un(document,"keydown",_keyDownHandler),domUtils.un(document,"mousedown",_mouseDownHandler);var target=imageScale.target;target.parentNode&&me.selection.getRange().selectNode(target).select()}),domUtils.on(imageScale.resizer,"mousedown",function(e){me.selection.getNative().removeAllRanges();var ele=e.target||e.srcElement;ele&&ele.className.indexOf("edui-editor-imagescale-hand")===-1&&(timer=setTimeout(function(){imageScale.hide(),imageScale.target&&me.selection.getRange().selectNode(ele).select()},200))}),domUtils.on(imageScale.resizer,"mouseup",function(e){var ele=e.target||e.srcElement;ele&&ele.className.indexOf("edui-editor-imagescale-hand")===-1&&clearTimeout(timer)})}imageScale.show(img)}else imageScale&&"none"!==imageScale.resizer.style.display&&imageScale.hide()}),browser.webkit&&me.addListener("click",function(type,e){if("IMG"===e.target.tagName&&"false"!==me.body.contentEditable){var range=new dom.Range(me.document);range.selectNode(e.target).select()}})}}(),UE.plugin.register("autolink",function(){var cont=0;return browser.ie?{}:{bindEvents:{reset:function(){cont=0},keydown:function(type,evt){var me=this,keyCode=evt.keyCode||evt.which;if(32==keyCode||13==keyCode){for(var offset,charCode,sel=me.selection.getNative(),range=sel.getRangeAt(0).cloneRange(),start=range.startContainer;1==start.nodeType&&range.startOffset>0&&(start=range.startContainer.childNodes[range.startOffset-1]);)range.setStart(start,1==start.nodeType?start.childNodes.length:start.nodeValue.length),range.collapse(!0),start=range.startContainer;do{if(0==range.startOffset){for(start=range.startContainer.previousSibling;start&&1==start.nodeType;)start=start.lastChild;if(!start||domUtils.isFillChar(start))break;offset=start.nodeValue.length}else start=range.startContainer,offset=range.startOffset;range.setStart(start,offset-1),charCode=range.toString().charCodeAt(0)}while(160!=charCode&&32!=charCode);if(range.toString().replace(new RegExp(domUtils.fillChar,"g"),"").match(/(?:https?:\/\/|ssh:\/\/|ftp:\/\/|file:\/|www\.)/i)){for(;range.toString().length&&!/^(?:https?:\/\/|ssh:\/\/|ftp:\/\/|file:\/|www\.)/i.test(range.toString());)try{range.setStart(range.startContainer,range.startOffset+1)}catch(e){for(var start=range.startContainer;!(next=start.nextSibling);){if(domUtils.isBody(start))return;start=start.parentNode}range.setStart(next,0)}if(domUtils.findParentByTagName(range.startContainer,"a",!0))return;var href,a=me.document.createElement("a"),text=me.document.createTextNode(" ");me.undoManger&&me.undoManger.save(),a.appendChild(range.extractContents()),a.href=a.innerHTML=a.innerHTML.replace(/<[^>]+>/g,""),href=a.getAttribute("href").replace(new RegExp(domUtils.fillChar,"g"),""),href=/^(?:https?:\/\/)/gi.test(href)?href:"http://"+href,a.setAttribute("_src",utils.html(href)),a.href=utils.html(href),range.insertNode(a),a.parentNode.insertBefore(text,a.nextSibling),range.setStart(text,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),me.undoManger&&me.undoManger.save()}}}}}},function(){function checkIsCludeLink(node){if(3==node.nodeType)return null;if("A"==node.nodeName)return node;for(var lastChild=node.lastChild;lastChild;){if("A"==lastChild.nodeName)return lastChild;if(3==lastChild.nodeType){if(domUtils.isWhitespace(lastChild)){lastChild=lastChild.previousSibling;continue}return null}lastChild=lastChild.lastChild}}var keyCodes={37:1,38:1,39:1,40:1,13:1,32:1};browser.ie&&this.addListener("keyup",function(cmd,evt){var me=this,keyCode=evt.keyCode;if(keyCodes[keyCode]){var rng=me.selection.getRange(),start=rng.startContainer;if(13==keyCode){for(;start&&!domUtils.isBody(start)&&!domUtils.isBlockElm(start);)start=start.parentNode;if(start&&!domUtils.isBody(start)&&"P"==start.nodeName){var pre=start.previousSibling;if(pre&&1==pre.nodeType){var pre=checkIsCludeLink(pre);pre&&!pre.getAttribute("_href")&&domUtils.remove(pre,!0)}}}else if(32==keyCode)3==start.nodeType&&/^\s$/.test(start.nodeValue)&&(start=start.previousSibling,start&&"A"==start.nodeName&&!start.getAttribute("_href")&&domUtils.remove(start,!0));else if(start=domUtils.findParentByTagName(start,"a",!0),start&&!start.getAttribute("_href")){var bk=rng.createBookmark();domUtils.remove(start,!0),rng.moveToBookmark(bk).select(!0)}}})}),UE.plugins.autoheight=function(){function adjustHeight(){var me=this;clearTimeout(timer),isFullscreen||(!me.queryCommandState||me.queryCommandState&&1!=me.queryCommandState("source"))&&(timer=setTimeout(function(){for(var node=me.body.lastChild;node&&1!=node.nodeType;)node=node.previousSibling;node&&1==node.nodeType&&(node.style.clear="both",currentHeight=Math.max(domUtils.getXY(node).y+node.offsetHeight+25,Math.max(options.minFrameHeight,options.initialFrameHeight)),currentHeight!==lastHeight&&(me.iframe.parentNode.style.transition="width 0.3s, height 0.3s, easy-in-out",currentHeight!==parseInt(me.iframe.parentNode.style.height)&&(me.iframe.parentNode.style.height=currentHeight+"px"),me.body.style.height=currentHeight+"px",lastHeight=currentHeight),domUtils.removeStyle(node,"clear"))},50))}function fixedScrollTop(){me.window&&(null===lastScrollY?lastScrollY=me.window.scrollY:0==me.window.scrollY&&0!=lastScrollY&&(me.window.scrollTo(0,0),lastScrollY=null))}var me=this;if(me.autoHeightEnabled=me.options.autoHeightEnabled!==!1,me.autoHeightEnabled){var bakOverflow,currentHeight,timer,isFullscreen,lastHeight=0,options=me.options;me.addListener("fullscreenchanged",function(cmd,f){isFullscreen=f}),me.addListener("destroy",function(){domUtils.un(me.window,"scroll",fixedScrollTop),me.removeListener("contentchange afterinserthtml keyup mouseup",adjustHeight)}),me.enableAutoHeight=function(){var me=this;if(me.autoHeightEnabled){var doc=me.document;me.autoHeightEnabled=!0,bakOverflow=doc.body.style.overflowY,doc.body.style.overflowY="hidden",me.addListener("contentchange afterinserthtml keyup mouseup",adjustHeight),setTimeout(function(){adjustHeight.call(me)},browser.gecko?100:0),me.fireEvent("autoheightchanged",me.autoHeightEnabled)}},me.disableAutoHeight=function(){me.body.style.overflowY=bakOverflow||"",me.removeListener("contentchange",adjustHeight),me.removeListener("keyup",adjustHeight),me.removeListener("mouseup",adjustHeight),me.autoHeightEnabled=!1,me.fireEvent("autoheightchanged",me.autoHeightEnabled);
|
|
15
|
+
},me.on("setHeight",function(){me.disableAutoHeight()}),me.addListener("ready",function(){me.enableAutoHeight();var timer;domUtils.on(browser.ie?me.body:me.document,browser.webkit?"dragover":"drop",function(){clearTimeout(timer),timer=setTimeout(function(){adjustHeight.call(me)},100)}),domUtils.on(me.window,"scroll",fixedScrollTop)});var lastScrollY}},UE.plugins.autofloat=function(){function checkHasUI(){return UE.ui?1:(alert(lang.autofloatMsg),0)}function fixIE6FixedPos(){var docStyle=document.body.style;docStyle.backgroundImage='url("about:blank")',docStyle.backgroundAttachment="fixed"}function setFloating(){var toobarBoxPos=domUtils.getXY(toolbarBox),origalFloat=domUtils.getComputedStyle(toolbarBox,"position"),origalLeft=domUtils.getComputedStyle(toolbarBox,"left");toolbarBox.style.width=toolbarBox.offsetWidth+"px",toolbarBox.style.zIndex=1*me.options.zIndex+1,toolbarBox.parentNode.insertBefore(placeHolder,toolbarBox),LteIE6||quirks&&browser.ie?("absolute"!=toolbarBox.style.position&&(toolbarBox.style.position="absolute"),toolbarBox.style.top=(document.body.scrollTop||document.documentElement.scrollTop)-orgTop+topOffset+"px"):(browser.ie7Compat&&flag&&(flag=!1,toolbarBox.style.left=domUtils.getXY(toolbarBox).x-document.documentElement.getBoundingClientRect().left+2+"px"),"fixed"!=toolbarBox.style.position&&(toolbarBox.style.position="fixed",toolbarBox.style.top=topOffset+"px",("absolute"==origalFloat||"relative"==origalFloat)&&parseFloat(origalLeft)&&(toolbarBox.style.left=toobarBoxPos.x+"px")))}function unsetFloating(){flag=!0,placeHolder.parentNode&&placeHolder.parentNode.removeChild(placeHolder),toolbarBox.style.cssText=bakCssText}function updateFloating(){var rect3=getPosition(me.container),offset=me.options.toolbarTopOffset||0;rect3.top<0&&rect3.bottom-toolbarBox.offsetHeight>offset?setFloating():unsetFloating()}var me=this,lang=me.getLang();me.setOpt({topOffset:0});var optsAutoFloatEnabled=me.options.autoFloatEnabled!==!1,topOffset=me.options.topOffset;if(optsAutoFloatEnabled){var bakCssText,toolbarBox,orgTop,getPosition,uiUtils=UE.ui.uiUtils,LteIE6=browser.ie&&browser.version<=6,quirks=browser.quirks,placeHolder=document.createElement("div"),flag=!0;me.unsetFloating=unsetFloating;var defer_updateFloating=utils.defer(function(){updateFloating()},browser.ie?200:100,!0);me.addListener("destroy",function(){domUtils.un(window,["scroll","resize"],updateFloating),me.removeListener("keydown",defer_updateFloating)}),me.addListener("ready",function(){if(checkHasUI(me)){if(!me.ui)return;getPosition=uiUtils.getClientRect,toolbarBox=me.ui.getDom("toolbarbox"),orgTop=getPosition(toolbarBox).top,bakCssText=toolbarBox.style.cssText,placeHolder.style.height=toolbarBox.offsetHeight+"px",LteIE6&&fixIE6FixedPos(),domUtils.on(window,["scroll","resize"],updateFloating),me.addListener("keydown",defer_updateFloating),me.addListener("beforefullscreenchange",function(t,enabled){enabled&&unsetFloating()}),me.addListener("fullscreenchanged",function(t,enabled){enabled||updateFloating()}),me.addListener("sourcemodechanged",function(t,enabled){setTimeout(function(){updateFloating()},0)}),me.addListener("clearDoc",function(){setTimeout(function(){updateFloating()},0)})}})}},UE.plugins.video=function(){function creatInsertStr(url,width,height,id,align,classname,type){var str;switch(type){case"iframe":str='<iframe class="'+classname+'" src="'+utils.html(url)+'" width="'+width+'" height="'+height+'" frameborder=0 allowfullscreen>';break;case"image":str="<img "+(id?'id="'+id+'"':"")+' width="'+width+'" height="'+height+'" _url="'+url+'" class="" src="'+me.options.UEDITOR_HOME_URL+'themes/default/images/spacer.gif" style="background:url('+me.options.UEDITOR_HOME_URL+"themes/default/images/videologo.gif) no-repeat center center; border:1px solid gray;"+(align?"float:"+align+";":"")+'" />';break;case"embed":str='<embed type="application/x-shockwave-flash" class="'+classname+'" pluginspage="http://www.macromedia.com/go/getflashplayer" src="'+utils.html(url)+'" width="'+width+'" height="'+height+'"'+(align?' style="float:'+align+'"':"")+' wmode="transparent" play="true" loop="false" menu="false" allowscriptaccess="never" allowfullscreen="true" >';break;case"video":var ext=url.substr(url.lastIndexOf(".")+1);"ogv"==ext&&(ext="ogg"),str="<video"+(id?' id="'+id+'"':"")+' class="'+classname+'" '+(align?' style="float:'+align+'"':"")+' controls preload="none" width="'+width+'" height="'+height+'" src="'+url+'" data-setup="{}"><source src="'+url+'" type="video/'+ext+'" /></video>'}return str}function switchImgAndVideo(root,img2video){utils.each(root.getNodesByTagName(img2video?"img":"embed video"),function(node){var className=node.getAttr("class");if(className&&className.indexOf("edui-faked-video")!=-1){var html=creatInsertStr(img2video?node.getAttr("_url"):node.getAttr("src"),node.getAttr("width"),node.getAttr("height"),null,node.getStyle("float")||"",className,img2video?"embed":"image");node.parentNode.replaceChild(UE.uNode.createElement(html),node)}if(className&&className.indexOf("edui-upload-video")!=-1){var html=creatInsertStr(img2video?node.getAttr("_url"):node.getAttr("src"),node.getAttr("width"),node.getAttr("height"),null,node.getStyle("float")||"",className,img2video?"video":"image");node.parentNode.replaceChild(UE.uNode.createElement(html),node)}})}var me=this;me.addOutputRule(function(root){switchImgAndVideo(root,!0)}),me.addInputRule(function(root){switchImgAndVideo(root)}),me.commands.insertvideo={execCommand:function(cmd,videoObjs,type){if(videoObjs=utils.isArray(videoObjs)?videoObjs:[videoObjs],me.fireEvent("beforeinsertvideo",videoObjs)!==!0){for(var cl,vi,html=[],id="tmpVideo",i=0,len=videoObjs.length;i<len;i++){vi=videoObjs[i];var videoType="iframe";vi.url.match(/.mp4$/)&&(videoType="video"),cl="iframe"==videoType?"edui-video-iframe":"edui-video-video",html.push(creatInsertStr(vi.url,vi.width||420,vi.height||280,id+i,null,cl,videoType))}me.execCommand("inserthtml",html.join(""),!0);this.selection.getRange();me.fireEvent("afterinsertvideo",videoObjs)}},queryCommandState:function(){var img=me.selection.getRange().getClosedNode(),flag=img&&("edui-video-iframe"==img.className||img.className.indexOf("edui-video-iframe")!=-1||"edui-video-video"==img.className||img.className.indexOf("edui-video-video")!=-1);return flag?1:0}}},UE.plugins.audio=function(){function createAudioHtml(url,param){param=param||{};var str=["<audio",param.id?' id="'+param.id+'"':"",param.cls?' class="'+param.cls+'"':""," controls >",'<source src="'+url+'" type="audio/mpeg" />',"</audio>"];return str.join("")}function switchImgAndAudio(root,img2audio){}var me=this;me.addOutputRule(function(root){switchImgAndAudio(root,!0)}),me.addInputRule(function(root){switchImgAndAudio(root)}),me.commands.insertaudio={execCommand:function(cmd,audioObjs,type){if(audioObjs=utils.isArray(audioObjs)?audioObjs:[audioObjs],me.fireEvent("beforeinsertaudio",audioObjs)!==!0){for(var vi,html=[],i=0,len=audioObjs.length;i<len;i++)vi=audioObjs[i],html.push(createAudioHtml(vi.url,{cls:"edui-audio-audio"}));me.execCommand("inserthtml",html.join(""),!0);this.selection.getRange();me.fireEvent("afterinsertaudio",audioObjs)}},queryCommandState:function(){var img=me.selection.getRange().getClosedNode(),flag=img&&("edui-audio-audio"==img.className||img.className.indexOf("edui-audio-audio")!=-1);return flag?1:0}}},function(){function showError(e){}var UETable=UE.UETable=function(table){this.table=table,this.indexTable=[],this.selectedTds=[],this.cellsRange={},this.update(table)};UETable.removeSelectedClass=function(cells){utils.each(cells,function(cell){domUtils.removeClasses(cell,"selectTdClass")})},UETable.addSelectedClass=function(cells){utils.each(cells,function(cell){domUtils.addClass(cell,"selectTdClass")})},UETable.isEmptyBlock=function(node){var reg=new RegExp(domUtils.fillChar,"g");if(node[browser.ie?"innerText":"textContent"].replace(/^\s*$/,"").replace(reg,"").length>0)return 0;for(var i in dtd.$isNotEmpty)if(dtd.$isNotEmpty.hasOwnProperty(i)&&node.getElementsByTagName(i).length)return 0;return 1},UETable.getWidth=function(cell){return cell?parseInt(domUtils.getComputedStyle(cell,"width"),10):0},UETable.getTableCellAlignState=function(cells){!utils.isArray(cells)&&(cells=[cells]);var result={},status=["align","valign"],tempStatus=null,isSame=!0;return utils.each(cells,function(cellNode){return utils.each(status,function(currentState){if(tempStatus=cellNode.getAttribute(currentState),!result[currentState]&&tempStatus)result[currentState]=tempStatus;else if(!result[currentState]||tempStatus!==result[currentState])return isSame=!1,!1}),isSame}),isSame?result:null},UETable.getTableItemsByRange=function(editor){var start=editor.selection.getStart();start&&start.id&&0===start.id.indexOf("_baidu_bookmark_start_")&&start.nextSibling&&(start=start.nextSibling);var cell=start&&domUtils.findParentByTagName(start,["td","th"],!0),tr=cell&&cell.parentNode,table=tr&&domUtils.findParentByTagName(tr,["table"]),caption=table&&table.getElementsByTagName("caption")[0];return{cell:cell,tr:tr,table:table,caption:caption}},UETable.getUETableBySelected=function(editor){var table=UETable.getTableItemsByRange(editor).table;return table&&table.ueTable&&table.ueTable.selectedTds.length?table.ueTable:null},UETable.getDefaultValue=function(editor,table){var tableBorder,tdPadding,tdBorder,tmpValue,borderMap={thin:"0px",medium:"1px",thick:"2px"};if(table)return td=table.getElementsByTagName("td")[0],tmpValue=domUtils.getComputedStyle(table,"border-left-width"),tableBorder=parseInt(borderMap[tmpValue]||tmpValue,10),tmpValue=domUtils.getComputedStyle(td,"padding-left"),tdPadding=parseInt(borderMap[tmpValue]||tmpValue,10),tmpValue=domUtils.getComputedStyle(td,"border-left-width"),tdBorder=parseInt(borderMap[tmpValue]||tmpValue,10),{tableBorder:tableBorder,tdPadding:tdPadding,tdBorder:tdBorder};table=editor.document.createElement("table"),table.insertRow(0).insertCell(0).innerHTML="xxx",editor.body.appendChild(table);var td=table.getElementsByTagName("td")[0];return tmpValue=domUtils.getComputedStyle(table,"border-left-width"),tableBorder=parseInt(borderMap[tmpValue]||tmpValue,10),tmpValue=domUtils.getComputedStyle(td,"padding-left"),tdPadding=parseInt(borderMap[tmpValue]||tmpValue,10),tmpValue=domUtils.getComputedStyle(td,"border-left-width"),tdBorder=parseInt(borderMap[tmpValue]||tmpValue,10),domUtils.remove(table),{tableBorder:tableBorder,tdPadding:tdPadding,tdBorder:tdBorder}},UETable.getUETable=function(tdOrTable){var tag=tdOrTable.tagName.toLowerCase();return tdOrTable="td"==tag||"th"==tag||"caption"==tag?domUtils.findParentByTagName(tdOrTable,"table",!0):tdOrTable,tdOrTable.ueTable||(tdOrTable.ueTable=new UETable(tdOrTable)),tdOrTable.ueTable},UETable.cloneCell=function(cell,ignoreMerge,keepPro){if(!cell||utils.isString(cell))return this.table.ownerDocument.createElement(cell||"td");var flag=domUtils.hasClass(cell,"selectTdClass");flag&&domUtils.removeClasses(cell,"selectTdClass");var tmpCell=cell.cloneNode(!0);return ignoreMerge&&(tmpCell.rowSpan=tmpCell.colSpan=1),!keepPro&&domUtils.removeAttributes(tmpCell,"width height"),!keepPro&&domUtils.removeAttributes(tmpCell,"style"),tmpCell.style.borderLeftStyle="",tmpCell.style.borderTopStyle="",tmpCell.style.borderLeftColor=cell.style.borderRightColor,tmpCell.style.borderLeftWidth=cell.style.borderRightWidth,tmpCell.style.borderTopColor=cell.style.borderBottomColor,tmpCell.style.borderTopWidth=cell.style.borderBottomWidth,flag&&domUtils.addClass(cell,"selectTdClass"),tmpCell},UETable.prototype={getMaxRows:function(){for(var row,rows=this.table.rows,maxLen=1,i=0;row=rows[i];i++){for(var cj,currentMax=1,j=0;cj=row.cells[j++];)currentMax=Math.max(cj.rowSpan||1,currentMax);maxLen=Math.max(currentMax+i,maxLen)}return maxLen},getMaxCols:function(){for(var row,rows=this.table.rows,maxLen=0,cellRows={},i=0;row=rows[i];i++){for(var cj,cellsNum=0,j=0;cj=row.cells[j++];)if(cellsNum+=cj.colSpan||1,cj.rowSpan&&cj.rowSpan>1)for(var k=1;k<cj.rowSpan;k++)cellRows["row_"+(i+k)]?cellRows["row_"+(i+k)]++:cellRows["row_"+(i+k)]=cj.colSpan||1;cellsNum+=cellRows["row_"+i]||0,maxLen=Math.max(cellsNum,maxLen)}return maxLen},getCellColIndex:function(cell){},getHSideCell:function(cell,right){try{var previewRowIndex,previewColIndex,cellInfo=this.getCellInfo(cell),len=this.selectedTds.length,range=this.cellsRange;return!right&&(len?!range.beginColIndex:!cellInfo.colIndex)||right&&(len?range.endColIndex==this.colsNum-1:cellInfo.colIndex==this.colsNum-1)?null:(previewRowIndex=len?range.beginRowIndex:cellInfo.rowIndex,previewColIndex=right?len?range.endColIndex+1:cellInfo.colIndex+1:len?range.beginColIndex-1:cellInfo.colIndex<1?0:cellInfo.colIndex-1,this.getCell(this.indexTable[previewRowIndex][previewColIndex].rowIndex,this.indexTable[previewRowIndex][previewColIndex].cellIndex))}catch(e){showError(e)}},getTabNextCell:function(cell,preRowIndex){var nextCell,cellInfo=this.getCellInfo(cell),rowIndex=preRowIndex||cellInfo.rowIndex,colIndex=cellInfo.colIndex+1+(cellInfo.colSpan-1);try{nextCell=this.getCell(this.indexTable[rowIndex][colIndex].rowIndex,this.indexTable[rowIndex][colIndex].cellIndex)}catch(e){try{rowIndex=1*rowIndex+1,colIndex=0,nextCell=this.getCell(this.indexTable[rowIndex][colIndex].rowIndex,this.indexTable[rowIndex][colIndex].cellIndex)}catch(e){}}return nextCell},getVSideCell:function(cell,bottom,ignoreRange){try{var nextRowIndex,nextColIndex,cellInfo=this.getCellInfo(cell),len=this.selectedTds.length&&!ignoreRange,range=this.cellsRange;return!bottom&&0==cellInfo.rowIndex||bottom&&(len?range.endRowIndex==this.rowsNum-1:cellInfo.rowIndex+cellInfo.rowSpan>this.rowsNum-1)?null:(nextRowIndex=bottom?len?range.endRowIndex+1:cellInfo.rowIndex+cellInfo.rowSpan:len?range.beginRowIndex-1:cellInfo.rowIndex-1,nextColIndex=len?range.beginColIndex:cellInfo.colIndex,this.getCell(this.indexTable[nextRowIndex][nextColIndex].rowIndex,this.indexTable[nextRowIndex][nextColIndex].cellIndex))}catch(e){showError(e)}},getSameEndPosCells:function(cell,xOrY){try{for(var flag="x"===xOrY.toLowerCase(),end=domUtils.getXY(cell)[flag?"x":"y"]+cell["offset"+(flag?"Width":"Height")],rows=this.table.rows,cells=null,returns=[],i=0;i<this.rowsNum;i++){cells=rows[i].cells;for(var tmpCell,j=0;tmpCell=cells[j++];){var tmpEnd=domUtils.getXY(tmpCell)[flag?"x":"y"]+tmpCell["offset"+(flag?"Width":"Height")];if(tmpEnd>end&&flag)break;if((cell==tmpCell||end==tmpEnd)&&(1==tmpCell[flag?"colSpan":"rowSpan"]&&returns.push(tmpCell),flag))break}}return returns}catch(e){showError(e)}},setCellContent:function(cell,content){cell.innerHTML=content||(browser.ie?domUtils.fillChar:"<br />")},cloneCell:UETable.cloneCell,getSameStartPosXCells:function(cell){try{for(var cells,start=domUtils.getXY(cell).x+cell.offsetWidth,rows=this.table.rows,returns=[],i=0;i<this.rowsNum;i++){cells=rows[i].cells;for(var tmpCell,j=0;tmpCell=cells[j++];){var tmpStart=domUtils.getXY(tmpCell).x;if(tmpStart>start)break;if(tmpStart==start&&1==tmpCell.colSpan){returns.push(tmpCell);break}}}return returns}catch(e){showError(e)}},update:function(table){this.table=table||this.table,this.selectedTds=[],this.cellsRange={},this.indexTable=[];for(var rows=this.table.rows,rowsNum=this.getMaxRows(),dNum=rowsNum-rows.length,colsNum=this.getMaxCols();dNum--;)this.table.insertRow(rows.length);this.rowsNum=rowsNum,this.colsNum=colsNum;for(var i=0,len=rows.length;i<len;i++)this.indexTable[i]=new Array(colsNum);for(var row,rowIndex=0;row=rows[rowIndex];rowIndex++)for(var cell,cellIndex=0,cells=row.cells;cell=cells[cellIndex];cellIndex++){cell.rowSpan>rowsNum&&(cell.rowSpan=rowsNum);for(var colIndex=cellIndex,rowSpan=cell.rowSpan||1,colSpan=cell.colSpan||1;this.indexTable[rowIndex][colIndex];)colIndex++;for(var j=0;j<rowSpan;j++)for(var k=0;k<colSpan;k++)this.indexTable[rowIndex+j][colIndex+k]={rowIndex:rowIndex,cellIndex:cellIndex,colIndex:colIndex,rowSpan:rowSpan,colSpan:colSpan}}for(j=0;j<rowsNum;j++)for(k=0;k<colsNum;k++)void 0===this.indexTable[j][k]&&(row=rows[j],cell=row.cells[row.cells.length-1],cell=cell?cell.cloneNode(!0):this.table.ownerDocument.createElement("td"),this.setCellContent(cell),1!==cell.colSpan&&(cell.colSpan=1),1!==cell.rowSpan&&(cell.rowSpan=1),row.appendChild(cell),this.indexTable[j][k]={rowIndex:j,cellIndex:cell.cellIndex,colIndex:k,rowSpan:1,colSpan:1});var tds=domUtils.getElementsByTagName(this.table,"td"),selectTds=[];if(utils.each(tds,function(td){domUtils.hasClass(td,"selectTdClass")&&selectTds.push(td)}),selectTds.length){var start=selectTds[0],end=selectTds[selectTds.length-1],startInfo=this.getCellInfo(start),endInfo=this.getCellInfo(end);this.selectedTds=selectTds,this.cellsRange={beginRowIndex:startInfo.rowIndex,beginColIndex:startInfo.colIndex,endRowIndex:endInfo.rowIndex+endInfo.rowSpan-1,endColIndex:endInfo.colIndex+endInfo.colSpan-1}}if(!domUtils.hasClass(this.table.rows[0],"firstRow")){domUtils.addClass(this.table.rows[0],"firstRow");for(var i=1;i<this.table.rows.length;i++)domUtils.removeClasses(this.table.rows[i],"firstRow")}},getCellInfo:function(cell){if(cell)for(var cellIndex=cell.cellIndex,rowIndex=cell.parentNode.rowIndex,rowInfo=this.indexTable[rowIndex],numCols=this.colsNum,colIndex=cellIndex;colIndex<numCols;colIndex++){var cellInfo=rowInfo[colIndex];if(cellInfo.rowIndex===rowIndex&&cellInfo.cellIndex===cellIndex)return cellInfo}},getCell:function(rowIndex,cellIndex){return rowIndex<this.rowsNum&&this.table.rows[rowIndex].cells[cellIndex]||null},deleteCell:function(cell,rowIndex){rowIndex="number"==typeof rowIndex?rowIndex:cell.parentNode.rowIndex;var row=this.table.rows[rowIndex];row.deleteCell(cell.cellIndex)},getCellsRange:function(cellA,cellB){function checkRange(beginRowIndex,beginColIndex,endRowIndex,endColIndex){var cellInfo,colIndex,rowIndex,tmpBeginRowIndex=beginRowIndex,tmpBeginColIndex=beginColIndex,tmpEndRowIndex=endRowIndex,tmpEndColIndex=endColIndex;if(beginRowIndex>0)for(colIndex=beginColIndex;colIndex<endColIndex;colIndex++)cellInfo=me.indexTable[beginRowIndex][colIndex],rowIndex=cellInfo.rowIndex,rowIndex<beginRowIndex&&(tmpBeginRowIndex=Math.min(rowIndex,tmpBeginRowIndex));if(endColIndex<me.colsNum)for(rowIndex=beginRowIndex;rowIndex<endRowIndex;rowIndex++)cellInfo=me.indexTable[rowIndex][endColIndex],colIndex=cellInfo.colIndex+cellInfo.colSpan-1,colIndex>endColIndex&&(tmpEndColIndex=Math.max(colIndex,tmpEndColIndex));if(endRowIndex<me.rowsNum)for(colIndex=beginColIndex;colIndex<endColIndex;colIndex++)cellInfo=me.indexTable[endRowIndex][colIndex],rowIndex=cellInfo.rowIndex+cellInfo.rowSpan-1,rowIndex>endRowIndex&&(tmpEndRowIndex=Math.max(rowIndex,tmpEndRowIndex));if(beginColIndex>0)for(rowIndex=beginRowIndex;rowIndex<endRowIndex;rowIndex++)cellInfo=me.indexTable[rowIndex][beginColIndex],colIndex=cellInfo.colIndex,colIndex<beginColIndex&&(tmpBeginColIndex=Math.min(cellInfo.colIndex,tmpBeginColIndex));return tmpBeginRowIndex!=beginRowIndex||tmpBeginColIndex!=beginColIndex||tmpEndRowIndex!=endRowIndex||tmpEndColIndex!=endColIndex?checkRange(tmpBeginRowIndex,tmpBeginColIndex,tmpEndRowIndex,tmpEndColIndex):{beginRowIndex:beginRowIndex,beginColIndex:beginColIndex,endRowIndex:endRowIndex,endColIndex:endColIndex}}try{var me=this,cellAInfo=me.getCellInfo(cellA);if(cellA===cellB)return{beginRowIndex:cellAInfo.rowIndex,beginColIndex:cellAInfo.colIndex,endRowIndex:cellAInfo.rowIndex+cellAInfo.rowSpan-1,endColIndex:cellAInfo.colIndex+cellAInfo.colSpan-1};var cellBInfo=me.getCellInfo(cellB),beginRowIndex=Math.min(cellAInfo.rowIndex,cellBInfo.rowIndex),beginColIndex=Math.min(cellAInfo.colIndex,cellBInfo.colIndex),endRowIndex=Math.max(cellAInfo.rowIndex+cellAInfo.rowSpan-1,cellBInfo.rowIndex+cellBInfo.rowSpan-1),endColIndex=Math.max(cellAInfo.colIndex+cellAInfo.colSpan-1,cellBInfo.colIndex+cellBInfo.colSpan-1);return checkRange(beginRowIndex,beginColIndex,endRowIndex,endColIndex)}catch(e){}},getCells:function(range){this.clearSelected();for(var cellInfo,rowIndex,colIndex,beginRowIndex=range.beginRowIndex,beginColIndex=range.beginColIndex,endRowIndex=range.endRowIndex,endColIndex=range.endColIndex,tdHash={},returnTds=[],i=beginRowIndex;i<=endRowIndex;i++)for(var j=beginColIndex;j<=endColIndex;j++){cellInfo=this.indexTable[i][j],rowIndex=cellInfo.rowIndex,colIndex=cellInfo.colIndex;var key=rowIndex+"|"+colIndex;if(!tdHash[key]){if(tdHash[key]=1,rowIndex<i||colIndex<j||rowIndex+cellInfo.rowSpan-1>endRowIndex||colIndex+cellInfo.colSpan-1>endColIndex)return null;returnTds.push(this.getCell(rowIndex,cellInfo.cellIndex))}}return returnTds},clearSelected:function(){UETable.removeSelectedClass(this.selectedTds),this.selectedTds=[],this.cellsRange={}},setSelected:function(range){var cells=this.getCells(range);UETable.addSelectedClass(cells),this.selectedTds=cells,this.cellsRange=range},isFullRow:function(){var range=this.cellsRange;return range.endColIndex-range.beginColIndex+1==this.colsNum},isFullCol:function(){var range=this.cellsRange,table=this.table,ths=table.getElementsByTagName("th"),rows=range.endRowIndex-range.beginRowIndex+1;return ths.length?rows==this.rowsNum||rows==this.rowsNum-1:rows==this.rowsNum},getNextCell:function(cell,bottom,ignoreRange){try{var nextRowIndex,nextColIndex,cellInfo=this.getCellInfo(cell),len=this.selectedTds.length&&!ignoreRange,range=this.cellsRange;return!bottom&&0==cellInfo.rowIndex||bottom&&(len?range.endRowIndex==this.rowsNum-1:cellInfo.rowIndex+cellInfo.rowSpan>this.rowsNum-1)?null:(nextRowIndex=bottom?len?range.endRowIndex+1:cellInfo.rowIndex+cellInfo.rowSpan:len?range.beginRowIndex-1:cellInfo.rowIndex-1,nextColIndex=len?range.beginColIndex:cellInfo.colIndex,this.getCell(this.indexTable[nextRowIndex][nextColIndex].rowIndex,this.indexTable[nextRowIndex][nextColIndex].cellIndex))}catch(e){showError(e)}},getPreviewCell:function(cell,top){try{var previewRowIndex,previewColIndex,cellInfo=this.getCellInfo(cell),len=this.selectedTds.length,range=this.cellsRange;return!top&&(len?!range.beginColIndex:!cellInfo.colIndex)||top&&(len?range.endColIndex==this.colsNum-1:cellInfo.rowIndex>this.colsNum-1)?null:(previewRowIndex=top?len?range.beginRowIndex:cellInfo.rowIndex<1?0:cellInfo.rowIndex-1:len?range.beginRowIndex:cellInfo.rowIndex,previewColIndex=top?len?range.endColIndex+1:cellInfo.colIndex:len?range.beginColIndex-1:cellInfo.colIndex<1?0:cellInfo.colIndex-1,this.getCell(this.indexTable[previewRowIndex][previewColIndex].rowIndex,this.indexTable[previewRowIndex][previewColIndex].cellIndex))}catch(e){showError(e)}},moveContent:function(cellTo,cellFrom){if(!UETable.isEmptyBlock(cellFrom)){if(UETable.isEmptyBlock(cellTo))return void(cellTo.innerHTML=cellFrom.innerHTML);var child=cellTo.lastChild;for(3!=child.nodeType&&dtd.$block[child.tagName]||cellTo.appendChild(cellTo.ownerDocument.createElement("br"));child=cellFrom.firstChild;)cellTo.appendChild(child)}},mergeRight:function(cell){var cellInfo=this.getCellInfo(cell),rightColIndex=cellInfo.colIndex+cellInfo.colSpan,rightCellInfo=this.indexTable[cellInfo.rowIndex][rightColIndex],rightCell=this.getCell(rightCellInfo.rowIndex,rightCellInfo.cellIndex);cell.colSpan=cellInfo.colSpan+rightCellInfo.colSpan,cell.removeAttribute("width"),this.moveContent(cell,rightCell),this.deleteCell(rightCell,rightCellInfo.rowIndex),this.update()},mergeDown:function(cell){var cellInfo=this.getCellInfo(cell),downRowIndex=cellInfo.rowIndex+cellInfo.rowSpan,downCellInfo=this.indexTable[downRowIndex][cellInfo.colIndex],downCell=this.getCell(downCellInfo.rowIndex,downCellInfo.cellIndex);cell.rowSpan=cellInfo.rowSpan+downCellInfo.rowSpan,cell.removeAttribute("height"),this.moveContent(cell,downCell),this.deleteCell(downCell,downCellInfo.rowIndex),this.update()},mergeRange:function(){for(var ci,range=this.cellsRange,leftTopCell=this.getCell(range.beginRowIndex,this.indexTable[range.beginRowIndex][range.beginColIndex].cellIndex),cells=this.getCells(range),i=0;ci=cells[i++];)ci!==leftTopCell&&(this.moveContent(leftTopCell,ci),this.deleteCell(ci));if(leftTopCell.rowSpan=range.endRowIndex-range.beginRowIndex+1,leftTopCell.rowSpan>1&&leftTopCell.removeAttribute("height"),leftTopCell.colSpan=range.endColIndex-range.beginColIndex+1,leftTopCell.colSpan>1&&leftTopCell.removeAttribute("width"),leftTopCell.rowSpan==this.rowsNum&&1!=leftTopCell.colSpan&&(leftTopCell.colSpan=1),leftTopCell.colSpan==this.colsNum&&1!=leftTopCell.rowSpan){var rowIndex=leftTopCell.parentNode.rowIndex;if(this.table.deleteRow)for(var i=rowIndex+1,curIndex=rowIndex+1,len=leftTopCell.rowSpan;i<len;i++)this.table.deleteRow(curIndex);else for(var i=0,len=leftTopCell.rowSpan-1;i<len;i++){var row=this.table.rows[rowIndex+1];row.parentNode.removeChild(row)}leftTopCell.rowSpan=1}this.update()},insertRow:function(rowIndex,sourceCell){function replaceTdToTh(colIndex,cell,tableRow){if(0==colIndex){var tr=tableRow.nextSibling||tableRow.previousSibling,th=tr.cells[colIndex];"TH"==th.tagName&&(th=cell.ownerDocument.createElement("th"),th.appendChild(cell.firstChild),tableRow.insertBefore(th,cell),domUtils.remove(cell))}else if("TH"==cell.tagName){var td=cell.ownerDocument.createElement("td");td.appendChild(cell.firstChild),tableRow.insertBefore(td,cell),domUtils.remove(cell)}}var cell,numCols=this.colsNum,table=this.table,row=table.insertRow(rowIndex),thead=null,isInsertTitle="string"==typeof sourceCell&&"TH"==sourceCell.toUpperCase();if(0==rowIndex||rowIndex==this.rowsNum){for(var colIndex=0;colIndex<numCols;colIndex++)cell=this.cloneCell(sourceCell,!0),this.setCellContent(cell),cell.getAttribute("vAlign")&&cell.setAttribute("vAlign",cell.getAttribute("vAlign")),row.appendChild(cell),isInsertTitle||replaceTdToTh(colIndex,cell,row);isInsertTitle&&(thead=table.createTHead(),thead.insertBefore(row,thead.firstChild))}else{var infoRow=this.indexTable[rowIndex];for(colIndex=0;colIndex<numCols;colIndex++){var cellInfo=infoRow[colIndex];cellInfo.rowIndex<rowIndex?(cell=this.getCell(cellInfo.rowIndex,cellInfo.cellIndex),cell.rowSpan=cellInfo.rowSpan+1):(cell=this.cloneCell(sourceCell,!0),this.setCellContent(cell),row.appendChild(cell)),isInsertTitle||replaceTdToTh(colIndex,cell,row)}}return this.update(),row},deleteRow:function(rowIndex){for(var row=this.table.rows[rowIndex],infoRow=this.indexTable[rowIndex],colsNum=this.colsNum,count=0,colIndex=0;colIndex<colsNum;){var cellInfo=infoRow[colIndex],cell=this.getCell(cellInfo.rowIndex,cellInfo.cellIndex);if(cell.rowSpan>1&&cellInfo.rowIndex==rowIndex){var clone=cell.cloneNode(!0);clone.rowSpan=cell.rowSpan-1,clone.innerHTML="",cell.rowSpan=1;var insertCellIndex,nextRowIndex=rowIndex+1,nextRow=this.table.rows[nextRowIndex],preMerged=this.getPreviewMergedCellsNum(nextRowIndex,colIndex)-count;preMerged<colIndex?(insertCellIndex=colIndex-preMerged-1,domUtils.insertAfter(nextRow.cells[insertCellIndex],clone)):nextRow.cells.length&&nextRow.insertBefore(clone,nextRow.cells[0]),count+=1}colIndex+=cell.colSpan||1}var deleteTds=[],cacheMap={};for(colIndex=0;colIndex<colsNum;colIndex++){var tmpRowIndex=infoRow[colIndex].rowIndex,tmpCellIndex=infoRow[colIndex].cellIndex,key=tmpRowIndex+"_"+tmpCellIndex;cacheMap[key]||(cacheMap[key]=1,cell=this.getCell(tmpRowIndex,tmpCellIndex),deleteTds.push(cell))}var mergeTds=[];utils.each(deleteTds,function(td){1==td.rowSpan?td.parentNode.removeChild(td):mergeTds.push(td)}),utils.each(mergeTds,function(td){td.rowSpan--}),row.parentNode.removeChild(row),this.update()},insertCol:function(colIndex,sourceCell,defaultValue){function replaceTdToTh(rowIndex,cell,tableRow){if(0==rowIndex){var th=cell.nextSibling||cell.previousSibling;"TH"==th.tagName&&(th=cell.ownerDocument.createElement("th"),th.appendChild(cell.firstChild),tableRow.insertBefore(th,cell),domUtils.remove(cell))}else if("TH"==cell.tagName){var td=cell.ownerDocument.createElement("td");td.appendChild(cell.firstChild),tableRow.insertBefore(td,cell),domUtils.remove(cell)}}var tableRow,cell,preCell,rowsNum=this.rowsNum,rowIndex=0,backWidth=parseInt((this.table.offsetWidth-20*(this.colsNum+1)-(this.colsNum+1))/(this.colsNum+1),10),isInsertTitleCol="string"==typeof sourceCell&&"TH"==sourceCell.toUpperCase();if(0==colIndex||colIndex==this.colsNum)for(;rowIndex<rowsNum;rowIndex++)tableRow=this.table.rows[rowIndex],preCell=tableRow.cells[0==colIndex?colIndex:tableRow.cells.length],cell=this.cloneCell(sourceCell,!0),this.setCellContent(cell),cell.setAttribute("vAlign",cell.getAttribute("vAlign")),preCell&&cell.setAttribute("width",preCell.getAttribute("width")),colIndex?domUtils.insertAfter(tableRow.cells[tableRow.cells.length-1],cell):tableRow.insertBefore(cell,tableRow.cells[0]),isInsertTitleCol||replaceTdToTh(rowIndex,cell,tableRow);else for(;rowIndex<rowsNum;rowIndex++){var cellInfo=this.indexTable[rowIndex][colIndex];cellInfo.colIndex<colIndex?(cell=this.getCell(cellInfo.rowIndex,cellInfo.cellIndex),cell.colSpan=cellInfo.colSpan+1):(tableRow=this.table.rows[rowIndex],preCell=tableRow.cells[cellInfo.cellIndex],cell=this.cloneCell(sourceCell,!0),this.setCellContent(cell),cell.setAttribute("vAlign",cell.getAttribute("vAlign")),preCell&&cell.setAttribute("width",preCell.getAttribute("width")),preCell?tableRow.insertBefore(cell,preCell):tableRow.appendChild(cell)),isInsertTitleCol||replaceTdToTh(rowIndex,cell,tableRow)}this.update(),this.updateWidth(backWidth,defaultValue||{tdPadding:10,tdBorder:1})},updateWidth:function(width,defaultValue){var table=this.table,tmpWidth=UETable.getWidth(table)-2*defaultValue.tdPadding-defaultValue.tdBorder+width;if(tmpWidth<table.ownerDocument.body.offsetWidth)return void table.setAttribute("width",tmpWidth);var tds=domUtils.getElementsByTagName(this.table,"td th");utils.each(tds,function(td){td.setAttribute("width",width)})},deleteCol:function(colIndex){for(var indexTable=this.indexTable,tableRows=this.table.rows,backTableWidth=this.table.getAttribute("width"),backTdWidth=0,rowsNum=this.rowsNum,cacheMap={},rowIndex=0;rowIndex<rowsNum;){var infoRow=indexTable[rowIndex],cellInfo=infoRow[colIndex],key=cellInfo.rowIndex+"_"+cellInfo.colIndex;if(!cacheMap[key]){cacheMap[key]=1;var cell=this.getCell(cellInfo.rowIndex,cellInfo.cellIndex);backTdWidth||(backTdWidth=cell&&parseInt(cell.offsetWidth/cell.colSpan,10).toFixed(0)),cell.colSpan>1?cell.colSpan--:tableRows[rowIndex].deleteCell(cellInfo.cellIndex),rowIndex+=cellInfo.rowSpan||1}}this.table.setAttribute("width",backTableWidth-backTdWidth),this.update()},splitToCells:function(cell){var me=this,cells=this.splitToRows(cell);utils.each(cells,function(cell){me.splitToCols(cell)})},splitToRows:function(cell){var cellInfo=this.getCellInfo(cell),rowIndex=cellInfo.rowIndex,colIndex=cellInfo.colIndex,results=[];cell.rowSpan=1,results.push(cell);for(var i=rowIndex,endRow=rowIndex+cellInfo.rowSpan;i<endRow;i++)if(i!=rowIndex){var tableRow=this.table.rows[i],tmpCell=tableRow.insertCell(colIndex-this.getPreviewMergedCellsNum(i,colIndex));tmpCell.colSpan=cellInfo.colSpan,this.setCellContent(tmpCell),tmpCell.setAttribute("vAlign",cell.getAttribute("vAlign")),tmpCell.setAttribute("align",cell.getAttribute("align")),cell.style.cssText&&(tmpCell.style.cssText=cell.style.cssText),results.push(tmpCell)}return this.update(),results},getPreviewMergedCellsNum:function(rowIndex,colIndex){for(var indexRow=this.indexTable[rowIndex],num=0,i=0;i<colIndex;){var colSpan=indexRow[i].colSpan,tmpRowIndex=indexRow[i].rowIndex;num+=colSpan-(tmpRowIndex==rowIndex?1:0),i+=colSpan}return num},splitToCols:function(cell){var backWidth=(cell.offsetWidth/cell.colSpan-22).toFixed(0),cellInfo=this.getCellInfo(cell),rowIndex=cellInfo.rowIndex,colIndex=cellInfo.colIndex,results=[];cell.colSpan=1,cell.setAttribute("width",backWidth),results.push(cell);for(var j=colIndex,endCol=colIndex+cellInfo.colSpan;j<endCol;j++)if(j!=colIndex){var tableRow=this.table.rows[rowIndex],tmpCell=tableRow.insertCell(this.indexTable[rowIndex][j].cellIndex+1);if(tmpCell.rowSpan=cellInfo.rowSpan,this.setCellContent(tmpCell),tmpCell.setAttribute("vAlign",cell.getAttribute("vAlign")),tmpCell.setAttribute("align",cell.getAttribute("align")),tmpCell.setAttribute("width",backWidth),cell.style.cssText&&(tmpCell.style.cssText=cell.style.cssText),
|
|
16
|
+
"TH"==cell.tagName){var th=cell.ownerDocument.createElement("th");th.appendChild(tmpCell.firstChild),th.setAttribute("vAlign",cell.getAttribute("vAlign")),th.rowSpan=tmpCell.rowSpan,tableRow.insertBefore(th,tmpCell),domUtils.remove(tmpCell)}results.push(tmpCell)}return this.update(),results},isLastCell:function(cell,rowsNum,colsNum){rowsNum=rowsNum||this.rowsNum,colsNum=colsNum||this.colsNum;var cellInfo=this.getCellInfo(cell);return cellInfo.rowIndex+cellInfo.rowSpan==rowsNum&&cellInfo.colIndex+cellInfo.colSpan==colsNum},getLastCell:function(cells){cells=cells||this.table.getElementsByTagName("td");var rows,me=(this.getCellInfo(cells[0]),this),last=cells[0],tr=last.parentNode,cellsNum=0,cols=0;return utils.each(cells,function(cell){cell.parentNode==tr&&(cols+=cell.colSpan||1),cellsNum+=cell.rowSpan*cell.colSpan||1}),rows=cellsNum/cols,utils.each(cells,function(cell){if(me.isLastCell(cell,rows,cols))return last=cell,!1}),last},selectRow:function(rowIndex){var indexRow=this.indexTable[rowIndex],start=this.getCell(indexRow[0].rowIndex,indexRow[0].cellIndex),end=this.getCell(indexRow[this.colsNum-1].rowIndex,indexRow[this.colsNum-1].cellIndex),range=this.getCellsRange(start,end);this.setSelected(range)},selectTable:function(){var tds=this.table.getElementsByTagName("td"),range=this.getCellsRange(tds[0],tds[tds.length-1]);this.setSelected(range)},setBackground:function(cells,value){if("string"==typeof value)utils.each(cells,function(cell){cell.style.backgroundColor=value});else if("object"===_typeof(value)){value=utils.extend({repeat:!0,colorList:["#ddd","#fff"]},value);for(var cell,rowIndex=this.getCellInfo(cells[0]).rowIndex,count=0,colors=value.colorList,getColor=function(list,index,repeat){return list[index]?list[index]:repeat?list[index%list.length]:""},i=0;cell=cells[i++];){var cellInfo=this.getCellInfo(cell);cell.style.backgroundColor=getColor(colors,rowIndex+count==cellInfo.rowIndex?count:++count,value.repeat)}}},removeBackground:function(cells){utils.each(cells,function(cell){cell.style.backgroundColor=""})}}}(),function(){function resetTdWidth(table,editor){var tds=domUtils.getElementsByTagName(table,"td th");utils.each(tds,function(td){td.removeAttribute("width")}),table.setAttribute("width",getTableWidth(editor,!0,getDefaultValue(editor,table)));var tdsWidths=[];setTimeout(function(){utils.each(tds,function(td){1==td.colSpan&&tdsWidths.push(td.offsetWidth)}),utils.each(tds,function(td,i){1==td.colSpan&&td.setAttribute("width",tdsWidths[i]+"")})},0)}function getTableWidth(editor,needIEHack,defaultValue){var body=editor.body;return body.offsetWidth-(needIEHack?2*parseInt(domUtils.getComputedStyle(body,"margin-left"),10):0)-2*defaultValue.tableBorder-(editor.options.offsetWidth||0)}function getSelectedArr(editor){var cell=getTableItemsByRange(editor).cell;if(cell){var ut=getUETable(cell);return ut.selectedTds.length?ut.selectedTds:[cell]}return[]}var UT=UE.UETable,getTableItemsByRange=function(editor){return UT.getTableItemsByRange(editor)},getUETableBySelected=function(editor){return UT.getUETableBySelected(editor)},getDefaultValue=function(editor,table){return UT.getDefaultValue(editor,table)},getUETable=function(tdOrTable){return UT.getUETable(tdOrTable)};UE.commands.inserttable={queryCommandState:function(){return getTableItemsByRange(this).table?-1:0},execCommand:function(cmd,opt){function createTable(opt,tdWidth){for(var html=[],rowsNum=opt.numRows,colsNum=opt.numCols,r=0;r<rowsNum;r++){html.push("<tr"+(0==r?' class="firstRow"':"")+">");for(var c=0;c<colsNum;c++)html.push('<td width="'+tdWidth+'" vAlign="'+opt.tdvalign+'" >'+(browser.ie&&browser.version<11?domUtils.fillChar:"<br/>")+"</td>");html.push("</tr>")}return"<table><tbody>"+html.join("")+"</tbody></table>"}opt||(opt=utils.extend({},{numCols:this.options.defaultCols,numRows:this.options.defaultRows,tdvalign:this.options.tdvalign}));var me=this,range=this.selection.getRange(),start=range.startContainer,firstParentBlock=domUtils.findParent(start,function(node){return domUtils.isBlockElm(node)},!0)||me.body,defaultValue=getDefaultValue(me),tableWidth=firstParentBlock.offsetWidth,tdWidth=Math.floor(tableWidth/opt.numCols-2*defaultValue.tdPadding-defaultValue.tdBorder);!opt.tdvalign&&(opt.tdvalign=me.options.tdvalign),me.execCommand("inserthtml",createTable(opt,tdWidth))}},UE.commands.insertparagraphbeforetable={queryCommandState:function(){return getTableItemsByRange(this).cell?0:-1},execCommand:function(){var table=getTableItemsByRange(this).table;if(table){var p=this.document.createElement("p");p.innerHTML=browser.ie?" ":"<br />",table.parentNode.insertBefore(p,table),this.selection.getRange().setStart(p,0).setCursor()}}},UE.commands.deletetable={queryCommandState:function(){var rng=this.selection.getRange();return domUtils.findParentByTagName(rng.startContainer,"table",!0)?0:-1},execCommand:function(cmd,table){var rng=this.selection.getRange();if(table=table||domUtils.findParentByTagName(rng.startContainer,"table",!0)){var next=table.nextSibling;next||(next=domUtils.createElement(this.document,"p",{innerHTML:browser.ie?domUtils.fillChar:"<br/>"}),table.parentNode.insertBefore(next,table)),domUtils.remove(table),rng=this.selection.getRange(),3==next.nodeType?rng.setStartBefore(next):rng.setStart(next,0),rng.setCursor(!1,!0),this.fireEvent("tablehasdeleted")}}},UE.commands.cellalign={queryCommandState:function(){return getSelectedArr(this).length?0:-1},execCommand:function(cmd,align){var selectedTds=getSelectedArr(this);if(selectedTds.length)for(var ci,i=0;ci=selectedTds[i++];)ci.setAttribute("align",align)}},UE.commands.cellvalign={queryCommandState:function(){return getSelectedArr(this).length?0:-1},execCommand:function(cmd,valign){var selectedTds=getSelectedArr(this);if(selectedTds.length)for(var ci,i=0;ci=selectedTds[i++];)ci.setAttribute("vAlign",valign)}},UE.commands.insertcaption={queryCommandState:function(){var table=getTableItemsByRange(this).table;return table&&0==table.getElementsByTagName("caption").length?1:-1},execCommand:function(){var table=getTableItemsByRange(this).table;if(table){var caption=this.document.createElement("caption");caption.innerHTML=browser.ie?domUtils.fillChar:"<br/>",table.insertBefore(caption,table.firstChild);var range=this.selection.getRange();range.setStart(caption,0).setCursor()}}},UE.commands.deletecaption={queryCommandState:function(){var rng=this.selection.getRange(),table=domUtils.findParentByTagName(rng.startContainer,"table");return table?0==table.getElementsByTagName("caption").length?-1:1:-1},execCommand:function(){var rng=this.selection.getRange(),table=domUtils.findParentByTagName(rng.startContainer,"table");if(table){domUtils.remove(table.getElementsByTagName("caption")[0]);var range=this.selection.getRange();range.setStart(table.rows[0].cells[0],0).setCursor()}}},UE.commands.inserttitle={queryCommandState:function(){var table=getTableItemsByRange(this).table;if(table){var firstRow=table.rows[0];return"th"!=firstRow.cells[firstRow.cells.length-1].tagName.toLowerCase()?0:-1}return-1},execCommand:function(){var table=getTableItemsByRange(this).table;table&&getUETable(table).insertRow(0,"th");var th=table.getElementsByTagName("th")[0];this.selection.getRange().setStart(th,0).setCursor(!1,!0)}},UE.commands.deletetitle={queryCommandState:function(){var table=getTableItemsByRange(this).table;if(table){var firstRow=table.rows[0];return"th"==firstRow.cells[firstRow.cells.length-1].tagName.toLowerCase()?0:-1}return-1},execCommand:function(){var table=getTableItemsByRange(this).table;table&&domUtils.remove(table.rows[0]);var td=table.getElementsByTagName("td")[0];this.selection.getRange().setStart(td,0).setCursor(!1,!0)}},UE.commands.inserttitlecol={queryCommandState:function(){var table=getTableItemsByRange(this).table;if(table){var lastRow=table.rows[table.rows.length-1];return lastRow.getElementsByTagName("th").length?-1:0}return-1},execCommand:function(cmd){var table=getTableItemsByRange(this).table;table&&getUETable(table).insertCol(0,"th"),resetTdWidth(table,this);var th=table.getElementsByTagName("th")[0];this.selection.getRange().setStart(th,0).setCursor(!1,!0)}},UE.commands.deletetitlecol={queryCommandState:function(){var table=getTableItemsByRange(this).table;if(table){var lastRow=table.rows[table.rows.length-1];return lastRow.getElementsByTagName("th").length?0:-1}return-1},execCommand:function(){var table=getTableItemsByRange(this).table;if(table)for(var i=0;i<table.rows.length;i++)domUtils.remove(table.rows[i].children[0]);resetTdWidth(table,this);var td=table.getElementsByTagName("td")[0];this.selection.getRange().setStart(td,0).setCursor(!1,!0)}},UE.commands.mergeright={queryCommandState:function(cmd){var tableItems=getTableItemsByRange(this),table=tableItems.table,cell=tableItems.cell;if(!table||!cell)return-1;var ut=getUETable(table);if(ut.selectedTds.length)return-1;var cellInfo=ut.getCellInfo(cell),rightColIndex=cellInfo.colIndex+cellInfo.colSpan;if(rightColIndex>=ut.colsNum)return-1;var rightCellInfo=ut.indexTable[cellInfo.rowIndex][rightColIndex],rightCell=table.rows[rightCellInfo.rowIndex].cells[rightCellInfo.cellIndex];return rightCell&&cell.tagName==rightCell.tagName&&rightCellInfo.rowIndex==cellInfo.rowIndex&&rightCellInfo.rowSpan==cellInfo.rowSpan?0:-1},execCommand:function(cmd){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.mergeRight(cell),rng.moveToBookmark(bk).select()}},UE.commands.mergedown={queryCommandState:function(cmd){var tableItems=getTableItemsByRange(this),table=tableItems.table,cell=tableItems.cell;if(!table||!cell)return-1;var ut=getUETable(table);if(ut.selectedTds.length)return-1;var cellInfo=ut.getCellInfo(cell),downRowIndex=cellInfo.rowIndex+cellInfo.rowSpan;if(downRowIndex>=ut.rowsNum)return-1;var downCellInfo=ut.indexTable[downRowIndex][cellInfo.colIndex],downCell=table.rows[downCellInfo.rowIndex].cells[downCellInfo.cellIndex];return downCell&&cell.tagName==downCell.tagName&&downCellInfo.colIndex==cellInfo.colIndex&&downCellInfo.colSpan==cellInfo.colSpan?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.mergeDown(cell),rng.moveToBookmark(bk).select()}},UE.commands.mergecells={queryCommandState:function(){return getUETableBySelected(this)?0:-1},execCommand:function(){var ut=getUETableBySelected(this);if(ut&&ut.selectedTds.length){var cell=ut.selectedTds[0];ut.mergeRange();var rng=this.selection.getRange();domUtils.isEmptyBlock(cell)?rng.setStart(cell,0).collapse(!0):rng.selectNodeContents(cell),rng.select()}}},UE.commands.insertrow={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;return cell&&("TD"==cell.tagName||"TH"==cell.tagName&&tableItems.tr!==tableItems.table.rows[0])&&getUETable(tableItems.table).rowsNum<this.options.maxRowNum?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),tableItems=getTableItemsByRange(this),cell=tableItems.cell,table=tableItems.table,ut=getUETable(table),cellInfo=ut.getCellInfo(cell);if(ut.selectedTds.length)for(var range=ut.cellsRange,i=0,len=range.endRowIndex-range.beginRowIndex+1;i<len;i++)ut.insertRow(range.beginRowIndex,cell);else ut.insertRow(cellInfo.rowIndex,cell);rng.moveToBookmark(bk).select(),"enabled"===table.getAttribute("interlaced")&&this.fireEvent("interlacetable",table)}},UE.commands.insertrownext={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;return cell&&"TD"==cell.tagName&&getUETable(tableItems.table).rowsNum<this.options.maxRowNum?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),tableItems=getTableItemsByRange(this),cell=tableItems.cell,table=tableItems.table,ut=getUETable(table),cellInfo=ut.getCellInfo(cell);if(ut.selectedTds.length)for(var range=ut.cellsRange,i=0,len=range.endRowIndex-range.beginRowIndex+1;i<len;i++)ut.insertRow(range.endRowIndex+1,cell);else ut.insertRow(cellInfo.rowIndex+cellInfo.rowSpan,cell);rng.moveToBookmark(bk).select(),"enabled"===table.getAttribute("interlaced")&&this.fireEvent("interlacetable",table)}},UE.commands.deleterow={queryCommandState:function(){var tableItems=getTableItemsByRange(this);return tableItems.cell?0:-1},execCommand:function(){var cell=getTableItemsByRange(this).cell,ut=getUETable(cell),cellsRange=ut.cellsRange,cellInfo=ut.getCellInfo(cell),preCell=ut.getVSideCell(cell),nextCell=ut.getVSideCell(cell,!0),rng=this.selection.getRange();if(utils.isEmptyObject(cellsRange))ut.deleteRow(cellInfo.rowIndex);else for(var i=cellsRange.beginRowIndex;i<cellsRange.endRowIndex+1;i++)ut.deleteRow(cellsRange.beginRowIndex);var table=ut.table;if(table.getElementsByTagName("td").length)if(1==cellInfo.rowSpan||cellInfo.rowSpan==cellsRange.endRowIndex-cellsRange.beginRowIndex+1)(nextCell||preCell)&&rng.selectNodeContents(nextCell||preCell).setCursor(!1,!0);else{var newCell=ut.getCell(cellInfo.rowIndex,ut.indexTable[cellInfo.rowIndex][cellInfo.colIndex].cellIndex);newCell&&rng.selectNodeContents(newCell).setCursor(!1,!0)}else{var nextSibling=table.nextSibling;domUtils.remove(table),nextSibling&&rng.setStart(nextSibling,0).setCursor(!1,!0)}"enabled"===table.getAttribute("interlaced")&&this.fireEvent("interlacetable",table)}},UE.commands.insertcol={queryCommandState:function(cmd){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;return cell&&("TD"==cell.tagName||"TH"==cell.tagName&&cell!==tableItems.tr.cells[0])&&getUETable(tableItems.table).colsNum<this.options.maxColNum?0:-1},execCommand:function(cmd){var rng=this.selection.getRange(),bk=rng.createBookmark(!0);if(this.queryCommandState(cmd)!=-1){var cell=getTableItemsByRange(this).cell,ut=getUETable(cell),cellInfo=ut.getCellInfo(cell);if(ut.selectedTds.length)for(var range=ut.cellsRange,i=0,len=range.endColIndex-range.beginColIndex+1;i<len;i++)ut.insertCol(range.beginColIndex,cell);else ut.insertCol(cellInfo.colIndex,cell);rng.moveToBookmark(bk).select(!0)}}},UE.commands.insertcolnext={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;return cell&&getUETable(tableItems.table).colsNum<this.options.maxColNum?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell),cellInfo=ut.getCellInfo(cell);if(ut.selectedTds.length)for(var range=ut.cellsRange,i=0,len=range.endColIndex-range.beginColIndex+1;i<len;i++)ut.insertCol(range.endColIndex+1,cell);else ut.insertCol(cellInfo.colIndex+cellInfo.colSpan,cell);rng.moveToBookmark(bk).select()}},UE.commands.deletecol={queryCommandState:function(){var tableItems=getTableItemsByRange(this);return tableItems.cell?0:-1},execCommand:function(){var cell=getTableItemsByRange(this).cell,ut=getUETable(cell),range=ut.cellsRange,cellInfo=ut.getCellInfo(cell),preCell=ut.getHSideCell(cell),nextCell=ut.getHSideCell(cell,!0);if(utils.isEmptyObject(range))ut.deleteCol(cellInfo.colIndex);else for(var i=range.beginColIndex;i<range.endColIndex+1;i++)ut.deleteCol(range.beginColIndex);var table=ut.table,rng=this.selection.getRange();if(table.getElementsByTagName("td").length)domUtils.inDoc(cell,this.document)?rng.setStart(cell,0).setCursor(!1,!0):nextCell&&domUtils.inDoc(nextCell,this.document)?rng.selectNodeContents(nextCell).setCursor(!1,!0):preCell&&domUtils.inDoc(preCell,this.document)&&rng.selectNodeContents(preCell).setCursor(!0,!0);else{var nextSibling=table.nextSibling;domUtils.remove(table),nextSibling&&rng.setStart(nextSibling,0).setCursor(!1,!0)}}},UE.commands.splittocells={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;if(!cell)return-1;var ut=getUETable(tableItems.table);return ut.selectedTds.length>0?-1:cell&&(cell.colSpan>1||cell.rowSpan>1)?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.splitToCells(cell),rng.moveToBookmark(bk).select()}},UE.commands.splittorows={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;if(!cell)return-1;var ut=getUETable(tableItems.table);return ut.selectedTds.length>0?-1:cell&&cell.rowSpan>1?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.splitToRows(cell),rng.moveToBookmark(bk).select()}},UE.commands.splittocols={queryCommandState:function(){var tableItems=getTableItemsByRange(this),cell=tableItems.cell;if(!cell)return-1;var ut=getUETable(tableItems.table);return ut.selectedTds.length>0?-1:cell&&cell.colSpan>1?0:-1},execCommand:function(){var rng=this.selection.getRange(),bk=rng.createBookmark(!0),cell=getTableItemsByRange(this).cell,ut=getUETable(cell);ut.splitToCols(cell),rng.moveToBookmark(bk).select()}},UE.commands.adaptbytext=UE.commands.adaptbywindow={queryCommandState:function(){return getTableItemsByRange(this).table?0:-1},execCommand:function(cmd){var tableItems=getTableItemsByRange(this),table=tableItems.table;if(table)if("adaptbywindow"==cmd)resetTdWidth(table,this);else{var cells=domUtils.getElementsByTagName(table,"td th");utils.each(cells,function(cell){cell.removeAttribute("width")}),table.removeAttribute("width")}}},UE.commands.averagedistributecol={queryCommandState:function(){var ut=getUETableBySelected(this);return ut&&(ut.isFullRow()||ut.isFullCol())?0:-1},execCommand:function(cmd){function getAverageWidth(){var averageWidth,tb=ut.table,sumWidth=0,colsNum=0,tbAttr=getDefaultValue(me,tb);if(ut.isFullRow())sumWidth=tb.offsetWidth,colsNum=ut.colsNum;else for(var node,begin=ut.cellsRange.beginColIndex,end=ut.cellsRange.endColIndex,i=begin;i<=end;)node=ut.selectedTds[i],sumWidth+=node.offsetWidth,i+=node.colSpan,colsNum+=1;return averageWidth=Math.ceil(sumWidth/colsNum)-2*tbAttr.tdBorder-2*tbAttr.tdPadding}function setAverageWidth(averageWidth){utils.each(domUtils.getElementsByTagName(ut.table,"th"),function(node){node.setAttribute("width","")});var cells=ut.isFullRow()?domUtils.getElementsByTagName(ut.table,"td"):ut.selectedTds;utils.each(cells,function(node){1==node.colSpan&&node.setAttribute("width",averageWidth)})}var me=this,ut=getUETableBySelected(me);ut&&ut.selectedTds.length&&setAverageWidth(getAverageWidth())}},UE.commands.averagedistributerow={queryCommandState:function(){var ut=getUETableBySelected(this);return ut?ut.selectedTds&&/th/gi.test(ut.selectedTds[0].tagName)?-1:ut.isFullRow()||ut.isFullCol()?0:-1:-1},execCommand:function(cmd){function getAverageHeight(){var averageHeight,rowNum,sumHeight=0,tb=ut.table,tbAttr=getDefaultValue(me,tb),tdpadding=parseInt(domUtils.getComputedStyle(tb.getElementsByTagName("td")[0],"padding-top"));if(ut.isFullCol()){var captionHeight,thHeight,captionArr=domUtils.getElementsByTagName(tb,"caption"),thArr=domUtils.getElementsByTagName(tb,"th");captionArr.length>0&&(captionHeight=captionArr[0].offsetHeight),thArr.length>0&&(thHeight=thArr[0].offsetHeight),sumHeight=tb.offsetHeight-(captionHeight||0)-(thHeight||0),rowNum=0==thArr.length?ut.rowsNum:ut.rowsNum-1}else{for(var begin=ut.cellsRange.beginRowIndex,end=ut.cellsRange.endRowIndex,count=0,trs=domUtils.getElementsByTagName(tb,"tr"),i=begin;i<=end;i++)sumHeight+=trs[i].offsetHeight,count+=1;rowNum=count}return averageHeight=browser.ie&&browser.version<9?Math.ceil(sumHeight/rowNum):Math.ceil(sumHeight/rowNum)-2*tbAttr.tdBorder-2*tdpadding}function setAverageHeight(averageHeight){var cells=ut.isFullCol()?domUtils.getElementsByTagName(ut.table,"td"):ut.selectedTds;utils.each(cells,function(node){1==node.rowSpan&&node.setAttribute("height",averageHeight)})}var me=this,ut=getUETableBySelected(me);ut&&ut.selectedTds.length&&setAverageHeight(getAverageHeight())}},UE.commands.cellalignment={queryCommandState:function(){return getTableItemsByRange(this).table?0:-1},execCommand:function(cmd,data){var me=this,ut=getUETableBySelected(me);if(ut)utils.each(ut.selectedTds,function(cell){domUtils.setAttributes(cell,data)});else{var start=me.selection.getStart(),cell=start&&domUtils.findParentByTagName(start,["td","th","caption"],!0);/caption/gi.test(cell.tagName)?(cell.style.textAlign=data.align,cell.style.verticalAlign=data.vAlign):domUtils.setAttributes(cell,data),me.selection.getRange().setCursor(!0)}},queryCommandValue:function(cmd){var activeMenuCell=getTableItemsByRange(this).cell;if(activeMenuCell||(activeMenuCell=getSelectedArr(this)[0]),activeMenuCell){var cells=UE.UETable.getUETable(activeMenuCell).selectedTds;return!cells.length&&(cells=activeMenuCell),UE.UETable.getTableCellAlignState(cells)}return null}},UE.commands.tablealignment={queryCommandState:function(){return browser.ie&&browser.version<8?-1:getTableItemsByRange(this).table?0:-1},execCommand:function(cmd,value){var me=this,start=me.selection.getStart(),table=start&&domUtils.findParentByTagName(start,["table"],!0);table&&table.setAttribute("align",value)}},UE.commands.edittable={queryCommandState:function(){return getTableItemsByRange(this).table?0:-1},execCommand:function(cmd,color){var rng=this.selection.getRange(),table=domUtils.findParentByTagName(rng.startContainer,"table");if(table){var arr=domUtils.getElementsByTagName(table,"td").concat(domUtils.getElementsByTagName(table,"th"),domUtils.getElementsByTagName(table,"caption"));utils.each(arr,function(node){node.style.borderColor=color})}}},UE.commands.edittd={queryCommandState:function(){return getTableItemsByRange(this).table?0:-1},execCommand:function(cmd,bkColor){var me=this,ut=getUETableBySelected(me);if(ut)utils.each(ut.selectedTds,function(cell){cell.style.backgroundColor=bkColor});else{var start=me.selection.getStart(),cell=start&&domUtils.findParentByTagName(start,["td","th","caption"],!0);cell&&(cell.style.backgroundColor=bkColor)}}},UE.commands.settablebackground={queryCommandState:function(){return getSelectedArr(this).length>1?0:-1},execCommand:function(cmd,value){var cells,ut;cells=getSelectedArr(this),ut=getUETable(cells[0]),ut.setBackground(cells,value)}},UE.commands.cleartablebackground={queryCommandState:function(){var cells=getSelectedArr(this);if(!cells.length)return-1;for(var cell,i=0;cell=cells[i++];)if(""!==cell.style.backgroundColor)return 0;return-1},execCommand:function(){var cells=getSelectedArr(this),ut=getUETable(cells[0]);ut.removeBackground(cells)}},UE.commands.interlacetable=UE.commands.uninterlacetable={queryCommandState:function(cmd){var table=getTableItemsByRange(this).table;if(!table)return-1;var interlaced=table.getAttribute("interlaced");return"interlacetable"==cmd?"enabled"===interlaced?-1:0:interlaced&&"disabled"!==interlaced?0:-1},execCommand:function(cmd,classList){var table=getTableItemsByRange(this).table;"interlacetable"==cmd?(table.setAttribute("interlaced","enabled"),this.fireEvent("interlacetable",table,classList)):(table.setAttribute("interlaced","disabled"),this.fireEvent("uninterlacetable",table))}},UE.commands.setbordervisible={queryCommandState:function(cmd){var table=getTableItemsByRange(this).table;return table?0:-1},execCommand:function(){var table=getTableItemsByRange(this).table;utils.each(domUtils.getElementsByTagName(table,"td"),function(td){td.style.borderWidth="1px",td.style.borderStyle="solid"})}}}(),UE.plugins.table=function(){function showError(e){}function removeStyleSize(obj,replaceToProperty){removeStyle(obj,"width",!0),removeStyle(obj,"height",!0)}function removeStyle(obj,styleName,replaceToProperty){obj.style[styleName]&&(replaceToProperty&&obj.setAttribute(styleName,parseInt(obj.style[styleName],10)),obj.style[styleName]="")}function getParentTdOrTh(ele){if("TD"==ele.tagName||"TH"==ele.tagName)return ele;var td;return(td=domUtils.findParentByTagName(ele,"td",!0)||domUtils.findParentByTagName(ele,"th",!0))?td:null}function isEmptyBlock(node){var reg=new RegExp(domUtils.fillChar,"g");if(node[browser.ie?"innerText":"textContent"].replace(/^\s*$/,"").replace(reg,"").length>0)return 0;for(var n in dtd.$isNotEmpty)if(node.getElementsByTagName(n).length)return 0;return 1}function mouseCoords(evt){return evt.pageX||evt.pageY?{x:evt.pageX,y:evt.pageY}:{x:evt.clientX+me.document.body.scrollLeft-me.document.body.clientLeft,y:evt.clientY+me.document.body.scrollTop-me.document.body.clientTop}}function mouseMoveEvent(evt){if(!isEditorDisabled())try{var pos,target=getParentTdOrTh(evt.target||evt.srcElement);if(isInResizeBuffer&&(me.body.style.webkitUserSelect="none",(Math.abs(userActionStatus.x-evt.clientX)>offsetOfTableCell||Math.abs(userActionStatus.y-evt.clientY)>offsetOfTableCell)&&(clearTableDragTimer(),isInResizeBuffer=!1,singleClickState=0,tableBorderDrag(evt))),onDrag&&dragTd)return singleClickState=0,me.body.style.webkitUserSelect="none",me.selection.getNative()[browser.ie9below?"empty":"removeAllRanges"](),pos=mouseCoords(evt),toggleDraggableState(me,!0,onDrag,pos,target),void("h"==onDrag?dragLine.style.left=getPermissionX(dragTd,evt)+"px":"v"==onDrag&&(dragLine.style.top=getPermissionY(dragTd,evt)+"px"));if(target){if(me.fireEvent("excludetable",target)===!0)return;pos=mouseCoords(evt);var state=getRelation(target,pos),table=domUtils.findParentByTagName(target,"table",!0);if(inTableSide(table,target,evt,!0)){if(me.fireEvent("excludetable",table)===!0)return;me.body.style.cursor="url("+me.options.cursorpath+"h.png),pointer"}else if(inTableSide(table,target,evt)){if(me.fireEvent("excludetable",table)===!0)return;me.body.style.cursor="url("+me.options.cursorpath+"v.png),pointer"}else{me.body.style.cursor="text";/\d/.test(state)&&(state=state.replace(/\d/,""),target=getUETable(target).getPreviewCell(target,"v"==state)),toggleDraggableState(me,!!target&&!!state,target?state:"",pos,target)}}else toggleDragButton(!1,table,me)}catch(e){showError(e)}}function toggleDragButton(show,table,editor){if(show)createDragButton(table,editor);else{if(dragOver)return;dragButtonTimer=setTimeout(function(){!dragOver&&dragButton&&dragButton.parentNode&&dragButton.parentNode.removeChild(dragButton)},2e3)}}function createDragButton(table,editor){function doClick(evt,button){clearTimeout(timer),timer=setTimeout(function(){editor.fireEvent("tableClicked",table,button)},300)}function doDblClick(evt){clearTimeout(timer);var ut=getUETable(table),start=table.rows[0].cells[0],end=ut.getLastCell(),range=ut.getCellsRange(start,end);editor.selection.getRange().setStart(start,0).setCursor(!1,!0),ut.setSelected(range)}var pos=domUtils.getXY(table),doc=table.ownerDocument;if(dragButton&&dragButton.parentNode)return dragButton;dragButton=doc.createElement("div"),dragButton.contentEditable=!1,dragButton.innerHTML="",dragButton.style.cssText="width:15px;height:15px;background-image:url("+editor.options.UEDITOR_HOME_URL+"dialogs/table/dragicon.png);position: absolute;cursor:move;top:"+(pos.y-15)+"px;left:"+pos.x+"px;",domUtils.unSelectable(dragButton),dragButton.onmouseover=function(evt){dragOver=!0},dragButton.onmouseout=function(evt){dragOver=!1},domUtils.on(dragButton,"click",function(type,evt){doClick(evt,this)}),domUtils.on(dragButton,"dblclick",function(type,evt){doDblClick(evt)}),domUtils.on(dragButton,"dragstart",function(type,evt){domUtils.preventDefault(evt)});var timer;doc.body.appendChild(dragButton)}function inTableSide(table,cell,evt,top){var pos=mouseCoords(evt),state=getRelation(cell,pos);if(top){var caption=table.getElementsByTagName("caption")[0],capHeight=caption?caption.offsetHeight:0;return"v1"==state&&pos.y-domUtils.getXY(table).y-capHeight<8}return"h1"==state&&pos.x-domUtils.getXY(table).x<8}function getPermissionX(dragTd,evt){var ut=getUETable(dragTd);if(ut){var preTd=ut.getSameEndPosCells(dragTd,"x")[0],nextTd=ut.getSameStartPosXCells(dragTd)[0],mouseX=mouseCoords(evt).x,left=(preTd?domUtils.getXY(preTd).x:domUtils.getXY(ut.table).x)+20,right=nextTd?domUtils.getXY(nextTd).x+nextTd.offsetWidth-20:me.body.offsetWidth+5||parseInt(domUtils.getComputedStyle(me.body,"width"),10);return left+=cellMinWidth,right-=cellMinWidth,mouseX<left?left:mouseX>right?right:mouseX}}function getPermissionY(dragTd,evt){try{var top=domUtils.getXY(dragTd).y,mousePosY=mouseCoords(evt).y;return mousePosY<top?top:mousePosY}catch(e){showError(e)}}function toggleDraggableState(editor,draggable,dir,mousePos,cell){try{editor.body.style.cursor="h"==dir?"col-resize":"v"==dir?"row-resize":"text",browser.ie&&(!dir||mousedown||getUETableBySelected(editor)?hideDragLine(editor):(getDragLine(editor,editor.document),showDragLineAt(dir,cell))),onBorder=draggable}catch(e){showError(e)}}function getRelation(ele,mousePos){var elePos=domUtils.getXY(ele);return elePos?elePos.x+ele.offsetWidth-mousePos.x<cellBorderWidth?"h":mousePos.x-elePos.x<cellBorderWidth?"h1":elePos.y+ele.offsetHeight-mousePos.y<cellBorderWidth?"v":mousePos.y-elePos.y<cellBorderWidth?"v1":"":""}function mouseDownEvent(type,evt){if(!isEditorDisabled())if(userActionStatus={x:evt.clientX,y:evt.clientY},2==evt.button){var ut=getUETableBySelected(me),flag=!1;if(ut){var td=getTargetTd(me,evt);utils.each(ut.selectedTds,function(ti){ti===td&&(flag=!0)}),flag?(td=ut.selectedTds[0],setTimeout(function(){me.selection.getRange().setStart(td,0).setCursor(!1,!0)},0)):(removeSelectedClass(domUtils.getElementsByTagName(me.body,"th td")),ut.clearSelected())}}else tableClickHander(evt)}function tableDbclickHandler(evt){singleClickState=0,evt=evt||me.window.event;var target=getParentTdOrTh(evt.target||evt.srcElement);if(target){var h;if(h=getRelation(target,mouseCoords(evt))){if(hideDragLine(me),"h1"==h)if(h="h",inTableSide(domUtils.findParentByTagName(target,"table"),target,evt))me.execCommand("adaptbywindow");else if(target=getUETable(target).getPreviewCell(target)){var rng=me.selection.getRange();rng.selectNodeContents(target).setCursor(!0,!0)}if("h"==h){var ut=getUETable(target),table=ut.table,cells=getCellsByMoveBorder(target,table,!0);cells=extractArray(cells,"left"),ut.width=ut.offsetWidth;var oldWidth=[],newWidth=[];utils.each(cells,function(cell){oldWidth.push(cell.offsetWidth)}),utils.each(cells,function(cell){cell.removeAttribute("width")}),window.setTimeout(function(){var changeable=!0;utils.each(cells,function(cell,index){var width=cell.offsetWidth;return width>oldWidth[index]?(changeable=!1,!1):void newWidth.push(width)});var change=changeable?newWidth:oldWidth;utils.each(cells,function(cell,index){cell.width=change[index]-getTabcellSpace()})},0)}}}}function tableClickHander(evt){if(removeSelectedClass(domUtils.getElementsByTagName(me.body,"td th")),utils.each(me.document.getElementsByTagName("table"),function(t){t.ueTable=null}),startTd=getTargetTd(me,evt)){var table=domUtils.findParentByTagName(startTd,"table",!0);ut=getUETable(table),ut&&ut.clearSelected(),onBorder?borderActionHandler(evt):(me.document.body.style.webkitUserSelect="",mousedown=!0,me.addListener("mouseover",mouseOverEvent))}}function borderActionHandler(evt){browser.ie&&(evt=reconstruct(evt)),clearTableDragTimer(),isInResizeBuffer=!0,tableDragTimer=setTimeout(function(){tableBorderDrag(evt)},dblclickTime)}function extractArray(originArr,key){for(var result=[],tmp=null,i=0,len=originArr.length;i<len;i++)tmp=originArr[i][key],tmp&&result.push(tmp);return result}function clearTableDragTimer(){tableDragTimer&&clearTimeout(tableDragTimer),tableDragTimer=null}function reconstruct(obj){var attrs=["pageX","pageY","clientX","clientY","srcElement","target"],newObj={};if(obj)for(var key,val,i=0;key=attrs[i];i++)val=obj[key],val&&(newObj[key]=val);return newObj}function tableBorderDrag(evt){if(isInResizeBuffer=!1,startTd=evt.target||evt.srcElement){var state=getRelation(startTd,mouseCoords(evt));/\d/.test(state)&&(state=state.replace(/\d/,""),startTd=getUETable(startTd).getPreviewCell(startTd,"v"==state)),hideDragLine(me),getDragLine(me,me.document),me.fireEvent("saveScene"),showDragLineAt(state,startTd),mousedown=!0,onDrag=state,dragTd=startTd}}function mouseUpEvent(type,evt){if(!isEditorDisabled()){if(clearTableDragTimer(),isInResizeBuffer=!1,
|
|
17
|
+
onBorder&&(singleClickState=++singleClickState%3,userActionStatus={x:evt.clientX,y:evt.clientY},tableResizeTimer=setTimeout(function(){singleClickState>0&&singleClickState--},dblclickTime),2===singleClickState))return singleClickState=0,void tableDbclickHandler(evt);if(2!=evt.button){var me=this,range=me.selection.getRange(),start=domUtils.findParentByTagName(range.startContainer,"table",!0),end=domUtils.findParentByTagName(range.endContainer,"table",!0);if((start||end)&&(start===end?(start=domUtils.findParentByTagName(range.startContainer,["td","th","caption"],!0),end=domUtils.findParentByTagName(range.endContainer,["td","th","caption"],!0),start!==end&&me.selection.clearRange()):me.selection.clearRange()),mousedown=!1,me.document.body.style.webkitUserSelect="",onDrag&&dragTd&&(me.selection.getNative()[browser.ie9below?"empty":"removeAllRanges"](),singleClickState=0,dragLine=me.document.getElementById("ue_tableDragLine"))){var dragTdPos=domUtils.getXY(dragTd),dragLinePos=domUtils.getXY(dragLine);switch(onDrag){case"h":changeColWidth(dragTd,dragLinePos.x-dragTdPos.x);break;case"v":changeRowHeight(dragTd,dragLinePos.y-dragTdPos.y-dragTd.offsetHeight)}return onDrag="",dragTd=null,hideDragLine(me),void me.fireEvent("saveScene")}if(startTd){var ut=getUETable(startTd),cell=ut?ut.selectedTds[0]:null;if(cell)range=new dom.Range(me.document),domUtils.isEmptyBlock(cell)?range.setStart(cell,0).setCursor(!1,!0):range.selectNodeContents(cell).shrinkBoundary().setCursor(!1,!0);else if(range=me.selection.getRange().shrinkBoundary(),!range.collapsed){var start=domUtils.findParentByTagName(range.startContainer,["td","th"],!0),end=domUtils.findParentByTagName(range.endContainer,["td","th"],!0);(start&&!end||!start&&end||start&&end&&start!==end)&&range.setCursor(!1,!0)}startTd=null,me.removeListener("mouseover",mouseOverEvent)}else{var target=domUtils.findParentByTagName(evt.target||evt.srcElement,"td",!0);if(target||(target=domUtils.findParentByTagName(evt.target||evt.srcElement,"th",!0)),target&&("TD"==target.tagName||"TH"==target.tagName)){if(me.fireEvent("excludetable",target)===!0)return;range=new dom.Range(me.document),range.setStart(target,0).setCursor(!1,!0)}}me._selectionChange(250,evt)}}}function mouseOverEvent(type,evt){if(!isEditorDisabled()){var me=this,tar=evt.target||evt.srcElement;if(currentTd=domUtils.findParentByTagName(tar,"td",!0)||domUtils.findParentByTagName(tar,"th",!0),startTd&¤tTd&&("TD"==startTd.tagName&&"TD"==currentTd.tagName||"TH"==startTd.tagName&&"TH"==currentTd.tagName)&&domUtils.findParentByTagName(startTd,"table")==domUtils.findParentByTagName(currentTd,"table")){var ut=getUETable(currentTd);if(startTd!=currentTd){me.document.body.style.webkitUserSelect="none",me.selection.getNative()[browser.ie9below?"empty":"removeAllRanges"]();var range=ut.getCellsRange(startTd,currentTd);ut.setSelected(range)}else me.document.body.style.webkitUserSelect="",ut.clearSelected()}evt.preventDefault?evt.preventDefault():evt.returnValue=!1}}function setCellHeight(cell,height,backHeight){var lineHight=parseInt(domUtils.getComputedStyle(cell,"line-height"),10),tmpHeight=backHeight+height;height=tmpHeight<lineHight?lineHight:tmpHeight,cell.style.height&&(cell.style.height=""),1==cell.rowSpan?cell.setAttribute("height",height):cell.removeAttribute&&cell.removeAttribute("height")}function changeColWidth(cell,changeValue){var ut=getUETable(cell);if(ut){var table=ut.table,cells=getCellsByMoveBorder(cell,table);if(table.style.width="",table.removeAttribute("width"),changeValue=correctChangeValue(changeValue,cell,cells),cell.nextSibling){utils.each(cells,function(cellGroup){cellGroup.left.width=+cellGroup.left.width+changeValue,cellGroup.right&&(cellGroup.right.width=+cellGroup.right.width-changeValue)})}else utils.each(cells,function(cellGroup){cellGroup.left.width-=-changeValue})}}function isEditorDisabled(){return"false"===me.body.contentEditable}function changeRowHeight(td,changeValue){if(!(Math.abs(changeValue)<10)){var ut=getUETable(td);if(ut)for(var cell,cells=ut.getSameEndPosCells(td,"y"),backHeight=cells[0]?cells[0].offsetHeight:0,i=0;cell=cells[i++];)setCellHeight(cell,changeValue,backHeight)}}function getCellsByMoveBorder(cell,table,isContainMergeCell){if(table||(table=domUtils.findParentByTagName(cell,"table")),!table)return null;for(var temp=(domUtils.getNodeIndex(cell),cell),rows=table.rows,colIndex=0;temp;)1===temp.nodeType&&(colIndex+=temp.colSpan||1),temp=temp.previousSibling;temp=null;var borderCells=[];return utils.each(rows,function(tabRow){var cells=tabRow.cells,currIndex=0;utils.each(cells,function(tabCell){return currIndex+=tabCell.colSpan||1,currIndex===colIndex?(borderCells.push({left:tabCell,right:tabCell.nextSibling||null}),!1):currIndex>colIndex?(isContainMergeCell&&borderCells.push({left:tabCell}),!1):void 0})}),borderCells}function correctChangeValue(changeValue,relatedCell,cells){if(changeValue-=getTabcellSpace(),changeValue<0)return 0;changeValue-=getTableCellWidth(relatedCell);var direction=changeValue<0?"left":"right";return changeValue=Math.abs(changeValue),utils.each(cells,function(cellGroup){var curCell=cellGroup[direction];curCell&&(changeValue=Math.min(changeValue,getTableCellWidth(curCell)-cellMinWidth))}),changeValue=changeValue<0?0:changeValue,"left"===direction?-changeValue:changeValue}function getTableCellWidth(cell){var width=0,width=cell.offsetWidth-getTabcellSpace();cell.nextSibling||(width-=getTableCellOffset(cell)),width=width<0?0:width;try{cell.width=width}catch(e){}return width}function getTableCellOffset(cell){if(tab=domUtils.findParentByTagName(cell,"table",!1),void 0===tab.offsetVal){var prev=cell.previousSibling;prev?tab.offsetVal=cell.offsetWidth-prev.offsetWidth===UT.borderWidth?UT.borderWidth:0:tab.offsetVal=0}return tab.offsetVal}function getTabcellSpace(){if(void 0===UT.tabcellSpace){var tab=me.document.createElement("table"),tbody=me.document.createElement("tbody"),trow=me.document.createElement("tr"),tabcell=me.document.createElement("td"),mirror=null;tabcell.style.cssText="border: 0;",tabcell.width=1,trow.appendChild(tabcell),trow.appendChild(mirror=tabcell.cloneNode(!1)),tbody.appendChild(trow),tab.appendChild(tbody),tab.style.cssText="visibility: hidden;",me.body.appendChild(tab),UT.paddingSpace=tabcell.offsetWidth-1;var tmpTabWidth=tab.offsetWidth;tabcell.style.cssText="",mirror.style.cssText="",UT.borderWidth=(tab.offsetWidth-tmpTabWidth)/3,UT.tabcellSpace=UT.paddingSpace+UT.borderWidth,me.body.removeChild(tab)}return getTabcellSpace=function(){return UT.tabcellSpace},UT.tabcellSpace}function getDragLine(editor,doc){mousedown||(dragLine=editor.document.createElement("div"),domUtils.setAttributes(dragLine,{id:"ue_tableDragLine",unselectable:"on",contenteditable:!1,onresizestart:"return false",ondragstart:"return false",onselectstart:"return false",style:"background-color:blue;position:absolute;padding:0;margin:0;background-image:none;border:0px none;opacity:0;filter:alpha(opacity=0)"}),editor.body.appendChild(dragLine))}function hideDragLine(editor){if(!mousedown)for(var line;line=editor.document.getElementById("ue_tableDragLine");)domUtils.remove(line)}function showDragLineAt(state,cell){if(cell){var css,table=domUtils.findParentByTagName(cell,"table"),caption=table.getElementsByTagName("caption"),width=table.offsetWidth,height=table.offsetHeight-(caption.length>0?caption[0].offsetHeight:0),tablePos=domUtils.getXY(table),cellPos=domUtils.getXY(cell);switch(state){case"h":css="height:"+height+"px;top:"+(tablePos.y+(caption.length>0?caption[0].offsetHeight:0))+"px;left:"+(cellPos.x+cell.offsetWidth),dragLine.style.cssText=css+"px;position: absolute;display:block;background-color:blue;width:1px;border:0; color:blue;opacity:.3;filter:alpha(opacity=30)";break;case"v":css="width:"+width+"px;left:"+tablePos.x+"px;top:"+(cellPos.y+cell.offsetHeight),dragLine.style.cssText=css+"px;overflow:hidden;position: absolute;display:block;background-color:blue;height:1px;border:0;color:blue;opacity:.2;filter:alpha(opacity=20)"}}}function switchBorderColor(editor,flag){for(var color,node,tableArr=domUtils.getElementsByTagName(editor.body,"table"),i=0;node=tableArr[i++];){var td=domUtils.getElementsByTagName(node,"td");td[0]&&(flag?(color=td[0].style.borderColor.replace(/\s/g,""),/(#ffffff)|(rgb\(255,255,255\))/gi.test(color)&&domUtils.addClass(node,"noBorderTable")):domUtils.removeClasses(node,"noBorderTable"))}}function getTableWidth(editor,needIEHack,defaultValue){var body=editor.body;return body.offsetWidth-(needIEHack?2*parseInt(domUtils.getComputedStyle(body,"margin-left"),10):0)-2*defaultValue.tableBorder-(editor.options.offsetWidth||0)}function getTargetTd(editor,evt){var target=domUtils.findParentByTagName(evt.target||evt.srcElement,["td","th"],!0),dir=null;if(!target)return null;if(dir=getRelation(target,mouseCoords(evt)),!target)return null;if("h1"===dir&&target.previousSibling){var position=domUtils.getXY(target),cellWidth=target.offsetWidth;Math.abs(position.x+cellWidth-evt.clientX)>cellWidth/3&&(target=target.previousSibling)}else if("v1"===dir&&target.parentNode.previousSibling){var position=domUtils.getXY(target),cellHeight=target.offsetHeight;Math.abs(position.y+cellHeight-evt.clientY)>cellHeight/3&&(target=target.parentNode.previousSibling.firstChild)}return target&&editor.fireEvent("excludetable",target)!==!0?target:null}var me=this,tableDragTimer=null,tableResizeTimer=null,cellMinWidth=5,isInResizeBuffer=!1,cellBorderWidth=5,offsetOfTableCell=10,singleClickState=0,userActionStatus=null,dblclickTime=200,UT=UE.UETable,getUETable=function(tdOrTable){return UT.getUETable(tdOrTable)},getUETableBySelected=function(editor){return UT.getUETableBySelected(editor)},getDefaultValue=function(editor,table){return UT.getDefaultValue(editor,table)},removeSelectedClass=function(cells){return UT.removeSelectedClass(cells)};me.ready(function(){var me=this,orgGetText=me.selection.getText;me.selection.getText=function(){var table=getUETableBySelected(me);if(table){var str="";return utils.each(table.selectedTds,function(td){str+=td[browser.ie?"innerText":"textContent"]}),str}return orgGetText.call(me.selection)}});var startTd=null,currentTd=null,onDrag="",onBorder=!1,dragButton=null,dragOver=!1,dragLine=null,dragTd=null,mousedown=!1,needIEHack=!0;me.setOpt({maxColNum:20,maxRowNum:100,defaultCols:5,defaultRows:5,tdvalign:"top",cursorpath:me.options.UEDITOR_HOME_URL+"themes/default/images/cursor_",tableDragable:!1,classList:["ue-table-interlace-color-single","ue-table-interlace-color-double"]}),me.getUETable=getUETable;var commands={deletetable:1,inserttable:1,cellvalign:1,insertcaption:1,deletecaption:1,inserttitle:1,deletetitle:1,mergeright:1,mergedown:1,mergecells:1,insertrow:1,insertrownext:1,deleterow:1,insertcol:1,insertcolnext:1,deletecol:1,splittocells:1,splittorows:1,splittocols:1,adaptbytext:1,adaptbywindow:1,adaptbycustomer:1,insertparagraph:1,insertparagraphbeforetable:1,averagedistributecol:1,averagedistributerow:1};me.ready(function(){utils.cssRule("table",".selectTdClass{background-color:#edf5fa !important}table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #ddd !important}table{margin-bottom:10px;border-collapse:collapse;display:table;}td,th{padding: 5px 10px;border: 1px solid #DDD;}caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}th{border-top:1px solid #BBB;background-color:#F7F7F7;}table tr.firstRow th{border-top-width:2px;}.ue-table-interlace-color-single{ background-color: #fcfcfc; } .ue-table-interlace-color-double{ background-color: #f7faff; }td p{margin:0;padding:0;}",me.document);var tableCopyList,isFullCol,isFullRow;me.addListener("keydown",function(cmd,evt){var me=this,keyCode=evt.keyCode||evt.which;if(8==keyCode){var ut=getUETableBySelected(me);ut&&ut.selectedTds.length&&(ut.isFullCol()?me.execCommand("deletecol"):ut.isFullRow()?me.execCommand("deleterow"):me.fireEvent("delcells"),domUtils.preventDefault(evt));var caption=domUtils.findParentByTagName(me.selection.getStart(),"caption",!0),range=me.selection.getRange();if(range.collapsed&&caption&&isEmptyBlock(caption)){me.fireEvent("saveScene");var table=caption.parentNode;domUtils.remove(caption),table&&range.setStart(table.rows[0].cells[0],0).setCursor(!1,!0),me.fireEvent("saveScene")}}if(46==keyCode&&(ut=getUETableBySelected(me))){me.fireEvent("saveScene");for(var ci,i=0;ci=ut.selectedTds[i++];)domUtils.fillNode(me.document,ci);me.fireEvent("saveScene"),domUtils.preventDefault(evt)}if(13==keyCode){var rng=me.selection.getRange(),caption=domUtils.findParentByTagName(rng.startContainer,"caption",!0);if(caption){var table=domUtils.findParentByTagName(caption,"table");return rng.collapsed?caption&&rng.setStart(table.rows[0].cells[0],0).setCursor(!1,!0):(rng.deleteContents(),me.fireEvent("saveScene")),void domUtils.preventDefault(evt)}if(rng.collapsed){var table=domUtils.findParentByTagName(rng.startContainer,"table");if(table){var cell=table.rows[0].cells[0],start=domUtils.findParentByTagName(me.selection.getStart(),["td","th"],!0),preNode=table.previousSibling;if(cell===start&&(!preNode||1==preNode.nodeType&&"TABLE"==preNode.tagName)&&domUtils.isStartInblock(rng)){var first=domUtils.findParent(me.selection.getStart(),function(n){return domUtils.isBlockElm(n)},!0);first&&(/t(h|d)/i.test(first.tagName)||first===start.firstChild)&&(me.execCommand("insertparagraphbeforetable"),domUtils.preventDefault(evt))}}}}if((evt.ctrlKey||evt.metaKey)&&"67"==evt.keyCode){tableCopyList=null;var ut=getUETableBySelected(me);if(ut){var tds=ut.selectedTds;isFullCol=ut.isFullCol(),isFullRow=ut.isFullRow(),tableCopyList=[[ut.cloneCell(tds[0],null,!0)]];for(var ci,i=1;ci=tds[i];i++)ci.parentNode!==tds[i-1].parentNode?tableCopyList.push([ut.cloneCell(ci,null,!0)]):tableCopyList[tableCopyList.length-1].push(ut.cloneCell(ci,null,!0))}}}),me.addListener("tablehasdeleted",function(){toggleDraggableState(this,!1,"",null),dragButton&&domUtils.remove(dragButton)}),me.addListener("beforepaste",function(cmd,html){var me=this,rng=me.selection.getRange();if(domUtils.findParentByTagName(rng.startContainer,"caption",!0)){var div=me.document.createElement("div");return div.innerHTML=html.html,void(html.html=div[browser.ie9below?"innerText":"textContent"])}var table=getUETableBySelected(me);if(tableCopyList){me.fireEvent("saveScene");var tmpNode,preNode,rng=me.selection.getRange(),td=domUtils.findParentByTagName(rng.startContainer,["td","th"],!0);if(td){var ut=getUETable(td);if(isFullRow){var rowIndex=ut.getCellInfo(td).rowIndex;"TH"==td.tagName&&rowIndex++;for(var ci,i=0;ci=tableCopyList[i++];){for(var cj,tr=ut.insertRow(rowIndex++,"td"),j=0;cj=ci[j];j++){var cell=tr.cells[j];cell||(cell=tr.insertCell(j)),cell.innerHTML=cj.innerHTML,cj.getAttribute("width")&&cell.setAttribute("width",cj.getAttribute("width")),cj.getAttribute("vAlign")&&cell.setAttribute("vAlign",cj.getAttribute("vAlign")),cj.getAttribute("align")&&cell.setAttribute("align",cj.getAttribute("align")),cj.style.cssText&&(cell.style.cssText=cj.style.cssText)}for(var cj,j=0;(cj=tr.cells[j])&&ci[j];j++)cj.innerHTML=ci[j].innerHTML,ci[j].getAttribute("width")&&cj.setAttribute("width",ci[j].getAttribute("width")),ci[j].getAttribute("vAlign")&&cj.setAttribute("vAlign",ci[j].getAttribute("vAlign")),ci[j].getAttribute("align")&&cj.setAttribute("align",ci[j].getAttribute("align")),ci[j].style.cssText&&(cj.style.cssText=ci[j].style.cssText)}}else{if(isFullCol){cellInfo=ut.getCellInfo(td);for(var cj,maxColNum=0,j=0,ci=tableCopyList[0];cj=ci[j++];)maxColNum+=cj.colSpan||1;for(me.__hasEnterExecCommand=!0,i=0;i<maxColNum;i++)me.execCommand("insertcol");me.__hasEnterExecCommand=!1,td=ut.table.rows[0].cells[cellInfo.cellIndex],"TH"==td.tagName&&(td=ut.table.rows[1].cells[cellInfo.cellIndex])}for(var ci,i=0;ci=tableCopyList[i++];){tmpNode=td;for(var cj,j=0;cj=ci[j++];)if(td)td.innerHTML=cj.innerHTML,cj.getAttribute("width")&&td.setAttribute("width",cj.getAttribute("width")),cj.getAttribute("vAlign")&&td.setAttribute("vAlign",cj.getAttribute("vAlign")),cj.getAttribute("align")&&td.setAttribute("align",cj.getAttribute("align")),cj.style.cssText&&(td.style.cssText=cj.style.cssText),preNode=td,td=td.nextSibling;else{var cloneTd=cj.cloneNode(!0);domUtils.removeAttributes(cloneTd,["class","rowSpan","colSpan"]),preNode.parentNode.appendChild(cloneTd)}if(td=ut.getNextCell(tmpNode,!0,!0),!tableCopyList[i])break;if(!td){var cellInfo=ut.getCellInfo(tmpNode);ut.table.insertRow(ut.table.rows.length),ut.update(),td=ut.getVSideCell(tmpNode,!0)}}}ut.update()}else{table=me.document.createElement("table");for(var ci,i=0;ci=tableCopyList[i++];){for(var cj,tr=table.insertRow(table.rows.length),j=0;cj=ci[j++];)cloneTd=UT.cloneCell(cj,null,!0),domUtils.removeAttributes(cloneTd,["class"]),tr.appendChild(cloneTd);2==j&&cloneTd.rowSpan>1&&(cloneTd.rowSpan=1)}var defaultValue=getDefaultValue(me),width=me.body.offsetWidth-(needIEHack?2*parseInt(domUtils.getComputedStyle(me.body,"margin-left"),10):0)-2*defaultValue.tableBorder-(me.options.offsetWidth||0);me.execCommand("insertHTML","<table "+(isFullCol&&isFullRow?'width="'+width+'"':"")+">"+table.innerHTML.replace(/>\s*</g,"><").replace(/\bth\b/gi,"td")+"</table>")}return me.fireEvent("contentchange"),me.fireEvent("saveScene"),html.html="",!0}var tables,div=me.document.createElement("div");div.innerHTML=html.html,tables=div.getElementsByTagName("table"),domUtils.findParentByTagName(me.selection.getStart(),"table")?(utils.each(tables,function(t){domUtils.remove(t)}),domUtils.findParentByTagName(me.selection.getStart(),"caption",!0)&&(div.innerHTML=div[browser.ie?"innerText":"textContent"])):utils.each(tables,function(table){removeStyleSize(table,!0),domUtils.removeAttributes(table,["style","border"]),utils.each(domUtils.getElementsByTagName(table,"td"),function(td){isEmptyBlock(td)&&domUtils.fillNode(me.document,td),removeStyleSize(td,!0)})}),html.html=div.innerHTML}),me.addListener("afterpaste",function(){utils.each(domUtils.getElementsByTagName(me.body,"table"),function(table){if(table.offsetWidth>me.body.offsetWidth){var defaultValue=getDefaultValue(me,table);table.style.width=me.body.offsetWidth-(needIEHack?2*parseInt(domUtils.getComputedStyle(me.body,"margin-left"),10):0)-2*defaultValue.tableBorder-(me.options.offsetWidth||0)+"px"}})}),me.addListener("blur",function(){tableCopyList=null});var timer;me.addListener("keydown",function(){clearTimeout(timer),timer=setTimeout(function(){var rng=me.selection.getRange(),cell=domUtils.findParentByTagName(rng.startContainer,["th","td"],!0);if(cell){var table=cell.parentNode.parentNode.parentNode;table.offsetWidth>table.getAttribute("width")&&(cell.style.wordBreak="break-all")}},100)}),me.addListener("selectionchange",function(){toggleDraggableState(me,!1,"",null)}),me.addListener("contentchange",function(){var me=this;if(hideDragLine(me),!getUETableBySelected(me)){var rng=me.selection.getRange(),start=rng.startContainer;start=domUtils.findParentByTagName(start,["td","th"],!0),utils.each(domUtils.getElementsByTagName(me.document,"table"),function(table){me.fireEvent("excludetable",table)!==!0&&(table.ueTable=new UT(table),table.onmouseover=function(){me.fireEvent("tablemouseover",table)},table.onmousemove=function(){me.fireEvent("tablemousemove",table),me.options.tableDragable&&toggleDragButton(!0,this,me),utils.defer(function(){me.fireEvent("contentchange",50)},!0)},table.onmouseout=function(){me.fireEvent("tablemouseout",table),toggleDraggableState(me,!1,"",null),hideDragLine(me)},table.onclick=function(evt){evt=me.window.event||evt;var target=getParentTdOrTh(evt.target||evt.srcElement);if(target){var cellsRange,ut=getUETable(target),table=ut.table,cellInfo=ut.getCellInfo(target),rng=me.selection.getRange();if(inTableSide(table,target,evt,!0)){var endTdCol=ut.getCell(ut.indexTable[ut.rowsNum-1][cellInfo.colIndex].rowIndex,ut.indexTable[ut.rowsNum-1][cellInfo.colIndex].cellIndex);return void(evt.shiftKey&&ut.selectedTds.length?ut.selectedTds[0]!==endTdCol?(cellsRange=ut.getCellsRange(ut.selectedTds[0],endTdCol),ut.setSelected(cellsRange)):rng&&rng.selectNodeContents(endTdCol).select():target!==endTdCol?(cellsRange=ut.getCellsRange(target,endTdCol),ut.setSelected(cellsRange)):rng&&rng.selectNodeContents(endTdCol).select())}if(inTableSide(table,target,evt)){var endTdRow=ut.getCell(ut.indexTable[cellInfo.rowIndex][ut.colsNum-1].rowIndex,ut.indexTable[cellInfo.rowIndex][ut.colsNum-1].cellIndex);evt.shiftKey&&ut.selectedTds.length?ut.selectedTds[0]!==endTdRow?(cellsRange=ut.getCellsRange(ut.selectedTds[0],endTdRow),ut.setSelected(cellsRange)):rng&&rng.selectNodeContents(endTdRow).select():target!==endTdRow?(cellsRange=ut.getCellsRange(target,endTdRow),ut.setSelected(cellsRange)):rng&&rng.selectNodeContents(endTdRow).select()}}})}),switchBorderColor(me,!0)}}),domUtils.on(me.document,"mousemove",mouseMoveEvent),domUtils.on(me.document,"mouseout",function(evt){var target=evt.target||evt.srcElement;"TABLE"==target.tagName&&toggleDraggableState(me,!1,"",null)}),me.addListener("interlacetable",function(type,table,classList){if(table)for(var me=this,rows=table.rows,len=rows.length,getClass=function(list,index,repeat){return list[index]?list[index]:repeat?list[index%list.length]:""},i=0;i<len;i++)rows[i].className=getClass(classList||me.options.classList,i,!0)}),me.addListener("uninterlacetable",function(type,table){if(table)for(var me=this,rows=table.rows,classList=me.options.classList,len=rows.length,i=0;i<len;i++)domUtils.removeClasses(rows[i],classList)}),me.addListener("mousedown",mouseDownEvent),me.addListener("mouseup",mouseUpEvent),domUtils.on(me.body,"dragstart",function(evt){mouseUpEvent.call(me,"dragstart",evt)}),me.addOutputRule(function(root){utils.each(root.getNodesByTagName("div"),function(n){"ue_tableDragLine"==n.getAttr("id")&&n.parentNode.removeChild(n)})});var currentRowIndex=0;me.addListener("mousedown",function(){currentRowIndex=0}),me.addListener("tabkeydown",function(){var range=this.selection.getRange(),common=range.getCommonAncestor(!0,!0),table=domUtils.findParentByTagName(common,"table");if(table){if(domUtils.findParentByTagName(common,"caption",!0)){var cell=domUtils.getElementsByTagName(table,"th td");cell&&cell.length&&range.setStart(cell[0],0).setCursor(!1,!0)}else{var cell=domUtils.findParentByTagName(common,["td","th"],!0),ua=getUETable(cell);currentRowIndex=cell.rowSpan>1?currentRowIndex:ua.getCellInfo(cell).rowIndex;var nextCell=ua.getTabNextCell(cell,currentRowIndex);nextCell?isEmptyBlock(nextCell)?range.setStart(nextCell,0).setCursor(!1,!0):range.selectNodeContents(nextCell).select():(me.fireEvent("saveScene"),me.__hasEnterExecCommand=!0,this.execCommand("insertrownext"),me.__hasEnterExecCommand=!1,range=this.selection.getRange(),range.setStart(table.rows[table.rows.length-1].cells[0],0).setCursor(),me.fireEvent("saveScene"))}return!0}}),browser.ie&&me.addListener("selectionchange",function(){toggleDraggableState(this,!1,"",null)}),me.addListener("keydown",function(type,evt){var me=this,keyCode=evt.keyCode||evt.which;if(8!=keyCode&&46!=keyCode){var notCtrlKey=!(evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey);notCtrlKey&&removeSelectedClass(domUtils.getElementsByTagName(me.body,"td"));var ut=getUETableBySelected(me);ut&¬CtrlKey&&ut.clearSelected()}}),me.addListener("beforegetcontent",function(){switchBorderColor(this,!1),browser.ie&&utils.each(this.document.getElementsByTagName("caption"),function(ci){domUtils.isEmptyNode(ci)&&(ci.innerHTML=" ")})}),me.addListener("aftergetcontent",function(){switchBorderColor(this,!0)}),me.addListener("getAllHtml",function(){removeSelectedClass(me.document.getElementsByTagName("td"))}),me.addListener("fullscreenchanged",function(type,fullscreen){if(!fullscreen){var ratio=this.body.offsetWidth/document.body.offsetWidth,tables=domUtils.getElementsByTagName(this.body,"table");utils.each(tables,function(table){if(table.offsetWidth<me.body.offsetWidth)return!1;var tds=domUtils.getElementsByTagName(table,"td"),backWidths=[];utils.each(tds,function(td){backWidths.push(td.offsetWidth)});for(var td,i=0;td=tds[i];i++)td.setAttribute("width",Math.floor(backWidths[i]*ratio));table.setAttribute("width",Math.floor(getTableWidth(me,needIEHack,getDefaultValue(me))))})}});var oldExecCommand=me.execCommand;me.execCommand=function(cmd,datatat){var me=this;cmd=cmd.toLowerCase();var tds,result,ut=getUETableBySelected(me),range=new dom.Range(me.document),cmdFun=me.commands[cmd]||UE.commands[cmd];if(cmdFun){if(!ut||commands[cmd]||cmdFun.notNeedUndo||me.__hasEnterExecCommand)result=oldExecCommand.apply(me,arguments);else{me.__hasEnterExecCommand=!0,me.fireEvent("beforeexeccommand",cmd),tds=ut.selectedTds;for(var value,state,td,lastState=-2,lastValue=-2,i=0;td=tds[i];i++)isEmptyBlock(td)?range.setStart(td,0).setCursor(!1,!0):range.selectNode(td).select(!0),state=me.queryCommandState(cmd),value=me.queryCommandValue(cmd),state!=-1&&(lastState===state&&lastValue===value||(me._ignoreContentChange=!0,result=oldExecCommand.apply(me,arguments),me._ignoreContentChange=!1),lastState=me.queryCommandState(cmd),lastValue=me.queryCommandValue(cmd),domUtils.isEmptyBlock(td)&&domUtils.fillNode(me.document,td));range.setStart(tds[0],0).shrinkBoundary(!0).setCursor(!1,!0),me.fireEvent("contentchange"),me.fireEvent("afterexeccommand",cmd),me.__hasEnterExecCommand=!1,me._selectionChange()}return result}}});var dragButtonTimer},UE.UETable.prototype.sortTable=function(sortByCellIndex,compareFn){var table=this.table,rows=table.rows,trArray=[],flag="TH"===rows[0].cells[0].tagName,lastRowIndex=0;if(this.selectedTds.length){for(var range=this.cellsRange,len=range.endRowIndex+1,i=range.beginRowIndex;i<len;i++)trArray[i]=rows[i];trArray.splice(0,range.beginRowIndex),lastRowIndex=range.endRowIndex+1===this.rowsNum?0:range.endRowIndex+1}else for(var i=0,len=rows.length;i<len;i++)trArray[i]=rows[i];var Fn={reversecurrent:function(td1,td2){return 1},orderbyasc:function(td1,td2){var value1=td1.innerText||td1.textContent,value2=td2.innerText||td2.textContent;return value1.localeCompare(value2)},reversebyasc:function(td1,td2){var value1=td1.innerHTML,value2=td2.innerHTML;return value2.localeCompare(value1)},orderbynum:function(td1,td2){var value1=td1[browser.ie?"innerText":"textContent"].match(/\d+/),value2=td2[browser.ie?"innerText":"textContent"].match(/\d+/);return value1&&(value1=+value1[0]),value2&&(value2=+value2[0]),(value1||0)-(value2||0)},reversebynum:function(td1,td2){var value1=td1[browser.ie?"innerText":"textContent"].match(/\d+/),value2=td2[browser.ie?"innerText":"textContent"].match(/\d+/);return value1&&(value1=+value1[0]),value2&&(value2=+value2[0]),(value2||0)-(value1||0)}};table.setAttribute("data-sort-type",compareFn&&"string"==typeof compareFn&&Fn[compareFn]?compareFn:""),flag&&trArray.splice(0,1),trArray=utils.sort(trArray,function(tr1,tr2){var result;return result=compareFn&&"function"==typeof compareFn?compareFn.call(this,tr1.cells[sortByCellIndex],tr2.cells[sortByCellIndex]):compareFn&&"number"==typeof compareFn?1:compareFn&&"string"==typeof compareFn&&Fn[compareFn]?Fn[compareFn].call(this,tr1.cells[sortByCellIndex],tr2.cells[sortByCellIndex]):Fn.orderbyasc.call(this,tr1.cells[sortByCellIndex],tr2.cells[sortByCellIndex])});for(var fragment=table.ownerDocument.createDocumentFragment(),j=0,len=trArray.length;j<len;j++)fragment.appendChild(trArray[j]);var tbody=table.getElementsByTagName("tbody")[0];lastRowIndex?tbody.insertBefore(fragment,rows[lastRowIndex-range.endRowIndex+range.beginRowIndex-1]):tbody.appendChild(fragment)},UE.plugins.tablesort=function(){var me=this,UT=UE.UETable,getUETable=function(tdOrTable){return UT.getUETable(tdOrTable)},getTableItemsByRange=function(editor){return UT.getTableItemsByRange(editor)};me.ready(function(){utils.cssRule("tablesort","table.sortEnabled tr.firstRow th,table.sortEnabled tr.firstRow td{padding-right:20px;background-repeat: no-repeat;background-position: center right; background-image:url("+me.options.themePath+me.options.theme+"/images/sortable.png);}",me.document),me.addListener("afterexeccommand",function(type,cmd){"mergeright"!=cmd&&"mergedown"!=cmd&&"mergecells"!=cmd||this.execCommand("disablesort")})}),UE.commands.sorttable={queryCommandState:function(){var me=this,tableItems=getTableItemsByRange(me);if(!tableItems.cell)return-1;for(var cell,table=tableItems.table,cells=table.getElementsByTagName("td"),i=0;cell=cells[i++];)if(1!=cell.rowSpan||1!=cell.colSpan)return-1;return 0},execCommand:function(cmd,fn){var me=this,range=me.selection.getRange(),bk=range.createBookmark(!0),tableItems=getTableItemsByRange(me),cell=tableItems.cell,ut=getUETable(tableItems.table),cellInfo=ut.getCellInfo(cell);ut.sortTable(cellInfo.cellIndex,fn),range.moveToBookmark(bk);try{range.select()}catch(e){}}},UE.commands.enablesort=UE.commands.disablesort={queryCommandState:function(cmd){var table=getTableItemsByRange(this).table;if(table&&"enablesort"==cmd)for(var cells=domUtils.getElementsByTagName(table,"th td"),i=0;i<cells.length;i++)if(cells[i].getAttribute("colspan")>1||cells[i].getAttribute("rowspan")>1)return-1;return table?"enablesort"==cmd^"sortEnabled"!=table.getAttribute("data-sort")?-1:0:-1},execCommand:function(cmd){var table=getTableItemsByRange(this).table;table.setAttribute("data-sort","enablesort"==cmd?"sortEnabled":"sortDisabled"),"enablesort"==cmd?domUtils.addClass(table,"sortEnabled"):domUtils.removeClasses(table,"sortEnabled")}}},UE.plugins.contextmenu=function(){var me=this;if(me.setOpt("enableContextMenu",me.getOpt("enableContextMenu")||!0),me.getOpt("enableContextMenu")!==!1){var menu,lang=me.getLang("contextMenu"),items=me.options.contextMenu||[{label:lang.selectall,cmdName:"selectall"},{label:lang.cleardoc,cmdName:"cleardoc",exec:function(){confirm(lang.confirmclear)&&this.execCommand("cleardoc")}},"-",{label:lang.unlink,cmdName:"unlink"},"-",{group:lang.paragraph,icon:"justifyjustify",subMenu:[{label:lang.justifyleft,cmdName:"justify",value:"left"},{label:lang.justifyright,cmdName:"justify",value:"right"},{label:lang.justifycenter,cmdName:"justify",value:"center"},{label:lang.justifyjustify,cmdName:"justify",value:"justify"}]},"-",{group:lang.table,icon:"table",subMenu:[{label:lang.inserttable,cmdName:"inserttable"},{label:lang.deletetable,cmdName:"deletetable"},"-",{label:lang.deleterow,cmdName:"deleterow"},{label:lang.deletecol,cmdName:"deletecol"},{label:lang.insertcol,cmdName:"insertcol"},{label:lang.insertcolnext,cmdName:"insertcolnext"},{label:lang.insertrow,cmdName:"insertrow"},{label:lang.insertrownext,cmdName:"insertrownext"},"-",{label:lang.insertcaption,cmdName:"insertcaption"},{label:lang.deletecaption,cmdName:"deletecaption"},{label:lang.inserttitle,cmdName:"inserttitle"},{label:lang.deletetitle,cmdName:"deletetitle"},{label:lang.inserttitlecol,cmdName:"inserttitlecol"},{label:lang.deletetitlecol,cmdName:"deletetitlecol"},"-",{label:lang.mergecells,cmdName:"mergecells"},{label:lang.mergeright,cmdName:"mergeright"},{label:lang.mergedown,cmdName:"mergedown"},"-",{label:lang.splittorows,cmdName:"splittorows"},{label:lang.splittocols,cmdName:"splittocols"},{label:lang.splittocells,cmdName:"splittocells"},"-",{label:lang.averageDiseRow,cmdName:"averagedistributerow"},{label:lang.averageDisCol,cmdName:"averagedistributecol"},"-",{label:lang.edittd,cmdName:"edittd",exec:function(){UE.ui.edittd&&new UE.ui.edittd(this),this.getDialog("edittd").open()}},{label:lang.edittable,cmdName:"edittable",exec:function(){UE.ui.edittable&&new UE.ui.edittable(this),this.getDialog("edittable").open()}},{label:lang.setbordervisible,cmdName:"setbordervisible"}]},{group:lang.tablesort,icon:"tablesort",subMenu:[{label:lang.enablesort,cmdName:"enablesort"},{label:lang.disablesort,cmdName:"disablesort"},"-",{label:lang.reversecurrent,cmdName:"sorttable",value:"reversecurrent"},{label:lang.orderbyasc,cmdName:"sorttable",value:"orderbyasc"},{label:lang.reversebyasc,cmdName:"sorttable",value:"reversebyasc"},{label:lang.orderbynum,cmdName:"sorttable",value:"orderbynum"
|
|
18
|
+
},{label:lang.reversebynum,cmdName:"sorttable",value:"reversebynum"}]},{group:lang.borderbk,icon:"borderBack",subMenu:[{label:lang.setcolor,cmdName:"interlacetable",exec:function(){this.execCommand("interlacetable")}},{label:lang.unsetcolor,cmdName:"uninterlacetable",exec:function(){this.execCommand("uninterlacetable")}},{label:lang.setbackground,cmdName:"settablebackground",exec:function(){this.execCommand("settablebackground",{repeat:!0,colorList:["#bbb","#ccc"]})}},{label:lang.unsetbackground,cmdName:"cleartablebackground",exec:function(){this.execCommand("cleartablebackground")}},{label:lang.redandblue,cmdName:"settablebackground",exec:function(){this.execCommand("settablebackground",{repeat:!0,colorList:["red","blue"]})}},{label:lang.threecolorgradient,cmdName:"settablebackground",exec:function(){this.execCommand("settablebackground",{repeat:!0,colorList:["#aaa","#bbb","#ccc"]})}}]},{group:lang.aligntd,icon:"aligntd",subMenu:[{cmdName:"cellalignment",value:{align:"left",vAlign:"top"}},{cmdName:"cellalignment",value:{align:"center",vAlign:"top"}},{cmdName:"cellalignment",value:{align:"right",vAlign:"top"}},{cmdName:"cellalignment",value:{align:"left",vAlign:"middle"}},{cmdName:"cellalignment",value:{align:"center",vAlign:"middle"}},{cmdName:"cellalignment",value:{align:"right",vAlign:"middle"}},{cmdName:"cellalignment",value:{align:"left",vAlign:"bottom"}},{cmdName:"cellalignment",value:{align:"center",vAlign:"bottom"}},{cmdName:"cellalignment",value:{align:"right",vAlign:"bottom"}}]},{group:lang.aligntable,icon:"aligntable",subMenu:[{cmdName:"tablealignment",className:"left",label:lang.tableleft,value:"left"},{cmdName:"tablealignment",className:"center",label:lang.tablecenter,value:"center"},{cmdName:"tablealignment",className:"right",label:lang.tableright,value:"right"}]},"-",{label:lang.insertparagraphbefore,cmdName:"insertparagraph",value:!0},{label:lang.insertparagraphafter,cmdName:"insertparagraph"},{label:lang.copy,cmdName:"copy"},{label:lang.paste,cmdName:"paste"}];if(items.length){var uiUtils=UE.ui.uiUtils;me.addListener("contextmenu",function(type,evt){var offset=uiUtils.getViewportOffsetByEvent(evt);me.fireEvent("beforeselectionchange"),menu&&menu.destroy();for(var ti,i=0,contextItems=[];ti=items[i];i++){var last;!function(item){function getLabel(){switch(item.icon){case"table":return me.getLang("contextMenu.table");case"justifyjustify":return me.getLang("contextMenu.paragraph");case"aligntd":return me.getLang("contextMenu.aligntd");case"aligntable":return me.getLang("contextMenu.aligntable");case"tablesort":return lang.tablesort;case"borderBack":return lang.borderbk;default:return""}}if("-"==item)(last=contextItems[contextItems.length-1])&&"-"!==last&&contextItems.push("-");else if(item.hasOwnProperty("group")){for(var cj,j=0,subMenu=[];cj=item.subMenu[j];j++)!function(subItem){"-"==subItem?(last=subMenu[subMenu.length-1])&&"-"!==last?subMenu.push("-"):subMenu.splice(subMenu.length-1):(me.commands[subItem.cmdName]||UE.commands[subItem.cmdName]||subItem.query)&&(subItem.query?subItem.query():me.queryCommandState(subItem.cmdName))>-1&&subMenu.push({label:subItem.label||me.getLang("contextMenu."+subItem.cmdName+(subItem.value||""))||"",className:"edui-for-"+subItem.cmdName+(subItem.className?" edui-for-"+subItem.cmdName+"-"+subItem.className:""),onclick:subItem.exec?function(){subItem.exec.call(me)}:function(){me.execCommand(subItem.cmdName,subItem.value)}})}(cj);subMenu.length&&contextItems.push({label:getLabel(),className:"edui-for-"+item.icon,subMenu:{items:subMenu,editor:me}})}else(me.commands[item.cmdName]||UE.commands[item.cmdName]||item.query)&&(item.query?item.query.call(me):me.queryCommandState(item.cmdName))>-1&&contextItems.push({label:item.label||me.getLang("contextMenu."+item.cmdName),className:"edui-for-"+(item.icon?item.icon:item.cmdName+(item.value||"")),onclick:item.exec?function(){item.exec.call(me)}:function(){me.execCommand(item.cmdName,item.value)}})}(ti)}if("-"==contextItems[contextItems.length-1]&&contextItems.pop(),menu=new UE.ui.Menu({items:contextItems,className:"edui-contextmenu",editor:me}),menu.render(),menu.showAt(offset),me.fireEvent("aftershowcontextmenu",menu),domUtils.preventDefault(evt),browser.ie){var ieRange;try{ieRange=me.selection.getNative().createRange()}catch(e){return}if(ieRange.item){var range=new dom.Range(me.document);range.selectNode(ieRange.item(0)).select(!0,!0)}}}),me.addListener("aftershowcontextmenu",function(type,menu){if(me.zeroclipboard){var items=menu.items;for(var key in items)"edui-for-copy"==items[key].className&&me.zeroclipboard.clip(items[key].getDom())}})}}},UE.plugins.shortcutmenu=function(){var menu,me=this,items=me.options.shortcutMenu||[];items.length&&(me.addListener("mouseup",function(type,e){var me=this,customEvt={type:type,target:e.target||e.srcElement,screenX:e.screenX,screenY:e.screenY,clientX:e.clientX,clientY:e.clientY};if(setTimeout(function(){menu||(menu=new baidu.editor.ui.ShortCutMenu({editor:me,items:items.concat([]),theme:me.options.theme,className:"edui-shortcutmenu"}),menu.render(),me.fireEvent("afterrendershortcutmenu",menu)),menu.show(customEvt,!!UE.plugins.contextmenu)}),"contextmenu"===type&&(domUtils.preventDefault(e),browser.ie9below)){var ieRange;try{ieRange=me.selection.getNative().createRange()}catch(e){return}if(ieRange.item){var range=new dom.Range(me.document);range.selectNode(ieRange.item(0)).select(!0,!0)}}}),me.addListener("keydown",function(type){"keydown"===type&&menu&&!menu.isHidden&&menu.hide()}))},UE.plugins.basestyle=function(){var basestyles={bold:["strong","b"],italic:["em","i"],subscript:["sub"],superscript:["sup"]},getObj=function(editor,tagNames){return domUtils.filterNodeList(editor.selection.getStartElementPath(),tagNames)},me=this;me.addshortcutkey({Bold:"ctrl+66",Italic:"ctrl+73",Underline:"ctrl+85"}),me.addInputRule(function(root){utils.each(root.getNodesByTagName("b i"),function(node){switch(node.tagName){case"b":node.tagName="strong";break;case"i":node.tagName="em"}})});for(var style in basestyles)!function(cmd,tagNames){me.commands[cmd]={execCommand:function(cmdName){var range=me.selection.getRange(),obj=getObj(this,tagNames);if(range.collapsed){if(obj){var tmpText=me.document.createTextNode("");range.insertNode(tmpText).removeInlineStyle(tagNames),range.setStartBefore(tmpText),domUtils.remove(tmpText)}else{var tmpNode=range.document.createElement(tagNames[0]);"superscript"!=cmdName&&"subscript"!=cmdName||(tmpText=me.document.createTextNode(""),range.insertNode(tmpText).removeInlineStyle(["sub","sup"]).setStartBefore(tmpText).collapse(!0)),range.insertNode(tmpNode).setStart(tmpNode,0)}range.collapse(!0)}else"superscript"!=cmdName&&"subscript"!=cmdName||obj&&obj.tagName.toLowerCase()==cmdName||range.removeInlineStyle(["sub","sup"]),obj?range.removeInlineStyle(tagNames):range.applyInlineStyle(tagNames[0]);range.select()},queryCommandState:function(){return getObj(this,tagNames)?1:0}}}(style,basestyles[style])},UE.plugins.elementpath=function(){var currentLevel,tagNames,me=this;me.setOpt("elementPathEnabled",!0),me.options.elementPathEnabled&&(me.commands.elementpath={execCommand:function(cmdName,level){var start=tagNames[level],range=me.selection.getRange();currentLevel=1*level,range.selectNode(start).select()},queryCommandValue:function(){var parents=[].concat(this.selection.getStartElementPath()).reverse(),names=[];tagNames=parents;for(var ci,i=0;ci=parents[i];i++)if(3!=ci.nodeType){var name=ci.tagName.toLowerCase();if("img"==name&&ci.getAttribute("anchorname")&&(name="anchor"),names[i]=name,currentLevel==i){currentLevel=-1;break}}return names}})},UE.plugins.formatmatch=function(){function addList(type,evt){function addFormat(range){return text&&range.selectNode(text),range.applyInlineStyle(list[list.length-1].tagName,null,list)}if(browser.webkit)var target="IMG"==evt.target.tagName?evt.target:null;me.undoManger&&me.undoManger.save();var range=me.selection.getRange(),imgT=target||range.getClosedNode();if(img&&imgT&&"IMG"==imgT.tagName)imgT.style.cssText+=";float:"+(img.style.cssFloat||img.style.styleFloat||"none")+";display:"+(img.style.display||"inline"),img=null;else if(!img){var collapsed=range.collapsed;if(collapsed){var text=me.document.createTextNode("match");range.insertNode(text).select()}me.__hasEnterExecCommand=!0;var removeFormatAttributes=me.options.removeFormatAttributes;me.options.removeFormatAttributes="",me.execCommand("removeformat"),me.options.removeFormatAttributes=removeFormatAttributes,me.__hasEnterExecCommand=!1,range=me.selection.getRange(),list.length&&addFormat(range),text&&range.setStartBefore(text).collapse(!0),range.select(),text&&domUtils.remove(text)}me.undoManger&&me.undoManger.save(),me.removeListener("mouseup",addList),flag=0}var img,me=this,list=[],flag=0;me.addListener("reset",function(){list=[],flag=0}),me.commands.formatmatch={execCommand:function(cmdName){if(flag)return flag=0,list=[],void me.removeListener("mouseup",addList);var range=me.selection.getRange();if(img=range.getClosedNode(),!img||"IMG"!=img.tagName){range.collapse(!0).shrinkBoundary();var start=range.startContainer;list=domUtils.findParents(start,!0,function(node){return!domUtils.isBlockElm(node)&&1==node.nodeType});for(var ci,i=0;ci=list[i];i++)if("A"==ci.tagName){list.splice(i,1);break}}me.addListener("mouseup",addList),flag=1},queryCommandState:function(){return flag},notNeedUndo:1}},UE.plugin.register("searchreplace",function(){function getText(node){var text=3==node.nodeType?node.nodeValue:node[browser.ie?"innerText":"textContent"];return text.replace(domUtils.fillChar,"")}function findTextInString(textContent,opt,currentIndex){var match,str=opt.searchStr,reg=new RegExp(str,"g"+(opt.casesensitive?"":"i"));if(opt.dir==-1){if(textContent=textContent.substr(0,currentIndex),textContent=textContent.split("").reverse().join(""),str=str.split("").reverse().join(""),match=reg.exec(textContent))return currentIndex-match.index-str.length}else if(textContent=textContent.substr(currentIndex),match=reg.exec(textContent))return match.index+currentIndex;return-1}function findTextBlockElm(node,currentIndex,opt){var textContent,index,methodName=opt.all||1==opt.dir?"getNextDomNode":"getPreDomNode";domUtils.isBody(node)&&(node=node.firstChild);for(var first=1;node;){if(textContent=getText(node),index=findTextInString(textContent,opt,currentIndex),first=0,index!=-1)return{node:node,index:index};for(node=domUtils[methodName](node);node&&_blockElm[node.nodeName.toLowerCase()];)node=domUtils[methodName](node,!0);node&&(currentIndex=opt.dir==-1?getText(node).length:0)}}function findNTextInBlockElm(node,index,str){for(var result,currentIndex=0,currentNode=node.firstChild,currentNodeLength=0;currentNode;){if(3==currentNode.nodeType){if(currentNodeLength=getText(currentNode).replace(/(^[\t\r\n]+)|([\t\r\n]+$)/,"").length,currentIndex+=currentNodeLength,currentIndex>=index)return{node:currentNode,index:currentNodeLength-(currentIndex-index)}}else if(!dtd.$empty[currentNode.tagName]&&(currentNodeLength=getText(currentNode).replace(/(^[\t\r\n]+)|([\t\r\n]+$)/,"").length,currentIndex+=currentNodeLength,currentIndex>=index&&(result=findNTextInBlockElm(currentNode,currentNodeLength-(currentIndex-index),str))))return result;currentNode=domUtils.getNextDomNode(currentNode)}}function searchReplace(me,opt){var startBlockNode,rng=lastRng||me.selection.getRange(),searchStr=opt.searchStr,span=me.document.createElement("span");if(span.innerHTML="$$ueditor_searchreplace_key$$",rng.shrinkBoundary(!0),!rng.collapsed){rng.select();var rngText=me.selection.getText();if(new RegExp("^"+opt.searchStr+"$",opt.casesensitive?"":"i").test(rngText)){if(void 0!=opt.replaceStr)return replaceText(rng,opt.replaceStr),rng.select(),!0;rng.collapse(opt.dir==-1)}}rng.insertNode(span),rng.enlargeToBlockElm(!0),startBlockNode=rng.startContainer;var currentIndex=getText(startBlockNode).indexOf("$$ueditor_searchreplace_key$$");rng.setStartBefore(span),domUtils.remove(span);var result=findTextBlockElm(startBlockNode,currentIndex,opt);if(result){var rngStart=findNTextInBlockElm(result.node,result.index,searchStr),rngEnd=findNTextInBlockElm(result.node,result.index+searchStr.length,searchStr);return rng.setStart(rngStart.node,rngStart.index).setEnd(rngEnd.node,rngEnd.index),void 0!==opt.replaceStr&&replaceText(rng,opt.replaceStr),rng.select(),!0}rng.setCursor()}function replaceText(rng,str){str=me.document.createTextNode(str),rng.deleteContents().insertNode(str)}var me=this,_blockElm={table:1,tbody:1,tr:1,ol:1,ul:1},lastRng=null;return{commands:{searchreplace:{execCommand:function(cmdName,opt){utils.extend(opt,{all:!1,casesensitive:!1,dir:1},!0);var num=0;if(opt.all){lastRng=null;var rng=me.selection.getRange(),first=me.body.firstChild;for(first&&1==first.nodeType?(rng.setStart(first,0),rng.shrinkBoundary(!0)):3==first.nodeType&&rng.setStartBefore(first),rng.collapse(!0).select(!0),void 0!==opt.replaceStr&&me.fireEvent("saveScene");searchReplace(this,opt);)num++,lastRng=me.selection.getRange(),lastRng.collapse(opt.dir==-1);num&&me.fireEvent("saveScene")}else void 0!==opt.replaceStr&&me.fireEvent("saveScene"),searchReplace(this,opt)&&(num++,lastRng=me.selection.getRange(),lastRng.collapse(opt.dir==-1)),num&&me.fireEvent("saveScene");return num},notNeedUndo:1}},bindEvents:{clearlastSearchResult:function(){lastRng=null}}}}),UE.plugins.customstyle=function(){var me=this;me.setOpt({customstyle:[{tag:"h1",name:"tc",style:"font-size:32px;line-height:40px;font-weight:bold;border-bottom:#ccc 2px solid;padding:0 4px 0 0;text-align:center;"},{tag:"h1",name:"tl",style:"font-size:32px;line-height:40px;font-weight:bold;border-bottom:#ccc 2px solid;padding:0 4px 0 0;text-align:left;"},{tag:"span",name:"im",style:"font-size:16px;font-style:italic;font-weight:bold;line-height:18px;"},{tag:"span",name:"hi",style:"font-size:16px;font-style:italic;font-weight:bold;color:rgb(51, 153, 204);line-height:18px;"}]}),me.commands.customstyle={execCommand:function(cmdName,obj){var range,bk,me=this,tagName=obj.tag,node=domUtils.findParent(me.selection.getStart(),function(node){return node.getAttribute("label")},!0),tmpObj={};for(var p in obj)void 0!==obj[p]&&(tmpObj[p]=obj[p]);if(delete tmpObj.tag,node&&node.getAttribute("label")==obj.label){if(range=this.selection.getRange(),bk=range.createBookmark(),range.collapsed)if(dtd.$block[node.tagName]){var fillNode=me.document.createElement("p");domUtils.moveChild(node,fillNode),node.parentNode.insertBefore(fillNode,node),domUtils.remove(node)}else domUtils.remove(node,!0);else{var common=domUtils.getCommonAncestor(bk.start,bk.end),nodes=domUtils.getElementsByTagName(common,tagName);new RegExp(tagName,"i").test(common.tagName)&&nodes.push(common);for(var ni,i=0;ni=nodes[i++];)if(ni.getAttribute("label")==obj.label){var ps=domUtils.getPosition(ni,bk.start),pe=domUtils.getPosition(ni,bk.end);if((ps&domUtils.POSITION_FOLLOWING||ps&domUtils.POSITION_CONTAINS)&&(pe&domUtils.POSITION_PRECEDING||pe&domUtils.POSITION_CONTAINS)&&dtd.$block[tagName]){var fillNode=me.document.createElement("p");domUtils.moveChild(ni,fillNode),ni.parentNode.insertBefore(fillNode,ni)}domUtils.remove(ni,!0)}node=domUtils.findParent(common,function(node){return node.getAttribute("label")==obj.label},!0),node&&domUtils.remove(node,!0)}range.moveToBookmark(bk).select()}else if(dtd.$block[tagName]){if(this.execCommand("paragraph",tagName,tmpObj,"customstyle"),range=me.selection.getRange(),!range.collapsed){range.collapse(),node=domUtils.findParent(me.selection.getStart(),function(node){return node.getAttribute("label")==obj.label},!0);var pNode=me.document.createElement("p");domUtils.insertAfter(node,pNode),domUtils.fillNode(me.document,pNode),range.setStart(pNode,0).setCursor()}}else{if(range=me.selection.getRange(),range.collapsed)return node=me.document.createElement(tagName),domUtils.setAttributes(node,tmpObj),void range.insertNode(node).setStart(node,0).setCursor();bk=range.createBookmark(),range.applyInlineStyle(tagName,tmpObj).moveToBookmark(bk).select()}},queryCommandValue:function(){var parent=domUtils.filterNodeList(this.selection.getStartElementPath(),function(node){return node.getAttribute("label")});return parent?parent.getAttribute("label"):""}},me.addListener("keyup",function(type,evt){var keyCode=evt.keyCode||evt.which;if(32==keyCode||13==keyCode){var range=me.selection.getRange();if(range.collapsed){var node=domUtils.findParent(me.selection.getStart(),function(node){return node.getAttribute("label")},!0);if(node&&dtd.$block[node.tagName]&&domUtils.isEmptyNode(node)){var p=me.document.createElement("p");domUtils.insertAfter(node,p),domUtils.fillNode(me.document,p),domUtils.remove(node),range.setStart(p,0).setCursor()}}}})},UE.plugins.catchremoteimage=function(){function sendApi(imgs,callbacks){var params=utils.serializeParam(me.queryCommandValue("serverparam"))||"",url=utils.formatUrl(catcherActionUrl+(catcherActionUrl.indexOf("?")===-1?"?":"&")+params),isJsonp=utils.isCrossDomainUrl(url),opt={method:"POST",dataType:isJsonp?"jsonp":"",timeout:6e4,headers:me.options.serverHeaders||{},onsuccess:callbacks.success,onerror:callbacks.error};opt[catcherFieldName]=imgs,ajax.request(url,opt)}function catchElement(type,ele,imageUrl){sendApi([imageUrl],{success:function success(r){try{var info=void 0!==r.state?r:eval("("+r.responseText+")")}catch(e){return}var oldSrc,newSrc,oldBgIMG,newBgIMG,list=info.list,catchFailList=[],catchSuccessList=[],failIMG=me.options.themePath+me.options.theme+"/images/img-cracked.png",loadingIMG=me.options.themePath+me.options.theme+"/images/spacer.gif",cj=list[0];switch(type){case"image":oldSrc=ele.getAttribute("_src")||ele.src||"","SUCCESS"===cj.state?(newSrc=catcherUrlPrefix+cj.url,domUtils.removeClasses(ele,"uep-loading"),domUtils.setAttributes(ele,{src:newSrc,_src:newSrc,"data-catch-result":"success"}),catchSuccessList.push(ele)):(domUtils.removeClasses(ele,"uep-loading"),domUtils.setAttributes(ele,{src:failIMG,_src:failIMG,"data-catch-result":"fail"}),catchFailList.push(ele));break;case"background":oldBgIMG=ele.getAttribute("data-background")||"","SUCCESS"===cj.state?(newBgIMG=catcherUrlPrefix+cj.url,ele.style.cssText=ele.style.cssText.replace(loadingIMG,newBgIMG),domUtils.removeAttributes(ele,"data-background"),domUtils.setAttributes(ele,{"data-catch-result":"success"}),catchSuccessList.push(ele)):(ele.style.cssText=ele.style.cssText.replace(loadingIMG,failIMG),domUtils.removeAttributes(ele,"data-background"),domUtils.setAttributes(ele,{"data-catch-result":"fail"}),catchFailList.push(ele))}me.fireEvent("catchremotesuccess",catchSuccessList,catchFailList),catchRemoteImageCatching=!1,setTimeout(function(){me.fireEvent("catchremoteimage")},0)},error:function(){me.fireEvent("catchremoteerror"),catchRemoteImageCatching=!1,setTimeout(function(){me.fireEvent("catchremoteimage")},0)}})}function catchRemoteImage(){if(!catchRemoteImageCatching){catchRemoteImageCatching=!0;for(var ci,loadingIMG=me.options.themePath+me.options.theme+"/images/spacer.gif",imgs=me.document.querySelectorAll('[style*="url"],img'),test=function(src,urls){if(src.indexOf(location.host)!==-1||/(^\.)|(^\/)/.test(src))return!0;if(urls)for(var url,j=0;url=urls[j++];)if(src.indexOf(url)!==-1)return!0;return!1},i=0;ci=imgs[i++];)if(!ci.getAttribute("data-word-image")&&!ci.getAttribute("data-catch-result"))if("IMG"===ci.nodeName){var src=ci.getAttribute("_src")||ci.src||"";if(/^(https?|ftp):/i.test(src)&&!test(src,catcherLocalDomain))return catchElement("image",ci,src),void domUtils.setAttributes(ci,{"class":"loadingclass",_src:src,src:loadingIMG})}else{var backgroundImageurl=ci.style.cssText.replace(/.*\s?url\([\'\"]?/,"").replace(/[\'\"]?\).*/,"");if(/^(https?|ftp):/i.test(backgroundImageurl)&&!test(backgroundImageurl,catcherLocalDomain))return catchElement("background",ci,backgroundImageurl),ci.style.cssText=ci.style.cssText.replace(backgroundImageurl,loadingIMG),void domUtils.setAttributes(ci,{"data-background":backgroundImageurl})}}}var me=this,ajax=UE.ajax;if(me.options.catchRemoteImageEnable!==!1){me.setOpt({catchRemoteImageEnable:!1});var catcherLocalDomain=me.getOpt("catcherLocalDomain"),catcherActionUrl=me.getActionUrl(me.getOpt("catcherActionName")),catcherUrlPrefix=me.getOpt("catcherUrlPrefix"),catcherFieldName=me.getOpt("catcherFieldName");me.addListener("serverConfigLoaded",function(){catcherLocalDomain=me.getOpt("catcherLocalDomain"),catcherActionUrl=me.getActionUrl(me.getOpt("catcherActionName")),catcherUrlPrefix=me.getOpt("catcherUrlPrefix"),catcherFieldName=me.getOpt("catcherFieldName")}),me.addListener("afterpaste",function(){me.fireEvent("catchremoteimage")});var catchRemoteImageCatching=!1;me.addListener("catchremoteimage",function(){catchRemoteImage()})}},UE.commands.insertparagraph={execCommand:function(cmdName,front){for(var tmpNode,me=this,range=me.selection.getRange(),start=range.startContainer;start&&!domUtils.isBody(start);)tmpNode=start,start=start.parentNode;if(tmpNode){var p=me.document.createElement("p");front?tmpNode.parentNode.insertBefore(p,tmpNode):tmpNode.parentNode.insertBefore(p,tmpNode.nextSibling),domUtils.fillNode(me.document,p),range.setStart(p,0).setCursor(!1,!0)}}},UE.plugins.template=function(){UE.commands.template={execCommand:function(cmd,obj){obj.html&&this.execCommand("inserthtml",obj.html)}},this.addListener("click",function(type,evt){var el=evt.target||evt.srcElement,range=this.selection.getRange(),tnode=domUtils.findParent(el,function(node){if(node.className&&domUtils.hasClass(node,"ue_t"))return node},!0);tnode&&range.selectNode(tnode).shrinkBoundary().select()}),this.addListener("keydown",function(type,evt){var range=this.selection.getRange();if(!range.collapsed&&!(evt.ctrlKey||evt.metaKey||evt.shiftKey||evt.altKey)){var tnode=domUtils.findParent(range.startContainer,function(node){if(node.className&&domUtils.hasClass(node,"ue_t"))return node},!0);tnode&&domUtils.removeClasses(tnode,["ue_t"])}})},UE.plugin.register("autoupload",function(){function sendAndInsertFile(file,editor){var fieldName,urlPrefix,maxSize,allowFiles,actionUrl,loadingHtml,errorHandler,successHandler,me=editor,filetype=/image\/\w+/i.test(file.type)?"image":"file",loadingId="loading_"+(+new Date).toString(36);if(fieldName=me.getOpt(filetype+"FieldName"),urlPrefix=me.getOpt(filetype+"UrlPrefix"),maxSize=me.getOpt(filetype+"MaxSize"),allowFiles=me.getOpt(filetype+"AllowFiles"),actionUrl=me.getActionUrl(me.getOpt(filetype+"ActionName")),errorHandler=function(title){var loader=me.document.getElementById(loadingId);loader&&domUtils.remove(loader),me.fireEvent("showmessage",{id:loadingId,content:title,type:"error",timeout:4e3})},"image"===filetype?(loadingHtml='<img class="uep-loading" id="'+loadingId+'" src="'+me.options.themePath+me.options.theme+'/images/spacer.gif">',successHandler=function(data){var link=urlPrefix+data.url,loader=me.document.getElementById(loadingId);loader&&(domUtils.removeClasses(loader,"uep-loading"),loader.setAttribute("src",link),loader.setAttribute("_src",link),loader.setAttribute("alt",data.original||""),loader.removeAttribute("id"),me.trigger("contentchange",loader))}):(loadingHtml='<p><img class="uep-loading" id="'+loadingId+'" src="'+me.options.themePath+me.options.theme+'/images/spacer.gif"></p>',successHandler=function(data){var link=urlPrefix+data.url,loader=me.document.getElementById(loadingId),rng=me.selection.getRange(),bk=rng.createBookmark();rng.selectNode(loader).select(),me.execCommand("insertfile",{url:link}),rng.moveToBookmark(bk).select()}),me.execCommand("inserthtml",loadingHtml),!me.getOpt(filetype+"ActionName"))return void errorHandler(me.getLang("autoupload.errorLoadConfig"));if(file.size>maxSize)return void errorHandler(me.getLang("autoupload.exceedSizeError"));var fileext=file.name?file.name.substr(file.name.lastIndexOf(".")):"";if(fileext&&"image"!=filetype||allowFiles&&(allowFiles.join("")+".").indexOf(fileext.toLowerCase()+".")==-1)return void errorHandler(me.getLang("autoupload.exceedTypeError"));var upload=function(file){var uploadFunc=me.getOpt("uploadFunction");"function"==typeof uploadFunc&&uploadFunc(file,"image"!=filetype?"file":"image").then(function(res){successHandler(res)})["catch"](function(err){errorHandler(me.getLang("autoupload.loadError"))})},imageCompressEnable=me.getOpt("imageCompressEnable"),imageMaxSize=me.getOpt("imageMaxSize"),imageCompressBorder=me.getOpt("imageCompressBorder");"image"===filetype&&imageCompressEnable?UE.image.compress(file,{maxSizeMB:imageMaxSize/1024/1024,maxWidthOrHeight:imageCompressBorder}).then(function(compressedFile){me.options.debug&&console.log("AutoUpload.CompressImage",(compressedFile.size/file.size*100).toFixed(2)+"%"),upload(compressedFile)})["catch"](function(err){console.error("AutoUpload.CompressImage.error",err),upload(file)}):upload(file)}function getPasteImage(e){return e.clipboardData&&e.clipboardData.items&&1==e.clipboardData.items.length&&/^image\//.test(e.clipboardData.items[0].type)?e.clipboardData.items:null}function getDropImage(e){return e.dataTransfer&&e.dataTransfer.files?e.dataTransfer.files:null}return{outputRule:function(root){utils.each(root.getNodesByTagName("img"),function(n){/\b(uep\-loading\-error)|(bloaderrorclass)\b/.test(n.getAttr("class"))&&n.parentNode.removeChild(n)}),utils.each(root.getNodesByTagName("p"),function(n){/\bloadpara\b/.test(n.getAttr("class"))&&n.parentNode.removeChild(n)})},bindEvents:{defaultOptions:{enableDragUpload:!0,enablePasteUpload:!0},ready:function(e){var me=this;if(window.FormData&&window.FileReader){var handler=function(e){var items,hasImg=!1;if(items="paste"==e.type?getPasteImage(e):getDropImage(e)){for(var file,len=items.length;len--;)file=items[len],file.getAsFile&&(file=file.getAsFile()),file&&file.size>0&&(sendAndInsertFile(file,me),hasImg=!0);hasImg&&e.preventDefault()}};me.getOpt("enablePasteUpload")!==!1&&domUtils.on(me.body,"paste ",handler),me.getOpt("enableDragUpload")!==!1?(domUtils.on(me.body,"drop",handler),domUtils.on(me.body,"dragover",function(e){"Files"==e.dataTransfer.types[0]&&e.preventDefault()})):browser.gecko&&domUtils.on(me.body,"drop",function(e){getDropImage(e)&&e.preventDefault()}),utils.cssRule("loading",".uep-loading{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loading.gif') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-left:1px;height:22px;width:22px;}\n.uep-loading-error{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loaderror.png') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}",this.document)}}}}}),UE.plugin.register("section",function(){function Section(option){this.tag="",this.level=-1,this.dom=null,this.nextSection=null,this.previousSection=null,this.parentSection=null,this.startAddress=[],this.endAddress=[],this.children=[]}function getSection(option){var section=new Section;return utils.extend(section,option)}function getNodeFromAddress(startAddress,root){for(var current=root,i=0;i<startAddress.length;i++){if(!current.childNodes)return null;current=current.childNodes[startAddress[i]]}return current}var me=this;return{bindMultiEvents:{type:"aftersetcontent afterscencerestore",handler:function(){me.fireEvent("updateSections")}},bindEvents:{ready:function(){me.fireEvent("updateSections"),domUtils.on(me.body,"drop paste",function(){me.fireEvent("updateSections")})},afterexeccommand:function(type,cmd){"paragraph"==cmd&&me.fireEvent("updateSections")},keyup:function(type,e){var me=this,range=me.selection.getRange();if(1!=range.collapsed)me.fireEvent("updateSections");else{var keyCode=e.keyCode||e.which;13!=keyCode&&8!=keyCode&&46!=keyCode||me.fireEvent("updateSections")}}},commands:{getsections:{execCommand:function(cmd,levels){function getSectionLevel(node){for(var i=0;i<levelFn.length;i++)if(levelFn[i](node))return i;return-1}function traversal(node,Directory){for(var level,parent,child,tmpSection=null,children=node.childNodes,i=0,len=children.length;i<len;i++)if(child=children[i],level=getSectionLevel(child),level>=0){var address=me.selection.getRange().selectNode(child).createAddress(!0).startAddress,current=getSection({tag:child.tagName,title:child.innerText||child.textContent||"",level:level,dom:child,startAddress:utils.clone(address,[]),endAddress:utils.clone(address,[]),children:[]});for(previous.nextSection=current,current.previousSection=previous,parent=previous;level<=parent.level;)parent=parent.parentSection;current.parentSection=parent,parent.children.push(current),tmpSection=previous=current}else 1===child.nodeType&&traversal(child,Directory),tmpSection&&tmpSection.endAddress[tmpSection.endAddress.length-1]++}for(var levelFn=levels||["h1","h2","h3","h4","h5","h6"],i=0;i<levelFn.length;i++)"string"==typeof levelFn[i]?levelFn[i]=function(fn){return function(node){return node.tagName==fn.toUpperCase()}}(levelFn[i]):"function"!=typeof levelFn[i]&&(levelFn[i]=function(node){return null});var me=this,Directory=getSection({level:-1,title:"root"}),previous=Directory;return traversal(me.body,Directory),Directory},notNeedUndo:!0},movesection:{execCommand:function(cmd,sourceSection,targetSection,isAfter){function isContainsAddress(startAddress,endAddress,addressTarget){for(var isAfterStartAddress=!1,isBeforeEndAddress=!1,i=0;i<startAddress.length&&!(i>=addressTarget.length);i++){if(addressTarget[i]>startAddress[i]){isAfterStartAddress=!0;break}if(addressTarget[i]<startAddress[i])break}for(var i=0;i<endAddress.length&&!(i>=addressTarget.length);i++){if(addressTarget[i]<startAddress[i]){isBeforeEndAddress=!0;break}if(addressTarget[i]>startAddress[i])break}return isAfterStartAddress&&isBeforeEndAddress}var targetAddress,target,me=this;if(sourceSection&&targetSection&&targetSection.level!=-1&&(targetAddress=isAfter?targetSection.endAddress:targetSection.startAddress,target=getNodeFromAddress(targetAddress,me.body),targetAddress&&target&&!isContainsAddress(sourceSection.startAddress,sourceSection.endAddress,targetAddress))){var current,nextNode,startNode=getNodeFromAddress(sourceSection.startAddress,me.body),endNode=getNodeFromAddress(sourceSection.endAddress,me.body);if(isAfter)for(current=endNode;current&&!(domUtils.getPosition(startNode,current)&domUtils.POSITION_FOLLOWING)&&(nextNode=current.previousSibling,domUtils.insertAfter(target,current),current!=startNode);)current=nextNode;else for(current=startNode;current&&!(domUtils.getPosition(current,endNode)&domUtils.POSITION_FOLLOWING)&&(nextNode=current.nextSibling,target.parentNode.insertBefore(current,target),current!=endNode);)current=nextNode;me.fireEvent("updateSections")}}},deletesection:{execCommand:function(cmd,section,keepChildren){function getNodeFromAddress(startAddress){for(var current=me.body,i=0;i<startAddress.length;i++){if(!current.childNodes)return null;current=current.childNodes[startAddress[i]]}return current}var me=this;if(section){var nextNode,startNode=getNodeFromAddress(section.startAddress),endNode=getNodeFromAddress(section.endAddress),current=startNode;if(keepChildren)domUtils.remove(current);else for(;current&&domUtils.inDoc(endNode,me.document)&&!(domUtils.getPosition(current,endNode)&domUtils.POSITION_FOLLOWING);)nextNode=current.nextSibling,domUtils.remove(current),current=nextNode;me.fireEvent("updateSections")}}},selectsection:{execCommand:function(cmd,section){if(!section&&!section.dom)return!1;var me=this,range=me.selection.getRange(),address={startAddress:utils.clone(section.startAddress,[]),endAddress:utils.clone(section.endAddress,[])};return address.endAddress[address.endAddress.length-1]++,range.moveToAddress(address).select().scrollToView(),!0},notNeedUndo:!0},scrolltosection:{execCommand:function(cmd,section){if(!section&&!section.dom)return!1;var me=this,range=me.selection.getRange(),address={startAddress:section.startAddress,endAddress:section.endAddress};return address.endAddress[address.endAddress.length-1]++,
|
|
19
|
+
range.moveToAddress(address).scrollToView(),!0},notNeedUndo:!0}}}}),UE.plugin.register("simpleupload",function(){function initUploadBtn(){var input=document.createElement("input");input.style.cssText="position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;font-size:0;opacity:0;",input.type="file",input.accept=me.getOpt("imageAllowFiles").join(","),containerBtn.appendChild(input),domUtils.on(input,"click",function(e){var toolbarCallback=me.getOpt("toolbarCallback");toolbarCallback&&!0===toolbarCallback("simpleupload",me)&&(e.stopPropagation(),e.preventDefault())}),domUtils.on(input,"change",function(e){var state=me.queryCommandState("simpleupload");if(state!==-1&&input.value){var loadingId=UE.dialog.loadingPlaceholder(me),upload=function(file){var uploadFunc=me.getOpt("uploadFunction");"function"==typeof uploadFunc&&uploadFunc(file,"image").then(function(res){if("SUCCESS"===res.state&&res.url){var loader=me.document.getElementById(loadingId);domUtils.removeClasses(loader,"uep-loading");var link=res.url;loader.setAttribute("src",link),loader.setAttribute("_src",link),loader.setAttribute("alt",res.original||""),loader.removeAttribute("id"),me.fireEvent("contentchange"),me.fireEvent("uploadsuccess",{res:res,type:"image"})}else UE.dialog.removeLoadingPlaceholder(me,loadingId),UE.dialog.tipError(me,res.data.state)})["catch"](function(err){UE.dialog.removeLoadingPlaceholder(me,loadingId),UE.dialog.tipError(me,err)}),input.value=""},file=input.files[0],imageCompressEnable=me.getOpt("imageCompressEnable"),imageMaxSize=me.getOpt("imageMaxSize"),imageCompressBorder=me.getOpt("imageCompressBorder");imageCompressEnable?UE.image.compress(file,{maxSizeMB:imageMaxSize/1024/1024,maxWidthOrHeight:imageCompressBorder}).then(function(compressedFile){me.options.debug&&console.log("SimpleUpload.CompressImage",(compressedFile.size/file.size*100).toFixed(2)+"%"),upload(compressedFile)})["catch"](function(err){console.error("SimpleUpload.CompressImage.error",err),upload(file)}):upload(file)}});var stateTimer;me.addListener("selectionchange",function(){clearTimeout(stateTimer),stateTimer=setTimeout(function(){var state=me.queryCommandState("simpleupload");state===-1?input.disabled="disabled":input.disabled=!1},400)}),isLoaded=!0}var containerBtn,me=this,isLoaded=!1;return{bindEvents:{ready:function(){utils.cssRule("loading",".uep-loading{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loading.gif') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}\n.uep-loading-error{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loaderror.png') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}",this.document)},simpleuploadbtnready:function(type,container){containerBtn=container,me.afterConfigReady(initUploadBtn)}},outputRule:function(root){utils.each(root.getNodesByTagName("img"),function(n){/\b(uep\-loading\-error)|(bloaderrorclass)\b/.test(n.getAttr("class"))&&n.parentNode.removeChild(n)})},commands:{simpleupload:{queryCommandState:function(){return isLoaded?0:-1}}}}}),UE.plugin.register("attachment",function(){function initUploadBtn(){var input=document.createElement("input");input.style.cssText="position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;font-size:0;opacity:0;",input.type="file",input.accept=me.getOpt("fileAllowFiles").join(","),containerBtn.appendChild(input),domUtils.on(input,"click",function(e){var toolbarCallback=me.getOpt("toolbarCallback");toolbarCallback&&!0===toolbarCallback("attachment",me)&&(e.stopPropagation(),e.preventDefault())}),domUtils.on(input,"change",function(e){var state=me.queryCommandState("attachment");if(state!==-1&&input.value){var loadingId=UE.dialog.loadingPlaceholder(me),upload=function(file){var uploadFunc=me.getOpt("uploadFunction");"function"==typeof uploadFunc&&uploadFunc(file).then(function(res){"SUCCESS"===res.state&&res.url?(UE.dialog.removeLoadingPlaceholder(me,loadingId),me.execCommand("insertfile",[res]),me.fireEvent("contentchange"),me.fireEvent("uploadsuccess",{res:res,type:"file"})):(UE.dialog.removeLoadingPlaceholder(me,loadingId),UE.dialog.tipError(me,res.data.state))})["catch"](function(err){UE.dialog.removeLoadingPlaceholder(me,loadingId),UE.dialog.tipError(me,err)}),input.value=""},file=input.files[0];upload(file)}});var stateTimer;me.addListener("selectionchange",function(){clearTimeout(stateTimer),stateTimer=setTimeout(function(){var state=me.queryCommandState("attachment");state===-1?input.disabled="disabled":input.disabled=!1},400)}),isLoaded=!0}var containerBtn,me=this,isLoaded=!1;return{bindEvents:{ready:function(){utils.cssRule("loading",".uep-loading{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loading.gif') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}\n.uep-loading-error{display:inline-block;cursor:default;background: url('"+this.options.themePath+this.options.theme+"/images/loaderror.png') no-repeat center center transparent;border-radius:3px;outline:1px solid #EEE;margin-right:1px;height:22px;width:22px;}",this.document)},attachmentbtnready:function(type,container){containerBtn=container,me.afterConfigReady(initUploadBtn)}},outputRule:function(root){utils.each(root.getNodesByTagName("img"),function(n){/\b(uep\-loading\-error)|(bloaderrorclass)\b/.test(n.getAttr("class"))&&n.parentNode.removeChild(n)})},commands:{attachment:{queryCommandState:function(){return isLoaded?0:-1}}}}}),UE.plugin.register("serverparam",function(){var serverParam={};return{commands:{serverparam:{execCommand:function(cmd,key,value){void 0===key||null===key?serverParam={}:utils.isString(key)?void 0===value||null===value?delete serverParam[key]:serverParam[key]=value:utils.isObject(key)?utils.extend(serverParam,key,!1):utils.isFunction(key)&&utils.extend(serverParam,key(),!1)},queryCommandValue:function(){return serverParam||{}}}}}}),UE.plugin.register("insertfile",function(){function getFileIcon(url){var ext=url.substr(url.lastIndexOf(".")+1).toLowerCase(),maps={ai:"ai.svg",apk:"apk.svg",chm:"chm.svg",css:"css.svg",doc:"doc.svg",docx:"docx.svg",dwg:"dwg.svg",gif:"gif.svg",html:"html.svg",jpeg:"jpeg.svg",jpg:"jpg.svg",log:"log.svg",mp3:"mp3.svg",mp4:"mp4.svg",pdf:"pdf.svg",png:"png.svg",ppt:"ppt.svg",pptx:"pptx.svg",psd:"psd.svg",rar:"rar.svg",svg:"svg.svg",torrent:"torrent.svg",txt:"txt.svg",unknown:"unknown.svg",xls:"xls.svg",xlsx:"xlsx.svg",zip:"zip.svg"};return maps[ext]?maps[ext]:maps.unknown}var me=this;return{commands:{insertfile:{execCommand:function(command,filelist){if(filelist=utils.isArray(filelist)?filelist:[filelist],me.fireEvent("beforeinsertfile",filelist)!==!0){var i,item,icon,title,html="",iconDir=(me.getOpt("UEDITOR_HOME_URL"),me.options.themePath+me.options.theme+"/exts/");for(i=0;i<filelist.length;i++)item=filelist[i],icon=iconDir+getFileIcon(item.url),title=item.title||item.url.substr(item.url.lastIndexOf("/")+1),html+='<p><a style="background:#EEE;padding:10px;border-radius:5px;line-height:1.5em;display:inline-flex;align-items:center;" href="'+item.url+'" title="'+title+'" target="_blank"><img style="vertical-align:middle;margin-right:0.5em;height:1.5em;" src="'+icon+'" _src="'+icon+'" /><span style="color:#111111;line-height:1.5em;flex-grow:1;">'+title+"</span></a></p>";me.execCommand("insertHtml",html),me.fireEvent("afterinsertfile",filelist)}}}}}}),UE.plugins["markdown-shortcut"]=function(){if(UE.browser.chrome){for(var me=this,getCleanHtml=function(node){var html=node.innerHTML;return html=html.replace(/[\u200b]*/g,"")},shortCuts=[],_loop=function(i){var regExp=new RegExp("^\\t?"+Array(i+1).join("#")+"(\\s| )");!function(command){shortCuts.push({name:"Head"+i,tagName:["P"],key:[" "],offset:[i+1,i+2],match:[regExp],callback:function(param){me.__hasEnterExecCommand=!0,me.execCommand("paragraph",command);var range=me.selection.getRange(),node=range.startContainer,html=getCleanHtml(node);html=html.replace(regExp,""),html||(html=domUtils.fillChar),node.innerHTML=html,me.__hasEnterExecCommand=!1}})}("h"+i)},i=1;i<=6;i++)_loop(i);me.on("ready",function(){domUtils.on(me.body,"keyup",function(e){var range=me.selection.getRange();if(range.endOffset===range.startOffset)for(var key=e.key,offset=range.startOffset,node=range.startContainer.parentNode,html=getCleanHtml(node),tagName=node.tagName,_i=0,_shortCuts=shortCuts;_i<_shortCuts.length;_i++){var s=_shortCuts[_i];if(s.tagName.includes(tagName)&&s.key.includes(key)&&s.offset.includes(offset)){var _step,_iterator=_createForOfIteratorHelper(s.match);try{for(_iterator.s();!(_step=_iterator.n()).done;){var m=_step.value,match=html.match(m);if(match){s.callback({node:node});break}}}catch(err){_iterator.e(err)}finally{_iterator.f()}}}})})}},UE.plugins["quick-operate"]=function(){return void!UE.browser.chrome};var baidu=baidu||{};baidu.editor=baidu.editor||{},UE.ui=baidu.editor.ui={},function(){function updateFixedOffset(){var layer=document.getElementById("edui_fixedlayer");uiUtils.setViewportOffset(layer,{left:0,top:0})}function bindFixedLayer(adjOffset){domUtils.on(window,"scroll",updateFixedOffset),domUtils.on(window,"resize",baidu.editor.utils.defer(updateFixedOffset,0,!0))}var browser=baidu.editor.browser,domUtils=baidu.editor.dom.domUtils,magic="$EDITORUI",root=window[magic]={},uidMagic="ID"+magic,uidCount=0,uiUtils=baidu.editor.ui.uiUtils={uid:function(obj){return obj?obj[uidMagic]||(obj[uidMagic]=++uidCount):++uidCount},hook:function(fn,callback){var _dg;return fn&&fn._callbacks?_dg=fn:(_dg=function(){var q;fn&&(q=fn.apply(this,arguments));for(var callbacks=_dg._callbacks,k=callbacks.length;k--;){var r=callbacks[k].apply(this,arguments);void 0===q&&(q=r)}return q},_dg._callbacks=[]),_dg._callbacks.push(callback),_dg},createElementByHtml:function(html){var el=document.createElement("div");return el.innerHTML=html,el=el.firstChild,el.parentNode.removeChild(el),el},getViewportElement:function(){return browser.ie&&browser.quirks?document.body:document.documentElement},getClientRect:function(element){var bcr;try{bcr=element.getBoundingClientRect()}catch(e){bcr={left:0,top:0,height:0,width:0}}for(var doc,rect={left:Math.round(bcr.left),top:Math.round(bcr.top),height:Math.round(bcr.bottom-bcr.top),width:Math.round(bcr.right-bcr.left)};(doc=element.ownerDocument)!==document&&(element=domUtils.getWindow(doc).frameElement);)bcr=element.getBoundingClientRect(),rect.left+=bcr.left,rect.top+=bcr.top;return rect.bottom=rect.top+rect.height,rect.right=rect.left+rect.width,rect},getViewportRect:function(){var viewportEl=uiUtils.getViewportElement(),width=0|(window.innerWidth||viewportEl.clientWidth),height=0|(window.innerHeight||viewportEl.clientHeight);return{left:0,top:0,height:height,width:width,bottom:height,right:width}},setViewportOffset:function(element,offset){var fixedLayer=uiUtils.getFixedLayer();element.parentNode===fixedLayer?(element.style.left=offset.left+"px",element.style.top=offset.top+"px"):domUtils.setViewportOffset(element,offset)},getEventOffset:function(evt){var el=evt.target||evt.srcElement,rect=uiUtils.getClientRect(el),offset=uiUtils.getViewportOffsetByEvent(evt);return{left:offset.left-rect.left,top:offset.top-rect.top}},getViewportOffsetByEvent:function(evt){var el=evt.target||evt.srcElement,frameEl=domUtils.getWindow(el).frameElement,offset={left:evt.clientX,top:evt.clientY};if(frameEl&&el.ownerDocument!==document){var rect=uiUtils.getClientRect(frameEl);offset.left+=rect.left,offset.top+=rect.top}return offset},setGlobal:function(id,obj){return root[id]=obj,magic+'["'+id+'"]'},unsetGlobal:function(id){delete root[id]},copyAttributes:function(tgt,src){for(var attributes=src.attributes,k=attributes.length;k--;){var attrNode=attributes[k];"style"==attrNode.nodeName||"class"==attrNode.nodeName||browser.ie&&!attrNode.specified||tgt.setAttribute(attrNode.nodeName,attrNode.nodeValue)}src.className&&domUtils.addClass(tgt,src.className),src.style.cssText&&(tgt.style.cssText+=";"+src.style.cssText)},removeStyle:function(el,styleName){if(el.style.removeProperty)el.style.removeProperty(styleName);else{if(!el.style.removeAttribute)throw"";el.style.removeAttribute(styleName)}},contains:function(elA,elB){return elA&&elB&&elA!==elB&&(elA.contains?elA.contains(elB):16&elA.compareDocumentPosition(elB))},startDrag:function(evt,callbacks,doc){function handleMouseMove(evt){var x=evt.clientX-startX,y=evt.clientY-startY;callbacks.ondragmove(x,y,evt),evt.stopPropagation?evt.stopPropagation():evt.cancelBubble=!0}function handleMouseUp(evt){doc.removeEventListener("mousemove",handleMouseMove,!0),doc.removeEventListener("mouseup",handleMouseUp,!0),window.removeEventListener("mouseup",handleMouseUp,!0),callbacks.ondragstop()}function releaseCaptrue(){elm.releaseCapture(),elm.detachEvent("onmousemove",handleMouseMove),elm.detachEvent("onmouseup",releaseCaptrue),elm.detachEvent("onlosecaptrue",releaseCaptrue),callbacks.ondragstop()}var doc=doc||document,startX=evt.clientX,startY=evt.clientY;if(doc.addEventListener)doc.addEventListener("mousemove",handleMouseMove,!0),doc.addEventListener("mouseup",handleMouseUp,!0),window.addEventListener("mouseup",handleMouseUp,!0),evt.preventDefault();else{var elm=evt.srcElement;elm.setCapture(),elm.attachEvent("onmousemove",handleMouseMove),elm.attachEvent("onmouseup",releaseCaptrue),elm.attachEvent("onlosecaptrue",releaseCaptrue),evt.returnValue=!1}callbacks.ondragstart()},getFixedLayer:function(){var layer=document.getElementById("edui_fixedlayer");return null==layer&&(layer=document.createElement("div"),layer.id="edui_fixedlayer",document.body.appendChild(layer),browser.ie&&browser.version<=8?(layer.style.position="absolute",bindFixedLayer(),setTimeout(updateFixedOffset)):layer.style.position="fixed",layer.style.left="0",layer.style.top="0",layer.style.width="0",layer.style.height="0",layer.style.margin="0"),layer},makeUnselectable:function(element){if(browser.opera||browser.ie&&browser.version<9){if(element.unselectable="on",element.hasChildNodes())for(var i=0;i<element.childNodes.length;i++)1===element.childNodes[i].nodeType&&uiUtils.makeUnselectable(element.childNodes[i])}else void 0!==element.style.MozUserSelect?element.style.MozUserSelect="none":void 0!==element.style.WebkitUserSelect?element.style.WebkitUserSelect="none":void 0!==element.style.KhtmlUserSelect&&(element.style.KhtmlUserSelect="none")}}}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,EventBase=baidu.editor.EventBase,UIBase=baidu.editor.ui.UIBase=function(){};UIBase.prototype={el:null,className:"",uiName:"",initOptions:function(options){var me=this;for(var k in options)me[k]=options[k];this.id=this.id||"edui"+uiUtils.uid()},initUIBase:function(){this._globalKey=utils.unhtml(uiUtils.setGlobal(this.id,this))},render:function(holder){for(var node,html=this.renderHtml(),el=uiUtils.createElementByHtml(html),list=domUtils.getElementsByTagName(el,"*"),theme="edui-"+(this.theme||this.editor.options.theme),layer=document.getElementById("edui_fixedlayer"),i=0;node=list[i++];)domUtils.addClass(node,theme);domUtils.addClass(el,theme),layer&&(layer.className="",domUtils.addClass(layer,theme));var seatEl=this.getDom();null!=seatEl?(seatEl.parentNode.replaceChild(el,seatEl),uiUtils.copyAttributes(el,seatEl)):("string"==typeof holder&&(holder=document.getElementById(holder)),holder=holder||uiUtils.getFixedLayer(),domUtils.addClass(holder,theme),holder.appendChild(el)),this.el=el,this.postRender()},getDom:function(name){return name?document.getElementById(this.id+"_"+name):document.getElementById(this.id)},postRender:function(){this.fireEvent("postrender")},getHtmlTpl:function(){return""},formatHtml:function(tpl){var prefix="edui-"+this.uiName;return tpl.replace(/##/g,this.id).replace(/%%-/g,this.uiName?prefix+"-":"").replace(/%%/g,(this.uiName?prefix:"")+" "+this.className).replace(/\$\$/g,this._globalKey)},renderHtml:function(){return this.formatHtml(this.getHtmlTpl())},dispose:function(){var box=this.getDom();box&&baidu.editor.dom.domUtils.remove(box),uiUtils.unsetGlobal(this.id)},uiIsShow:!0,uiShowStyleBackupValue:null,uiShow:function(enable){if(enable){if(this.uiIsShow)return;this.getDom().style.display=this.uiShowStyleBackupValue,this.uiIsShow=!0}else{if(!this.uiIsShow)return;this.uiShowStyleBackupValue=this.getDom().style.display,this.getDom().style.display="none",this.uiIsShow=!1}}},utils.inherits(UIBase,EventBase)}(),function(){var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,Separator=baidu.editor.ui.Separator=function(options){this.initOptions(options),this.initSeparator()};Separator.prototype={uiName:"separator",initSeparator:function(){this.initUIBase()},getHtmlTpl:function(){return'<div id="##" class="edui-box %%"></div>'}},utils.inherits(Separator,UIBase)}(),function(){var utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,UIBase=baidu.editor.ui.UIBase,uiUtils=baidu.editor.ui.uiUtils,Mask=baidu.editor.ui.Mask=function(options){this.initOptions(options),this.initUIBase()};Mask.prototype={getHtmlTpl:function(){return'<div id="##" class="edui-mask %%" onclick="return $$._onClick(event, this);" onmousedown="return $$._onMouseDown(event, this);"></div>'},postRender:function(){var me=this;domUtils.on(window,"resize",function(){setTimeout(function(){me.isHidden()||me._fill()})})},show:function(zIndex){this._fill(),this.getDom().style.display="",this.getDom().style.zIndex=zIndex},hide:function(){this.getDom().style.display="none",this.getDom().style.zIndex=""},isHidden:function(){return"none"==this.getDom().style.display},_onMouseDown:function(){return!1},_onClick:function(e,target){this.fireEvent("click",e,target)},_fill:function(){var el=this.getDom(),vpRect=uiUtils.getViewportRect();el.style.width=vpRect.width+"px",el.style.height=vpRect.height+"px"}},utils.inherits(Mask,UIBase)}(),function(){function closeAllPopup(evt,el){for(var i=0;i<allPopups.length;i++){var pop=allPopups[i];if(!pop.isHidden()&&pop.queryAutoHide(el)!==!1){if(evt&&/scroll/gi.test(evt.type)&&"edui-wordpastepop"===pop.className)return;pop.hide()}}allPopups.length&&pop.editor.fireEvent("afterhidepop")}var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,domUtils=baidu.editor.dom.domUtils,UIBase=baidu.editor.ui.UIBase,Popup=baidu.editor.ui.Popup=function(options){this.initOptions(options),this.initPopup()},allPopups=[];Popup.postHide=closeAllPopup;var ANCHOR_CLASSES=["edui-anchor-topleft","edui-anchor-topright","edui-anchor-bottomleft","edui-anchor-bottomright"];Popup.prototype={SHADOW_RADIUS:5,content:null,_hidden:!1,autoRender:!0,canSideLeft:!0,canSideUp:!0,initPopup:function(){this.initUIBase(),allPopups.push(this)},getHtmlTpl:function(){return'<div id="##" class="edui-popup %%" onmousedown="return false;"> <div id="##_body" class="edui-popup-body"> <iframe style="position:absolute;z-index:-1;left:0;top:0;background-color: transparent;" frameborder="0" width="100%" height="100%" src="about:blank"></iframe> <div class="edui-shadow"></div> <div id="##_content" class="edui-popup-content">'+this.getContentHtmlTpl()+" </div> </div></div>"},getContentHtmlTpl:function(){return this.content?"string"==typeof this.content?this.content:this.content.renderHtml():""},_UIBase_postRender:UIBase.prototype.postRender,postRender:function(){if(this.content instanceof UIBase&&this.content.postRender(),this.captureWheel&&!this.captured){this.captured=!0;var winHeight=(document.documentElement.clientHeight||document.body.clientHeight)-80,_height=this.getDom().offsetHeight,_top=uiUtils.getClientRect(this.combox.getDom()).top,content=this.getDom("content"),ifr=this.getDom("body").getElementsByTagName("iframe");for(ifr.length&&(ifr=ifr[0]);_top+_height>winHeight;)_height-=30;content.style.height=_height+"px",ifr&&(ifr.style.height=_height+"px"),domUtils.on(content,"onmousewheel"in document.body?"mousewheel":"DOMMouseScroll",function(e){e.preventDefault?e.preventDefault():e.returnValue=!1,e.wheelDelta?content.scrollTop-=e.wheelDelta/120*60:content.scrollTop-=e.detail/-3*60})}this.fireEvent("postRenderAfter"),this.hide(!0),this._UIBase_postRender()},_doAutoRender:function(){!this.getDom()&&this.autoRender&&this.render()},mesureSize:function(){var box=this.getDom("content");return uiUtils.getClientRect(box)},fitSize:function(){if(this.captureWheel&&this.sized)return this.__size;this.sized=!0;var popBodyEl=this.getDom("body");popBodyEl.style.width="",popBodyEl.style.height="";var size=this.mesureSize();if(this.captureWheel){popBodyEl.style.width=-(-20-size.width)+"px";var height=parseInt(this.getDom("content").style.height,10);!window.isNaN(height)&&(size.height=height)}else popBodyEl.style.width=size.width+"px";return popBodyEl.style.height=size.height+"px",this.__size=size,this.captureWheel&&(this.getDom("content").style.overflow="auto"),size},showAnchor:function(element,hoz){this.showAnchorRect(uiUtils.getClientRect(element),hoz)},showAnchorRect:function(rect,hoz,adj){this._doAutoRender();var vpRect=uiUtils.getViewportRect();this.getDom().style.visibility="hidden",this._show();var sideLeft,sideUp,left,top,popSize=this.fitSize();hoz?(sideLeft=this.canSideLeft&&rect.right+popSize.width>vpRect.right&&rect.left>popSize.width,sideUp=this.canSideUp&&rect.top+popSize.height>vpRect.bottom&&rect.bottom>popSize.height,left=sideLeft?rect.left-popSize.width:rect.right,top=sideUp?rect.bottom-popSize.height:rect.top):(sideLeft=this.canSideLeft&&rect.right+popSize.width>vpRect.right&&rect.left>popSize.width,sideUp=this.canSideUp&&rect.top+popSize.height>vpRect.bottom&&rect.bottom>popSize.height,left=sideLeft?rect.right-popSize.width:rect.left,top=sideUp?rect.top-popSize.height:rect.bottom),sideUp||top+popSize.height>vpRect.bottom&&(top=vpRect.bottom-popSize.height);var popEl=this.getDom();uiUtils.setViewportOffset(popEl,{left:left,top:top}),domUtils.removeClasses(popEl,ANCHOR_CLASSES),popEl.className+=" "+ANCHOR_CLASSES[2*(sideUp?1:0)+(sideLeft?1:0)],this.editor&&(popEl.style.zIndex=1*this.editor.container.style.zIndex+10,baidu.editor.ui.uiUtils.getFixedLayer().style.zIndex=popEl.style.zIndex-1),this.getDom().style.visibility="visible"},showAt:function(offset){var left=offset.left,top=offset.top,rect={left:left,top:top,right:left,bottom:top,height:0,width:0};this.showAnchorRect(rect,!1,!0)},_show:function(){if(this._hidden){var box=this.getDom();box.style.display="",this._hidden=!1,this.fireEvent("show")}},isHidden:function(){return this._hidden},show:function(){this._doAutoRender(),this._show()},hide:function(notNofity){!this._hidden&&this.getDom()&&(this.getDom().style.display="none",this._hidden=!0,notNofity||this.fireEvent("hide"))},queryAutoHide:function(el){return!el||!uiUtils.contains(this.getDom(),el)}},utils.inherits(Popup,UIBase),domUtils.on(document,"mousedown",function(evt){var el=evt.target||evt.srcElement;closeAllPopup(evt,el)}),domUtils.on(window,"scroll",function(evt,el){closeAllPopup(evt,el)})}(),function(){function genColorPicker(noColorText,editor){for(var html='<div id="##" class="edui-colorpicker %%"><div class="edui-colorpicker-topbar edui-clearfix"><div id="##_preview" class="edui-colorpicker-preview"><input type="color" id="##_input" onchange="$$._onColorSelect(event,this);" /></div><div unselectable="on" class="edui-colorpicker-nocolor" onclick="$$._onPickNoColor(event, this);">'+noColorText+'</div></div><table class="edui-box" style="border-collapse: collapse;" onmouseover="$$._onTableOver(event, this);" onmouseout="$$._onTableOut(event, this);" onclick="return $$._onTableClick(event, this);" cellspacing="0" cellpadding="0"><tr style="border-bottom: 1px solid #ddd;font-size: 13px;line-height: 25px;color:#39C;padding-top: 2px"><td colspan="10">'+editor.getLang("themeColor")+'</td> </tr><tr class="edui-colorpicker-tablefirstrow" >',i=0;i<COLORS.length;i++)i&&i%10===0&&(html+="</tr>"+(60==i?'<tr style="border-bottom: 1px solid #ddd;font-size: 13px;line-height: 25px;color:#39C;"><td colspan="10">'+editor.getLang("standardColor")+"</td></tr>":"")+"<tr"+(60==i?' class="edui-colorpicker-tablefirstrow"':"")+">"),html+=i<70?'<td style="padding:2px 2px;"><a hidefocus title="'+COLORS[i]+'" onclick="return false;" href="javascript:" unselectable="on" class="edui-box edui-colorpicker-colorcell" data-color="#'+COLORS[i]+'" style="background-color:#'+COLORS[i]+';border:solid #ccc 1px;"></a></td>':"";return html+="</tr>",html+="</table></div>"}var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,ColorPicker=baidu.editor.ui.ColorPicker=function(options){this.initOptions(options),this.noColorText=this.noColorText||this.editor.getLang("clearColor"),this.initUIBase()};ColorPicker.prototype={getHtmlTpl:function(){return genColorPicker(this.noColorText,this.editor)},_onTableClick:function(evt){var tgt=evt.target||evt.srcElement,color=tgt.getAttribute("data-color");color&&this.fireEvent("pickcolor",color)},_onTableOver:function(evt){var tgt=evt.target||evt.srcElement,color=tgt.getAttribute("data-color");color&&(this.getDom("preview").style.backgroundColor=color)},_onTableOut:function(){this.getDom("preview").style.backgroundColor=""},_onPickNoColor:function(){this.fireEvent("picknocolor")},_onColorSelect:function(evt){var input=evt.target||evt.srcElement,color=input.value;color&&this.fireEvent("pickcolor",color)}},utils.inherits(ColorPicker,UIBase);var COLORS="ffffff,000000,eeece1,1f497d,4f81bd,c0504d,9bbb59,8064a2,4bacc6,f79646,f2f2f2,7f7f7f,ddd9c3,c6d9f0,dbe5f1,f2dcdb,ebf1dd,e5e0ec,dbeef3,fdeada,d8d8d8,595959,c4bd97,8db3e2,b8cce4,e5b9b7,d7e3bc,ccc1d9,b7dde8,fbd5b5,bfbfbf,3f3f3f,938953,548dd4,95b3d7,d99694,c3d69b,b2a2c7,92cddc,fac08f,a5a5a5,262626,494429,17365d,366092,953734,76923c,5f497a,31859b,e36c09,7f7f7f,0c0c0c,1d1b10,0f243e,244061,632423,4f6128,3f3151,205867,974806,c00000,ff0000,ffc000,ffff00,92d050,00b050,00b0f0,0070c0,002060,7030a0,".split(",")}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,TablePicker=baidu.editor.ui.TablePicker=function(options){this.initOptions(options),this.initTablePicker()};TablePicker.prototype={defaultNumRows:10,defaultNumCols:10,maxNumRows:20,maxNumCols:20,numRows:10,numCols:10,lengthOfCellSide:22,initTablePicker:function(){this.initUIBase()},getHtmlTpl:function(){return'<div id="##" class="edui-tablepicker %%"><div class="edui-tablepicker-body"><div class="edui-infoarea"><span id="##_label" class="edui-label"></span></div><div class="edui-pickarea" onmousemove="$$._onMouseMove(event, this);" onmouseover="$$._onMouseOver(event, this);" onmouseout="$$._onMouseOut(event, this);" onclick="$$._onClick(event, this);"><div id="##_overlay" class="edui-overlay"></div></div></div></div>'},_UIBase_render:UIBase.prototype.render,render:function(holder){this._UIBase_render(holder),this.getDom("label").innerHTML="0"+this.editor.getLang("t_row")+" x 0"+this.editor.getLang("t_col")},_track:function(numCols,numRows){var style=this.getDom("overlay").style,sideLen=this.lengthOfCellSide;style.width=numCols*sideLen+"px",style.height=numRows*sideLen+"px";var label=this.getDom("label");label.innerHTML=numCols+this.editor.getLang("t_col")+" x "+numRows+this.editor.getLang("t_row"),this.numCols=numCols,this.numRows=numRows},_onMouseOver:function(evt,el){var rel=evt.relatedTarget||evt.fromElement;uiUtils.contains(el,rel)||el===rel||(this.getDom("label").innerHTML="0"+this.editor.getLang("t_col")+" x 0"+this.editor.getLang("t_row"),this.getDom("overlay").style.visibility="")},_onMouseOut:function(evt,el){var rel=evt.relatedTarget||evt.toElement;uiUtils.contains(el,rel)||el===rel||(this.getDom("label").innerHTML="0"+this.editor.getLang("t_col")+" x 0"+this.editor.getLang("t_row"),this.getDom("overlay").style.visibility="hidden")},_onMouseMove:function(evt,el){var offset=(this.getDom("overlay").style,uiUtils.getEventOffset(evt)),sideLen=this.lengthOfCellSide,numCols=Math.ceil(offset.left/sideLen),numRows=Math.ceil(offset.top/sideLen);this._track(numCols,numRows)},_onClick:function(){this.fireEvent("picktable",this.numCols,this.numRows)}},utils.inherits(TablePicker,UIBase)}(),function(){var browser=baidu.editor.browser,domUtils=baidu.editor.dom.domUtils,uiUtils=baidu.editor.ui.uiUtils,TPL_STATEFUL='onmousedown="$$.Stateful_onMouseDown(event, this);" onmouseup="$$.Stateful_onMouseUp(event, this);"'+(browser.ie?' onmouseenter="$$.Stateful_onMouseEnter(event, this);" onmouseleave="$$.Stateful_onMouseLeave(event, this);"':' onmouseover="$$.Stateful_onMouseOver(event, this);" onmouseout="$$.Stateful_onMouseOut(event, this);"');baidu.editor.ui.Stateful={alwalysHoverable:!1,target:null,Stateful_init:function(){this._Stateful_dGetHtmlTpl=this.getHtmlTpl,this.getHtmlTpl=this.Stateful_getHtmlTpl},Stateful_getHtmlTpl:function(){var tpl=this._Stateful_dGetHtmlTpl();return tpl.replace(/stateful/g,function(){return TPL_STATEFUL})},Stateful_onMouseEnter:function(evt,el){this.target=el,this.isDisabled()&&!this.alwalysHoverable||(this.addState("hover"),this.fireEvent("over"))},Stateful_onMouseLeave:function(evt,el){this.isDisabled()&&!this.alwalysHoverable||(this.removeState("hover"),this.removeState("active"),this.fireEvent("out"))},Stateful_onMouseOver:function(evt,el){var rel=evt.relatedTarget;uiUtils.contains(el,rel)||el===rel||this.Stateful_onMouseEnter(evt,el)},Stateful_onMouseOut:function(evt,el){var rel=evt.relatedTarget;uiUtils.contains(el,rel)||el===rel||this.Stateful_onMouseLeave(evt,el)},Stateful_onMouseDown:function(evt,el){this.isDisabled()||this.addState("active")},Stateful_onMouseUp:function(evt,el){this.isDisabled()||this.removeState("active")},Stateful_postRender:function(){this.disabled&&!this.hasState("disabled")&&this.addState("disabled")},hasState:function(state){return domUtils.hasClass(this.getStateDom(),"edui-state-"+state)},addState:function(state){this.hasState(state)||(this.getStateDom().className+=" edui-state-"+state)},removeState:function(state){this.hasState(state)&&domUtils.removeClasses(this.getStateDom(),["edui-state-"+state])},getStateDom:function(){return this.getDom("state")},isChecked:function(){return this.hasState("checked")},setChecked:function(checked){!this.isDisabled()&&checked?this.addState("checked"):this.removeState("checked")},isDisabled:function(){return this.hasState("disabled")},setDisabled:function(disabled){disabled?(this.removeState("hover"),this.removeState("checked"),this.removeState("active"),this.addState("disabled")):this.removeState("disabled")}}}(),function(){var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,Stateful=baidu.editor.ui.Stateful,Button=baidu.editor.ui.Button=function(options){if(options.name){var btnName=options.name,cssRules=options.cssRules;options.className||(options.className="edui-for-"+btnName),options.cssRules=".edui-"+(options.theme||"default")+" .edui-toolbar .edui-button.edui-for-"+btnName+" .edui-icon {"+cssRules+"}"}this.initOptions(options),this.initButton()};Button.prototype={uiName:"button",label:"",title:"",showIcon:!0,showText:!0,cssRules:"",initButton:function(){this.initUIBase(),this.Stateful_init(),this.cssRules&&utils.cssRule("edui-customize-"+this.name+"-style",this.cssRules)},getHtmlTpl:function(){return'<div id="##" class="edui-box %%"><div id="##_state" stateful><div class="%%-wrap"><div id="##_body" unselectable="on" '+(this.title?'title="'+this.title+'"':"")+' class="%%-body" onmousedown="return $$._onMouseDown(event, this);" onclick="return $$._onClick(event, this);">'+(this.showIcon?'<div class="edui-box edui-icon"></div>':"")+(this.showText?'<div class="edui-box edui-label">'+this.label+"</div>":"")+"</div></div></div></div>"},postRender:function(){this.Stateful_postRender(),this.setDisabled(this.disabled)},_onMouseDown:function(e){var target=e.target||e.srcElement,tagName=target&&target.tagName&&target.tagName.toLowerCase();if("input"==tagName||"object"==tagName||"object"==tagName)return!1;
|
|
20
|
+
},_onClick:function(){this.isDisabled()||this.fireEvent("click")},setTitle:function(text){var label=this.getDom("label");label.innerHTML=text}},utils.inherits(Button,UIBase),utils.extend(Button.prototype,Stateful)}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,UIBase=(baidu.editor.dom.domUtils,baidu.editor.ui.UIBase),Stateful=baidu.editor.ui.Stateful,SplitButton=baidu.editor.ui.SplitButton=function(options){this.initOptions(options),this.initSplitButton()};SplitButton.prototype={popup:null,uiName:"splitbutton",title:"",initSplitButton:function(){this.initUIBase(),this.Stateful_init();if(null!=this.popup){var popup=this.popup;this.popup=null,this.setPopup(popup)}},_UIBase_postRender:UIBase.prototype.postRender,postRender:function(){this.Stateful_postRender(),this._UIBase_postRender()},setPopup:function(popup){this.popup!==popup&&(null!=this.popup&&this.popup.dispose(),popup.addListener("show",utils.bind(this._onPopupShow,this)),popup.addListener("hide",utils.bind(this._onPopupHide,this)),popup.addListener("postrender",utils.bind(function(){popup.getDom("body").appendChild(uiUtils.createElementByHtml('<div id="'+this.popup.id+'_bordereraser" class="edui-bordereraser edui-background" style="width:'+(uiUtils.getClientRect(this.getDom()).width+20)+'px"></div>')),popup.getDom().className+=" "+this.className},this)),this.popup=popup)},_onPopupShow:function(){this.addState("opened")},_onPopupHide:function(){this.removeState("opened")},getHtmlTpl:function(){return'<div id="##" class="edui-box %%"><div '+(this.title?'title="'+this.title+'"':"")+' id="##_state" stateful><div class="%%-body"><div id="##_button_body" class="edui-box edui-button-body" onclick="$$._onButtonClick(event, this);"><div class="edui-box edui-icon"></div></div><div class="edui-box edui-splitborder"></div><div class="edui-box edui-arrow" onclick="$$._onArrowClick();"></div></div></div></div>'},showPopup:function(){var rect=uiUtils.getClientRect(this.getDom());rect.top-=this.popup.SHADOW_RADIUS,rect.height+=this.popup.SHADOW_RADIUS,this.popup.showAnchorRect(rect)},_onArrowClick:function(event,el){this.isDisabled()||this.showPopup()},_onButtonClick:function(){this.isDisabled()||this.fireEvent("buttonclick")}},utils.inherits(SplitButton,UIBase),utils.extend(SplitButton.prototype,Stateful,!0)}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,ColorPicker=baidu.editor.ui.ColorPicker,Popup=baidu.editor.ui.Popup,SplitButton=baidu.editor.ui.SplitButton,ColorButton=baidu.editor.ui.ColorButton=function(options){this.initOptions(options),this.initColorButton()};ColorButton.prototype={initColorButton:function(){var me=this;this.popup=new Popup({content:new ColorPicker({noColorText:me.editor.getLang("clearColor"),editor:me.editor,onpickcolor:function(t,color){me._onPickColor(color)},onpicknocolor:function(t,color){me._onPickNoColor(color)}}),editor:me.editor}),this.initSplitButton()},_SplitButton_postRender:SplitButton.prototype.postRender,postRender:function(){this._SplitButton_postRender(),this.getDom("button_body").appendChild(uiUtils.createElementByHtml('<div id="'+this.id+'_colorlump" class="edui-colorlump"></div>')),this.getDom().className+=" edui-colorbutton"},setColor:function(color){this.getDom("colorlump").style.backgroundColor=color,this.color=color},_onPickColor:function(color){this.fireEvent("pickcolor",color)!==!1&&(this.setColor(color),this.popup.hide())},_onPickNoColor:function(color){this.fireEvent("picknocolor")!==!1&&this.popup.hide()}},utils.inherits(ColorButton,SplitButton)}(),function(){var utils=baidu.editor.utils,Popup=baidu.editor.ui.Popup,TablePicker=baidu.editor.ui.TablePicker,SplitButton=baidu.editor.ui.SplitButton,TableButton=baidu.editor.ui.TableButton=function(options){this.initOptions(options),this.initTableButton()};TableButton.prototype={initTableButton:function(){var me=this;this.popup=new Popup({content:new TablePicker({editor:me.editor,onpicktable:function(t,numCols,numRows){me._onPickTable(numCols,numRows)}}),editor:me.editor}),this.initSplitButton()},_onPickTable:function(numCols,numRows){this.fireEvent("picktable",numCols,numRows)!==!1&&this.popup.hide()}},utils.inherits(TableButton,SplitButton)}(),function(){var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,AutoTypeSetPicker=baidu.editor.ui.AutoTypeSetPicker=function(options){this.initOptions(options),this.initAutoTypeSetPicker()};AutoTypeSetPicker.prototype={initAutoTypeSetPicker:function(){this.initUIBase()},getHtmlTpl:function(){var me=this.editor,opt=me.options.autotypeset,lang=me.getLang("autoTypeSet"),textAlignInputName="textAlignValue"+me.uid,imageBlockInputName="imageBlockLineValue"+me.uid,symbolConverInputName="symbolConverValue"+me.uid;return'<div id="##" class="edui-autotypesetpicker %%"><div class="edui-autotypesetpicker-body"><table ><tr><td nowrap><input type="checkbox" name="mergeEmptyline" '+(opt.mergeEmptyline?"checked":"")+">"+lang.mergeLine+'</td><td colspan="2"><input type="checkbox" name="removeEmptyline" '+(opt.removeEmptyline?"checked":"")+">"+lang.delLine+'</td></tr><tr><td nowrap><input type="checkbox" name="removeClass" '+(opt.removeClass?"checked":"")+">"+lang.removeFormat+'</td><td colspan="2"><input type="checkbox" name="indent" '+(opt.indent?"checked":"")+">"+lang.indent+'</td></tr><tr><td nowrap><input type="checkbox" name="textAlign" '+(opt.textAlign?"checked":"")+">"+lang.alignment+'</td><td colspan="2" id="'+textAlignInputName+'"><input type="radio" name="'+textAlignInputName+'" value="left" '+(opt.textAlign&&"left"==opt.textAlign?"checked":"")+">"+me.getLang("justifyleft")+'<input type="radio" name="'+textAlignInputName+'" value="center" '+(opt.textAlign&&"center"==opt.textAlign?"checked":"")+">"+me.getLang("justifycenter")+'<input type="radio" name="'+textAlignInputName+'" value="right" '+(opt.textAlign&&"right"==opt.textAlign?"checked":"")+">"+me.getLang("justifyright")+'</td></tr><tr><td nowrap><input type="checkbox" name="imageBlockLine" '+(opt.imageBlockLine?"checked":"")+">"+lang.imageFloat+'</td><td nowrap id="'+imageBlockInputName+'"><input type="radio" name="'+imageBlockInputName+'" value="none" '+(opt.imageBlockLine&&"none"==opt.imageBlockLine?"checked":"")+">"+me.getLang("default")+'<input type="radio" name="'+imageBlockInputName+'" value="left" '+(opt.imageBlockLine&&"left"==opt.imageBlockLine?"checked":"")+">"+me.getLang("justifyleft")+'<input type="radio" name="'+imageBlockInputName+'" value="center" '+(opt.imageBlockLine&&"center"==opt.imageBlockLine?"checked":"")+">"+me.getLang("justifycenter")+'<input type="radio" name="'+imageBlockInputName+'" value="right" '+(opt.imageBlockLine&&"right"==opt.imageBlockLine?"checked":"")+">"+me.getLang("justifyright")+'</td></tr><tr><td nowrap><input type="checkbox" name="clearFontSize" '+(opt.clearFontSize?"checked":"")+">"+lang.removeFontsize+'</td><td colspan="2"><input type="checkbox" name="clearFontFamily" '+(opt.clearFontFamily?"checked":"")+">"+lang.removeFontFamily+'</td></tr><tr><td nowrap colspan="3"><input type="checkbox" name="removeEmptyNode" '+(opt.removeEmptyNode?"checked":"")+">"+lang.removeHtml+'</td></tr><tr><td nowrap colspan="3"><input type="checkbox" name="pasteFilter" '+(opt.pasteFilter?"checked":"")+">"+lang.pasteFilter+'</td></tr><tr><td nowrap><input type="checkbox" name="symbolConver" '+(opt.bdc2sb||opt.tobdc?"checked":"")+">"+lang.symbol+'</td><td id="'+symbolConverInputName+'"><input type="radio" name="bdc" value="bdc2sb" '+(opt.bdc2sb?"checked":"")+">"+lang.bdc2sb+'<input type="radio" name="bdc" value="tobdc" '+(opt.tobdc?"checked":"")+">"+lang.tobdc+'</td><td nowrap align="right"><button >'+lang.run+"</button></td></tr></table></div></div>"},_UIBase_render:UIBase.prototype.render},utils.inherits(AutoTypeSetPicker,UIBase)}(),function(){function getPara(me){for(var ipt,opt={},cont=me.getDom(),editorId=me.editor.uid,inputType=null,attrName=null,ipts=domUtils.getElementsByTagName(cont,"input"),i=ipts.length-1;ipt=ipts[i--];)if(inputType=ipt.getAttribute("type"),"checkbox"==inputType)if(attrName=ipt.getAttribute("name"),opt[attrName]&&delete opt[attrName],ipt.checked){var attrValue=document.getElementById(attrName+"Value"+editorId);if(attrValue){if(/input/gi.test(attrValue.tagName))opt[attrName]=attrValue.value;else for(var iptchild,iptChilds=attrValue.getElementsByTagName("input"),j=iptChilds.length-1;iptchild=iptChilds[j--];)if(iptchild.checked){opt[attrName]=iptchild.value;break}}else opt[attrName]=!0}else opt[attrName]=!1;else opt[ipt.getAttribute("value")]=ipt.checked;for(var si,selects=domUtils.getElementsByTagName(cont,"select"),i=0;si=selects[i++];){var attr=si.getAttribute("name");opt[attr]=opt[attr]?si.value:""}utils.extend(me.editor.options.autotypeset,opt),me.editor.setPreferences("autotypeset",opt)}var utils=baidu.editor.utils,Popup=baidu.editor.ui.Popup,AutoTypeSetPicker=baidu.editor.ui.AutoTypeSetPicker,SplitButton=baidu.editor.ui.SplitButton,AutoTypeSetButton=baidu.editor.ui.AutoTypeSetButton=function(options){this.initOptions(options),this.initAutoTypeSetButton()};AutoTypeSetButton.prototype={initAutoTypeSetButton:function(){var me=this;this.popup=new Popup({content:new AutoTypeSetPicker({editor:me.editor}),editor:me.editor,hide:function(){!this._hidden&&this.getDom()&&(getPara(this),this.getDom().style.display="none",this._hidden=!0,this.fireEvent("hide"))}});var flag=0;this.popup.addListener("postRenderAfter",function(){var popupUI=this;if(!flag){var cont=this.getDom(),btn=cont.getElementsByTagName("button")[0];btn.onclick=function(){getPara(popupUI),me.editor.execCommand("autotypeset"),popupUI.hide()},domUtils.on(cont,"click",function(e){var target=e.target||e.srcElement,editorId=me.editor.uid;if(target&&"INPUT"==target.tagName){if("imageBlockLine"==target.name||"textAlign"==target.name||"symbolConver"==target.name)for(var checked=target.checked,radioTd=document.getElementById(target.name+"Value"+editorId),radios=radioTd.getElementsByTagName("input"),defalutSelect={imageBlockLine:"none",textAlign:"left",symbolConver:"tobdc"},i=0;i<radios.length;i++)checked?radios[i].value==defalutSelect[target.name]&&(radios[i].checked="checked"):radios[i].checked=!1;if(target.name=="imageBlockLineValue"+editorId||target.name=="textAlignValue"+editorId||"bdc"==target.name){var checkboxs=target.parentNode.previousSibling.getElementsByTagName("input");checkboxs&&(checkboxs[0].checked=!0)}getPara(popupUI)}}),flag=1}}),this.initSplitButton()}},utils.inherits(AutoTypeSetButton,SplitButton)}(),function(){var utils=baidu.editor.utils,Popup=baidu.editor.ui.Popup,Stateful=baidu.editor.ui.Stateful,UIBase=baidu.editor.ui.UIBase,CellAlignPicker=baidu.editor.ui.CellAlignPicker=function(options){this.initOptions(options),this.initSelected(),this.initCellAlignPicker()};CellAlignPicker.prototype={initSelected:function(){var status={valign:{top:0,middle:1,bottom:2},align:{left:0,center:1,right:2},count:3};this.selected&&(this.selectedIndex=status.valign[this.selected.valign]*status.count+status.align[this.selected.align])},initCellAlignPicker:function(){this.initUIBase(),this.Stateful_init()},getHtmlTpl:function(){for(var alignType=["left","center","right"],COUNT=9,tempClassName=null,tempIndex=-1,tmpl=[],i=0;i<COUNT;i++)tempClassName=this.selectedIndex===i?' class="edui-cellalign-selected" ':"",tempIndex=i%3,0===tempIndex&&tmpl.push("<tr>"),tmpl.push('<td index="'+i+'" '+tempClassName+' stateful><div class="edui-icon edui-'+alignType[tempIndex]+'"></div></td>'),2===tempIndex&&tmpl.push("</tr>");return'<div id="##" class="edui-cellalignpicker %%"><div class="edui-cellalignpicker-body"><table onclick="$$._onClick(event);">'+tmpl.join("")+"</table></div></div>"},getStateDom:function(){return this.target},_onClick:function(evt){var target=evt.target||evt.srcElement;/icon/.test(target.className)&&(this.items[target.parentNode.getAttribute("index")].onclick(),Popup.postHide(evt))},_UIBase_render:UIBase.prototype.render},utils.inherits(CellAlignPicker,UIBase),utils.extend(CellAlignPicker.prototype,Stateful,!0)}(),function(){var utils=baidu.editor.utils,Stateful=baidu.editor.ui.Stateful,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,PastePicker=baidu.editor.ui.PastePicker=function(options){this.initOptions(options),this.initPastePicker()};PastePicker.prototype={initPastePicker:function(){this.initUIBase(),this.Stateful_init()},getHtmlTpl:function(){return'<div class="edui-pasteicon" onclick="$$._onClick(this)"></div><div class="edui-pastecontainer"><div class="edui-title">'+this.editor.getLang("pasteOpt")+'</div><div class="edui-button"><div title="'+this.editor.getLang("pasteSourceFormat")+'" onclick="$$.format(false)" stateful><div class="edui-richtxticon"></div></div><div title="'+this.editor.getLang("tagFormat")+'" onclick="$$.format(2)" stateful><div class="edui-tagicon"></div></div><div title="'+this.editor.getLang("pasteTextFormat")+'" onclick="$$.format(true)" stateful><div class="edui-plaintxticon"></div></div></div></div></div>'},getStateDom:function(){return this.target},format:function(param){this.editor.ui._isTransfer=!0,this.editor.fireEvent("pasteTransfer",param)},_onClick:function(cur){var node=domUtils.getNextDomNode(cur),screenHt=uiUtils.getViewportRect().height,subPop=uiUtils.getClientRect(node);subPop.top+subPop.height>screenHt?node.style.top=-subPop.height-cur.offsetHeight+"px":node.style.top="",/hidden/gi.test(domUtils.getComputedStyle(node,"visibility"))?(node.style.visibility="visible",domUtils.addClass(cur,"edui-state-opened")):(node.style.visibility="hidden",domUtils.removeClasses(cur,"edui-state-opened"))},_UIBase_render:UIBase.prototype.render},utils.inherits(PastePicker,UIBase),utils.extend(PastePicker.prototype,Stateful,!0)}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,Toolbar=baidu.editor.ui.Toolbar=function(options){this.initOptions(options),this.initToolbar()};Toolbar.prototype={items:null,initToolbar:function(){this.items=this.items||[],this.initUIBase()},add:function(item,index){void 0===index?this.items.push(item):this.items.splice(index,0,item)},getHtmlTpl:function(){for(var buff=[],i=0;i<this.items.length;i++)buff[i]=this.items[i].renderHtml();return'<div id="##" class="edui-toolbar %%" onselectstart="return false;" onmousedown="return $$._onMouseDown(event, this);">'+buff.join("")+"</div>"},postRender:function(){for(var box=this.getDom(),i=0;i<this.items.length;i++)this.items[i].postRender();uiUtils.makeUnselectable(box)},_onMouseDown:function(e){var target=e.target||e.srcElement,tagName=target&&target.tagName&&target.tagName.toLowerCase();if("input"==tagName||"object"==tagName||"object"==tagName)return!1}},utils.inherits(Toolbar,UIBase)}(),function(){var utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,Popup=(baidu.editor.ui.uiUtils,baidu.editor.ui.UIBase,baidu.editor.ui.Popup),QuickOperate=(baidu.editor.ui.Stateful,baidu.editor.ui.CellAlignPicker,baidu.editor.ui.QuickOperate=function(options){this.initOptions(options)});QuickOperate.prototype={uiName:"quick-operate",_Popup_getContentHtmlTpl:Popup.prototype.getContentHtmlTpl,getContentHtmlTpl:function(){return['<div class="edui-quick-operate">',' <div class="edui-quick-operate-status">',' <div class="edui-quick-operate-icon"><i class="icon icon-image"></i></div>',' <div class="edui-quick-operate-icon"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" data-icon="DragOutlined"><path d="M8.25 6.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm0 7.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Zm1.75 5.5a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0ZM14.753 6.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5ZM16.5 12a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Zm-1.747 9a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z" fill="currentColor"></path></svg></div>'," </div>",' <div class="edui-quick-operate-menu">',' <div class="item"><i class="icon icon-image"></i> 删除</div>',' <div class="item"><i class="icon icon-image"></i> 左对齐</div>',' <div class="item"><i class="icon icon-image"></i> 右对齐</div>'," </div>","</div>"].join("")},destroy:function(){this.getDom()&&domUtils.remove(this.getDom())},dispose:function(){this.destroy()}},utils.inherits(QuickOperate,Popup)}(),function(){var utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,Popup=baidu.editor.ui.Popup,Stateful=baidu.editor.ui.Stateful,CellAlignPicker=baidu.editor.ui.CellAlignPicker,Menu=baidu.editor.ui.Menu=function(options){this.initOptions(options),this.initMenu()},menuSeparator={renderHtml:function(){return'<div class="edui-menuitem edui-menuseparator"><div class="edui-menuseparator-inner"></div></div>'},postRender:function(){},queryAutoHide:function(){return!0}};Menu.prototype={items:null,uiName:"menu",initMenu:function(){this.items=this.items||[],this.initPopup(),this.initItems()},initItems:function(){for(var i=0;i<this.items.length;i++){var item=this.items[i];"-"==item?this.items[i]=this.getSeparator():item instanceof MenuItem||(item.editor=this.editor,item.theme=this.editor.options.theme,this.items[i]=this.createItem(item))}},getSeparator:function(){return menuSeparator},createItem:function(item){return item.menu=this,new MenuItem(item)},_Popup_getContentHtmlTpl:Popup.prototype.getContentHtmlTpl,getContentHtmlTpl:function(){if(0==this.items.length)return this._Popup_getContentHtmlTpl();for(var buff=[],i=0;i<this.items.length;i++){var item=this.items[i];buff[i]=item.renderHtml()}return'<div class="%%-body">'+buff.join("")+"</div>"},_Popup_postRender:Popup.prototype.postRender,postRender:function(){for(var me=this,i=0;i<this.items.length;i++){var item=this.items[i];item.ownerMenu=this,item.postRender()}domUtils.on(this.getDom(),"mouseover",function(evt){evt=evt||event;var rel=evt.relatedTarget||evt.fromElement,el=me.getDom();uiUtils.contains(el,rel)||el===rel||me.fireEvent("over")}),this._Popup_postRender()},queryAutoHide:function(el){if(el){if(uiUtils.contains(this.getDom(),el))return!1;for(var i=0;i<this.items.length;i++){var item=this.items[i];if(item.queryAutoHide(el)===!1)return!1}}},clearItems:function(){for(var i=0;i<this.items.length;i++){var item=this.items[i];clearTimeout(item._showingTimer),clearTimeout(item._closingTimer),item.subMenu&&item.subMenu.destroy()}this.items=[]},destroy:function(){this.getDom()&&domUtils.remove(this.getDom()),this.clearItems()},dispose:function(){this.destroy()}},utils.inherits(Menu,Popup);var MenuItem=baidu.editor.ui.MenuItem=function(options){if(this.initOptions(options),this.initUIBase(),this.Stateful_init(),this.subMenu&&!(this.subMenu instanceof Menu))if(options.className&&options.className.indexOf("aligntd")!=-1){var me=this;this.subMenu.selected=this.editor.queryCommandValue("cellalignment"),this.subMenu=new Popup({content:new CellAlignPicker(this.subMenu),parentMenu:me,editor:me.editor,destroy:function(){this.getDom()&&domUtils.remove(this.getDom())}}),this.subMenu.addListener("postRenderAfter",function(){domUtils.on(this.getDom(),"mouseover",function(){me.addState("opened")})})}else this.subMenu=new Menu(this.subMenu)};MenuItem.prototype={label:"",subMenu:null,ownerMenu:null,uiName:"menuitem",alwalysHoverable:!0,getHtmlTpl:function(){return'<div id="##" class="%%" stateful onclick="$$._onClick(event, this);"><div class="%%-body">'+this.renderLabelHtml()+"</div></div>"},postRender:function(){var me=this;this.addListener("over",function(){me.ownerMenu.fireEvent("submenuover",me),me.subMenu&&me.delayShowSubMenu()}),this.subMenu&&(this.getDom().className+=" edui-hassubmenu",this.subMenu.render(),this.addListener("out",function(){me.delayHideSubMenu()}),this.subMenu.addListener("over",function(){clearTimeout(me._closingTimer),me._closingTimer=null,me.addState("opened")}),this.ownerMenu.addListener("hide",function(){me.hideSubMenu()}),this.ownerMenu.addListener("submenuover",function(t,subMenu){subMenu!==me&&me.delayHideSubMenu()}),this.subMenu._bakQueryAutoHide=this.subMenu.queryAutoHide,this.subMenu.queryAutoHide=function(el){return(!el||!uiUtils.contains(me.getDom(),el))&&this._bakQueryAutoHide(el)}),this.getDom().style.tabIndex="-1",uiUtils.makeUnselectable(this.getDom()),this.Stateful_postRender()},delayShowSubMenu:function(){var me=this;me.isDisabled()||(me.addState("opened"),clearTimeout(me._showingTimer),clearTimeout(me._closingTimer),me._closingTimer=null,me._showingTimer=setTimeout(function(){me.showSubMenu()},250))},delayHideSubMenu:function(){var me=this;me.isDisabled()||(me.removeState("opened"),clearTimeout(me._showingTimer),me._closingTimer||(me._closingTimer=setTimeout(function(){me.hasState("opened")||me.hideSubMenu(),me._closingTimer=null},400)))},renderLabelHtml:function(){return'<div class="edui-arrow"></div><div class="edui-box edui-icon"></div><div class="edui-box edui-label %%-label">'+(this.label||"")+"</div>"},getStateDom:function(){return this.getDom()},queryAutoHide:function(el){if(this.subMenu&&this.hasState("opened"))return this.subMenu.queryAutoHide(el)},_onClick:function(event,this_){this.hasState("disabled")||this.fireEvent("click",event,this_)!==!1&&(this.subMenu?this.showSubMenu():Popup.postHide(event))},showSubMenu:function(){var rect=uiUtils.getClientRect(this.getDom());rect.right-=5,rect.left+=2,rect.width-=7,rect.top-=4,rect.bottom+=4,rect.height+=8,this.subMenu.showAnchorRect(rect,!0,!0)},hideSubMenu:function(){this.subMenu.hide()}},utils.inherits(MenuItem,UIBase),utils.extend(MenuItem.prototype,Stateful,!0)}(),function(){var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,Menu=baidu.editor.ui.Menu,SplitButton=baidu.editor.ui.SplitButton,Combox=baidu.editor.ui.Combox=function(options){this.initOptions(options),this.initCombox()};Combox.prototype={uiName:"combox",onbuttonclick:function(){this.showPopup()},initCombox:function(){var me=this;this.items=this.items||[];for(var i=0;i<this.items.length;i++){var item=this.items[i];item.uiName="listitem",item.index=i,item.onclick=function(){me.selectByIndex(this.index)}}this.popup=new Menu({items:this.items,uiName:"list",editor:this.editor,captureWheel:!0,combox:this}),this.initSplitButton()},_SplitButton_postRender:SplitButton.prototype.postRender,postRender:function(){this._SplitButton_postRender(),this.setLabel(this.label||""),this.setValue(this.initValue||"")},showPopup:function(){var rect=uiUtils.getClientRect(this.getDom());rect.top+=1,rect.bottom-=1,rect.height-=2,this.popup.showAnchorRect(rect)},getValue:function(){return this.value},setValue:function(value){var index=this.indexByValue(value);index!=-1?(this.selectedIndex=index,this.setLabel(this.items[index].label),this.value=this.items[index].value):(this.selectedIndex=-1,this.setLabel(this.getLabelForUnknowValue(value)),this.value=value)},setLabel:function(label){this.getDom("button_body").innerHTML=label,this.label=label},getLabelForUnknowValue:function(value){return value},indexByValue:function(value){for(var i=0;i<this.items.length;i++)if(value==this.items[i].value)return i;return-1},getItem:function(index){return this.items[index]},selectByIndex:function(index){index<this.items.length&&this.fireEvent("select",index)!==!1&&(this.selectedIndex=index,this.value=this.items[index].value,this.setLabel(this.items[index].label))}},utils.inherits(Combox,SplitButton)}(),function(){var modalMask,dragMask,activeDialog,utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,uiUtils=baidu.editor.ui.uiUtils,Mask=baidu.editor.ui.Mask,UIBase=baidu.editor.ui.UIBase,Button=baidu.editor.ui.Button,Dialog=baidu.editor.ui.Dialog=function(options){if(options.name){var name=options.name,cssRules=options.cssRules;options.className||(options.className="edui-for-"+name),cssRules&&(options.cssRules=".edui-for-"+name+" .edui-dialog-content {"+cssRules+"}")}this.initOptions(utils.extend({autoReset:!0,draggable:!0,onok:function(){},oncancel:function(){},onclose:function(t,ok){return ok?this.onok():this.oncancel()},holdScroll:!1},options)),this.initDialog()};Dialog.prototype={draggable:!1,uiName:"dialog",initDialog:function(){var me=this,theme=this.editor.options.theme;if(this.cssRules&&(this.cssRules=".edui-"+theme+" "+this.cssRules,utils.cssRule("edui-customize-"+this.name+"-style",this.cssRules)),this.initUIBase(),this.modalMask=modalMask||(modalMask=new Mask({className:"edui-dialog-modalmask",theme:theme,onclick:function(){activeDialog&&activeDialog.close(!1)}})),this.dragMask=dragMask||(dragMask=new Mask({className:"edui-dialog-dragmask",theme:theme})),this.closeButton=new Button({className:"edui-dialog-closebutton",title:me.closeDialog,theme:theme,onclick:function(){me.close(!1)}}),this.fullscreen&&this.initResizeEvent(),this.buttons)for(var i=0;i<this.buttons.length;i++)this.buttons[i]instanceof Button||(this.buttons[i]=new Button(utils.extend(this.buttons[i],{editor:this.editor},!0)))},initResizeEvent:function(){var me=this;domUtils.on(window,"resize",function(){me._hidden||void 0===me._hidden||(me.__resizeTimer&&window.clearTimeout(me.__resizeTimer),me.__resizeTimer=window.setTimeout(function(){me.__resizeTimer=null;var dialogWrapNode=me.getDom(),contentNode=me.getDom("content"),wrapRect=UE.ui.uiUtils.getClientRect(dialogWrapNode),contentRect=UE.ui.uiUtils.getClientRect(contentNode),vpRect=uiUtils.getViewportRect();contentNode.style.width=vpRect.width-wrapRect.width+contentRect.width+"px",contentNode.style.height=vpRect.height-wrapRect.height+contentRect.height+"px",dialogWrapNode.style.width=vpRect.width+"px",dialogWrapNode.style.height=vpRect.height+"px",me.fireEvent("resize")},100))})},fitSize:function(){var popBodyEl=this.getDom("body"),$foot=popBodyEl.querySelector(".edui-dialog-foot"),heightWithoutBody=70;$foot||(heightWithoutBody=30);var size=this.mesureSize(),winSize=uiUtils.getViewportRect(),width=size.width,height=size.height-heightWithoutBody,maxWidth=winSize.width-2,maxHeight=winSize.height-heightWithoutBody-2;width>maxWidth&&(height=height*maxWidth/width,width=maxWidth),height>maxHeight&&(width=width*maxHeight/height,height=maxHeight);var scale=width/size.width,$content=popBodyEl.querySelector(".edui-dialog-content");if(!$content.dataset.dialogScaled){$content.dataset.dialogScaled=!0,$content.style.width=width+"px",$content.style.height=height+"px";var $iframe=popBodyEl.querySelector(".edui-dialog-content iframe");$iframe.style.width=size.width+"px",$iframe.style.height=size.height-heightWithoutBody+"px",$iframe.style.transformOrigin="0 0",$iframe.style.transform="scale("+scale+")",size.width=width,size.height=height+heightWithoutBody}return popBodyEl.style.width=size.width+"px",popBodyEl.style.height=size.height+"px",size},safeSetOffset:function(offset){var me=this,el=me.getDom(),vpRect=uiUtils.getViewportRect(),rect=uiUtils.getClientRect(el),left=offset.left;left+rect.width>vpRect.right&&(left=vpRect.right-rect.width);var top=offset.top;top+rect.height>vpRect.bottom&&(top=vpRect.bottom-rect.height),el.style.left=Math.max(left,0)+"px",el.style.top=Math.max(top,0)+"px"},showAtCenter:function(){var vpRect=uiUtils.getViewportRect();if(this.fullscreen){var dialogWrapNode=this.getDom(),contentNode=this.getDom("content");dialogWrapNode.style.display="block";var wrapRect=UE.ui.uiUtils.getClientRect(dialogWrapNode),contentRect=UE.ui.uiUtils.getClientRect(contentNode);dialogWrapNode.style.left="-100000px",contentNode.style.width=vpRect.width-wrapRect.width+contentRect.width+"px",contentNode.style.height=vpRect.height-wrapRect.height+contentRect.height+"px",dialogWrapNode.style.width=vpRect.width+"px",dialogWrapNode.style.height=vpRect.height+"px",dialogWrapNode.style.left=0,this._originalContext={html:{overflowX:document.documentElement.style.overflowX,overflowY:document.documentElement.style.overflowY},body:{overflowX:document.body.style.overflowX,overflowY:document.body.style.overflowY}},document.documentElement.style.overflowX="hidden",document.documentElement.style.overflowY="hidden",document.body.style.overflowX="hidden",document.body.style.overflowY="hidden"}else{this.getDom().style.display="";var popSize=this.fitSize(),titleHeight=0|this.getDom("titlebar").offsetHeight,left=vpRect.width/2-popSize.width/2,top=vpRect.height/2-(popSize.height-titleHeight)/2-titleHeight,popEl=this.getDom();this.safeSetOffset({left:Math.max(0|left,0),top:Math.max(0|top,0)}),domUtils.hasClass(popEl,"edui-state-centered")||(popEl.className+=" edui-state-centered")}this._show()},getContentHtml:function(){var contentHtml="";return"string"==typeof this.content?contentHtml=this.content:this.iframeUrl&&(contentHtml='<span id="'+this.id+'_contmask" class="dialogcontmask"></span><iframe id="'+this.id+'_iframe" class="%%-iframe" height="100%" width="100%" frameborder="0" src="'+this.iframeUrl+'"></iframe>'),contentHtml},getHtmlTpl:function(){var footHtml="";if(this.buttons){for(var buff=[],i=0;i<this.buttons.length;i++)buff[i]=this.buttons[i].renderHtml();footHtml='<div class="%%-foot"><div id="##_buttons" class="%%-buttons">'+buff.join("")+"</div></div>"}return'<div id="##" class="%%"><div '+(this.fullscreen?'class="%%-wrap edui-dialog-fullscreen-flag"':'class="%%"')+'><div id="##_body" class="%%-body"><div class="%%-shadow"></div><div id="##_titlebar" class="%%-titlebar"><div class="%%-draghandle" onmousedown="$$._onTitlebarMouseDown(event, this);"><span class="%%-caption">'+(this.title||"")+"</span></div>"+this.closeButton.renderHtml()+'</div><div id="##_content" class="%%-content">'+(this.autoReset?"":this.getContentHtml())+"</div>"+footHtml+"</div></div></div>"},postRender:function(){this.modalMask.getDom()||(this.modalMask.render(),this.modalMask.hide()),this.dragMask.getDom()||(this.dragMask.render(),this.dragMask.hide());var me=this;if(this.addListener("show",function(){me.modalMask.show(this.getDom().style.zIndex-2)}),this.addListener("hide",function(){me.modalMask.hide()}),this.buttons)for(var i=0;i<this.buttons.length;i++)this.buttons[i].postRender();domUtils.on(window,"resize",function(){setTimeout(function(){me.isHidden()||me.safeSetOffset(uiUtils.getClientRect(me.getDom()))})}),this._hide()},mesureSize:function(){var body=this.getDom("body"),width=uiUtils.getClientRect(this.getDom("content")).width,dialogBodyStyle=body.style;return dialogBodyStyle.width=width,uiUtils.getClientRect(body)},_onTitlebarMouseDown:function(evt,el){if(this.draggable){var rect,me=(uiUtils.getViewportRect(),this);uiUtils.startDrag(evt,{ondragstart:function(){rect=uiUtils.getClientRect(me.getDom()),me.getDom("contmask").style.visibility="visible",me.dragMask.show(me.getDom().style.zIndex-1)},ondragmove:function(x,y){var left=rect.left+x,top=rect.top+y;me.safeSetOffset({left:left,top:top})},ondragstop:function(){me.getDom("contmask").style.visibility="hidden",domUtils.removeClasses(me.getDom(),["edui-state-centered"]),me.dragMask.hide()}})}},reset:function(){this.getDom("content").innerHTML=this.getContentHtml(),this.fireEvent("dialogafterreset")},_show:function(){this._hidden&&(this.getDom().style.display="",this.editor.container.style.zIndex&&(this.getDom().style.zIndex=1*this.editor.container.style.zIndex+10),this._hidden=!1,this.fireEvent("show"),baidu.editor.ui.uiUtils.getFixedLayer().style.zIndex=this.getDom().style.zIndex-4)},isHidden:function(){return this._hidden},_hide:function(){if(!this._hidden){var wrapNode=this.getDom();wrapNode.style.display="none",wrapNode.style.zIndex="",wrapNode.style.width="",wrapNode.style.height="",this._hidden=!0,this.fireEvent("hide")}},open:function(){if(this.autoReset)try{this.reset()}catch(e){this.render(),this.open()}if(this.showAtCenter(),this.iframeUrl)try{this.getDom("iframe").focus()}catch(ex){}activeDialog=this},_onCloseButtonClick:function(evt,el){this.close(!1)},close:function(ok){if(this.fireEvent("close",ok)!==!1){this.fullscreen&&(document.documentElement.style.overflowX=this._originalContext.html.overflowX,document.documentElement.style.overflowY=this._originalContext.html.overflowY,document.body.style.overflowX=this._originalContext.body.overflowX,document.body.style.overflowY=this._originalContext.body.overflowY,
|
|
21
|
+
delete this._originalContext),this._hide();var content=this.getDom("content"),iframe=this.getDom("iframe");if(content&&iframe){var doc=iframe.contentDocument||iframe.contentWindow.document;doc&&(doc.body.innerHTML=""),domUtils.remove(content)}}}},utils.inherits(Dialog,UIBase)}(),function(){var utils=baidu.editor.utils,Menu=baidu.editor.ui.Menu,SplitButton=baidu.editor.ui.SplitButton,MenuButton=baidu.editor.ui.MenuButton=function(options){this.initOptions(options),this.initMenuButton()};MenuButton.prototype={initMenuButton:function(){var me=this;this.uiName="menubutton",this.popup=new Menu({items:me.items,className:me.className,editor:me.editor}),this.popup.addListener("show",function(){for(var list=this,i=0;i<list.items.length;i++)list.items[i].removeState("checked"),list.items[i].value==me._value&&(list.items[i].addState("checked"),this.value=me._value)}),this.initSplitButton()},setValue:function(value){this._value=value}},utils.inherits(MenuButton,SplitButton)}(),function(){var utils=baidu.editor.utils,Popup=baidu.editor.ui.Popup,SplitButton=baidu.editor.ui.SplitButton,MultiMenuPop=baidu.editor.ui.MultiMenuPop=function(options){this.initOptions(options),this.initMultiMenu()};MultiMenuPop.prototype={initMultiMenu:function(){var me=this;this.popup=new Popup({content:"",editor:me.editor,iframe_rendered:!1,onshow:function(){this.iframe_rendered||(this.iframe_rendered=!0,this.getDom("content").innerHTML='<iframe id="'+me.id+'_iframe" src="'+me.iframeUrl+'" frameborder="0"></iframe>',me.editor.container.style.zIndex&&(this.getDom().style.zIndex=1*me.editor.container.style.zIndex+1))}}),this.onbuttonclick=function(){this.showPopup()},this.initSplitButton()}},utils.inherits(MultiMenuPop,SplitButton)}(),function(){function hideAllMenu(e){var tgt=e.target||e.srcElement,cur=domUtils.findParent(tgt,function(node){return domUtils.hasClass(node,"edui-shortcutmenu")||domUtils.hasClass(node,"edui-popup")},!0);if(!cur)for(var menu,i=0;menu=allMenus[i++];)menu.hide()}var UI=baidu.editor.ui,UIBase=UI.UIBase,uiUtils=UI.uiUtils,utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,allMenus=[],isSubMenuShow=!1,ShortCutMenu=UI.ShortCutMenu=function(options){this.initOptions(options),this.initShortCutMenu()};ShortCutMenu.postHide=hideAllMenu,ShortCutMenu.prototype={isHidden:!0,SPACE:5,initShortCutMenu:function(){this.items=this.items||[],this.initUIBase(),this.initItems(),this.initEvent(),allMenus.push(this)},initEvent:function(){var me=this;me.editor.document;me.editor.addListener("afterhidepop",function(){me.isHidden||(isSubMenuShow=!0)})},initItems:function(){if(utils.isArray(this.items))for(var i=0,len=this.items.length;i<len;i++)if("string"==typeof this.items[i]){var item=this.items[i].toLowerCase();UI[item]&&(this.items[i]=new UI[item](this.editor),this.items[i].className+=" edui-short-cut-sub-menu ")}},setOpacity:function(el,value){browser.ie&&browser.version<9?el.style.filter="alpha(opacity = "+100*parseFloat(value)+");":el.style.opacity=value},getSubMenuMark:function(){isSubMenuShow=!1;for(var node,layerEle=uiUtils.getFixedLayer(),list=domUtils.getElementsByTagName(layerEle,"div",function(node){return domUtils.hasClass(node,"edui-short-cut-sub-menu edui-popup")}),i=0;node=list[i++];)"none"!==node.style.display&&(isSubMenuShow=!0);return isSubMenuShow},show:function(e,hasContextmenu){function setPos(offset){offset.left<0&&(offset.left=0),offset.top<0&&(offset.top=0),el.style.cssText="position:absolute;left:"+offset.left+"px;top:"+offset.top+"px;"}var _step,me=this,offset={},el=this.getDom(),fixedlayer=uiUtils.getFixedLayer(),_iterator=_createForOfIteratorHelper(this.items);try{for(_iterator.s();!(_step=_iterator.n()).done;){var item=_step.value;"shouldUiShow"in item&&item.uiShow(item.shouldUiShow())}}catch(err){_iterator.e(err)}finally{_iterator.f()}me.eventType=e.type,el.style.cssText="display:block;left:-9999px",offset=uiUtils.getViewportOffsetByEvent(e),offset.top-=el.offsetHeight+me.SPACE,offset.left+=me.SPACE+20,setPos(offset),me.setOpacity(el,1),me.isHidden=!1,me.left=e.screenX+el.offsetWidth/2-me.SPACE,me.top=e.screenY-el.offsetHeight/2-me.SPACE,me.editor&&(el.style.zIndex=1*me.editor.container.style.zIndex+10,fixedlayer.style.zIndex=el.style.zIndex-1)},hide:function(){this.getDom()&&(this.getDom().style.display="none"),this.isHidden=!0},postRender:function(){if(utils.isArray(this.items))for(var item,i=0;item=this.items[i++];)item.postRender()},getHtmlTpl:function(){var buff;if(utils.isArray(this.items)){buff=[];for(var i=0;i<this.items.length;i++)buff[i]=this.items[i].renderHtml();buff=buff.join("")}else buff=this.items;return'<div id="##" class="%% edui-toolbar" data-src="shortcutmenu" onmousedown="return false;" onselectstart="return false;" >'+buff+"</div>"}},utils.inherits(ShortCutMenu,UIBase),domUtils.on(document,"mousedown",function(e){hideAllMenu(e)}),domUtils.on(window,"scroll",function(e){hideAllMenu(e)})}(),function(){var utils=baidu.editor.utils,UIBase=baidu.editor.ui.UIBase,Breakline=baidu.editor.ui.Breakline=function(options){this.initOptions(options),this.initSeparator()};Breakline.prototype={uiName:"Breakline",initSeparator:function(){this.initUIBase()},getHtmlTpl:function(){return"<br/>"}},utils.inherits(Breakline,UIBase)}(),function(){var utils=baidu.editor.utils,domUtils=baidu.editor.dom.domUtils,UIBase=baidu.editor.ui.UIBase,Message=baidu.editor.ui.Message=function(options){this.initOptions(options),this.initMessage()};Message.prototype={initMessage:function(){this.initUIBase()},getHtmlTpl:function(){return'<div id="##" class="edui-message %%"> <div id="##_closer" class="edui-message-closer">×</div> <div id="##_body" class="edui-message-body edui-message-type-info"> <iframe style="position:absolute;z-index:-1;left:0;top:0;background-color: transparent;" frameborder="0" width="100%" height="100%" src="about:blank"></iframe> <div class="edui-shadow"></div> <div id="##_content" class="edui-message-content"> </div> </div></div>'},reset:function(opt){var me=this;opt.keepshow||(clearTimeout(this.timer),me.timer=setTimeout(function(){me.hide()},opt.timeout||4e3)),void 0!==opt.content&&me.setContent(opt.content),void 0!==opt.type&&me.setType(opt.type),me.show()},postRender:function(){var me=this,closer=this.getDom("closer");closer&&domUtils.on(closer,"click",function(){me.hide()})},setContent:function(content){this.getDom("content").innerHTML=content},setType:function(type){type=type||"info";var body=this.getDom("body");body.className=body.className.replace(/edui-message-type-[\w-]+/,"edui-message-type-"+type)},getContent:function(){return this.getDom("content").innerHTML},getType:function(){var arr=this.getDom("body").match(/edui-message-type-([\w-]+)/);return arr?arr[1]:""},show:function(){this.getDom().style.display="block"},hide:function(){var dom=this.getDom();dom&&(dom.style.display="none",dom.parentNode&&dom.parentNode.removeChild(dom))}},utils.inherits(Message,UIBase)}(),function(){var utils=baidu.editor.utils,editorui=baidu.editor.ui,_Dialog=editorui.Dialog;editorui.buttons={},editorui.Dialog=function(options){var dialog=new _Dialog(options);return dialog.addListener("hide",function(){if(dialog.editor){var editor=dialog.editor;try{if(browser.gecko){var y=editor.window.scrollY,x=editor.window.scrollX;editor.body.focus(),editor.window.scrollTo(x,y)}else editor.focus()}catch(ex){}}}),dialog};for(var ci,btnCmds=["undo","redo","formatmatch","bold","italic","underline","fontborder","touppercase","tolowercase","strikethrough","subscript","superscript","source","indent","outdent","blockquote","pasteplain","pagebreak","selectall","print","horizontal","removeformat","time","date","unlink","insertparagraphbeforetable","insertrow","insertcol","mergeright","mergedown","deleterow","deletecol","splittorows","splittocols","splittocells","mergecells","deletetable"],i=0;ci=btnCmds[i++];)ci=ci.toLowerCase(),editorui[ci]=function(cmd){return function(editor){var ui=new editorui.Button({className:"edui-for-"+cmd,title:editor.options.labelMap[cmd]||editor.getLang("labelMap."+cmd)||"",onclick:function(){editor.execCommand(cmd)},theme:editor.options.theme,showText:!1});switch(cmd){case"bold":case"italic":case"underline":case"strikethrough":case"fontborder":ui.shouldUiShow=function(cmdInternal){return function(){return!!editor.selection.getText()&&editor.queryCommandState(cmdInternal)!==UE.constants.STATEFUL.DISABLED}}(cmd)}return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){var state=editor.queryCommandState(cmd);state===-1?(ui.setDisabled(!0),ui.setChecked(!1)):uiReady||(ui.setDisabled(!1),ui.setChecked(state))}),ui}}(ci);editorui.cleardoc=function(editor){var ui=new editorui.Button({className:"edui-for-cleardoc",title:editor.options.labelMap.cleardoc||editor.getLang("labelMap.cleardoc")||"",theme:editor.options.theme,onclick:function(){confirm(editor.getLang("confirmClear"))&&editor.execCommand("cleardoc")}});return editorui.buttons.cleardoc=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState("cleardoc")==-1)}),ui};for(var imageTypeSet=["none","left","center","right"],_i=0,_imageTypeSet=imageTypeSet;_i<_imageTypeSet.length;_i++){var value=_imageTypeSet[_i];!function(value){editorui["image"+value]=function(editor){var ui=new editorui.Button({className:"edui-for-image"+value,title:editor.options.labelMap["image"+value]||editor.getLang("labelMap.image"+value)||"",theme:editor.options.theme,onclick:function(){editor.execCommand("imagefloat",value)},shouldUiShow:function(){var closedNode=editor.selection.getRange().getClosedNode();return!(!closedNode||"IMG"!==closedNode.tagName)&&(!domUtils.hasClass(closedNode,"uep-loading")&&!domUtils.hasClass(closedNode,"uep-loading-error")&&editor.queryCommandState("imagefloat")!==UE.constants.STATEFUL.DISABLED)}});return editorui.buttons["image"+value]=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){ui.setDisabled(editor.queryCommandState("imagefloat")===UE.constants.STATEFUL.DISABLED),ui.setChecked(editor.queryCommandValue("imagefloat")===value&&!uiReady)}),ui}}(value)}var typeset={justify:["left","right","center","justify"],directionality:["ltr","rtl"]};for(var p in typeset)!function(cmd,val){for(var ci,i=0;ci=val[i++];)!function(cmd2){editorui[cmd.replace("float","")+cmd2]=function(editor){var ui=new editorui.Button({className:"edui-for-"+cmd.replace("float","")+cmd2,title:editor.options.labelMap[cmd.replace("float","")+cmd2]||editor.getLang("labelMap."+cmd.replace("float","")+cmd2)||"",theme:editor.options.theme,onclick:function(){editor.execCommand(cmd,cmd2)}});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){ui.setDisabled(editor.queryCommandState(cmd)==-1),ui.setChecked(editor.queryCommandValue(cmd)==cmd2&&!uiReady)}),ui}}(ci)}(p,typeset[p]);for(var ci,i=0;ci=["backcolor","forecolor"][i++];)editorui[ci]=function(cmd){return function(editor){var ui=new editorui.ColorButton({className:"edui-for-"+cmd,color:"default",title:editor.options.labelMap[cmd]||editor.getLang("labelMap."+cmd)||"",editor:editor,onpickcolor:function(t,color){editor.execCommand(cmd,color)},onpicknocolor:function(){editor.execCommand(cmd,"default"),this.setColor("transparent"),this.color="default"},onbuttonclick:function(){editor.execCommand(cmd,this.color)},shouldUiShow:function(){return!!editor.selection.getText()&&editor.queryCommandState(cmd)!==UE.constants.STATEFUL.DISABLED}});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState(cmd)==-1)}),ui}}(ci);var dialogIframeUrlMap={anchor:"~/dialogs/anchor/anchor.html?3f5d0da1",insertimage:"~/dialogs/image/image.html?1dbef3c5",link:"~/dialogs/link/link.html?d5434279",spechars:"~/dialogs/spechars/spechars.html?9c8bba9c",searchreplace:"~/dialogs/searchreplace/searchreplace.html?c84fd9f5",insertvideo:"~/dialogs/video/video.html?3f11a0ea",insertaudio:"~/dialogs/audio/audio.html?7b0f6c54",help:"~/dialogs/help/help.html?8beb21aa",preview:"~/dialogs/preview/preview.html?99378e1c",emotion:"~/dialogs/emotion/emotion.html?2bee20d8",wordimage:"~/dialogs/wordimage/wordimage.html?8826e57b",formula:"~/dialogs/formula/formula.html?26bf6bda",insertframe:"~/dialogs/insertframe/insertframe.html?b57f4b26",edittip:"~/dialogs/table/edittip.html?7a475574",edittable:"~/dialogs/table/edittable.html?b1312bad",edittd:"~/dialogs/table/edittd.html?8831dd6e",scrawl:"~/dialogs/scrawl/scrawl.html?5fba15e3",template:"~/dialogs/template/template.html?35b8f0a2",background:"~/dialogs/background/background.html?f8edc8b7",contentimport:"~/dialogs/contentimport/contentimport.html?452b1b0c"},dialogBtns={noOk:["searchreplace","help","spechars","preview"],ok:["anchor","link","insertimage","insertframe","wordimage","insertvideo","insertaudio","edittip","edittable","edittd","scrawl","template","formula","background","contentimport"]};for(var p in dialogBtns)!function(type,vals){for(var ci,i=0;ci=vals[i++];)browser.opera&&"searchreplace"===ci||!function(cmd){editorui[cmd]=function(editor,iframeUrl,title){iframeUrl=iframeUrl||(editor.options.dialogIframeUrlMap||{})[cmd]||dialogIframeUrlMap[cmd],title=editor.options.labelMap[cmd]||editor.getLang("labelMap."+cmd)||"";var dialog;iframeUrl&&(dialog=new editorui.Dialog(utils.extend({iframeUrl:editor.ui.mapUrl(iframeUrl),editor:editor,className:"edui-for-"+cmd,title:title,holdScroll:"insertimage"===cmd,fullscreen:/preview/.test(cmd),closeDialog:editor.getLang("closeDialog")},"ok"===type?{buttons:[{className:"edui-okbutton",label:editor.getLang("ok"),editor:editor,onclick:function(){dialog.close(!0)}},{className:"edui-cancelbutton",label:editor.getLang("cancel"),editor:editor,onclick:function(){dialog.close(!1)}}]}:{})),editor.ui._dialogs[cmd+"Dialog"]=dialog);var ui=new editorui.Button({className:"edui-for-"+cmd,title:title,onclick:function(){if((!editor.options.toolbarCallback||!0!==editor.options.toolbarCallback(cmd,editor))&&dialog)switch(cmd){case"wordimage":var images=editor.execCommand("wordimage");images&&images.length&&(dialog.render(),dialog.open());break;case"scrawl":editor.queryCommandState("scrawl")!==-1&&(dialog.render(),dialog.open());break;default:dialog.render(),dialog.open()}},theme:editor.options.theme,disabled:"scrawl"===cmd&&editor.queryCommandState("scrawl")===-1});switch(cmd){case"insertimage":case"formula":ui.shouldUiShow=function(cmd){return function(){var closedNode=editor.selection.getRange().getClosedNode();return!(!closedNode||"IMG"!==closedNode.tagName)&&("formula"===cmd&&null!==closedNode.getAttribute("data-formula-image")||"insertimage"===cmd)}}(cmd)}return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){var unNeedCheckState={edittable:1};if(!(cmd in unNeedCheckState)){var state=editor.queryCommandState(cmd);ui.getDom()&&(ui.setDisabled(state===-1),ui.setChecked(state))}}),ui}}(ci.toLowerCase())}(p,dialogBtns[p]);editorui.insertcode=function(editor,list,title){list=editor.options.insertcode||[],title=editor.options.labelMap.insertcode||editor.getLang("labelMap.insertcode")||"";var items=[];utils.each(list,function(key,val){items.push({label:key,value:val,theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label" >'+(this.label||"")+"</div>"}})});var ui=new editorui.Combox({editor:editor,items:items,onselect:function(t,index){editor.execCommand("insertcode",this.items[index].value)},onbuttonclick:function(){this.showPopup()},title:title,initValue:title,className:"edui-for-insertcode",indexByValue:function(value){if(value)for(var ci,i=0;ci=this.items[i];i++)if(ci.value.indexOf(value)!=-1)return i;return-1}});return editorui.buttons.insertcode=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("insertcode");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("insertcode");if(!value)return void ui.setValue(title);value&&(value=value.replace(/['"]/g,"").split(",")[0]),ui.setValue(value)}}}),ui},editorui.fontfamily=function(editor,list,title){if(list=editor.options.fontfamily||[],title=editor.options.labelMap.fontfamily||editor.getLang("labelMap.fontfamily")||"",list.length){for(var ci,i=0,items=[];ci=list[i];i++){var langLabel=editor.getLang("fontfamily")[ci.name]||"";!function(key,val){items.push({label:key,value:val,theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label" style="font-family:'+utils.unhtml(this.value)+'">'+(this.label||"")+"</div>"}})}(ci.label||langLabel,ci.val)}var ui=new editorui.Combox({editor:editor,items:items,onselect:function(t,index){editor.execCommand("FontFamily",this.items[index].value)},onbuttonclick:function(){this.showPopup()},title:title,initValue:title,className:"edui-for-fontfamily",indexByValue:function(value){if(value)for(var ci,i=0;ci=this.items[i];i++)if(ci.value.indexOf(value)!=-1)return i;return-1}});return editorui.buttons.fontfamily=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("FontFamily");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("FontFamily");value&&(value=value.replace(/['"]/g,"").split(",")[0]),ui.setValue(value)}}}),ui}},editorui.fontsize=function(editor,list,title){if(title=editor.options.labelMap.fontsize||editor.getLang("labelMap.fontsize")||"",list=list||editor.options.fontsize||[],list.length){for(var items=[],i=0;i<list.length;i++){var size=list[i]+"px";items.push({label:size,value:size,theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label" style="line-height:1;font-size:'+this.value+'">'+(this.label||"")+"</div>"}})}var ui=new editorui.Combox({editor:editor,items:items,title:title,initValue:title,onselect:function(t,index){editor.execCommand("FontSize",this.items[index].value)},onbuttonclick:function(){this.showPopup()},className:"edui-for-fontsize"});return editorui.buttons.fontsize=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("FontSize");state==-1?ui.setDisabled(!0):(ui.setDisabled(!1),ui.setValue(editor.queryCommandValue("FontSize")))}}),ui}},editorui.paragraph=function(editor,list,title){if(title=editor.options.labelMap.paragraph||editor.getLang("labelMap.paragraph")||"",list=editor.options.paragraph||[],!utils.isEmptyObject(list)){var items=[];for(var i in list)items.push({value:i,label:list[i]||editor.getLang("paragraph")[i],theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label"><span class="edui-for-'+this.value+'">'+(this.label||"")+"</span></div>"}});var ui=new editorui.Combox({editor:editor,items:items,title:title,initValue:title,className:"edui-for-paragraph",onselect:function(t,index){editor.execCommand("Paragraph",this.items[index].value)},onbuttonclick:function(){this.showPopup()}});return editorui.buttons.paragraph=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("Paragraph");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("Paragraph"),index=ui.indexByValue(value);index!=-1?ui.setValue(value):ui.setValue(ui.initValue)}}}),ui}},editorui.customstyle=function(editor){var list=editor.options.customstyle||[],title=editor.options.labelMap.customstyle||editor.getLang("labelMap.customstyle")||"";if(list.length){for(var t,langCs=editor.getLang("customstyle"),i=0,items=[];t=list[i++];)!function(t){var ck={};ck.label=t.label?t.label:langCs[t.name],ck.style=t.style,ck.className=t.className,ck.tag=t.tag,items.push({label:ck.label,value:ck,theme:editor.options.theme,renderLabelHtml:function(){return'<div class="edui-label %%-label"><'+ck.tag+" "+(ck.className?' class="'+ck.className+'"':"")+(ck.style?' style="'+ck.style+'"':"")+">"+ck.label+"</"+ck.tag+"></div>"}})}(t);var ui=new editorui.Combox({editor:editor,items:items,title:title,initValue:title,className:"edui-for-customstyle",onselect:function(t,index){editor.execCommand("customstyle",this.items[index].value)},onbuttonclick:function(){this.showPopup()},indexByValue:function(value){for(var ti,i=0;ti=this.items[i++];)if(ti.label==value)return i-1;return-1}});return editorui.buttons.customstyle=ui,editor.addListener("selectionchange",function(type,causeByUi,uiReady){if(!uiReady){var state=editor.queryCommandState("customstyle");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("customstyle"),index=ui.indexByValue(value);index!=-1?ui.setValue(value):ui.setValue(ui.initValue)}}}),ui}},editorui.inserttable=function(editor,iframeUrl,title){title=editor.options.labelMap.inserttable||editor.getLang("labelMap.inserttable")||"";var ui=new editorui.TableButton({editor:editor,title:title,className:"edui-for-inserttable",onpicktable:function(t,numCols,numRows){editor.execCommand("InsertTable",{numRows:numRows,numCols:numCols,border:1})},onbuttonclick:function(){this.showPopup()}});return editorui.buttons.inserttable=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState("inserttable")==-1)}),ui},editorui.lineheight=function(editor){var val=editor.options.lineheight||[];if(val.length){for(var ci,i=0,items=[];ci=val[i++];)items.push({label:ci,value:ci,theme:editor.options.theme,onclick:function(){editor.execCommand("lineheight",this.value)}});var ui=new editorui.MenuButton({editor:editor,className:"edui-for-lineheight",title:editor.options.labelMap.lineheight||editor.getLang("labelMap.lineheight")||"",items:items,onbuttonclick:function(){var value=editor.queryCommandValue("LineHeight")||this.value;editor.execCommand("LineHeight",value)}});return editorui.buttons.lineheight=ui,editor.addListener("selectionchange",function(){var state=editor.queryCommandState("LineHeight");if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("LineHeight");value&&ui.setValue((value+"").replace(/cm/,"")),ui.setChecked(state)}}),ui}};for(var ri,rowspacings=["top","bottom"],r=0;ri=rowspacings[r++];)!function(cmd){editorui["rowspacing"+cmd]=function(editor){var val=editor.options["rowspacing"+cmd]||[];if(!val.length)return null;for(var ci,i=0,items=[];ci=val[i++];)items.push({label:ci,value:ci,theme:editor.options.theme,onclick:function(){editor.execCommand("rowspacing",this.value,cmd)}});var ui=new editorui.MenuButton({editor:editor,className:"edui-for-rowspacing"+cmd,title:editor.options.labelMap["rowspacing"+cmd]||editor.getLang("labelMap.rowspacing"+cmd)||"",items:items,onbuttonclick:function(){var value=editor.queryCommandValue("rowspacing",cmd)||this.value;editor.execCommand("rowspacing",value,cmd)}});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){var state=editor.queryCommandState("rowspacing",cmd);if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue("rowspacing",cmd);value&&ui.setValue((value+"").replace(/%/,"")),ui.setChecked(state)}}),ui}}(ri);for(var cl,lists=["insertorderedlist","insertunorderedlist"],l=0;cl=lists[l++];)!function(cmd){editorui[cmd]=function(editor){var vals=editor.options[cmd],_onMenuClick=function(){editor.execCommand(cmd,this.value)},items=[];for(var i in vals)items.push({label:vals[i]||editor.getLang()[cmd][i]||"",value:i,theme:editor.options.theme,onclick:_onMenuClick});var ui=new editorui.MenuButton({editor:editor,className:"edui-for-"+cmd,title:editor.getLang("labelMap."+cmd)||"",items:items,onbuttonclick:function(){var value=editor.queryCommandValue(cmd)||this.value;editor.execCommand(cmd,value)}});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){var state=editor.queryCommandState(cmd);if(state==-1)ui.setDisabled(!0);else{ui.setDisabled(!1);var value=editor.queryCommandValue(cmd);ui.setValue(value),ui.setChecked(state)}}),ui}}(cl);editorui.fullscreen=function(editor,title){title=editor.options.labelMap.fullscreen||editor.getLang("labelMap.fullscreen")||"";var ui=new editorui.Button({className:"edui-for-fullscreen",title:title,theme:editor.options.theme,onclick:function(){editor.ui&&editor.ui.setFullScreen(!editor.ui.isFullScreen()),this.setChecked(editor.ui.isFullScreen())}});return editorui.buttons.fullscreen=ui,editor.addListener("selectionchange",function(){var state=editor.queryCommandState("fullscreen");ui.setDisabled(state==-1),ui.setChecked(editor.ui.isFullScreen())}),ui},editorui.emotion=function(editor,iframeUrl){var cmd="emotion",ui=new editorui.MultiMenuPop({title:editor.options.labelMap[cmd]||editor.getLang("labelMap."+cmd)||"",editor:editor,className:"edui-for-"+cmd,iframeUrl:editor.ui.mapUrl(iframeUrl||(editor.options.dialogIframeUrlMap||{})[cmd]||dialogIframeUrlMap[cmd])});return editorui.buttons[cmd]=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState(cmd)==-1)}),ui},editorui.autotypeset=function(editor){var ui=new editorui.AutoTypeSetButton({editor:editor,title:editor.options.labelMap.autotypeset||editor.getLang("labelMap.autotypeset")||"",className:"edui-for-autotypeset",onbuttonclick:function(){editor.execCommand("autotypeset")}});return editorui.buttons.autotypeset=ui,editor.addListener("selectionchange",function(){ui.setDisabled(editor.queryCommandState("autotypeset")==-1)}),ui},editorui.simpleupload=function(editor){var name="simpleupload",ui=new editorui.Button({className:"edui-for-"+name,title:editor.options.labelMap[name]||editor.getLang("labelMap."+name)||"",onclick:function(){},theme:editor.options.theme,showText:!1});return editorui.buttons[name]=ui,editor.addListener("ready",function(){var b=ui.getDom("body"),iconSpan=b.children[0];editor.fireEvent("simpleuploadbtnready",iconSpan)}),editor.addListener("selectionchange",function(type,causeByUi,uiReady){var state=editor.queryCommandState(name);state==-1?(ui.setDisabled(!0),ui.setChecked(!1)):uiReady||(ui.setDisabled(!1),ui.setChecked(state))}),ui},editorui.attachment=function(editor){var name="attachment",ui=new editorui.Button({className:"edui-for-"+name,title:editor.options.labelMap[name]||editor.getLang("labelMap."+name)||"",onclick:function(){},theme:editor.options.theme,showText:!1});return editorui.buttons[name]=ui,editor.addListener("ready",function(){var b=ui.getDom("body"),iconSpan=b.children[0];editor.fireEvent("attachmentbtnready",iconSpan)}),editor.addListener("selectionchange",function(type,causeByUi,uiReady){var state=editor.queryCommandState(name);state==-1?(ui.setDisabled(!0),ui.setChecked(!1)):uiReady||(ui.setDisabled(!1),ui.setChecked(state))}),ui}}(),function(){function EditorUI(options){this.initOptions(options),this.initEditorUI()}var utils=baidu.editor.utils,uiUtils=baidu.editor.ui.uiUtils,UIBase=baidu.editor.ui.UIBase,domUtils=baidu.editor.dom.domUtils,nodeStack=[];EditorUI.prototype={uiName:"editor",initEditorUI:function(){function setCount(editor,ui){editor.setOpt({wordCount:!0,maximumWords:1e4,wordCountMsg:editor.options.wordCountMsg||editor.getLang("wordCountMsg"),wordOverFlowMsg:editor.options.wordOverFlowMsg||editor.getLang("wordOverFlowMsg")});var opt=editor.options,max=opt.maximumWords,msg=opt.wordCountMsg,errMsg=opt.wordOverFlowMsg,countDom=ui.getDom("wordcount");if(opt.wordCount){var count=editor.getContentLength(!0);count>max?(countDom.innerHTML=errMsg,editor.fireEvent("wordcountoverflow")):countDom.innerHTML=msg.replace("{#leave}",max-count).replace("{#count}",count)}}this.editor.ui=this,this._dialogs={},this.initUIBase(),this._initToolbars();var editor=this.editor,me=this;editor.addListener("ready",function(){function countFn(){setCount(editor,me),domUtils.un(editor.document,"click",arguments.callee)}editor.getDialog=function(name){return editor.ui._dialogs[name+"Dialog"]},domUtils.on(editor.window,"scroll",function(evt){baidu.editor.ui.Popup.postHide(evt)}),editor.ui._actualFrameWidth=editor.options.initialFrameWidth,UE.browser.ie&&6===UE.browser.version&&editor.container.ownerDocument.execCommand("BackgroundImageCache",!1,!0),editor.options.elementPathEnabled&&(editor.ui.getDom("elementpath").innerHTML='<div class="edui-editor-breadcrumb">'+editor.getLang("elementPathTip")+":</div>"),editor.options.wordCount&&(domUtils.on(editor.document,"click",countFn),editor.ui.getDom("wordcount").innerHTML=editor.getLang("wordCountTip")),editor.ui._scale(),editor.options.scaleEnabled?(editor.autoHeightEnabled&&editor.disableAutoHeight(),me.enableScale()):me.disableScale(),editor.options.elementPathEnabled||editor.options.wordCount||editor.options.scaleEnabled||(editor.ui.getDom("elementpath").style.display="none",editor.ui.getDom("wordcount").style.display="none",editor.ui.getDom("scale").style.display="none"),editor.selection.isFocus()&&editor.fireEvent("selectionchange",!1,!0)}),editor.addListener("mousedown",function(t,evt){var el=evt.target||evt.srcElement;baidu.editor.ui.Popup.postHide(evt,el),baidu.editor.ui.ShortCutMenu.postHide(evt)}),editor.addListener("delcells",function(){UE.ui.edittip&&new UE.ui.edittip(editor),editor.getDialog("edittip").open()});var pastePop,timer,isPaste=!1;editor.addListener("afterpaste",function(){editor.queryCommandState("pasteplain")||(baidu.editor.ui.PastePicker&&(pastePop=new baidu.editor.ui.Popup({content:new baidu.editor.ui.PastePicker({editor:editor}),editor:editor,className:"edui-wordpastepop"}),pastePop.render()),isPaste=!0)}),editor.addListener("afterinserthtml",function(){clearTimeout(timer),timer=setTimeout(function(){if(pastePop&&(isPaste||editor.ui._isTransfer)){if(pastePop.isHidden()){var span=domUtils.createElement(editor.document,"span",{style:"line-height:0px;",innerHTML:"\ufeff"}),range=editor.selection.getRange();range.insertNode(span);var tmp=getDomNode(span,"firstChild","previousSibling");tmp&&pastePop.showAnchor(3==tmp.nodeType?tmp.parentNode:tmp),domUtils.remove(span)}else pastePop.show();delete editor.ui._isTransfer,isPaste=!1}},200)}),editor.addListener("contextmenu",function(t,evt){baidu.editor.ui.Popup.postHide(evt)}),editor.addListener("keydown",function(t,evt){pastePop&&pastePop.dispose(evt);var keyCode=evt.keyCode||evt.which;evt.altKey&&90==keyCode&&UE.ui.buttons.fullscreen.onclick()}),editor.addListener("wordcount",function(type){setCount(this,me)}),editor.addListener("selectionchange",function(){editor.options.elementPathEnabled&&me[(editor.queryCommandState("elementpath")==-1?"dis":"en")+"ableElementPath"](),editor.options.scaleEnabled&&me[(editor.queryCommandState("scale")==-1?"dis":"en")+"ableScale"]()});var popup=new baidu.editor.ui.Popup({editor:editor,content:"",className:"edui-bubble",_onEditButtonClick:function(){this.hide(),editor.ui._dialogs.linkDialog.open()},_onImgEditButtonClick:function(name){this.hide(),editor.ui._dialogs[name]&&editor.ui._dialogs[name].open()},_onImgSetFloat:function(value){this.hide(),editor.execCommand("imagefloat",value)},_setIframeAlign:function(value){var frame=popup.anchorEl,newFrame=frame.cloneNode(!0);switch(value){case-2:newFrame.setAttribute("align","");break;case-1:newFrame.setAttribute("align","left");break;case 1:newFrame.setAttribute("align","right")}frame.parentNode.insertBefore(newFrame,frame),domUtils.remove(frame),popup.anchorEl=newFrame,popup.showAnchor(popup.anchorEl)},_updateIframe:function(){var frame=editor._iframe=popup.anchorEl;domUtils.hasClass(frame,"ueditor_baidumap")?(editor.selection.getRange().selectNode(frame).select(),editor.ui._dialogs.mapDialog.open(),popup.hide()):(editor.ui._dialogs.insertframeDialog.open(),popup.hide())},_onRemoveButtonClick:function(cmdName){editor.execCommand(cmdName),this.hide()},queryAutoHide:function(el){return el&&el.ownerDocument==editor.document&&("img"==el.tagName.toLowerCase()||domUtils.findParentByTagName(el,"a",!0))?el!==popup.anchorEl:baidu.editor.ui.Popup.prototype.queryAutoHide.call(this,el)}});popup.render(),
|
|
22
|
+
editor.options.imagePopup&&(editor.addListener("mouseover",function(t,evt){evt=evt||window.event;var el=evt.target||evt.srcElement;if(editor.ui._dialogs.insertframeDialog&&/iframe/gi.test(el.tagName)){var html=popup.formatHtml('<nobr><span onclick=$$._setIframeAlign(-2) class="edui-clickable">'+editor.getLang("default")+'</span> <span onclick=$$._setIframeAlign(-1) class="edui-clickable">'+editor.getLang("justifyleft")+'</span> <span onclick=$$._setIframeAlign(1) class="edui-clickable">'+editor.getLang("justifyright")+'</span> <span onclick="$$._updateIframe( this);" class="edui-clickable">'+editor.getLang("modify")+"</span></nobr>");html?(popup.getDom("content").innerHTML=html,popup.anchorEl=el,popup.showAnchor(popup.anchorEl)):popup.hide()}}),editor.addListener("selectionchange",function(t,causeByUi){if(causeByUi){var html="",closedNode=editor.selection.getRange().getClosedNode(),dialogs=editor.ui._dialogs;if(closedNode&&"IMG"===closedNode.tagName){var dialogName="insertimageDialog";if(closedNode.className.indexOf("edui-faked-video")===-1&&closedNode.className.indexOf("edui-upload-video")===-1||(dialogName="insertvideoDialog"),closedNode.className.indexOf("edui-faked-audio")===-1&&closedNode.className.indexOf("edui-upload-audio")===-1||(dialogName="insertaudioDialog"),closedNode.getAttribute("anchorname")&&(dialogName="anchorDialog",html=popup.formatHtml('<nobr><span onclick=$$._onImgEditButtonClick("anchorDialog") class="edui-clickable">'+editor.getLang("modify")+"</span> <span onclick=$$._onRemoveButtonClick('anchor') class=\"edui-clickable\">"+editor.getLang("delete")+"</span></nobr>")),(domUtils.hasClass(closedNode,"uep-loading")||domUtils.hasClass(closedNode,"uep-loading-error"))&&(dialogName=""),!dialogs[dialogName])return;var actions=[];closedNode.getAttribute("data-word-image")&&actions.push("<span onclick=\"$$._onImgEditButtonClick('wordimageDialog');\" class='edui-clickable edui-popup-action-item'>"+editor.getLang("save")+"</span>"),actions.length>0&&(actions.unshift("<nobr>"),actions.push("</nobr>")),!html&&(html=popup.formatHtml(actions.join("")))}if(editor.ui._dialogs.linkDialog){var url,link=editor.queryCommandValue("link");if(link&&(url=link.getAttribute("_href")||link.getAttribute("href",2))){var txt=url;url.length>30&&(txt=url.substring(0,20)+"..."),html&&(html+='<div style="height:5px;"></div>'),html+=popup.formatHtml("<nobr>"+editor.getLang("anchorMsg")+': <a target="_blank" href="'+url+'" title="'+url+'" >'+txt+'</a> <span class="edui-clickable" onclick="$$._onEditButtonClick();">'+editor.getLang("modify")+'</span> <span class="edui-clickable" onclick="$$._onRemoveButtonClick(\'unlink\');"> '+editor.getLang("clear")+"</span></nobr>"),popup.showAnchor(link)}}html?(popup.getDom("content").innerHTML=html,popup.anchorEl=closedNode||link,popup.showAnchor(popup.anchorEl)):popup.hide()}}))},_initToolbars:function(){var editor=this.editor,toolbars=this.toolbars||[];toolbars[0]&&toolbars[0].unshift("message");for(var toolbarUis=[],extraUIs=[],i=0;i<toolbars.length;i++){for(var toolbar=toolbars[i],toolbarUi=new baidu.editor.ui.Toolbar({theme:editor.options.theme}),j=0;j<toolbar.length;j++){var toolbarItem=toolbar[j],toolbarItemUi=null;if("string"==typeof toolbarItem){toolbarItem=toolbarItem.toLowerCase(),"|"===toolbarItem&&(toolbarItem="Separator"),"||"===toolbarItem&&(toolbarItem="Breakline");var ui=baidu.editor.ui[toolbarItem];if(ui)if(utils.isFunction(ui))toolbarItemUi=new baidu.editor.ui[toolbarItem](editor);else{if(ui.id&&ui.id!==editor.key)continue;var itemUI=ui.execFn.call(editor,editor,toolbarItem);if(itemUI){if(void 0===ui.index){toolbarUi.add(itemUI);continue}extraUIs.push({index:ui.index,itemUI:itemUI})}}if("fullscreen"===toolbarItem){toolbarUis&&toolbarUis[0]?toolbarUis[0].items.splice(0,0,toolbarItemUi):toolbarItemUi&&toolbarUi.items.splice(0,0,toolbarItemUi);continue}}else toolbarItemUi=toolbarItem;toolbarItemUi&&toolbarItemUi.id&&toolbarUi.add(toolbarItemUi)}toolbarUis[i]=toolbarUi}utils.each(extraUIs,function(obj){toolbarUi.add(obj.itemUI,obj.index)}),this.toolbars=toolbarUis},getHtmlTpl:function(){return'<div id="##" class="%%"><div id="##_toolbarbox" class="%%-toolbarbox">'+(this.toolbars.length?'<div id="##_toolbarboxouter" class="%%-toolbarboxouter"><div class="%%-toolbarboxinner">'+this.renderToolbarBoxHtml()+"</div></div>":"")+'<div id="##_toolbarmsg" class="%%-toolbarmsg" style="display:none;"><div id = "##_upload_dialog" class="%%-toolbarmsg-upload" onclick="$$.showWordImageDialog();">'+this.editor.getLang("clickToUpload")+'</div><div class="%%-toolbarmsg-close" onclick="$$.hideToolbarMsg();">x</div><div id="##_toolbarmsg_label" class="%%-toolbarmsg-label"></div><div style="height:0;overflow:hidden;clear:both;"></div></div><div id="##_message_holder" class="%%-messageholder"></div></div><div id="##_iframeholder" class="%%-iframeholder"></div><div id="##_bottombar" class="%%-bottomContainer"><table><tr><td id="##_elementpath" class="%%-bottombar"></td><td id="##_wordcount" class="%%-wordcount"></td><td id="##_scale" class="%%-scale"><div class="%%-icon"></div></td></tr></table></div><div id="##_scalelayer"></div></div>'},showWordImageDialog:function(){this._dialogs.wordimageDialog.open()},renderToolbarBoxHtml:function(){for(var buff=[],i=0;i<this.toolbars.length;i++)buff.push(this.toolbars[i].renderHtml());return buff.join("")},setFullScreen:function(fullscreen){var editor=this.editor,container=editor.container.parentNode.parentNode;if(this._fullscreen!=fullscreen){if(this._fullscreen=fullscreen,this.editor.fireEvent("beforefullscreenchange",fullscreen),baidu.editor.browser.gecko)var bk=editor.selection.getRange().createBookmark();if(fullscreen){for(this._bakEditorContaninerWidth=editor.iframe.parentNode.style.width;"BODY"!==container.tagName;){var position=baidu.editor.dom.domUtils.getComputedStyle(container,"position");nodeStack.push(position),container.style.position="static",container=container.parentNode}this._bakHtmlOverflow=document.documentElement.style.overflow,this._bakBodyOverflow=document.body.style.overflow,this._bakAutoHeight=this.editor.autoHeightEnabled,this._bakScrollTop=Math.max(document.documentElement.scrollTop,document.body.scrollTop),this._bakAutoHeight&&(editor.autoHeightEnabled=!1,this.editor.disableAutoHeight()),document.documentElement.style.overflow="hidden",window.scrollTo(0,window.scrollY),this._bakCssText=this.getDom().style.cssText,this._bakCssText1=this.getDom("iframeholder").style.cssText,editor.iframe.parentNode.style.width="",this._updateFullScreen()}else{for(;"BODY"!==container.tagName;)container.style.position=nodeStack.shift(),container=container.parentNode;this.getDom().style.cssText=this._bakCssText,this.getDom("iframeholder").style.cssText=this._bakCssText1,this._bakAutoHeight&&(editor.autoHeightEnabled=!0,this.editor.enableAutoHeight()),document.documentElement.style.overflow=this._bakHtmlOverflow,document.body.style.overflow=this._bakBodyOverflow,editor.iframe.parentNode.style.width=this._bakEditorContaninerWidth,window.scrollTo(0,this._bakScrollTop)}if(browser.gecko&&"true"===editor.body.contentEditable){var input=document.createElement("input");document.body.appendChild(input),editor.body.contentEditable=!1,setTimeout(function(){input.focus(),setTimeout(function(){editor.body.contentEditable=!0,editor.fireEvent("fullscreenchanged",fullscreen),editor.selection.getRange().moveToBookmark(bk).select(!0),baidu.editor.dom.domUtils.remove(input),fullscreen&&window.scroll(0,0)},0)},0)}"true"===editor.body.contentEditable&&(this.editor.fireEvent("fullscreenchanged",fullscreen),this.triggerLayout())}},_updateFullScreen:function(){if(this._fullscreen){var vpRect=uiUtils.getViewportRect();if(this.getDom().style.cssText="border:0;position:fixed;left:0;top:var(--ueditor-top-offset,"+(this.editor.options.topOffset||0)+"px);width:"+vpRect.width+"px;height:"+vpRect.height+"px;z-index:"+(1*this.getDom().style.zIndex+100),uiUtils.setViewportOffset(this.getDom(),{left:0}),this.editor.setHeight(vpRect.height-this.getDom("toolbarbox").offsetHeight-this.getDom("bottombar").offsetHeight-(this.editor.options.topOffset||0),!0),browser.gecko)try{window.onresize()}catch(e){}}},_updateElementPath:function(){var list,bottom=this.getDom("elementpath");if(this.elementPathEnabled&&(list=this.editor.queryCommandValue("elementpath"))){for(var ci,buff=[],i=0;ci=list[i];i++)buff[i]=this.formatHtml('<span unselectable="on" onclick="$$.editor.execCommand("elementpath", "'+i+'");">'+ci+"</span>");bottom.innerHTML='<div class="edui-editor-breadcrumb" onmousedown="return false;">'+this.editor.getLang("elementPathTip")+": "+buff.join(" > ")+"</div>"}else bottom.style.display="none"},disableElementPath:function(){var bottom=this.getDom("elementpath");bottom.innerHTML="",bottom.style.display="none",this.elementPathEnabled=!1},enableElementPath:function(){var bottom=this.getDom("elementpath");bottom.style.display="",this.elementPathEnabled=!0,this._updateElementPath()},_scale:function(){function down(){position=domUtils.getXY(editorHolder),minEditorHeight||(minEditorHeight=editor.options.minFrameHeight+toolbarBox.offsetHeight+bottombar.offsetHeight),scalelayer.style.cssText="position:absolute;left:0;display:;top:0;background-color:#41ABFF;opacity:0.4;filter: Alpha(opacity=40);width:"+editorHolder.offsetWidth+"px;height:"+editorHolder.offsetHeight+"px;z-index:"+(editor.options.zIndex+1),domUtils.on(doc,"mousemove",move),domUtils.on(editorDocument,"mouseup",up),domUtils.on(doc,"mouseup",up)}function move(event){clearSelection();var e=event||window.event;pageX=e.pageX||doc.documentElement.scrollLeft+e.clientX,pageY=e.pageY||doc.documentElement.scrollTop+e.clientY,scaleWidth=pageX-position.x,scaleHeight=pageY-position.y,scaleWidth>=minEditorWidth&&(isMouseMove=!0,scalelayer.style.width=scaleWidth+"px"),scaleHeight>=minEditorHeight&&(isMouseMove=!0,scalelayer.style.height=scaleHeight+"px")}function up(){isMouseMove&&(isMouseMove=!1,editor.ui._actualFrameWidth=scalelayer.offsetWidth-2,editorHolder.style.width=editor.ui._actualFrameWidth+"px",editor.setHeight(scalelayer.offsetHeight-bottombar.offsetHeight-toolbarBox.offsetHeight-2,!0)),scalelayer&&(scalelayer.style.display="none"),clearSelection(),domUtils.un(doc,"mousemove",move),domUtils.un(editorDocument,"mouseup",up),domUtils.un(doc,"mouseup",up)}function clearSelection(){browser.ie?doc.selection.clear():window.getSelection().removeAllRanges()}var doc=document,editor=this.editor,editorHolder=editor.container,editorDocument=editor.document,toolbarBox=this.getDom("toolbarbox"),bottombar=this.getDom("bottombar"),scale=this.getDom("scale"),scalelayer=this.getDom("scalelayer"),isMouseMove=!1,position=null,minEditorHeight=0,minEditorWidth=editor.options.minFrameWidth,pageX=0,pageY=0,scaleWidth=0,scaleHeight=0,me=this;this.editor.addListener("fullscreenchanged",function(e,fullScreen){if(fullScreen)me.disableScale();else if(me.editor.options.scaleEnabled){me.enableScale();var tmpNode=me.editor.document.createElement("span");me.editor.body.appendChild(tmpNode),me.editor.body.style.height=Math.max(domUtils.getXY(tmpNode).y,me.editor.iframe.offsetHeight-20)+"px",domUtils.remove(tmpNode)}}),this.enableScale=function(){1!=editor.queryCommandState("source")&&(scale.style.display="",this.scaleEnabled=!0,domUtils.on(scale,"mousedown",down))},this.disableScale=function(){scale.style.display="none",this.scaleEnabled=!1,domUtils.un(scale,"mousedown",down)}},isFullScreen:function(){return this._fullscreen},postRender:function(){UIBase.prototype.postRender.call(this);for(var i=0;i<this.toolbars.length;i++)this.toolbars[i].postRender();var timerId,me=this,domUtils=baidu.editor.dom.domUtils,updateFullScreenTime=function(){clearTimeout(timerId),timerId=setTimeout(function(){me._updateFullScreen()})};domUtils.on(window,"resize",updateFullScreenTime),me.addListener("destroy",function(){domUtils.un(window,"resize",updateFullScreenTime),clearTimeout(timerId)})},showToolbarMsg:function(msg,flag){if(this.getDom("toolbarmsg_label").innerHTML=msg,this.getDom("toolbarmsg").style.display="",!flag){var w=this.getDom("upload_dialog");w.style.display="none"}},hideToolbarMsg:function(){this.getDom("toolbarmsg").style.display="none"},mapUrl:function(url){return url?url.replace("~/",this.editor.options.UEDITOR_CORS_URL||""):""},triggerLayout:function(){var dom=this.getDom();"1"==dom.style.zoom?dom.style.zoom="100%":dom.style.zoom="1"}},utils.inherits(EditorUI,baidu.editor.ui.UIBase);var instances={};UE.ui.Editor=function(options){var editor=new UE.Editor(options);editor.options.editor=editor,utils.loadFile(document,{href:editor.options.themePath+editor.options.theme+"/css/ueditor.css?1f426f2b",tag:"link",type:"text/css",rel:"stylesheet"});var oldRender=editor.render;return editor.render=function(holder){holder.constructor===String&&(editor.key=holder,instances[holder]=editor),utils.domReady(function(){function renderUI(){if(editor.setOpt({labelMap:editor.options.labelMap||editor.getLang("labelMap")}),new EditorUI(editor.options),holder&&(holder.constructor===String&&(holder=document.getElementById(holder)),holder&&holder.getAttribute("name")&&(editor.options.textarea=holder.getAttribute("name")),holder&&/script|textarea/gi.test(holder.tagName))){var newDiv=document.createElement("div");holder.parentNode.insertBefore(newDiv,holder);var cont=holder.value||holder.innerHTML;editor.options.initialContent=/^[\t\r\n ]*$/.test(cont)?editor.options.initialContent:cont.replace(/>[\n\r\t]+([ ]{4})+/g,">").replace(/[\n\r\t]+([ ]{4})+</g,"<").replace(/>[\n\r\t]+</g,"><"),holder.className&&(newDiv.className=holder.className),holder.style.cssText&&(newDiv.style.cssText=holder.style.cssText),/textarea/i.test(holder.tagName)?(editor.textarea=holder,editor.textarea.style.display="none"):holder.parentNode.removeChild(holder),holder.id&&(newDiv.id=holder.id,domUtils.removeAttributes(holder,"id")),holder=newDiv,holder.innerHTML=""}domUtils.addClass(holder,"edui-"+editor.options.theme),editor.ui.render(holder);var opt=editor.options;editor.container=editor.ui.getDom();for(var ci,parents=domUtils.findParents(holder,!0),displays=[],i=0;ci=parents[i];i++)displays[i]=ci.style.display,ci.style.display="block";if(opt.initialFrameWidth)opt.minFrameWidth=opt.initialFrameWidth;else{opt.minFrameWidth=opt.initialFrameWidth=holder.offsetWidth;var styleWidth=holder.style.width;/%$/.test(styleWidth)&&(opt.initialFrameWidth=styleWidth)}opt.initialFrameHeight?opt.minFrameHeight=opt.initialFrameHeight:opt.initialFrameHeight=opt.minFrameHeight=holder.offsetHeight;for(var ci,i=0;ci=parents[i];i++)ci.style.display=displays[i];holder.style.height&&(holder.style.height=""),editor.container.style.width=opt.initialFrameWidth+(/%$/.test(opt.initialFrameWidth)?"":"px"),editor.container.style.zIndex=opt.zIndex,oldRender.call(editor,editor.ui.getDom("iframeholder")),editor.fireEvent("afteruiready")}editor.langIsReady?renderUI():editor.addListener("langReady",renderUI)})},editor},UE.getEditor=function(id,opt){var editor=instances[id];return editor||(editor=instances[id]=new UE.ui.Editor(opt),editor.render(id)),editor},UE.delEditor=function(id){var editor;(editor=instances[id])&&(editor.key&&editor.destroy(),delete instances[id])},UE.registerUI=function(uiName,fn,index,editorId){utils.each(uiName.split(/\s+/),function(name){baidu.editor.ui[name]={id:editorId,execFn:fn,index:index}})}}(),UE.registerUI("message",function(editor){function updateHolderPos(){if(holder&&me.ui){var toolbarbox=me.ui.getDom("toolbarbox");toolbarbox&&(holder.style.top=toolbarbox.offsetHeight+3+"px"),holder.style.zIndex=Math.max(me.options.zIndex,me.iframe.style.zIndex)+1}}var holder,editorui=baidu.editor.ui,Message=editorui.Message,_messageItems=[],me=editor;me.setOpt("enableMessageShow",!0),me.getOpt("enableMessageShow")!==!1&&(me.addListener("ready",function(){holder=document.getElementById(me.ui.id+"_message_holder"),updateHolderPos(),setTimeout(function(){updateHolderPos()},500)}),me.addListener("showmessage",function(type,opt){opt=utils.isString(opt)?{content:opt}:opt;var message=new Message({timeout:opt.timeout,type:opt.type,content:opt.content,keepshow:opt.keepshow,editor:me}),mid=opt.id||"msg_"+(+new Date).toString(36);return message.render(holder),_messageItems[mid]=message,message.reset(opt),updateHolderPos(),mid}),me.addListener("updatemessage",function(type,id,opt){opt=utils.isString(opt)?{content:opt}:opt;var message=_messageItems[id];message.render(holder),message&&message.reset(opt)}),me.addListener("hidemessage",function(type,id){var message=_messageItems[id];message&&message.hide()}))}),UE.I18N["zh-cn"]={labelMap:{anchor:"锚点",undo:"撤销",redo:"重做",bold:"加粗",indent:"首行缩进",italic:"斜体",underline:"下划线",strikethrough:"删除线",subscript:"下标",fontborder:"字符边框",superscript:"上标",formatmatch:"格式刷",source:"源代码",blockquote:"引用",pasteplain:"纯文本粘贴模式",selectall:"全选",print:"打印",preview:"预览",horizontal:"分隔线",removeformat:"清除格式",time:"时间",date:"日期",unlink:"取消链接",insertrow:"前插入行",insertcol:"前插入列",mergeright:"右合并单元格",mergedown:"下合并单元格",deleterow:"删除行",deletecol:"删除列",splittorows:"拆分成行",splittocols:"拆分成列",splittocells:"完全拆分单元格",deletecaption:"删除表格标题",inserttitle:"插入标题",mergecells:"合并多个单元格",deletetable:"删除表格",cleardoc:"清空文档",contentimport:"导入内容",insertparagraphbeforetable:"表格前插入行",insertcode:"代码语言",fontfamily:"字体",fontsize:"字号",paragraph:"段落格式",simpleupload:"单图上传",insertimage:"插入图片",edittable:"表格属性",edittd:"单元格属性",link:"超链接",emotion:"表情",spechars:"特殊字符",searchreplace:"查询替换",insertvideo:"视频",insertaudio:"音频",help:"帮助",justifyleft:"居左对齐",justifyright:"居右对齐",justifycenter:"居中对齐",justifyjustify:"两端对齐",forecolor:"字体颜色",backcolor:"背景色",insertorderedlist:"有序列表",insertunorderedlist:"无序列表",fullscreen:"全屏",directionalityltr:"从左向右输入",directionalityrtl:"从右向左输入",rowspacingtop:"段前距",rowspacingbottom:"段后距",pagebreak:"分页",insertframe:"插入Iframe",imagenone:"默认",imageleft:"左浮动",imageright:"右浮动",attachment:"附件",imagecenter:"居中",wordimage:"图片转存",formula:"公式",lineheight:"行间距",edittip:"编辑提示",customstyle:"自定义标题",autotypeset:"自动排版",touppercase:"字母大写",tolowercase:"字母小写",background:"背景",template:"模板",scrawl:"涂鸦",inserttable:"插入表格"},autosave:{autoRestoreTip:"已自动从草稿箱恢复"},insertorderedlist:{decimal:"1,2,3...","lower-alpha":"a,b,c...","lower-roman":"i,ii,iii...","upper-alpha":"A,B,C...","upper-roman":"I,II,III..."},insertunorderedlist:{circle:"○ 大圆圈",disc:"● 小黑点",square:"■ 小方块 "},paragraph:{p:"段落",h1:"标题 1",h2:"标题 2",h3:"标题 3",h4:"标题 4",h5:"标题 5",h6:"标题 6"},fontfamily:{"default":"默认",songti:"宋体",kaiti:"楷体",heiti:"黑体",lishu:"隶书",yahei:"微软雅黑",fangsong:"仿宋",dengxian:"等线",segoeUI:"Segoe UI",calibri:"Calibri",arial:"arial",timesNewRoman:"times new roman",pingfangSC:"苹方(简)",pingfangTC:"苹方(繁)",hiraginoSansGB:"冬青黑体",stFangsong:"华文仿宋",sanFrancisco:"旧金山字体",helveticaNeue:"Helvetica Neue",sourceHanSans:"Source Han Sans",wenQuanYiMicroHei:"文泉驿微米黑",wenQuanYiZenHei:"文泉驿正黑",dejaVuSans:"DejaVu Sans",liberationSans:"Liberation Sans"},customstyle:{tc:"标题居中",tl:"标题居左",im:"强调",hi:"明显强调"},autoupload:{exceedSizeError:"文件大小超出限制",exceedTypeError:"文件格式不允许",jsonEncodeError:"服务器返回格式错误",loading:"正在上传...",loadError:"上传错误",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!"},simpleupload:{exceedSizeError:"文件大小超出限制",exceedTypeError:"文件格式不允许",jsonEncodeError:"服务器返回格式错误",loading:"正在上传...",loadError:"上传错误",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!"},elementPathTip:"元素路径",wordCountTip:"字数统计",wordCountMsg:"{#count} / {#leave}",wordOverFlowMsg:'<span style="color:red;">字数超出最大允许值,服务器可能拒绝保存!</span>',ok:"确认",cancel:"取消",closeDialog:"关闭对话框",tableDrag:"表格拖动必须引入uiUtils.js文件!",autofloatMsg:"工具栏浮动依赖编辑器UI,您首先需要引入UI文件!",loadconfigError:"获取后台配置项请求出错,上传功能将不能正常使用!",loadconfigFormatError:"后台配置项返回格式出错,上传功能将不能正常使用!",loadconfigHttpError:"请求后台配置项http错误,上传功能将不能正常使用!",insertcode:{as3:"ActionScript 3",bash:"Bash/Shell",cpp:"C/C++",css:"CSS",cf:"ColdFusion","c#":"C#",delphi:"Delphi",diff:"Diff",erlang:"Erlang",groovy:"Groovy",html:"HTML",java:"Java",jfx:"JavaFX",js:"JavaScript",pl:"Perl",php:"PHP",plain:"Plain Text",ps:"PowerShell",python:"Python",ruby:"Ruby",scala:"Scala",sql:"SQL",vb:"Visual Basic",xml:"XML"},confirmClear:"确定清空当前文档么?",contextMenu:{"delete":"删除",selectall:"全选",deletecode:"删除代码",cleardoc:"清空文档",confirmclear:"确定清空当前文档么?",unlink:"删除超链接",paragraph:"段落格式",edittable:"表格属性",aligntd:"单元格对齐方式",aligntable:"表格对齐方式",tableleft:"左浮动",tablecenter:"居中显示",tableright:"右浮动",edittd:"单元格属性",setbordervisible:"设置表格边线可见",justifyleft:"左对齐",justifyright:"右对齐",justifycenter:"居中对齐",justifyjustify:"两端对齐",table:"表格",inserttable:"插入表格",deletetable:"删除表格",insertparagraphbefore:"前插入段落",insertparagraphafter:"后插入段落",deleterow:"删除当前行",deletecol:"删除当前列",insertrow:"前插入行",insertcol:"左插入列",insertrownext:"后插入行",insertcolnext:"右插入列",insertcaption:"插入表格名称",deletecaption:"删除表格名称",inserttitle:"插入表格标题行",deletetitle:"删除表格标题行",inserttitlecol:"插入表格标题列",deletetitlecol:"删除表格标题列",averageDiseRow:"平均分布各行",averageDisCol:"平均分布各列",mergeright:"向右合并",mergeleft:"向左合并",mergedown:"向下合并",mergecells:"合并单元格",splittocells:"完全拆分单元格",splittocols:"拆分成列",splittorows:"拆分成行",tablesort:"表格排序",enablesort:"设置表格可排序",disablesort:"取消表格可排序",reversecurrent:"逆序当前",orderbyasc:"按ASCII字符升序",reversebyasc:"按ASCII字符降序",orderbynum:"按数值大小升序",reversebynum:"按数值大小降序",borderbk:"边框底纹",setcolor:"表格隔行变色",unsetcolor:"取消表格隔行变色",setbackground:"选区背景隔行",unsetbackground:"取消选区背景",redandblue:"红蓝相间",threecolorgradient:"三色渐变",copy:"复制(Ctrl + c)",copymsg:"浏览器不支持,请使用 'Ctrl + c'",paste:"粘贴(Ctrl + v)",pastemsg:"浏览器不支持,请使用 'Ctrl + v'"},copymsg:"浏览器不支持,请使用 'Ctrl + c'",pastemsg:"浏览器不支持,请使用 'Ctrl + v'",anchorMsg:"链接",clearColor:"清空颜色",standardColor:"标准颜色",themeColor:"主题颜色",property:"属性","default":"默认",modify:"修改",save:"保存",justifyleft:"左对齐",justifyright:"右对齐",justifycenter:"居中",justify:"默认",clear:"清除","delete":"删除",clickToUpload:"点击上传",unset:"尚未设置语言文件",t_row:"行",t_col:"列",more:"更多",pasteOpt:"粘贴选项",pasteSourceFormat:"保留源格式",tagFormat:"只保留标签",pasteTextFormat:"只保留文本",autoTypeSet:{mergeLine:"合并空行",delLine:"清除空行",removeFormat:"清除格式",indent:"首行缩进",alignment:"对齐方式",imageFloat:"图片浮动",removeFontsize:"清除字号",removeFontFamily:"清除字体",removeHtml:"清除冗余HTML代码",pasteFilter:"粘贴过滤",run:"执行",symbol:"符号转换",bdc2sb:"全角转半角",tobdc:"半角转全角"},background:{"static":{lang_background_normal:"背景设置",lang_background_local:"在线图片",lang_background_set:"选项",lang_background_none:"无背景色",lang_background_colored:"有背景色",lang_background_color:"颜色设置",lang_background_netimg:"网络图片",lang_background_align:"对齐方式",lang_background_position:"精确定位",repeatType:{options:["居中","横向重复","纵向重复","平铺","自定义"]}},noUploadImage:"当前未上传过任何图片!",toggleSelect:"单击可切换选中状态\n原图尺寸: "},insertimage:{"static":{lang_tab_remote:"插入图片",lang_tab_upload:"本地上传",lang_tab_online:"在线管理",lang_input_url:"地 址:",lang_input_size:"大 小:",lang_input_width:"宽度",lang_input_height:"高度",lang_input_border:"边 框:",lang_input_vhspace:"边 距:",lang_input_title:"描 述:",lang_input_align:"图片浮动方式:",lang_imgLoading:" 图片加载中……",lang_start_upload:"开始上传",lock:{title:"锁定宽高比例"},searchType:{title:"图片类型",options:["新闻","壁纸","表情","头像"]},searchTxt:{value:"请输入搜索关键词"},searchBtn:{value:"百度一下"},searchReset:{value:"清空搜索"},noneAlign:{title:"无浮动"},leftAlign:{title:"左浮动"},rightAlign:{title:"右浮动"},centerAlign:{title:"居中独占一行"}},uploadSelectFile:"点击选择图片",uploadAddFile:"继续添加",uploadStart:"开始上传",uploadPause:"暂停上传",uploadContinue:"继续上传",uploadRetry:"重试上传",uploadDelete:"删除",uploadTurnLeft:"向左旋转",uploadTurnRight:"向右旋转",uploadPreview:"预览中",uploadNoPreview:"不能预览",updateStatusReady:"选中_张图片,共_KB。",updateStatusConfirm:"已成功上传_张照片,_张照片上传失败",updateStatusFinish:"共_张(_KB),_张上传成功",updateStatusError:",_张上传失败。",errorNotSupport:"WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允许",errorInterrupt:"文件传输中断",errorUploadRetry:"上传失败,请重试",errorHttp:"http请求错误",errorServerUpload:"服务器返回出错",remoteLockError:"宽高不正确,不能所定比例",numError:"请输入正确的长度或者宽度值!例如:123,400",imageUrlError:"不允许的图片格式或者图片域!",imageLoadError:"图片加载失败!请检查链接地址或网络状态!",searchRemind:"请输入搜索关键词",searchLoading:"图片加载中,请稍后……",searchRetry:" :( ,抱歉,没有找到图片!请重试一次!"},attachment:{"static":{lang_tab_upload:"上传附件",lang_tab_online:"在线附件",lang_start_upload:"开始上传",lang_drop_remind:"可以将文件拖到这里,单次最多可选100个文件"},uploadSelectFile:"点击选择文件",uploadAddFile:"继续添加",uploadStart:"开始上传",uploadPause:"暂停上传",uploadContinue:"继续上传",uploadRetry:"重试上传",uploadDelete:"删除",uploadTurnLeft:"向左旋转",uploadTurnRight:"向右旋转",uploadPreview:"预览中",updateStatusReady:"选中_个文件,共_KB。",updateStatusConfirm:"已成功上传_个文件,_个文件上传失败",updateStatusFinish:"共_个(_KB),_个上传成功",updateStatusError:",_张上传失败。",errorNotSupport:"WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允许",errorInterrupt:"文件传输中断",errorUploadRetry:"上传失败,请重试",errorHttp:"http请求错误",errorServerUpload:"服务器返回出错"},insertvideo:{"static":{lang_tab_insertV:"插入视频",lang_tab_searchV:"搜索视频",lang_tab_uploadV:"上传视频",lang_video_url:"视频网址",lang_video_size:"视频尺寸",lang_videoW:"宽度",lang_videoH:"高度",lang_alignment:"对齐方式",videoSearchTxt:{value:"请输入搜索关键字!"},videoType:{options:["全部","热门","娱乐","搞笑","体育","科技","综艺"]},videoSearchBtn:{value:"百度一下"},videoSearchReset:{value:"清空结果"},lang_input_fileStatus:" 当前未上传文件",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"视频尺寸",lang_upload_width:"宽度",lang_upload_height:"高度",lang_upload_alignment:"对齐方式",lang_format_advice:"建议使用mp4格式."},numError:"请输入正确的数值,如123,400",floatLeft:"左浮动",floatRight:"右浮动","default":"默认",block:"独占一行",urlError:"输入的视频地址有误,请检查后再试!",loading:" 视频加载中,请等待……",clickToSelect:"点击选中",goToSource:"访问源视频",noVideo:" 抱歉,找不到对应的视频,请重试!",browseFiles:"浏览文件",uploadSuccess:"上传成功!",delSuccessFile:"从成功队列中移除",delFailSaveFile:"移除保存失败文件",statusPrompt:" 个文件已上传! ",flashVersionError:"当前Flash版本过低,请更新FlashPlayer后重试!",flashLoadingError:"Flash加载失败!请检查路径或网络状态",fileUploadReady:"等待上传……",delUploadQueue:"从上传队列中移除",limitPrompt1:"单次不能选择超过",limitPrompt2:"个文件!请重新选择!",delFailFile:"移除失败文件",fileSizeLimit:"文件大小超出限制!",emptyFile:"空文件无法上传!",fileTypeError:"文件类型不允许!",unknownError:"未知错误!",fileUploading:"上传中,请等待……",cancelUpload:"取消上传",netError:"网络错误",failUpload:"上传失败!",serverIOError:"服务器IO错误!",noAuthority:"无权限!",fileNumLimit:"上传个数限制",failCheck:"验证失败,本次上传被跳过!",fileCanceling:"取消中,请等待……",stopUploading:"上传已停止……",uploadSelectFile:"点击选择文件",uploadAddFile:"继续添加",uploadStart:"开始上传",uploadPause:"暂停上传",uploadContinue:"继续上传",uploadRetry:"重试上传",uploadDelete:"删除",uploadTurnLeft:"向左旋转",uploadTurnRight:"向右旋转",uploadPreview:"预览中",updateStatusReady:"选中_个文件,共_KB。",updateStatusConfirm:"成功上传_个,_个失败",updateStatusFinish:"共_个(_KB),_个成功上传",updateStatusError:",_张上传失败。",errorNotSupport:"WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允许",errorInterrupt:"文件传输中断",errorUploadRetry:"上传失败,请重试",errorHttp:"http请求错误",errorServerUpload:"服务器返回出错"},insertaudio:{"static":{lang_tab_insertV:"插入音频",lang_tab_searchV:"搜索音频",lang_tab_uploadV:"上传音频",lang_video_url:"音频网址",lang_video_size:"音频尺寸",lang_videoW:"宽度",lang_videoH:"高度",lang_alignment:"对齐方式",videoSearchTxt:{value:"请输入搜索关键字!"},videoType:{options:["全部","热门","娱乐","搞笑","体育","科技","综艺"]},videoSearchBtn:{value:"百度一下"},videoSearchReset:{value:"清空结果"},lang_input_fileStatus:" 当前未上传文件",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"音频尺寸",lang_upload_width:"宽度",lang_upload_height:"高度",lang_upload_alignment:"对齐方式",lang_format_advice:"建议使用mp4格式."},numError:"请输入正确的数值,如123,400",floatLeft:"左浮动",floatRight:"右浮动","default":"默认",block:"独占一行",urlError:"输入的音频地址有误,请检查后再试!",loading:" 音频加载中,请等待……",clickToSelect:"点击选中",goToSource:"访问源音频",noVideo:" 抱歉,找不到对应的音频,请重试!",browseFiles:"浏览文件",uploadSuccess:"上传成功!",delSuccessFile:"从成功队列中移除",delFailSaveFile:"移除保存失败文件",statusPrompt:" 个文件已上传! ",flashVersionError:"当前Flash版本过低,请更新FlashPlayer后重试!",flashLoadingError:"Flash加载失败!请检查路径或网络状态",fileUploadReady:"等待上传……",delUploadQueue:"从上传队列中移除",limitPrompt1:"单次不能选择超过",limitPrompt2:"个文件!请重新选择!",delFailFile:"移除失败文件",fileSizeLimit:"文件大小超出限制!",emptyFile:"空文件无法上传!",fileTypeError:"文件类型不允许!",unknownError:"未知错误!",fileUploading:"上传中,请等待……",cancelUpload:"取消上传",netError:"网络错误",failUpload:"上传失败!",serverIOError:"服务器IO错误!",noAuthority:"无权限!",fileNumLimit:"上传个数限制",failCheck:"验证失败,本次上传被跳过!",fileCanceling:"取消中,请等待……",stopUploading:"上传已停止……",uploadSelectFile:"点击选择文件",uploadAddFile:"继续添加",uploadStart:"开始上传",uploadPause:"暂停上传",uploadContinue:"继续上传",uploadRetry:"重试上传",uploadDelete:"删除",uploadTurnLeft:"向左旋转",uploadTurnRight:"向右旋转",uploadPreview:"预览中",updateStatusReady:"选中_个文件,共_KB。",updateStatusConfirm:"成功上传_个,_个失败",updateStatusFinish:"共_个(_KB),_个成功上传",updateStatusError:",_张上传失败。",errorNotSupport:"WebUploader 不支持您的浏览器!如果你使用的是IE浏览器,请尝试升级 flash 播放器。",errorLoadConfig:"后端配置项没有正常加载,上传插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允许",errorInterrupt:"文件传输中断",errorUploadRetry:"上传失败,请重试",errorHttp:"http请求错误",errorServerUpload:"服务器返回出错"},template:{"static":{lang_template_bkcolor:"背景颜色",lang_template_clear:"保留原有内容",lang_template_select:"选择模板"},blank:"空白文档",blog:"博客文章",resume:"个人简历",richText:"图文混排",sciPapers:"科技论文"},scrawl:{"static":{lang_input_previousStep:"上一步",lang_input_nextsStep:"下一步",lang_input_clear:"清空",lang_input_addPic:"添加背景",lang_input_ScalePic:"缩放背景",lang_input_removePic:"删除背景",J_imgTxt:{title:"添加背景图片"}},noScarwl:"尚未作画,白纸一张~",scrawlUpLoading:"涂鸦上传中,别急哦~",continueBtn:"继续",imageError:"糟糕,图片读取失败了!",backgroundUploading:"背景图片上传中,别急哦~"},anchor:{"static":{lang_input_anchorName:"锚点名字:"}},emotion:{"static":{lang_input_choice:"精选",lang_input_Tuzki:"兔斯基",lang_input_BOBO:"BOBO",lang_input_lvdouwa:"绿豆蛙",lang_input_babyCat:"baby猫",lang_input_bubble:"泡泡",lang_input_youa:"有啊"}},help:{"static":{lang_input_about:"关于 UEditor Plus",lang_input_shortcuts:"快捷键",lang_input_introduction:"UEditor Plus 是基于百度UEditor二次开发的所见即所得富文本web编辑器,主要丰富也界面样式,注重用户体验等特点。基于Apache 2.0协议开源,允许自由使用和修改代码。",lang_Txt_shortcuts:"快捷键",lang_Txt_func:"功能",lang_Txt_bold:"给选中字设置为加粗",lang_Txt_copy:"复制选中内容",lang_Txt_cut:"剪切选中内容",lang_Txt_Paste:"粘贴",lang_Txt_undo:"重新执行上次操作",lang_Txt_redo:"撤销上一次操作",lang_Txt_italic:"给选中字设置为斜体",lang_Txt_underline:"给选中字加下划线",lang_Txt_selectAll:"全部选中",lang_Txt_visualEnter:"软回车",lang_Txt_fullscreen:"全屏"}},insertframe:{"static":{lang_input_address:"地址:",lang_input_width:"宽度:",lang_input_height:"高度:",lang_input_isScroll:"允许滚动条:",lang_input_frameborder:"显示框架边框:",lang_input_alignMode:"对齐方式:",align:{title:"对齐方式",options:["默认","左对齐","右对齐","居中"]}},enterAddress:"请输入地址!"},link:{"static":{lang_input_text:"文本内容:",lang_input_url:"链接地址:",lang_input_title:"标题:",lang_input_target:"是否在新窗口打开:"},validLink:"只支持选中一个链接时生效",httpPrompt:"您输入的超链接中不包含http等协议名称,默认将为您添加http://前缀"},searchreplace:{"static":{lang_tab_search:"查找",lang_tab_replace:"替换",lang_search1:"查找",lang_search2:"查找",lang_replace:"替换",lang_searchReg:"支持正则表达式,添加前后斜杠标示为正则表达式,例如“/表达式/”",lang_searchReg1:"支持正则表达式,添加前后斜杠标示为正则表达式,例如“/表达式/”",lang_case_sensitive1:"区分大小写",lang_case_sensitive2:"区分大小写",nextFindBtn:{value:"下一个"},preFindBtn:{value:"上一个"},nextReplaceBtn:{value:"下一个"},preReplaceBtn:{value:"上一个"},repalceBtn:{value:"替换"},repalceAllBtn:{value:"全部替换"}},getEnd:"已经搜索到文章末尾!",getStart:"已经搜索到文章头部",countMsg:"总共替换了{#count}处!"},spechars:{"static":{},tsfh:"特殊字符",lmsz:"罗马字符",szfh:"数学字符",rwfh:"日文字符",xlzm:"希腊字母",ewzm:"俄文字符",pyzm:"拼音字母",yyyb:"英语音标",zyzf:"其他"},edittable:{"static":{lang_tableStyle:"表格样式",lang_insertCaption:"添加表格名称行",lang_insertTitle:"添加表格标题行",lang_insertTitleCol:"添加表格标题列",lang_orderbycontent:"使表格内容可排序",lang_tableSize:"自动调整表格尺寸",lang_autoSizeContent:"按表格文字自适应",lang_autoSizePage:"按页面宽度自适应",lang_example:"示例",lang_borderStyle:"表格边框",lang_color:"颜色:"},captionName:"表格名称",titleName:"标题",cellsName:"内容",errorMsg:"有合并单元格,不可排序"},edittip:{"static":{lang_delRow:"删除整行",lang_delCol:"删除整列"}},edittd:{"static":{lang_tdBkColor:"背景颜色:"}},formula:{"static":{}},wordimage:{"static":{lang_resave:"转存步骤",uploadBtn:{src:"upload.png",alt:"上传"},clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},lang_step:"1、点击顶部复制按钮,将地址复制到剪贴板;2、点击添加照片按钮,在弹出的对话框中使用Ctrl+V粘贴地址;3、点击打开后选择图片上传流程。"
|
|
23
|
+
},fileType:"图片",flashError:"FLASH初始化失败,请检查FLASH插件是否正确安装!",netError:"网络连接错误,请重试!",copySuccess:"图片地址已经复制!",flashI18n:{}}},UE.I18N.en={labelMap:{anchor:"Anchor",undo:"Undo",redo:"Redo",bold:"Bold",indent:"Indent",italic:"Italic",underline:"Underline",strikethrough:"Strikethrough",subscript:"SubScript",fontborder:"text border",superscript:"SuperScript",formatmatch:"Format Match",source:"Source",blockquote:"BlockQuote",pasteplain:"PastePlain",selectall:"SelectAll",print:"Print",preview:"Preview",horizontal:"Horizontal",removeformat:"RemoveFormat",time:"Time",date:"Date",unlink:"Unlink",insertrow:"InsertRow",insertcol:"InsertCol",mergeright:"MergeRight",mergedown:"MergeDown",deleterow:"DeleteRow",deletecol:"DeleteCol",splittorows:"SplitToRows",insertcode:"insert code",splittocols:"SplitToCols",splittocells:"SplitToCells",deletecaption:"DeleteCaption",inserttitle:"InsertTitle",mergecells:"MergeCells",deletetable:"DeleteTable",cleardoc:"Clear",contentimport:"Content Import",insertparagraphbeforetable:"InsertParagraphBeforeTable",fontfamily:"FontFamily",fontsize:"FontSize",paragraph:"Paragraph",simpleupload:"Single Image",insertimage:"Multi Image",edittable:"Edit Table",edittd:"Edit Td",link:"Link",emotion:"Emotion",spechars:"Spechars",searchreplace:"SearchReplace",insertvideo:"Video",help:"Help",justifyleft:"JustifyLeft",justifyright:"JustifyRight",justifycenter:"JustifyCenter",justifyjustify:"Justify",forecolor:"FontColor",backcolor:"BackColor",insertorderedlist:"OL",insertunorderedlist:"UL",fullscreen:"FullScreen",directionalityltr:"EnterFromLeft",directionalityrtl:"EnterFromRight",rowspacingtop:"RowSpacingTop",rowspacingbottom:"RowSpacingBottom",pagebreak:"PageBreak",insertframe:"Iframe",imagenone:"Default",imageleft:"ImageLeft",imageright:"ImageRight",attachment:"Attachment",imagecenter:"ImageCenter",wordimage:"WordImage",formula:"Formula",lineheight:"LineHeight",edittip:"EditTip",customstyle:"CustomStyle",scrawl:"Scrawl",autotypeset:"AutoTypeset",touppercase:"UpperCase",tolowercase:"LowerCase",template:"Template",background:"Background",inserttable:"InsertTable"},autosave:{autoRestoreTip:"Has been recovered from draft"},insertorderedlist:{num:"1,2,3...",num1:"1),2),3)...",num2:"(1),(2),(3)...",cn:"一,二,三....",cn1:"一),二),三)....",cn2:"(一),(二),(三)....",decimal:"1,2,3...","lower-alpha":"a,b,c...","lower-roman":"i,ii,iii...","upper-alpha":"A,B,C...","upper-roman":"I,II,III..."},insertunorderedlist:{circle:"○ Circle",disc:"● Circle dot",square:"■ Rectangle ",dash:"- Dash",dot:"。dot"},paragraph:{p:"Paragraph",h1:"Title 1",h2:"Title 2",h3:"Title 3",h4:"Title 4",h5:"Title 5",h6:"Title 6"},fontfamily:{"default":"Default",songti:"Sim Sun",kaiti:"Sim Kai",heiti:"Sim Hei",lishu:"Sim Li",yahei:"Microsoft YaHei",fangsong:"FangSong",dengxian:"DengXian",segoeUI:"Segoe UI",calibri:"Calibri",arial:"Arial",timesNewRoman:"Times New Roman",pingfangSC:"PingFang SC",pingfangTC:"PingFang TC",hiraginoSansGB:"Hiragino Sans GB",stFangsong:"STFangsong",sanFrancisco:"San Francisco",helveticaNeue:"Helvetica Neue",sourceHanSans:"Source Han Sans",wenQuanYiMicroHei:"WenQuanYi Micro Hei",wenQuanYiZenHei:"WenQuanYi Zen Hei",dejaVuSans:"DejaVu Sans",liberationSans:"Liberation Sans"},customstyle:{tc:"Title center",tl:"Title left",im:"Important",hi:"Highlight"},autoupload:{exceedSizeError:"File Size Exceed",exceedTypeError:"File Type Not Allow",jsonEncodeError:"Server Return Format Error",loading:"loading...",loadError:"load error",errorLoadConfig:"Server config not loaded, upload can not work."},simpleupload:{exceedSizeError:"File Size Exceed",exceedTypeError:"File Type Not Allow",jsonEncodeError:"Server Return Format Error",loading:"loading...",loadError:"load error",errorLoadConfig:"Server config not loaded, upload can not work."},elementPathTip:"Path",wordCountTip:"Word Count",wordCountMsg:"{#count} characters entered,{#leave} left. ",wordOverFlowMsg:'<span style="color:red;">The number of characters has exceeded allowable maximum values, the server may refuse to save!</span>',ok:"OK",cancel:"Cancel",closeDialog:"closeDialog",tableDrag:"You must import the file uiUtils.js before drag! ",autofloatMsg:"The plugin AutoFloat depends on EditorUI!",loadconfigError:"Get server config error.",loadconfigFormatError:"Server config format error.",loadconfigHttpError:"Get server config http error.",insertcode:{as3:"ActionScript 3",bash:"Bash/Shell",cpp:"C/C++",css:"CSS",cf:"ColdFusion","c#":"C#",delphi:"Delphi",diff:"Diff",erlang:"Erlang",groovy:"Groovy",html:"HTML",java:"Java",jfx:"JavaFX",js:"JavaScript",pl:"Perl",php:"PHP",plain:"Plain Text",ps:"PowerShell",python:"Python",ruby:"Ruby",scala:"Scala",sql:"SQL",vb:"Visual Basic",xml:"XML"},confirmClear:"Do you confirm to clear the Document?",contextMenu:{"delete":"Delete",selectall:"Select all",deletecode:"Delete Code",cleardoc:"Clear Document",confirmclear:"Do you confirm to clear the Document?",unlink:"Unlink",paragraph:"Paragraph",edittable:"Table property",aligncell:"Align cell",aligntable:"Table alignment",tableleft:"Left float",tablecenter:"Center",tableright:"Right float",aligntd:"Cell alignment",edittd:"Cell property",setbordervisible:"set table edge visible",table:"Table",justifyleft:"Justify Left",justifyright:"Justify Right",justifycenter:"Justify Center",justifyjustify:"Default",deletetable:"Delete table",insertparagraphbefore:"InsertedBeforeLine",insertparagraphafter:"InsertedAfterLine",inserttable:"Insert table",insertcaption:"Insert caption",deletecaption:"Delete Caption",inserttitle:"Insert Title",deletetitle:"Delete Title",inserttitlecol:"Insert Title Col",deletetitlecol:"Delete Title Col",averageDiseRow:"AverageDise Row",averageDisCol:"AverageDis Col",deleterow:"Delete row",deletecol:"Delete col",insertrow:"Insert row",insertcol:"Insert col",insertrownext:"Insert Row Next",insertcolnext:"Insert Col Next",mergeright:"Merge right",mergeleft:"Merge left",mergedown:"Merge down",mergecells:"Merge cells",splittocells:"Split to cells",splittocols:"Split to Cols",splittorows:"Split to Rows",tablesort:"Table sorting",enablesort:"Sorting Enable",disablesort:"Sorting Disable",reversecurrent:"Reverse current",orderbyasc:"Order By ASCII",reversebyasc:"Reverse By ASCII",orderbynum:"Order By Num",reversebynum:"Reverse By Num",borderbk:"Border shading",setcolor:"interlaced color",unsetcolor:"Cancel interlacedcolor",setbackground:"Background interlaced",unsetbackground:"Cancel Bk interlaced",redandblue:"Blue and red",threecolorgradient:"Three-color gradient",copy:"Copy(Ctrl + c)",copymsg:"Browser does not support. Please use 'Ctrl + c' instead!",paste:"Paste(Ctrl + v)",pastemsg:"Browser does not support. Please use 'Ctrl + v' instead!"},copymsg:"Browser does not support. Please use 'Ctrl + c' instead!",pastemsg:"Browser does not support. Please use 'Ctrl + v' instead!",anchorMsg:"Link",clearColor:"Clear",standardColor:"Standard color",themeColor:"Theme color",property:"Property","default":"Default",modify:"Modify",save:"Save",justifyleft:"Justify Left",justifyright:"Justify Right",justifycenter:"Justify Center",justify:"Default",clear:"Clear","delete":"Delete",clickToUpload:"Click to upload",unset:"Language hasn't been set!",t_row:"row",t_col:"col",pasteOpt:"Paste Option",pasteSourceFormat:"Keep Source Formatting",tagFormat:"Keep tag",pasteTextFormat:"Keep Text only",more:"More",autoTypeSet:{mergeLine:"Merge empty line",delLine:"Del empty line",removeFormat:"Remove format",indent:"Indent",alignment:"Alignment",imageFloat:"Image float",removeFontsize:"Remove font size",removeFontFamily:"Remove fontFamily",removeHtml:"Remove redundant HTML code",pasteFilter:"Paste filter",run:"Done",symbol:"Symbol Conversion",bdc2sb:"Full-width to Half-width",tobdc:"Half-width to Full-width"},background:{"static":{lang_background_normal:"Normal",lang_background_local:"Online",lang_background_set:"Background Set",lang_background_none:"No Background",lang_background_colored:"Colored Background",lang_background_color:"Color Set",lang_background_netimg:"Net-Image",lang_background_align:"Align Type",lang_background_position:"Position",repeatType:{options:["Center","Repeat-x","Repeat-y","Tile","Custom"]}},noUploadImage:"No pictures has been uploaded!",toggleSelect:"Change the active state by click!\n Image Size: "},insertimage:{"static":{lang_tab_remote:"Insert",lang_tab_upload:"Local",lang_tab_online:"Manager",lang_tab_search:"Search",lang_input_url:"Address:",lang_input_size:"Size:",lang_input_width:"Width",lang_input_height:"Height",lang_input_border:"Border:",lang_input_vhspace:"Margins:",lang_input_title:"Title:",lang_input_align:"Image Float Style:",lang_imgLoading:"Loading...",lang_start_upload:"Start Upload",lock:{title:"Lock rate"},searchType:{title:"ImageType",options:["News","Wallpaper","emotions","photo"]},searchTxt:{value:"Enter the search keyword!"},searchBtn:{value:"Search"},searchReset:{value:"Clear"},noneAlign:{title:"None Float"},leftAlign:{title:"Left Float"},rightAlign:{title:"Right Float"},centerAlign:{title:"Center In A Line"}},uploadSelectFile:"Select File",uploadAddFile:"Add File",uploadStart:"Start Upload",uploadPause:"Pause Upload",uploadContinue:"Continue Upload",uploadRetry:"Retry Upload",uploadDelete:"Delete",uploadTurnLeft:"Turn Left",uploadTurnRight:"Turn Right",uploadPreview:"Doing Preview",uploadNoPreview:"Can Not Preview",updateStatusReady:"Selected _ pictures, total _KB.",updateStatusConfirm:"_ uploaded successfully and _ upload failed",updateStatusFinish:"Total _ pictures (_KB), _ uploaded successfully",updateStatusError:" and _ upload failed",errorNotSupport:"WebUploader does not support the browser you are using. Please upgrade your browser or flash player",errorLoadConfig:"Server config not loaded, upload can not work.",errorExceedSize:"File Size Exceed",errorFileType:"File Type Not Allow",errorInterrupt:"File Upload Interrupted",errorUploadRetry:"Upload Error, Please Retry.",errorHttp:"Http Error",errorServerUpload:"Server Result Error.",remoteLockError:"Cannot Lock the Proportion between width and height",numError:"Please enter the correct Num. e.g 123,400",imageUrlError:"The image format may be wrong!",imageLoadError:"Error,please check the network or URL!",searchRemind:"Enter the search keyword!",searchLoading:"Image is loading,please wait...",searchRetry:" Sorry,can't find the image,please try again!"},attachment:{"static":{lang_tab_upload:"Upload",lang_tab_online:"Online",lang_start_upload:"Start upload",lang_drop_remind:"You can drop files here, a single maximum of 300 files"},uploadSelectFile:"Select File",uploadAddFile:"Add File",uploadStart:"Start Upload",uploadPause:"Pause Upload",uploadContinue:"Continue Upload",uploadRetry:"Retry Upload",uploadDelete:"Delete",uploadTurnLeft:"Turn Left",uploadTurnRight:"Turn Right",uploadPreview:"Doing Preview",updateStatusReady:"Selected _ files, total _KB.",updateStatusConfirm:"_ uploaded successfully and _ upload failed",updateStatusFinish:"Total _ files (_KB), _ uploaded successfully",updateStatusError:" and _ upload failed",errorNotSupport:"WebUploader does not support the browser you are using. Please upgrade your browser or flash player",errorLoadConfig:"Server config not loaded, upload can not work.",errorExceedSize:"File Size Exceed",errorFileType:"File Type Not Allow",errorInterrupt:"File Upload Interrupted",errorUploadRetry:"Upload Error, Please Retry.",errorHttp:"Http Error",errorServerUpload:"Server Result Error."},insertvideo:{"static":{lang_tab_insertV:"Video",lang_tab_searchV:"Search",lang_tab_uploadV:"Upload",lang_video_url:" URL ",lang_video_size:"Video Size",lang_videoW:"Width",lang_videoH:"Height",lang_alignment:"Alignment",videoSearchTxt:{value:"Enter the search keyword!"},videoType:{options:["All","Hot","Entertainment","Funny","Sports","Science","variety"]},videoSearchBtn:{value:"Search in Baidu"},videoSearchReset:{value:"Clear result"},lang_input_fileStatus:" No file uploaded!",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"Video Size",lang_upload_width:"Width",lang_upload_height:"Height",lang_upload_alignment:"Alignment",lang_format_advice:"Recommends mp4 format."},numError:"Please enter the correct Num. e.g 123,400",floatLeft:"Float left",floatRight:"Float right","default":"Default",block:"Display in block",urlError:"The video url format may be wrong!",loading:" The video is loading, please wait…",clickToSelect:"Click to select",goToSource:"Visit source video ",noVideo:" Sorry,can't find the video,please try again!",browseFiles:"Open files",uploadSuccess:"Upload Successful!",delSuccessFile:"Remove from the success of the queue",delFailSaveFile:"Remove the save failed file",statusPrompt:" file(s) uploaded! ",flashVersionError:"The current Flash version is too low, please update FlashPlayer,then try again!",flashLoadingError:"The Flash failed loading! Please check the path or network state",fileUploadReady:"Wait for uploading...",delUploadQueue:"Remove from the uploading queue ",limitPrompt1:"Can not choose more than single",limitPrompt2:"file(s)!Please choose again!",delFailFile:"Remove failure file",fileSizeLimit:"File size exceeds the limit!",emptyFile:"Can not upload an empty file!",fileTypeError:"File type error!",unknownError:"Unknown error!",fileUploading:"Uploading,please wait...",cancelUpload:"Cancel upload",netError:"Network error",failUpload:"Upload failed",serverIOError:"Server IO error!",noAuthority:"No Permission!",fileNumLimit:"Upload limit to the number",failCheck:"Authentication fails, the upload is skipped!",fileCanceling:"Cancel, please wait...",stopUploading:"Upload has stopped...",uploadSelectFile:"Select File",uploadAddFile:"Add File",uploadStart:"Start Upload",uploadPause:"Pause Upload",uploadContinue:"Continue Upload",uploadRetry:"Retry Upload",uploadDelete:"Delete",uploadTurnLeft:"Turn Left",uploadTurnRight:"Turn Right",uploadPreview:"Doing Preview",updateStatusReady:"Selected _ files, total _KB.",updateStatusConfirm:"_ uploaded successfully and _ upload failed",updateStatusFinish:"Total _ files (_KB), _ uploaded successfully",updateStatusError:" and _ upload failed",errorNotSupport:"WebUploader does not support the browser you are using. Please upgrade your browser or flash player",errorLoadConfig:"Server config not loaded, upload can not work.",errorExceedSize:"File Size Exceed",errorFileType:"File Type Not Allow",errorInterrupt:"File Upload Interrupted",errorUploadRetry:"Upload Error, Please Retry.",errorHttp:"Http Error",errorServerUpload:"Server Result Error."},template:{"static":{lang_template_bkcolor:"Background Color",lang_template_clear:"Keep Content",lang_template_select:"Select Template"},blank:"Blank",blog:"Blog",resume:"Resume",richText:"Rich Text",scrPapers:"Scientific Papers"},scrawl:{"static":{lang_input_previousStep:"Previous",lang_input_nextsStep:"Next",lang_input_clear:"Clear",lang_input_addPic:"AddImage",lang_input_ScalePic:"ScaleImage",lang_input_removePic:"RemoveImage",J_imgTxt:{title:"Add background image"}},noScarwl:"No paint, a white paper...",scrawlUpLoading:"Image is uploading, please wait...",continueBtn:"Try again",imageError:"Image failed to load!",backgroundUploading:"Image is uploading,please wait..."},anchor:{"static":{lang_input_anchorName:"Anchor Name:"}},emotion:{"static":{lang_input_choice:"Choice",lang_input_Tuzki:"Tuzki",lang_input_lvdouwa:"LvDouWa",lang_input_BOBO:"BOBO",lang_input_babyCat:"BabyCat",lang_input_bubble:"Bubble",lang_input_youa:"YouA"}},help:{"static":{lang_input_about:"About UEditor Plus",lang_input_shortcuts:"Shortcuts",lang_input_introduction:"UEditor Plus is based on UEditor.",lang_Txt_shortcuts:"Shortcuts",lang_Txt_func:"Function",lang_Txt_bold:"Bold",lang_Txt_copy:"Copy",lang_Txt_cut:"Cut",lang_Txt_Paste:"Paste",lang_Txt_undo:"Undo",lang_Txt_redo:"Redo",lang_Txt_italic:"Italic",lang_Txt_underline:"Underline",lang_Txt_selectAll:"Select All",lang_Txt_visualEnter:"Submit",lang_Txt_fullscreen:"Fullscreen"}},insertframe:{"static":{lang_input_address:"Address:",lang_input_width:"Width:",lang_input_height:"height:",lang_input_isScroll:"Enable scrollbars:",lang_input_frameborder:"Show frame border:",lang_input_alignMode:"Alignment:",align:{title:"Alignment",options:["Default","Left","Right","Center"]}},enterAddress:"Please enter an address!"},link:{"static":{lang_input_text:"Text:",lang_input_url:"URL:",lang_input_title:"Title:",lang_input_target:"open in new window:"},validLink:"Supports only effective when a link is selected",httpPrompt:'The hyperlink you enter should start with "http|https|ftp://"!'},searchreplace:{"static":{lang_tab_search:"Search",lang_tab_replace:"Replace",lang_search1:"Search",lang_search2:"Search",lang_replace:"Replace",lang_searchReg:'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',lang_searchReg1:'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',lang_case_sensitive1:"Case sense",lang_case_sensitive2:"Case sense",nextFindBtn:{value:"Next"},preFindBtn:{value:"Preview"},nextReplaceBtn:{value:"Next"},preReplaceBtn:{value:"Preview"},repalceBtn:{value:"Replace"},repalceAllBtn:{value:"Replace all"}},getEnd:"Has the search to the bottom!",getStart:"Has the search to the top!",countMsg:"Altogether replaced {#count} character(s)!"},spechars:{"static":{},tsfh:"Special",lmsz:"Roman",szfh:"Numeral",rwfh:"Japanese",xlzm:"The Greek",ewzm:"Russian",pyzm:"Phonetic",yyyb:"English",zyzf:"Others"},edittable:{"static":{lang_tableStyle:"Table style",lang_insertCaption:"Add table header row",lang_insertTitle:"Add table title row",lang_insertTitleCol:"Add table title col",lang_tableSize:"Automatically adjust table size",lang_autoSizeContent:"Adaptive by form text",lang_orderbycontent:"Table of contents sortable",lang_autoSizePage:"Page width adaptive",lang_example:"Example",lang_borderStyle:"Table Border",lang_color:"Color:"},captionName:"Caption",titleName:"Title",cellsName:"text",errorMsg:"There are merged cells, can not sort."},edittip:{"static":{lang_delRow:"Delete entire row",lang_delCol:"Delete entire col"}},edittd:{"static":{lang_tdBkColor:"Background Color:"}},formula:{"static":{}},wordimage:{"static":{lang_resave:"The re-save step",uploadBtn:{src:"upload.png",alt:"Upload"},clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},lang_step:" 1. Click top button to copy the url and then open the dialog to paste it. 2. Open after choose photos uploaded process."},fileType:"Image",flashError:"Flash initialization failed!",netError:"Network error! Please try again!",copySuccess:"URL has been copied!",flashI18n:{lang:encodeURI('{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}'),uploadingTF:encodeURI('{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}'),imageTF:encodeURI('{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}'),textEncoding:"utf-8",addImageSkinURL:"addImage.png",allDeleteBtnUpSkinURL:"allDeleteBtnUpSkin.png",allDeleteBtnHoverSkinURL:"allDeleteBtnHoverSkin.png",rotateLeftBtnEnableSkinURL:"rotateLeftEnable.png",rotateLeftBtnDisableSkinURL:"rotateLeftDisable.png",rotateRightBtnEnableSkinURL:"rotateRightEnable.png",rotateRightBtnDisableSkinURL:"rotateRightDisable.png",deleteBtnEnableSkinURL:"deleteEnable.png",deleteBtnDisableSkinURL:"deleteDisable.png",backgroundURL:"",listBackgroundURL:"",buttonURL:"button.png"}}},UE.I18N["zh-tw"]={labelMap:{anchor:"錨點",undo:"撤銷",redo:"重做",bold:"加粗",indent:"首行縮進",italic:"斜體",underline:"下劃線",strikethrough:"刪除線",subscript:"下標",fontborder:"字符邊框",superscript:"上標",formatmatch:"格式刷",source:"源代碼",blockquote:"引用",pasteplain:"純文本粘貼模式",selectall:"全選",print:"打印",preview:"預覽",horizontal:"分隔線",removeformat:"清除格式",time:"時間",date:"日期",unlink:"取消鏈接",insertrow:"前插入行",insertcol:"前插入列",mergeright:"右合並單元格",mergedown:"下合並單元格",deleterow:"刪除行",deletecol:"刪除列",splittorows:"拆分成行",splittocols:"拆分成列",splittocells:"完全拆分單元格",deletecaption:"刪除表格標題",inserttitle:"插入標題",mergecells:"合並多個單元格",deletetable:"刪除表格",cleardoc:"清空文檔",contentimport:"導入內容",insertparagraphbeforetable:"表格前插入行",insertcode:"代碼語言",fontfamily:"字體",fontsize:"字號",paragraph:"段落格式",simpleupload:"單圖上傳",insertimage:"插入圖片",edittable:"表格屬性",edittd:"單元格屬性",link:"超鏈接",emotion:"表情",spechars:"特殊字符",searchreplace:"查詢替換",insertvideo:"視頻",insertaudio:"音頻",help:"幫助",justifyleft:"居左對齊",justifyright:"居右對齊",justifycenter:"居中對齊",justifyjustify:"兩端對齊",forecolor:"字體顏色",backcolor:"背景色",insertorderedlist:"有序列表",insertunorderedlist:"無序列表",fullscreen:"全屏",directionalityltr:"從左向右輸入",directionalityrtl:"從右向左輸入",rowspacingtop:"段前距",rowspacingbottom:"段後距",pagebreak:"分頁",insertframe:"插入Iframe",imagenone:"默認",imageleft:"左浮動",imageright:"右浮動",attachment:"附件",imagecenter:"居中",wordimage:"圖片轉存",formula:"公式",lineheight:"行間距",edittip:"編輯提示",customstyle:"自定義標題",autotypeset:"自動排版",touppercase:"字母大寫",tolowercase:"字母小寫",background:"背景",template:"模板",scrawl:"塗鴉",inserttable:"插入表格"},autosave:{autoRestoreTip:"已自動從草稿箱恢復"},insertorderedlist:{decimal:"1,2,3...","lower-alpha":"a,b,c...","lower-roman":"i,ii,iii...","upper-alpha":"A,B,C...","upper-roman":"I,II,III..."},insertunorderedlist:{circle:"○ 大圓圈",disc:"● 小黑點",square:"■ 小方塊 "},paragraph:{p:"段落",h1:"標題 1",h2:"標題 2",h3:"標題 3",h4:"標題 4",h5:"標題 5",h6:"標題 6"},fontfamily:{"default":"默認",songti:"宋體",kaiti:"楷體",heiti:"黑體",lishu:"隸書",yahei:"微軟雅黑",fangsong:"仿宋",dengxian:"等線",segoeUI:"Segoe UI",calibri:"Calibri",arial:"arial",timesNewRoman:"times new roman",pingfangSC:"蘋方(簡)",pingfangTC:"蘋方(繁)",hiraginoSansGB:"冬青黑體",stFangsong:"華文仿宋",sanFrancisco:"舊金山字體",helveticaNeue:"Helvetica Neue",sourceHanSans:"Source Han Sans",wenQuanYiMicroHei:"文泉驛微米黑",wenQuanYiZenHei:"文泉驛正黑",dejaVuSans:"DejaVu Sans",liberationSans:"Liberation Sans"},customstyle:{tc:"標題居中",tl:"標題居左",im:"強調",hi:"明顯強調"},autoupload:{exceedSizeError:"文件大小超出限製",exceedTypeError:"文件格式不允許",jsonEncodeError:"服務器返回格式錯誤",loading:"正在上傳...",loadError:"上傳錯誤",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!"},simpleupload:{exceedSizeError:"文件大小超出限製",exceedTypeError:"文件格式不允許",jsonEncodeError:"服務器返回格式錯誤",loading:"正在上傳...",loadError:"上傳錯誤",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!"},elementPathTip:"元素路徑",wordCountTip:"字數統計",wordCountMsg:"{#count} / {#leave}",wordOverFlowMsg:'<span style="color:red;">字數超出最大允許值,服務器可能拒絕保存!</span>',ok:"確認",cancel:"取消",closeDialog:"關閉對話框",tableDrag:"表格拖動必須引入uiUtils.js文件!",autofloatMsg:"工具欄浮動依賴編輯器UI,您首先需要引入UI文件!",loadconfigError:"獲取後臺配置項請求出錯,上傳功能將不能正常使用!",loadconfigFormatError:"後臺配置項返回格式出錯,上傳功能將不能正常使用!",loadconfigHttpError:"請求後臺配置項http錯誤,上傳功能將不能正常使用!",insertcode:{as3:"ActionScript 3",bash:"Bash/Shell",cpp:"C/C++",css:"CSS",cf:"ColdFusion","c#":"C#",delphi:"Delphi",diff:"Diff",erlang:"Erlang",groovy:"Groovy",html:"HTML",java:"Java",jfx:"JavaFX",js:"JavaScript",pl:"Perl",php:"PHP",plain:"Plain Text",ps:"PowerShell",python:"Python",ruby:"Ruby",scala:"Scala",sql:"SQL",vb:"Visual Basic",xml:"XML"},confirmClear:"確定清空當前文檔麽?",contextMenu:{"delete":"刪除",selectall:"全選",deletecode:"刪除代碼",cleardoc:"清空文檔",confirmclear:"確定清空當前文檔麽?",unlink:"刪除超鏈接",paragraph:"段落格式",edittable:"表格屬性",aligntd:"單元格對齊方式",aligntable:"表格對齊方式",tableleft:"左浮動",tablecenter:"居中顯示",tableright:"右浮動",edittd:"單元格屬性",setbordervisible:"設置表格邊線可見",justifyleft:"左對齊",justifyright:"右對齊",justifycenter:"居中對齊",justifyjustify:"兩端對齊",table:"表格",inserttable:"插入表格",deletetable:"刪除表格",insertparagraphbefore:"前插入段落",insertparagraphafter:"後插入段落",deleterow:"刪除當前行",deletecol:"刪除當前列",insertrow:"前插入行",insertcol:"左插入列",insertrownext:"後插入行",insertcolnext:"右插入列",insertcaption:"插入表格名稱",deletecaption:"刪除表格名稱",inserttitle:"插入表格標題行",deletetitle:"刪除表格標題行",inserttitlecol:"插入表格標題列",deletetitlecol:"刪除表格標題列",averageDiseRow:"平均分布各行",averageDisCol:"平均分布各列",mergeright:"向右合並",mergeleft:"向左合並",mergedown:"向下合並",mergecells:"合並單元格",splittocells:"完全拆分單元格",splittocols:"拆分成列",splittorows:"拆分成行",tablesort:"表格排序",enablesort:"設置表格可排序",disablesort:"取消表格可排序",reversecurrent:"逆序當前",orderbyasc:"按ASCII字符升序",reversebyasc:"按ASCII字符降序",orderbynum:"按數值大小升序",reversebynum:"按數值大小降序",borderbk:"邊框底紋",setcolor:"表格隔行變色",unsetcolor:"取消表格隔行變色",setbackground:"選區背景隔行",unsetbackground:"取消選區背景",redandblue:"紅藍相間",threecolorgradient:"三色漸變",copy:"復製(Ctrl + c)",copymsg:"瀏覽器不支持,請使用 'Ctrl + c'",paste:"粘貼(Ctrl + v)",pastemsg:"瀏覽器不支持,請使用 'Ctrl + v'"},copymsg:"瀏覽器不支持,請使用 'Ctrl + c'",pastemsg:"瀏覽器不支持,請使用 'Ctrl + v'",anchorMsg:"鏈接",clearColor:"清空顏色",standardColor:"標準顏色",themeColor:"主題顏色",property:"屬性","default":"默認",modify:"修改",save:"保存",justifyleft:"左對齊",justifyright:"右對齊",justifycenter:"居中",justify:"默認",clear:"清除","delete":"刪除",clickToUpload:"點擊上傳",unset:"尚未設置語言文件",t_row:"行",t_col:"列",more:"更多",pasteOpt:"粘貼選項",pasteSourceFormat:"保留源格式",tagFormat:"只保留標簽",pasteTextFormat:"只保留文本",autoTypeSet:{mergeLine:"合並空行",delLine:"清除空行",removeFormat:"清除格式",indent:"首行縮進",alignment:"對齊方式",imageFloat:"圖片浮動",removeFontsize:"清除字號",removeFontFamily:"清除字體",removeHtml:"清除冗余HTML代碼",pasteFilter:"粘貼過濾",run:"執行",symbol:"符號轉換",bdc2sb:"全角轉半角",tobdc:"半角轉全角"},background:{"static":{lang_background_normal:"背景設置",lang_background_local:"在線圖片",lang_background_set:"選項",lang_background_none:"無背景色",lang_background_colored:"有背景色",lang_background_color:"顏色設置",lang_background_netimg:"網絡圖片",lang_background_align:"對齊方式",lang_background_position:"精確定位",repeatType:{options:["居中","橫向重復","縱向重復","平鋪","自定義"]}},noUploadImage:"當前未上傳過任何圖片!",toggleSelect:"單擊可切換選中狀態\n原圖尺寸: "},insertimage:{"static":{lang_tab_remote:"插入圖片",lang_tab_upload:"本地上傳",lang_tab_online:"在線管理",lang_input_url:"地 址:",lang_input_size:"大 小:",lang_input_width:"寬度",lang_input_height:"高度",lang_input_border:"邊 框:",lang_input_vhspace:"邊 距:",lang_input_title:"描 述:",lang_input_align:"圖片浮動方式:",lang_imgLoading:" 圖片加載中……",lang_start_upload:"開始上傳",lock:{title:"鎖定寬高比例"},searchType:{title:"圖片類型",options:["新聞","壁紙","表情","頭像"]},searchTxt:{value:"請輸入搜索關鍵詞"},searchBtn:{value:"百度一下"},searchReset:{value:"清空搜索"},noneAlign:{title:"無浮動"},leftAlign:{title:"左浮動"},rightAlign:{title:"右浮動"},centerAlign:{title:"居中獨占一行"}},uploadSelectFile:"點擊選擇圖片",uploadAddFile:"繼續添加",uploadStart:"開始上傳",uploadPause:"暫停上傳",uploadContinue:"繼續上傳",uploadRetry:"重試上傳",uploadDelete:"刪除",uploadTurnLeft:"向左旋轉",uploadTurnRight:"向右旋轉",uploadPreview:"預覽中",uploadNoPreview:"不能預覽",updateStatusReady:"選中_張圖片,共_KB。",updateStatusConfirm:"已成功上傳_張照片,_張照片上傳失敗",updateStatusFinish:"共_張(_KB),_張上傳成功",updateStatusError:",_張上傳失敗。",errorNotSupport:"WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允許",errorInterrupt:"文件傳輸中斷",errorUploadRetry:"上傳失敗,請重試",errorHttp:"http請求錯誤",errorServerUpload:"服務器返回出錯",remoteLockError:"寬高不正確,不能所定比例",numError:"請輸入正確的長度或者寬度值!例如:123,400",imageUrlError:"不允許的圖片格式或者圖片域!",imageLoadError:"圖片加載失敗!請檢查鏈接地址或網絡狀態!",searchRemind:"請輸入搜索關鍵詞",searchLoading:"圖片加載中,請稍後……",searchRetry:" :( ,抱歉,沒有找到圖片!請重試一次!"},attachment:{"static":{lang_tab_upload:"上傳附件",lang_tab_online:"在線附件",lang_start_upload:"開始上傳",lang_drop_remind:"可以將文件拖到這裏,單次最多可選100個文件"},uploadSelectFile:"點擊選擇文件",uploadAddFile:"繼續添加",uploadStart:"開始上傳",uploadPause:"暫停上傳",uploadContinue:"繼續上傳",uploadRetry:"重試上傳",uploadDelete:"刪除",uploadTurnLeft:"向左旋轉",uploadTurnRight:"向右旋轉",uploadPreview:"預覽中",updateStatusReady:"選中_個文件,共_KB。",updateStatusConfirm:"已成功上傳_個文件,_個文件上傳失敗",updateStatusFinish:"共_個(_KB),_個上傳成功",updateStatusError:",_張上傳失敗。",errorNotSupport:"WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允許",errorInterrupt:"文件傳輸中斷",errorUploadRetry:"上傳失敗,請重試",errorHttp:"http請求錯誤",errorServerUpload:"服務器返回出錯"},insertvideo:{"static":{lang_tab_insertV:"插入視頻",lang_tab_searchV:"搜索視頻",lang_tab_uploadV:"上傳視頻",lang_video_url:"視頻網址",lang_video_size:"視頻尺寸",lang_videoW:"寬度",lang_videoH:"高度",lang_alignment:"對齊方式",videoSearchTxt:{value:"請輸入搜索關鍵字!"},videoType:{options:["全部","熱門","娛樂","搞笑","體育","科技","綜藝"]},videoSearchBtn:{value:"百度一下"},videoSearchReset:{value:"清空結果"},lang_input_fileStatus:" 當前未上傳文件",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"視頻尺寸",lang_upload_width:"寬度",lang_upload_height:"高度",lang_upload_alignment:"對齊方式",lang_format_advice:"建議使用mp4格式."},numError:"請輸入正確的數值,如123,400",floatLeft:"左浮動",floatRight:"右浮動","default":"默認",block:"獨占一行",urlError:"輸入的視頻地址有誤,請檢查後再試!",loading:" 視頻加載中,請等待……",clickToSelect:"點擊選中",goToSource:"訪問源視頻",noVideo:" 抱歉,找不到對應的視頻,請重試!",browseFiles:"瀏覽文件",uploadSuccess:"上傳成功!",delSuccessFile:"從成功隊列中移除",delFailSaveFile:"移除保存失敗文件",statusPrompt:" 個文件已上傳! ",flashVersionError:"當前Flash版本過低,請更新FlashPlayer後重試!",flashLoadingError:"Flash加載失敗!請檢查路徑或網絡狀態",fileUploadReady:"等待上傳……",delUploadQueue:"從上傳隊列中移除",limitPrompt1:"單次不能選擇超過",limitPrompt2:"個文件!請重新選擇!",delFailFile:"移除失敗文件",fileSizeLimit:"文件大小超出限製!",emptyFile:"空文件無法上傳!",fileTypeError:"文件類型不允許!",unknownError:"未知錯誤!",fileUploading:"上傳中,請等待……",cancelUpload:"取消上傳",netError:"網絡錯誤",failUpload:"上傳失敗!",serverIOError:"服務器IO錯誤!",noAuthority:"無權限!",fileNumLimit:"上傳個數限製",failCheck:"驗證失敗,本次上傳被跳過!",fileCanceling:"取消中,請等待……",stopUploading:"上傳已停止……",uploadSelectFile:"點擊選擇文件",uploadAddFile:"繼續添加",uploadStart:"開始上傳",uploadPause:"暫停上傳",uploadContinue:"繼續上傳",uploadRetry:"重試上傳",uploadDelete:"刪除",uploadTurnLeft:"向左旋轉",uploadTurnRight:"向右旋轉",uploadPreview:"預覽中",updateStatusReady:"選中_個文件,共_KB。",updateStatusConfirm:"成功上傳_個,_個失敗",updateStatusFinish:"共_個(_KB),_個成功上傳",updateStatusError:",_張上傳失敗。",errorNotSupport:"WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允許",errorInterrupt:"文件傳輸中斷",errorUploadRetry:"上傳失敗,請重試",errorHttp:"http請求錯誤",errorServerUpload:"服務器返回出錯"},insertaudio:{"static":{lang_tab_insertV:"插入音頻",lang_tab_searchV:"搜索音頻",lang_tab_uploadV:"上傳音頻",lang_video_url:"音頻網址",lang_video_size:"音頻尺寸",lang_videoW:"寬度",lang_videoH:"高度",lang_alignment:"對齊方式",videoSearchTxt:{value:"請輸入搜索關鍵字!"},videoType:{options:["全部","熱門","娛樂","搞笑","體育","科技","綜藝"]},videoSearchBtn:{value:"百度一下"},videoSearchReset:{value:"清空結果"},lang_input_fileStatus:" 當前未上傳文件",startUpload:{style:"background:url(upload.png) no-repeat;"},lang_upload_size:"音頻尺寸",lang_upload_width:"寬度",lang_upload_height:"高度",lang_upload_alignment:"對齊方式",lang_format_advice:"建議使用mp4格式."},numError:"請輸入正確的數值,如123,400",floatLeft:"左浮動",floatRight:"右浮動","default":"默認",block:"獨占一行",urlError:"輸入的音頻地址有誤,請檢查後再試!",loading:" 音頻加載中,請等待……",clickToSelect:"點擊選中",goToSource:"訪問源音頻",noVideo:" 抱歉,找不到對應的音頻,請重試!",browseFiles:"瀏覽文件",uploadSuccess:"上傳成功!",delSuccessFile:"從成功隊列中移除",delFailSaveFile:"移除保存失敗文件",statusPrompt:" 個文件已上傳! ",flashVersionError:"當前Flash版本過低,請更新FlashPlayer後重試!",flashLoadingError:"Flash加載失敗!請檢查路徑或網絡狀態",fileUploadReady:"等待上傳……",delUploadQueue:"從上傳隊列中移除",limitPrompt1:"單次不能選擇超過",limitPrompt2:"個文件!請重新選擇!",delFailFile:"移除失敗文件",fileSizeLimit:"文件大小超出限製!",emptyFile:"空文件無法上傳!",fileTypeError:"文件類型不允許!",unknownError:"未知錯誤!",fileUploading:"上傳中,請等待……",cancelUpload:"取消上傳",netError:"網絡錯誤",failUpload:"上傳失敗!",serverIOError:"服務器IO錯誤!",noAuthority:"無權限!",fileNumLimit:"上傳個數限製",failCheck:"驗證失敗,本次上傳被跳過!",fileCanceling:"取消中,請等待……",stopUploading:"上傳已停止……",uploadSelectFile:"點擊選擇文件",uploadAddFile:"繼續添加",uploadStart:"開始上傳",uploadPause:"暫停上傳",uploadContinue:"繼續上傳",uploadRetry:"重試上傳",uploadDelete:"刪除",uploadTurnLeft:"向左旋轉",uploadTurnRight:"向右旋轉",uploadPreview:"預覽中",updateStatusReady:"選中_個文件,共_KB。",updateStatusConfirm:"成功上傳_個,_個失敗",updateStatusFinish:"共_個(_KB),_個成功上傳",updateStatusError:",_張上傳失敗。",errorNotSupport:"WebUploader 不支持您的瀏覽器!如果你使用的是IE瀏覽器,請嘗試升級 flash 播放器。",errorLoadConfig:"後端配置項沒有正常加載,上傳插件不能正常使用!",errorExceedSize:"文件大小超出",errorFileType:"文件格式不允許",errorInterrupt:"文件傳輸中斷",errorUploadRetry:"上傳失敗,請重試",errorHttp:"http請求錯誤",errorServerUpload:"服務器返回出錯"},template:{"static":{lang_template_bkcolor:"背景顏色",lang_template_clear:"保留原有內容",lang_template_select:"選擇模板"},blank:"空白文檔",blog:"博客文章",resume:"個人簡歷",richText:"圖文混排",sciPapers:"科技論文"},scrawl:{
|
|
24
|
+
"static":{lang_input_previousStep:"上一步",lang_input_nextsStep:"下一步",lang_input_clear:"清空",lang_input_addPic:"添加背景",lang_input_ScalePic:"縮放背景",lang_input_removePic:"刪除背景",J_imgTxt:{title:"添加背景圖片"}},noScarwl:"尚未作畫,白紙一張~",scrawlUpLoading:"塗鴉上傳中,別急哦~",continueBtn:"繼續",imageError:"糟糕,圖片讀取失敗了!",backgroundUploading:"背景圖片上傳中,別急哦~"},anchor:{"static":{lang_input_anchorName:"錨點名字:"}},emotion:{"static":{lang_input_choice:"精選",lang_input_Tuzki:"兔斯基",lang_input_BOBO:"BOBO",lang_input_lvdouwa:"綠豆蛙",lang_input_babyCat:"baby貓",lang_input_bubble:"泡泡",lang_input_youa:"有啊"}},help:{"static":{lang_input_about:"關於 UEditor Plus",lang_input_shortcuts:"快捷鍵",lang_input_introduction:"UEditor Plus 是基於百度UEditor二次開發的所見即所得富文本web編輯器,主要豐富也界面樣式,註重用戶體驗等特點。基於Apache 2.0協議開源,允許自由使用和修改代碼。",lang_Txt_shortcuts:"快捷鍵",lang_Txt_func:"功能",lang_Txt_bold:"給選中字設置為加粗",lang_Txt_copy:"復製選中內容",lang_Txt_cut:"剪切選中內容",lang_Txt_Paste:"粘貼",lang_Txt_undo:"重新執行上次操作",lang_Txt_redo:"撤銷上一次操作",lang_Txt_italic:"給選中字設置為斜體",lang_Txt_underline:"給選中字加下劃線",lang_Txt_selectAll:"全部選中",lang_Txt_visualEnter:"軟回車",lang_Txt_fullscreen:"全屏"}},insertframe:{"static":{lang_input_address:"地址:",lang_input_width:"寬度:",lang_input_height:"高度:",lang_input_isScroll:"允許滾動條:",lang_input_frameborder:"顯示框架邊框:",lang_input_alignMode:"對齊方式:",align:{title:"對齊方式",options:["默認","左對齊","右對齊","居中"]}},enterAddress:"請輸入地址!"},link:{"static":{lang_input_text:"文本內容:",lang_input_url:"鏈接地址:",lang_input_title:"標題:",lang_input_target:"是否在新窗口打開:"},validLink:"只支持選中一個鏈接時生效",httpPrompt:"您輸入的超鏈接中不包含http等協議名稱,默認將為您添加http://前綴"},searchreplace:{"static":{lang_tab_search:"查找",lang_tab_replace:"替換",lang_search1:"查找",lang_search2:"查找",lang_replace:"替換",lang_searchReg:"支持正則表達式,添加前後斜杠標示為正則表達式,例如「/表達式/」",lang_searchReg1:"支持正則表達式,添加前後斜杠標示為正則表達式,例如「/表達式/」",lang_case_sensitive1:"區分大小寫",lang_case_sensitive2:"區分大小寫",nextFindBtn:{value:"下一個"},preFindBtn:{value:"上一個"},nextReplaceBtn:{value:"下一個"},preReplaceBtn:{value:"上一個"},repalceBtn:{value:"替換"},repalceAllBtn:{value:"全部替換"}},getEnd:"已經搜索到文章末尾!",getStart:"已經搜索到文章頭部",countMsg:"總共替換了{#count}處!"},spechars:{"static":{},tsfh:"特殊字符",lmsz:"羅馬字符",szfh:"數學字符",rwfh:"日文字符",xlzm:"希臘字母",ewzm:"俄文字符",pyzm:"拼音字母",yyyb:"英語音標",zyzf:"其他"},edittable:{"static":{lang_tableStyle:"表格樣式",lang_insertCaption:"添加表格名稱行",lang_insertTitle:"添加表格標題行",lang_insertTitleCol:"添加表格標題列",lang_orderbycontent:"使表格內容可排序",lang_tableSize:"自動調整表格尺寸",lang_autoSizeContent:"按表格文字自適應",lang_autoSizePage:"按頁面寬度自適應",lang_example:"示例",lang_borderStyle:"表格邊框",lang_color:"顏色:"},captionName:"表格名稱",titleName:"標題",cellsName:"內容",errorMsg:"有合並單元格,不可排序"},edittip:{"static":{lang_delRow:"刪除整行",lang_delCol:"刪除整列"}},edittd:{"static":{lang_tdBkColor:"背景顏色:"}},formula:{"static":{}},wordimage:{"static":{lang_resave:"轉存步驟",uploadBtn:{src:"upload.png",alt:"上傳"},clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},lang_step:"1、點擊頂部復製按鈕,將地址復製到剪貼板;2、點擊添加照片按鈕,在彈出的對話框中使用Ctrl+V粘貼地址;3、點擊打開後選擇圖片上傳流程。"},fileType:"圖片",flashError:"FLASH初始化失敗,請檢查FLASH插件是否正確安裝!",netError:"網絡連接錯誤,請重試!",copySuccess:"圖片地址已經復製!",flashI18n:{}}}}();
|