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

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

1269.2 Comparison summary

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

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

1269.4 Active regular expressions

No regular expressions were active.

1269.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( "radio",fu nction(b){ return{tit le:b.lang. forms.chec kboxAndRad io.radioTi tle,minWid th:350,min Height:140 ,onShow:fu nction(){d elete this .radioButt on;var a=t his.getPar entEditor( ).getSelec tion().get SelectedEl ement();a& &"input"== a.getName( )&&"radio" ==a.getAtt ribute("ty pe")&&(thi s.radioBut ton=a,this .setupCont ent(a))},o nOk:functi on(){var a ,c=this.ra dioButton, b=!c;b&&(a =this.getP arentEdito r(),c=a.do cument.cre ateElement ("input"), c.setAttri bute("type ","radio") );b&&a.ins ertElement (c);this.c ommitConte nt({elemen t:c})},        
6   contents:[ {id:"info" ,label:b.l ang.forms. checkboxAn dRadio.rad ioTitle,ti tle:b.lang .forms.che ckboxAndRa dio.radioT itle,eleme nts:[{id:" name",type :"text",la bel:b.lang .common.na me,"defaul t":"",acce ssKey:"N", setup:func tion(a){th is.setValu e(a.data(" cke-saved- name")||a. getAttribu te("name") ||"")},com mit:functi on(a){a=a. element;th is.getValu e()?a.data ("cke-save d-name",th is.getValu e()):(a.da ta("cke-sa ved-name", !1),a.remo veAttribut e("name")) }},{id:"va lue",type: "text",lab el:b.lang. forms.chec kboxAndRad io.value," default":" ",        
7   accessKey: "V",setup: function(a ){this.set Value(a.ge tAttribute ("value")| |"")},comm it:functio n(a){a=a.e lement;thi s.getValue ()?a.setAt tribute("v alue",this .getValue( )):a.remov eAttribute ("value")} },{id:"che cked",type :"checkbox ",label:b. lang.forms .checkboxA ndRadio.se lected,"de fault":"", accessKey: "S",value: "checked", setup:func tion(a){th is.setValu e(a.getAtt ribute("ch ecked"))}, commit:fun ction(a){v ar c=a.ele ment;if(CK EDITOR.env .ie){var d =c.getAttr ibute("che cked"),e=! !this.getV alue();d!= e&&(d=CKED ITOR.dom.e lement.cre ateFromHtm l('\x3cinp ut type\x3 d"radio"'+        
8   (e?' check ed\x3d"che cked"':"") +"\x3e\x3c /input\x3e ",b.docume nt),c.copy Attributes (d,{type:1 ,checked:1 }),d.repla ce(c),b.ge tSelection ().selectE lement(d), a.element= d)}else th is.getValu e()?c.setA ttribute(" checked"," checked"): c.removeAt tribute("c hecked")}} ,{id:"requ ired",type :"checkbox ",label:b. lang.forms .checkboxA ndRadio.re quired,"de fault":"", accessKey: "Q",value: "required" ,setup:fun ction(a){t his.setVal ue(a.getAt tribute("r equired")) },commit:f unction(a) {a=a.eleme nt;this.ge tValue()?a .setAttrib ute("requi red",        
9   "required" ):a.remove Attribute( "required" )}}]}]}});