updating tinymce to 1.43 and fixed some bugs
This commit is contained in:
parent
98dc54e16d
commit
914f29b169
209 changed files with 2183 additions and 1506 deletions
|
|
@ -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>\
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
8
www/extras/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fa.js
vendored
Normal file
8
www/extras/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fa.js
vendored
Normal 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'] = 'بزرگنمایی';
|
||||
3
www/extras/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fr_ca.js
vendored
Normal file
3
www/extras/tinymce/jscripts/tiny_mce/plugins/zoom/langs/fr_ca.js
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// CA_FR lang variables
|
||||
|
||||
tinyMCELang['lang_zoom_prefix'] = 'Zoom';
|
||||
Loading…
Add table
Add a link
Reference in a new issue