1573. Araxis Merge File Comparison Report

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

1573.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\samples\old sample.js Tue Dec 20 19:50:50 2016 UTC
2 Wed Feb 1 19:57:57 2017 UTC

1573.2 Comparison summary

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

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

1573.4 Active regular expressions

No regular expressions were active.

1573.5 Comparison detail

1   /**        
2    * Copyrig ht (c) 200 3-2015, CK Source - F rederico K nabben. Al l rights r eserved.        
3    * This so ftware is  covered by  CKEditor  Commercial  License.  Usage with out proper  license i s prohibit ed.        
4    */        
5          
6   // Tool sc ripts for  the sample  pages.        
7   // This fi le can be  ignored an d is not r equired to  make use  of CKEdito r.        
8          
9   ( function () {        
10           CK EDITOR.on(  'instance Ready', fu nction( ev  ) {        
11                    // C heck for s ample comp liance.        
12                    var  editor = e v.editor,        
13                             meta =  CKEDITOR. document.$ .getElemen tsByName(  'ckeditor- sample-req uired-plug ins' ),        
14                             requir es = meta. length ? C KEDITOR.do m.element. get( meta[  0 ] ).get Attribute(  'content'  ).split(  ',' ) : [] ,        
15                             missin g = [],        
16                             i;        
17          
18                    if (  requires. length ) {        
19                             for (  i = 0; i <  requires. length; i+ + ) {        
20                                      if ( !ed itor.plugi ns[ requir es[ i ] ]  )        
21                                               missing.pu sh( '<code >' + requi res[ i ] +  '</code>'  );        
22                             }        
23          
24                             if ( m issing.len gth ) {        
25                                      var warn  = CKEDITO R.dom.elem ent.create FromHtml(        
26                                               '<div clas s="warning ">' +        
27                                                       '< span>To fu lly experi ence this  demo, the  ' + missin g.join( ',  ' ) + ' p lugin' + (  missing.l ength > 1  ? 's are'  : ' is' )  + ' requir ed.</span> ' +        
28                                               '</div>'        
29                                      );        
30                                      warn.ins ertBefore(  editor.co ntainer );        
31                             }        
32                    }        
33          
34                    // S et icons.        
35                    var  doc = new  CKEDITOR.d om.documen t( documen t ),        
36                             icons  = doc.find ( '.button _icon' );        
37          
38                    for  ( i = 0; i  < icons.c ount(); i+ + ) {        
39                             var ic on = icons .getItem(  i ),        
40                                      name = i con.getAtt ribute( 'd ata-icon'  ),        
41                                      style =  CKEDITOR.s kin.getIco nStyle( na me, ( CKED ITOR.lang. dir == 'rt l' ) );        
42          
43                             icon.a ddClass( ' cke_button _icon' );        
44                             icon.a ddClass( ' cke_button __' + name  + '_icon'  );        
45                             icon.s etAttribut e( 'style' , style );        
46                             icon.s etStyle( ' float', 'n one' );        
47          
48                    }        
49           }  );        
50   } )();