1267. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:57:49 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.

1267.1 Files compared

# 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\forms\dialogs form.js Tue Dec 20 19:50:43 2016 UTC
2 Wed Feb 1 19:57:49 2017 UTC

1267.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 0 0
Removed 1 8

1267.3 Comparison options

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

1267.4 Active regular expressions

No regular expressions were active.

1267.5 Comparison detail

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( "form",fun ction(a){v ar d={acti on:1,id:1, method:1,e nctype:1,t arget:1};r eturn{titl e:a.lang.f orms.form. title,minW idth:350,m inHeight:2 00,onShow: function() {delete th is.form;va r b=this.g etParentEd itor().ele mentPath() .contains( "form",1); b&&(this.f orm=b,this .setupCont ent(b))},o nOk:functi on(){var b ,a=this.fo rm,c=!a;c& &(b=this.g etParentEd itor(),a=b .document. createElem ent("form" ),a.append Bogus());c &&b.insert Element(a) ;this.comm itContent( a)},onLoad :function( ){function  a(b){this .setValue( b.getAttri bute(this. id)||        
6   "")}functi on e(a){th is.getValu e()?a.setA ttribute(t his.id,thi s.getValue ()):a.remo veAttribut e(this.id) }this.fore ach(functi on(c){d[c. id]&&(c.se tup=a,c.co mmit=e)})} ,contents: [{id:"info ",label:a. lang.forms .form.titl e,title:a. lang.forms .form.titl e,elements :[{id:"txt Name",bidi :!0,type:" text",labe l:a.lang.c ommon.name ,"default" :"",access Key:"N",se tup:functi on(a){this .setValue( a.data("ck e-saved-na me")||a.ge tAttribute ("name")|| "")},commi t:function (a){this.g etValue()? a.data("ck e-saved-na me",this.g etValue()) :        
7   (a.data("c ke-saved-n ame",!1),a .removeAtt ribute("na me"))}},{i d:"action" ,type:"tex t",label:a .lang.form s.form.act ion,"defau lt":"",acc essKey:"T" },{type:"h box",width s:["45%"," 55%"],chil dren:[{id: "id",type: "text",lab el:a.lang. common.id, "default": "",accessK ey:"I"},{i d:"enctype ",type:"se lect",labe l:a.lang.f orms.form. encoding,s tyle:"widt h:100%",ac cessKey:"E ","default ":"",items :[[""],["t ext/plain" ],["multip art/form-d ata"],["ap plication/ x-www-form -urlencode d"]]}]},{t ype:"hbox" ,widths:[" 45%","55%" ],children :[{id:"tar get",        
8   type:"sele ct",label: a.lang.com mon.target ,style:"wi dth:100%", accessKey: "M","defau lt":"",ite ms:[[a.lan g.common.n otSet,""], [a.lang.co mmon.targe tNew,"_bla nk"],[a.la ng.common. targetTop, "_top"],[a .lang.comm on.targetS elf,"_self "],[a.lang .common.ta rgetParent ,"_parent" ]]},{id:"m ethod",typ e:"select" ,label:a.l ang.forms. form.metho d,accessKe y:"M","def ault":"GET ",items:[[ "GET","get "],["POST" ,"post"]]} ]}]}]}});