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

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

1271.2 Comparison summary

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

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

1271.4 Active regular expressions

No regular expressions were active.

1271.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( "textarea" ,function( b){return{ title:b.la ng.forms.t extarea.ti tle,minWid th:350,min Height:220 ,onShow:fu nction(){d elete this .textarea; var a=this .getParent Editor().g etSelectio n().getSel ectedEleme nt();a&&"t extarea"== a.getName( )&&(this.t extarea=a, this.setup Content(a) )},onOk:fu nction(){v ar a,b=thi s.textarea ,c=!b;c&&( a=this.get ParentEdit or(),b=a.d ocument.cr eateElemen t("textare a"));this. commitCont ent(b);c&& a.insertEl ement(b)}, contents:[ {id:"info" ,label:b.l ang.forms. textarea.t itle,title :b.lang.fo rms.textar ea.title,        
6   elements:[ {id:"_cke_ saved_name ",type:"te xt",label: b.lang.com mon.name," default":" ",accessKe y:"N",setu p:function (a){this.s etValue(a. data("cke- saved-name ")||a.getA ttribute(" name")||"" )},commit: function(a ){this.get Value()?a. data("cke- saved-name ",this.get Value()):( a.data("ck e-saved-na me",!1),a. removeAttr ibute("nam e"))}},{ty pe:"hbox", widths:["5 0%","50%"] ,children: [{id:"cols ",type:"te xt",label: b.lang.for ms.textare a.cols,"de fault":"", accessKey: "C",style: "width:50p x",validat e:CKEDITOR .dialog.va lidate.int eger(b.lan g.common.v alidateNum berFailed) ,        
7   setup:func tion(a){a= a.hasAttri bute("cols ")&&a.getA ttribute(" cols");thi s.setValue (a||"")},c ommit:func tion(a){th is.getValu e()?a.setA ttribute(" cols",this .getValue( )):a.remov eAttribute ("cols")}} ,{id:"rows ",type:"te xt",label: b.lang.for ms.textare a.rows,"de fault":"", accessKey: "R",style: "width:50p x",validat e:CKEDITOR .dialog.va lidate.int eger(b.lan g.common.v alidateNum berFailed) ,setup:fun ction(a){a =a.hasAttr ibute("row s")&&a.get Attribute( "rows");th is.setValu e(a||"")}, commit:fun ction(a){t his.getVal ue()?a.set Attribute( "rows",        
8   this.getVa lue()):a.r emoveAttri bute("rows ")}}]},{id :"value",t ype:"texta rea",label :b.lang.fo rms.textfi eld.value, "default": "",setup:f unction(a) {this.setV alue(a.$.d efaultValu e)},commit :function( a){a.$.val ue=a.$.def aultValue= this.getVa lue()}},{i d:"require d",type:"c heckbox",l abel:b.lan g.forms.te xtfield.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) {this.getV alue()?a.s etAttribut e("require d","requir ed"):a.rem oveAttribu te("requir ed")}}]}]} });