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

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

1268.2 Comparison summary

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

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

1268.4 Active regular expressions

No regular expressions were active.

1268.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( "hiddenfie ld",functi on(d){retu rn{title:d .lang.form s.hidden.t itle,hidde nField:nul l,minWidth :350,minHe ight:110,o nShow:func tion(){del ete this.h iddenField ;var a=thi s.getParen tEditor(), b=a.getSel ection(),c =b.getSele ctedElemen t();c&&c.d ata("cke-r eal-elemen t-type")&& "hiddenfie ld"==c.dat a("cke-rea l-element- type")&&(t his.hidden Field=c,c= a.restoreR ealElement (this.hidd enField),t his.setupC ontent(c), b.selectEl ement(this .hiddenFie ld))},onOk :function( ){var a=th is.getValu eOf("info" ,"_cke_sav ed_name"),        
6   b=this.get ParentEdit or(),a=CKE DITOR.env. ie&&8>CKED ITOR.docum ent.$.docu mentMode?b .document. createElem ent('\x3ci nput name\ x3d"'+CKED ITOR.tools .htmlEncod e(a)+'"\x3 e'):b.docu ment.creat eElement(" input");a. setAttribu te("type", "hidden"); this.commi tContent(a );a=b.crea teFakeElem ent(a,"cke _hidden"," hiddenfiel d");this.h iddenField ?(a.replac e(this.hid denField), b.getSelec tion().sel ectElement (a)):b.ins ertElement (a);return !0},conten ts:[{id:"i nfo",label :d.lang.fo rms.hidden .title,tit le:d.lang. forms.hidd en.title,e lements:[{ id:"_cke_s aved_name" ,        
7   type:"text ",label:d. lang.forms .hidden.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){this .getValue( )?a.setAtt ribute("na me",this.g etValue()) :a.removeA ttribute(" name")}},{ id:"value" ,type:"tex t",label:d .lang.form s.hidden.v alue,"defa ult":"",ac cessKey:"V ",setup:fu nction(a){ this.setVa lue(a.getA ttribute(" value")||" ")},commit :function( a){this.ge tValue()?a .setAttrib ute("value ",this.get Value()):a .removeAtt ribute("va lue")}}]}] }});