606. File Comparison Report

Produced on Mon May 12 13:06:28 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.

606.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\plugins\tiny_mce\plugins\zoom editor_plugin.js Thu Sep 20 08:59:02 2007 UTC
2 Mon May 12 13:06:28 2008 UTC

606.2 Comparison summary

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

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

606.4 Active regular expressions

No regular expressions were active.

606.5 Comparison detail

1   var TinyMC E_ZoomPlug in={getInf o:function (){return{ longname:' Zoom',auth or:'Moxiec ode System s AB',auth orurl:'htt p://tinymc e.moxiecod e.com',inf ourl:'http ://wiki.mo xiecode.co m/index.ph p/TinyMCE: Plugins/zo om',versio n:tinyMCE. majorVersi on+"."+tin yMCE.minor Version}}, getControl HTML:funct ion(contro l_name){if (!tinyMCE. isMSIE||ti nyMCE.isMS IE5_0||tin yMCE.isOpe ra)return" ";switch(c ontrol_nam e){case"zo om":return '<select i d="{$edito r_id}_zoom Select" na me="{$edit or_id}_zoo mSelect" o nfocus="ti nyMCE.addS electAcces sibility(e vent, this , window); " onchange ="tinyMCE. execInstan ceCommand( \'{$editor _id}\',\'m ceZoom\',f alse,this. options[th is.selecte dIndex].va lue);" cla ss="mceSel ectList">' +'<option  value="100 %">+ 100%< /option>'+ '<option v alue="150% ">+ 150%</ option>'+' <option va lue="200%" >+ 200%</o ption>'+'< option val ue="250%"> + 250%</op tion>'+'</ select>'}r eturn""},e xecCommand :function( editor_id, element,co mmand,user _interface ,value){sw itch(comma nd){case"m ceZoom":ti nyMCE.getI nstanceByI d(editor_i d).content Document.b ody.style. zoom=value ;tinyMCE.g etInstance ById(edito r_id).cont entDocumen t.body.sty le.mozZoom =value;ret urn true}r eturn fals e}};tinyMC E.addPlugi n("zoom",T inyMCE_Zoo mPlugin);