Produced by Araxis Merge on 2/1/2017 2:57:46 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM Portal\trunk\BTSSSPortal\js\ckeditor\plugins\clipboard\dialogs | paste.js | Tue Dec 20 19:50:49 2016 UTC |
| 2 | Wed Feb 1 19:57:46 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 11 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | /* | |||||
| 2 | Copyright (c) 2003- 2015, CKSo urce - Fre derico Kna bben. All rights res erved. | |||||
| 3 | This soft ware is co vered by C KEditor Co mmercial L icense. Us age withou t proper l icense is prohibited . | |||||
| 4 | */ | |||||
| 5 | CKEDITOR.d ialog.add( "paste",fu nction(c){ function h (a){var b= new CKEDIT OR.dom.doc ument(a.do cument),f= b.getBody( ),d=b.getB yId("cke_a ctscrpt"); d&&d.remov e();f.setA ttribute(" contentedi table",!0) ;if(CKEDIT OR.env.ie& &8>CKEDITO R.env.vers ion)b.getW indow().on ("blur",fu nction(){b .$.selecti on.empty() });b.on("k eydown",fu nction(a){ a=a.data;v ar b;switc h(a.getKey stroke()){ case 27:th is.hide(); b=1;break; case 9:cas e CKEDITOR .SHIFT+9:t his.change Focus(1),b =1}b&&a.pr eventDefau lt()},this );c.fire(" ariaWidget ",new CKED ITOR.dom.e lement(a.f rameElemen t)); | |||||
| 6 | b.getWindo w().getFra me().remov eCustomDat a("pending Focus")&&f .focus()}v ar e=c.lan g.clipboar d;c.on("pa steDialogC ommit",fun ction(a){a .data&&c.f ire("paste ",{type:"a uto",dataV alue:a.dat a,method:" paste",dat aTransfer: CKEDITOR.p lugins.cli pboard.ini tPasteData Transfer() })},null,n ull,1E3);r eturn{titl e:e.title, minWidth:C KEDITOR.en v.ie&&CKED ITOR.env.q uirks?370: 350,minHei ght:CKEDIT OR.env.qui rks?250:24 5,onShow:f unction(){ this.parts .dialog.$. offsetHeig ht;this.se tupContent ();this.pa rts.title. setHtml(th is.customT itle|| | |||||
| 7 | e.title);t his.custom Title=null },onLoad:f unction(){ (CKEDITOR. env.ie7Com pat||CKEDI TOR.env.ie 6Compat)&& "rtl"==c.l ang.dir&&t his.parts. contents.s etStyle("o verflow"," hidden")}, onOk:funct ion(){this .commitCon tent()},co ntents:[{i d:"general ",label:c. lang.commo n.generalT ab,element s:[{type:" html",id:" securityMs g",html:'\ x3cdiv sty le\x3d"whi te-space:n ormal;widt h:340px"\x 3e'+e.secu rityMsg+"\ x3c/div\x3 e"},{type: "html",id: "pasteMsg" ,html:'\x3 cdiv style \x3d"white -space:nor mal;width: 340px"\x3e '+e.pasteM sg+"\x3c/d iv\x3e"}, | |||||
| 8 | {type:"htm l",id:"edi ting_area" ,style:"wi dth:100%;h eight:100% ",html:"", focus:func tion(){var a=this.ge tInputElem ent(),b=a. getFrameDo cument().g etBody();! b||b.isRea dOnly()?a. setCustomD ata("pendi ngFocus",1 ):b.focus( )},setup:f unction(){ var a=this .getDialog (),b='\x3c html dir\x 3d"'+c.con fig.conten tsLangDire ction+'" l ang\x3d"'+ (c.config. contentsLa nguage||c. langCode)+ '"\x3e\x3c head\x3e\x 3cstyle\x3 ebody{marg in:3px;hei ght:95%;wo rd-break:b reak-all;} \x3c/style \x3e\x3c/h ead\x3e\x3 cbody\x3e\ x3cscript id\x3d"cke _actscrpt" type\x3d" text/javas cript"\x3e window.par ent.CKEDIT OR.tools.c allFunctio n('+ | |||||
| 9 | CKEDITOR.t ools.addFu nction(h,a )+",this); \x3c/scrip t\x3e\x3c/ body\x3e\x 3c/html\x3 e",f=CKEDI TOR.env.ai r?"javascr ipt:void(0 )":CKEDITO R.env.ie&& !CKEDITOR. env.edge?" javascript :void((fun ction(){"+ encodeURIC omponent(" document.o pen();("+C KEDITOR.to ols.fixDom ain+")();d ocument.cl ose();")+' })())"':"" ,d=CKEDITO R.dom.elem ent.create FromHtml(' \x3ciframe class\x3d "cke_paste frame" fra meborder\x 3d"0" all owTranspar ency\x3d"t rue" src\x 3d"'+f+'" aria-label \x3d"'+e.p asteArea+' " aria-des cribedby\x 3d"'+a.get ContentEle ment("gene ral", | |||||
| 10 | "pasteMsg" ).domId+'" \x3e\x3c/i frame\x3e' );d.on("lo ad",functi on(a){a.re moveListen er();a=d.g etFrameDoc ument();a. write(b);c .focusMana ger.add(a. getBody()) ;CKEDITOR. env.air&&h .call(this ,a.getWind ow().$)},a );d.setCus tomData("d ialog",a); a=this.get Element(); a.setHtml( "");a.appe nd(d);if(C KEDITOR.en v.ie&&!CKE DITOR.env. edge){var g=CKEDITOR .dom.eleme nt.createF romHtml('\ x3cspan ta bindex\x3d "-1" style \x3d"posit ion:absolu te" role\x 3d"present ation"\x3e \x3c/span\ x3e');g.on ("focus",f unction(){ setTimeout (function( ){d.$.cont entWindow. focus()})} ); | |||||
| 11 | a.append(g );this.foc us=functio n(){g.focu s();this.f ire("focus ")}}this.g etInputEle ment=funct ion(){retu rn d};CKED ITOR.env.i e&&(a.setS tyle("disp lay","bloc k"),a.setS tyle("heig ht",d.$.of fsetHeight +2+"px"))} ,commit:fu nction(){v ar a=this. getDialog( ).getParen tEditor(), b=this.get InputEleme nt().getFr ameDocumen t().getBod y(),c=b.ge tBogus(),d ;c&&c.remo ve();d=b.g etHtml();s etTimeout( function() {a.fire("p asteDialog Commit",d) },0)}}]}]} }); |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.