438. File Comparison Report

Produced on Mon May 12 13:06:03 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

438.1 Files compared

# Location File Last Modified
1 Mon May 12 13:06:03 2008 UTC
2 Dolphin-v.6.1.0\plugins\tiny_mce\plugins\example editor_plugin.js Thu Mar 27 13:53:24 2008 UTC

438.2 Comparison summary

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

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

438.4 Active regular expressions

No regular expressions were active.

438.5 Comparison detail

    1   (function( ){tinymce. PluginMana ger.requir eLangPack( 'example') ;tinymce.c reate('tin ymce.plugi ns.Example Plugin',{i nit:functi on(ed,url) {ed.addCom mand('mceE xample',fu nction(){e d.windowMa nager.open ({file:url +'/dialog. htm',width :320+parse Int(ed.get Lang('exam ple.delta_ width',0)) ,height:12 0+parseInt (ed.getLan g('example .delta_hei ght',0)),i nline:1},{ plugin_url :url,some_ custom_arg :'custom a rg'});});e d.addButto n('example ',{title:' example.de sc',cmd:'m ceExample' ,image:url +'/img/exa mple.gif'} );ed.onNod eChange.ad d(function (ed,cm,n){ cm.setActi ve('exampl e',n.nodeN ame=='IMG' );});},cre ateControl :function( n,cm){retu rn null;}, getInfo:fu nction(){r eturn{long name:'Exam ple plugin ',author:' Some autho r',authoru rl:'http:/ /tinymce.m oxiecode.c om',infour l:'http:// wiki.moxie code.com/i ndex.php/T inyMCE:Plu gins/examp le',versio n:"1.0"};} });tinymce .PluginMan ager.add(' example',t inymce.plu gins.Examp lePlugin); })();