1266. 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.

1266.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 checkbox.js Tue Dec 20 19:50:43 2016 UTC
2 Wed Feb 1 19:57:49 2017 UTC

1266.2 Comparison summary

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

1266.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

1266.4 Active regular expressions

No regular expressions were active.

1266.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( "checkbox" ,function( d){return{ title:d.la ng.forms.c heckboxAnd Radio.chec kboxTitle, minWidth:3 50,minHeig ht:140,onS how:functi on(){delet e this.che ckbox;var  a=this.get ParentEdit or().getSe lection(). getSelecte dElement() ;a&&"check box"==a.ge tAttribute ("type")&& (this.chec kbox=a,thi s.setupCon tent(a))}, onOk:funct ion(){var  a,b=this.c heckbox;b| |(a=this.g etParentEd itor(),b=a .document. createElem ent("input "),b.setAt tribute("t ype","chec kbox"),a.i nsertEleme nt(b));thi s.commitCo ntent({ele ment:b})}, contents:[ {id:"info" ,        
6   label:d.la ng.forms.c heckboxAnd Radio.chec kboxTitle, title:d.la ng.forms.c heckboxAnd Radio.chec kboxTitle, startupFoc us:"txtNam e",element s:[{id:"tx tName",typ e:"text",l abel:d.lan g.common.n ame,"defau lt":"",acc essKey:"N" ,setup:fun ction(a){t his.setVal ue(a.data( "cke-saved -name")||a .getAttrib ute("name" )||"")},co mmit:funct ion(a){a=a .element;t his.getVal ue()?a.dat a("cke-sav ed-name",t his.getVal ue()):(a.d ata("cke-s aved-name" ,!1),a.rem oveAttribu te("name") )}},{id:"t xtValue",t ype:"text" ,label:d.l ang.forms. checkboxAn dRadio.val ue,        
7   "default": "",accessK ey:"V",set up:functio n(a){a=a.g etAttribut e("value") ;this.setV alue(CKEDI TOR.env.ie &&"on"==a? "":a)},com mit:functi on(a){var  b=a.elemen t,c=this.g etValue(); !c||CKEDIT OR.env.ie& &"on"==c?C KEDITOR.en v.ie?(c=ne w CKEDITOR .dom.eleme nt("input" ,b.getDocu ment()),b. copyAttrib utes(c,{va lue:1}),c. replace(b) ,d.getSele ction().se lectElemen t(c),a.ele ment=c):b. removeAttr ibute("val ue"):b.set Attribute( "value",c) }},{id:"cm bSelected" ,type:"che ckbox",lab el:d.lang. forms.chec kboxAndRad io.selecte d,"default ":"",        
8   accessKey: "S",value: "checked", setup:func tion(a){th is.setValu e(a.getAtt ribute("ch ecked"))}, commit:fun ction(a){v ar b=a.ele ment;if(CK EDITOR.env .ie){var c =!!b.getAt tribute("c hecked"),e =!!this.ge tValue();c !=e&&(c=CK EDITOR.dom .element.c reateFromH tml('\x3ci nput type\ x3d"checkb ox"'+(e?'  checked\x3 d"checked" ':"")+"/\x 3e",d.docu ment),b.co pyAttribut es(c,{type :1,checked :1}),c.rep lace(b),d. getSelecti on().selec tElement(c ),a.elemen t=c)}else  this.getVa lue()?b.se tAttribute ("checked" ,"checked" ):b.remove Attribute( "checked") }},        
9   {id:"requi red",type: "checkbox" ,label:d.l ang.forms. checkboxAn dRadio.req uired,"def ault":"",a ccessKey:" Q",value:" required", setup:func tion(a){th is.setValu e(a.getAtt ribute("re quired"))} ,commit:fu nction(a){ a=a.elemen t;this.get Value()?a. setAttribu te("requir ed","requi red"):a.re moveAttrib ute("requi red")}}]}] }});