function HtmlElementTextSource(T){if (T==null){alert("\103o\x75ld not fi\x6e\x64 ta\x72\147e\x74\x20HTM\x4c\040\x65\x6c\x65\155e\x6e\164.\x20Pleas\x65\040v\x65rify \x74hat C\x6fntro\x6cToC\x68eck\x20poin\x74s to\x20a v\x61lid \x63ont\x72ol."); this.T= {value: "" } ; }else if (T.nodeName=="\x49FRAME"){var frame=new RadSpellWrappers.IFrame(T,document); this.T=frame.l1().body; }else { this.T=T; } ; } ; HtmlElementTextSource.prototype= {GetText:function (){var text=""; if (this.T.value!=null){try {text=this.T.value; }catch (i1){alert("E\x72ror gett\x69\x6eg t\x65\x78t \x66\x72om \x63\157\x6e\164r\x6fl.\012"+i1.message); } ; }else if (this.T.innerHTML!=null){try {text=this.T.innerHTML; }catch (i1){alert("\x45rror \x67\x65tti\x6e\x67 HT\x4d\114\x20\x66rom\x20\x74he\x20contro\x6c\056\x0a"+i1.message); } ; }else {alert("\x4eo value or\x20\x69nne\x72\x48TM\x4c\x20att\x72\x69bu\x74\x65.\x20\103a\x6e\156o\x74 acce\x73\163 \x74ext."); } ; return text; } ,SetText:function (text){if (this.T.value!=null){ this.T.value=text; }else if (this.T.innerHTML!=null){ this.T.innerHTML=text; }else {alert("\x4eo va\x6c\x75e or\x20\x69nne\x72\110T\x4d\x4c a\x74\x74ri\x62ute. C\x61\156n\x6f\164 \x61ccess\x20\164e\x78t."); } ; } ,getText:function (){return this.GetText(); } ,setText:function (text){ this.SetText(text); }};HtmlElementTextSource.I1= function (content){var o2=new Array("&euro;","\x26cent;","&po\x75\x6ed;","\x26\x79en;","&curren;","&copy;","&reg;","\x26trade;","\x26\x70lusmn;","\x26ne;","&\x61\x73ymp;","&le;","&ge\x3b","&di\x76\x69de;","\x26times;","&infin;","\x26frac12;","\x26frac14\x3b","&fra\x63\x334;","&sup2;","&sup3;","&permi\x6c\x3b","\x26\x70ara;","\x26sect;","\x26alph\x61\x3b","&beta;","&Delta;","\x26\x6dicro;","\x26Omega;","\046\x73\x75m;","\x26Oslash;","&\x61\x6eg;","\x26\x6frdm;","\x26laquo;","&raquo;","&middot\x3b","&bull;","&dagger;","&Dagger\x3b","\x26fnof;"); var O2=new Array("\xe2\202\xac","\302\xa2","\302\xa3","\302\245","\302\xa4","\xc2\xa9","\xc2\256","\xe2\204\xa2","\xc2\xb1","\xe2\x89\240","\342\211\x88","\xe2\x89\244","\342\x89\xa5","\xc3\267","\xc3\227","\xe2\x88\236","\302\275","\302\274","\302\276","\xc2\262","\xc2\263","\xe2\x80\260","\xc2\266","\xc2\xa7","\316\xb1","\316\xb2","\316\x94","\xc2\265","\xce\251","\342\x88\x91","\303\x98","\342\210\xa0","\302\xba","\302\xab","\xc2\xbb","\302\267","\342\x80\242","\xe2\x80\240","\xe2\200\241","\xc6\x92"); for (var i=0; i<o2.length; i++){content=content.replace(new RegExp(O2[i]),o2[i],"i\x67"); } ; return content; } ;
