updating tinymce to 1.43 and fixed some bugs

This commit is contained in:
JT Smith 2005-03-09 00:51:58 +00:00
parent 98dc54e16d
commit 914f29b169
209 changed files with 2183 additions and 1506 deletions

View file

@ -1,4 +1,4 @@
/* Import theme specific language pack */
/* Import plugin specific language pack */
function TinyMCE_zoom_getControlHTML(control_name){if(!tinyMCE.isMSIE||tinyMCE.isMSIE5_0)return "";switch(control_name){case "zoom":return '<select id="{$editor_id}_formatSelect" name="{$editor_id}_zoomSelect" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceZoom\',false,this.options[this.selectedIndex].value);" class="mceSelectList">\
<option value="100%">+ 100%</option>\
<option value="150%">+ 150%</option>\

View file

@ -1,5 +1,5 @@
/* Import theme specific language pack */
//tinyMCE.importPluginLanguagePack('zoom', 'en,sv,pt');
/* Import plugin specific language pack */
//tinyMCE.importPluginLanguagePack('zoom', 'en,sv,pt,fr_ca,fr,de');
/**
* Returns the HTML contents of the zoom control.

View file

@ -0,0 +1,8 @@
// IR lang variables
// Persian (Farsi) language pack (for IRAN)
// By: Morteza Zafari
// Lost@LostLord.com
// http://www.LostLord.com
tinyMCELang['lang_dir'] = 'rtl';
tinyMCELang['lang_zoom_prefix'] = 'بزرگنمایی';

View file

@ -0,0 +1,3 @@
// CA_FR lang variables
tinyMCELang['lang_zoom_prefix'] = 'Zoom';