upgrading to tinymce 1.45
This commit is contained in:
parent
c287ab8a3e
commit
c351096b73
196 changed files with 3608 additions and 1636 deletions
|
|
@ -3,27 +3,20 @@
|
|||
<title>{$lang_insert_anchor_title}</title>
|
||||
<script language="javascript" src="../../tiny_mce_popup.js"></script>
|
||||
<script language="javascript">
|
||||
// Disable auto resize
|
||||
tinyMCE.getWindowArg('mce_windowresize', false);
|
||||
|
||||
function init() {
|
||||
document.forms[0].anchorName.value = tinyMCE.getWindowArg('name');
|
||||
document.forms[0].insert.value = tinyMCE.getLang('lang_' + tinyMCE.getWindowArg('action'), 'Insert', true);
|
||||
|
||||
// Autoresize and focus
|
||||
TinyMCEPopup_autoResize();
|
||||
window.focus();
|
||||
}
|
||||
|
||||
function insertAnchor() {
|
||||
if (window.opener) {
|
||||
tinyMCE.execInstanceCommand(tinyMCE.getWindowArg('editor_id'), 'mceAnchor', false, document.forms[0].anchorName.value);
|
||||
top.close();
|
||||
tinyMCE.closeDialog();
|
||||
}
|
||||
}
|
||||
|
||||
function cancelAction() {
|
||||
top.close();
|
||||
tinyMCE.closeDialog();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -304,8 +304,8 @@
|
|||
|
||||
function insertChar(chr) {
|
||||
tinyMCE.execInstanceCommand(tinyMCE.getWindowArg('editor_id'), 'mceInsertContent', false, '\&#' + chr + ';');
|
||||
//window.close();
|
||||
self.focus();
|
||||
//tinyMCE.closeDialog();
|
||||
// self.focus();
|
||||
}
|
||||
|
||||
function previewChar(codeA, codeB, codeN) {
|
||||
|
|
@ -324,8 +324,6 @@
|
|||
elmA.innerHTML = '&' + codeB;
|
||||
elmN.innerHTML = codeN;
|
||||
}
|
||||
|
||||
window.focus();
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -8,15 +8,14 @@
|
|||
var color = document.getElementById("selectedColorBox").value;
|
||||
if (window.opener)
|
||||
window.opener.tinyMCE.execInstanceCommand(tinyMCE.getWindowArg('editor_id'),tinyMCE.getWindowArg('command'),false,color);
|
||||
window.close();
|
||||
|
||||
tinyMCE.closeDialog();
|
||||
}
|
||||
function showColor(color) {
|
||||
document.getElementById("selectedColor").style.backgroundColor = color;
|
||||
document.getElementById("selectedColorBox").value = color;
|
||||
}
|
||||
|
||||
window.focus();
|
||||
|
||||
var colorPicker = "";
|
||||
var colors = new Array(
|
||||
"#000000",
|
||||
|
|
|
|||
|
|
@ -21,3 +21,7 @@ pre {
|
|||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.mceVisualAid {
|
||||
border: 1px dashed #BBBBBB;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -115,3 +115,7 @@ input.checkbox {
|
|||
border: 1px solid #0A246A;
|
||||
background-color: #8592B5;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
|
|
@ -137,6 +137,7 @@
|
|||
text-decoration: none;
|
||||
font-family: "MS Sans Serif";
|
||||
font-size: 9pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.mcePathItem:hover {
|
||||
|
|
@ -145,4 +146,54 @@
|
|||
|
||||
.mcePath {
|
||||
border-bottom: 1px solid #cccccc;
|
||||
}
|
||||
}
|
||||
|
||||
.mceDialog {
|
||||
position: absolute;
|
||||
left: 100px;
|
||||
top: 100px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.mceDialogHeader {
|
||||
background: #F0F0EE;
|
||||
width: 100%;
|
||||
height: 16px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 1px solid black;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.mceDialogTitle {
|
||||
float: left;
|
||||
font-family: "MS Sans Serif";
|
||||
font-size: 9pt;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.mceDialogClose {
|
||||
float: right;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url('images/close.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px 1px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.mceDialogClose a {
|
||||
width: 16px;
|
||||
height: 14px;
|
||||
display: block;
|
||||
font-family: "MS Sans Serif";
|
||||
font-size: 9pt;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.mceDialogIFrameWrapper {
|
||||
border: 1px solid black;
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,13 +4,15 @@
|
|||
<script language="javascript" src="../../tiny_mce_popup.js"></script>
|
||||
<script language="javascript">
|
||||
var url = tinyMCE.getParam("external_image_list_url");
|
||||
if (url != null)
|
||||
document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + tinyMCE.documentBasePath + "/" + url + '"></sc'+'ript>');
|
||||
if (url != null) {
|
||||
// Fix relative
|
||||
if (url.charAt(0) != '/')
|
||||
url = tinyMCE.documentBasePath + "/" + url;
|
||||
|
||||
document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + url + '"></sc'+'ript>');
|
||||
}
|
||||
</script>
|
||||
<script language="javascript">
|
||||
// Disable auto resize
|
||||
tinyMCE.getWindowArg('mce_windowresize', false);
|
||||
|
||||
function insertImage() {
|
||||
if (window.opener) {
|
||||
var src = document.forms[0].src.value;
|
||||
|
|
@ -68,14 +70,10 @@ if (url != null)
|
|||
formObj.image_list.options[i].selected = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Autoresize and focus
|
||||
TinyMCEPopup_autoResize();
|
||||
window.focus();
|
||||
}
|
||||
|
||||
function cancelAction() {
|
||||
top.close();
|
||||
tinyMCE.closeDialog();
|
||||
}
|
||||
|
||||
var preloadImg = new Image();
|
||||
|
|
@ -103,7 +101,7 @@ if (url != null)
|
|||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="window.focus();init();">
|
||||
<body onload="init();">
|
||||
<form onsubmit="insertImage();return false;">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="200">
|
||||
<tr>
|
||||
|
|
|
|||
BIN
www/extras/tinymce/jscripts/tiny_mce/themes/advanced/images/close.gif
vendored
Normal file
BIN
www/extras/tinymce/jscripts/tiny_mce/themes/advanced/images/close.gif
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 B |
Binary file not shown.
|
Before Width: | Height: | Size: 981 B After Width: | Height: | Size: 605 B |
BIN
www/extras/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif
vendored
Normal file
BIN
www/extras/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 B |
Binary file not shown.
|
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 340 B |
|
|
@ -24,8 +24,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'وسط ا
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'أسفل النص';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'يسار';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'يمين';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Default';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraph';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Address';
|
||||
|
|
@ -56,3 +57,5 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
62
www/extras/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js
vendored
Normal file
62
www/extras/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js
vendored
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
// CA lang variables by Marc Bria
|
||||
|
||||
tinyMCELang['lang_theme_style_select'] = 'Estils';
|
||||
tinyMCELang['lang_theme_code_desc'] = 'Editar codi HTML';
|
||||
tinyMCELang['lang_theme_code_title'] = 'Editor codi HTML';
|
||||
tinyMCELang['lang_theme_code_wordwrap'] = 'Ajustar salt de línea';
|
||||
tinyMCELang['lang_theme_sub_desc'] = 'Subíndex';
|
||||
tinyMCELang['lang_theme_sup_desc'] = 'Superíndex';
|
||||
tinyMCELang['lang_theme_hr_desc'] = 'Insertar un separador horitzontal';
|
||||
tinyMCELang['lang_theme_removeformat_desc'] = 'Eliminar format';
|
||||
tinyMCELang['lang_theme_custom1_desc'] = 'La teva descripció';
|
||||
tinyMCELang['lang_insert_image_border'] = 'Marc';
|
||||
tinyMCELang['lang_insert_image_dimensions'] = 'Dimensions';
|
||||
tinyMCELang['lang_insert_image_vspace'] = 'Espai vertical';
|
||||
tinyMCELang['lang_insert_image_hspace'] = 'Espai horizontal';
|
||||
tinyMCELang['lang_insert_image_align'] = 'Alineament';
|
||||
tinyMCELang['lang_insert_image_align_default'] = 'Per defecte';
|
||||
tinyMCELang['lang_insert_image_align_baseline'] = 'Línea base';
|
||||
tinyMCELang['lang_insert_image_align_top'] = 'Superior';
|
||||
tinyMCELang['lang_insert_image_align_middle'] = 'Centre';
|
||||
tinyMCELang['lang_insert_image_align_bottom'] = 'Inferior';
|
||||
tinyMCELang['lang_insert_image_align_texttop'] = 'Alinear text amunt';
|
||||
tinyMCELang['lang_insert_image_align_absmiddle'] = 'Centrat horitzontal';
|
||||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Centrat a baix';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Esquerra';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Dreta';
|
||||
tinyMCELang['lang_insert_image_delta_height'] = 10;
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Mida font --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraph';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Address';
|
||||
tinyMCELang['lang_theme_pre'] = 'Preformatejat';
|
||||
tinyMCELang['lang_theme_h1'] = 'Capçalera 1';
|
||||
tinyMCELang['lang_theme_h2'] = 'Capçalera 2';
|
||||
tinyMCELang['lang_theme_h3'] = 'Capçalera 3';
|
||||
tinyMCELang['lang_theme_h4'] = 'Capçalera 4';
|
||||
tinyMCELang['lang_theme_h5'] = 'Capçalera 5';
|
||||
tinyMCELang['lang_theme_h6'] = 'Capçalera 6';
|
||||
tinyMCELang['lang_theme_colorpicker_title'] = 'Selecciona el color';
|
||||
tinyMCELang['lang_theme_colorpicker_apply'] = 'Apply';
|
||||
tinyMCELang['lang_theme_forecolor_desc'] = 'Selecciona color frontal';
|
||||
tinyMCELang['lang_theme_backcolor_desc'] = 'Selecciona color de fons';
|
||||
tinyMCELang['lang_theme_charmap_title'] = 'Selecciona un caràcter especial';
|
||||
tinyMCELang['lang_theme_charmap_desc'] = 'Inserta un caràcter especial';
|
||||
tinyMCELang['lang_theme_visualaid_desc'] = 'Alterna líniesguia/elements invisibles';
|
||||
tinyMCELang['lang_insert_anchor_title'] = 'Inserta/edita àncora';
|
||||
tinyMCELang['lang_insert_anchor_name'] = 'Nom de l´àncora';
|
||||
tinyMCELang['lang_theme_anchor_desc'] = 'Inserta/edita un àncora';
|
||||
tinyMCELang['lang_theme_insert_link_titlefield'] = 'Títlo';
|
||||
tinyMCELang['lang_theme_clipboard_msg'] = 'Copiar/Tallar/Enganxar no és possible amb Mozilla i Firefox.\nVols més informació sobre aquest problema de seguretat?';
|
||||
tinyMCELang['lang_theme_path'] = 'Camí';
|
||||
tinyMCELang['lang_cut_desc'] = 'Retallar';
|
||||
tinyMCELang['lang_copy_desc'] = 'Copiar';
|
||||
tinyMCELang['lang_paste_desc'] = 'Enganxar';
|
||||
tinyMCELang['lang_link_list'] = 'Llistat d´enllaços';
|
||||
tinyMCELang['lang_image_list'] = 'Llistat d´imatges';
|
||||
tinyMCELang['lang_browse'] = 'Explorar';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
@ -24,8 +24,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'St
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Spodek øádku';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Vlevo';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Vpravo';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Default';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Odstavec';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Adresa';
|
||||
|
|
@ -52,9 +53,9 @@ tinyMCELang['lang_theme_path'] = 'Cesta';
|
|||
tinyMCELang['lang_cut_desc'] = 'Vyjmout';
|
||||
tinyMCELang['lang_copy_desc'] = 'Kopírovat';
|
||||
tinyMCELang['lang_paste_desc'] = 'Vložit';
|
||||
tinyMCELang['lang_link_list'] = 'Link list';
|
||||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_link_list'] = 'Link list';
|
||||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_link_list'] = 'Seznam';
|
||||
tinyMCELang['lang_image_list'] = 'Seznam';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Vlastnosti obrázku';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'Nový dokument';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -24,8 +24,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absolut midte';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolut bund';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Venstre';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Højre';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Standard';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Afsnit';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Addresse';
|
||||
|
|
@ -56,3 +57,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Klasse';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -26,8 +26,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absolute Mitte';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolut unten';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Links';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Rechts';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Normal';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Standard-Text';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Addresse';
|
||||
|
|
@ -58,3 +59,6 @@ tinyMCELang['lang_link_list'] = 'Verweisliste';
|
|||
tinyMCELang['lang_image_list'] = 'Bildliste';
|
||||
tinyMCELang['lang_browse'] = 'Durchsuchen';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Klasse';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -24,8 +24,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = '
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Áðüëõôá êÜôù';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'ÁñéóôåñÜ';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'ÄåîéÜ';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'ÐñïêáèïñéóìÝíç';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'ÐáñÜãñáöïò';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Äéåýèõíóç';
|
||||
|
|
@ -56,3 +57,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'ÊëÜóç';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCELang['lang_theme_style_select'] = 'Styles';
|
||||
tinyMCELang['lang_theme_style_select'] = '-- Styles --';
|
||||
tinyMCELang['lang_theme_code_desc'] = 'Edit HTML Source';
|
||||
tinyMCELang['lang_theme_code_title'] = 'HTML Source Editor';
|
||||
tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap';
|
||||
|
|
@ -25,7 +25,8 @@ tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolute Bottom';
|
|||
tinyMCELang['lang_insert_image_align_left'] = 'Left';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Right';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Default';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraph';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Address';
|
||||
|
|
@ -56,3 +57,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Class';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@ tinyMCELang['lang_insert_image_align_absbottom'] = 'Centrado abajo';
|
|||
tinyMCELang['lang_insert_image_align_left'] = 'Izquierda';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Derecha';
|
||||
tinyMCELang['lang_insert_image_delta_height'] = 10;
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Default';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraph';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Address';
|
||||
|
|
@ -57,3 +58,5 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -29,8 +29,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = '??? ????';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = '????? ????';
|
||||
tinyMCELang['lang_insert_image_align_left'] = '??';
|
||||
tinyMCELang['lang_insert_image_align_right'] = '????';
|
||||
tinyMCELang['lang_theme_font_size'] = '??? ??????';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '??? ???';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = '????????';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = '????';
|
||||
|
|
@ -58,3 +59,5 @@ tinyMCELang['lang_cut_desc'] = 'Cut';
|
|||
tinyMCELang['lang_copy_desc'] = 'Copy';
|
||||
tinyMCELang['lang_paste_desc'] = 'Paste';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -24,8 +24,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absoluuttisen keskelle';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Absoluuttisen alas';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Vasemmalle';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Oikealle';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Oletus';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Kappale';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Osoite';
|
||||
|
|
@ -56,3 +57,5 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Milieu absolu';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Bas absolu';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Gauche';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Droit';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Taille de la fonte';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Défaut';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraphe';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Addresse';
|
||||
|
|
@ -57,3 +58,6 @@ tinyMCELang['lang_link_list'] = 'Lien de la liste';
|
|||
tinyMCELang['lang_image_list'] = 'Image de la liste';
|
||||
tinyMCELang['lang_browse'] = 'Naviguer';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Classe CSS';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Canadian French lang variables by Virtuelcom
|
||||
// Canadian French lang variables by Virtuelcom last modification: 2005-06-15
|
||||
|
||||
tinyMCELang['lang_theme_style_select'] = 'Styles';
|
||||
tinyMCELang['lang_theme_style_select'] = '-- Styles --';
|
||||
tinyMCELang['lang_theme_code_desc'] = 'Modifier le code source HTML';
|
||||
tinyMCELang['lang_theme_code_title'] = 'Éditeur de code source HTML';
|
||||
tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap';
|
||||
|
|
@ -24,8 +24,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Milieu absolu';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Bas absolu';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Gauche';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Droit';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Grandeur police';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Défaut';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Taille';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Police --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraphe';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Addresse';
|
||||
|
|
@ -55,4 +56,7 @@ tinyMCELang['lang_paste_desc'] = 'Coller';
|
|||
tinyMCELang['lang_link_list'] = 'Liste de liens';
|
||||
tinyMCELang['lang_image_list'] = 'Liste d\'images';
|
||||
tinyMCELang['lang_browse'] = 'Sélectionner';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Propriétés de l\'image';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'Nouveau Document';
|
||||
tinyMCELang['lang_class'] = 'Classe';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Abszolút közé
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Abszolút alulra';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Balra';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Jobbra';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Default';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraph';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Address';
|
||||
|
|
@ -57,3 +58,5 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -24,8 +24,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Centro assoluto';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Inferiore assoluto';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Sinistra';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Destra';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Default';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragrafo';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Indirizzo';
|
||||
|
|
@ -56,3 +57,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Classe';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -39,8 +39,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = '$B@dBP$KCf(B';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = '$B@dBP$K2<(B';
|
||||
tinyMCELang['lang_insert_image_align_left'] = '$B:8(B';
|
||||
tinyMCELang['lang_insert_image_align_right'] = '$B1&(B';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '$BI8=`(B';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_colorpicker_title'] = '$B?\'$N;XDj(B';
|
||||
tinyMCELang['lang_theme_colorpicker_apply'] = '$BE,MQ(B';
|
||||
tinyMCELang['lang_theme_forecolor_desc'] = '$BA07J?\'(B';
|
||||
|
|
@ -54,3 +55,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = '$B%/%i%9(B';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absolute Middle';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolute Bottom';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Left';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Right';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '기본값';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = '´Ü¶ô';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'ÁÖ¼Ò';
|
||||
|
|
@ -57,3 +58,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Ŭ·¡½º';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@ tinyMCELang['lang_insert_image_align_absbottom'] = 'Absoluut Onder';
|
|||
tinyMCELang['lang_insert_image_align_left'] = 'Links';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Rechts';
|
||||
tinyMCELang['lang_insert_image_delta_height'] = 0;
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Standaard';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraaf';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Adres';
|
||||
|
|
@ -58,3 +59,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'CSS-Stijl';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -26,8 +26,9 @@ tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolutt lengst ned';
|
|||
tinyMCELang['lang_insert_image_align_left'] = 'Venstre';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Høyre';
|
||||
tinyMCELang['lang_insert_image_delta_width'] = '';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Normal';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Paragraf';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Addresse';
|
||||
|
|
@ -58,3 +59,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Stil';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -1,58 +1,62 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCELang['lang_theme_style_select'] = 'Styl';
|
||||
tinyMCELang['lang_theme_code_desc'] = 'Edytuj źródło html';
|
||||
tinyMCELang['lang_theme_code_title'] = 'Edytor źródła html';
|
||||
tinyMCELang['lang_theme_code_desc'] = 'Edytuj zródlo html';
|
||||
tinyMCELang['lang_theme_code_title'] = 'Edytor zródla html';
|
||||
tinyMCELang['lang_theme_code_wordwrap'] = 'Zwijanie wierszy';
|
||||
tinyMCELang['lang_theme_sub_desc'] = 'Nadpisywanie';
|
||||
tinyMCELang['lang_theme_sup_desc'] = 'Podpisywanie';
|
||||
tinyMCELang['lang_theme_hr_desc'] = 'Wstaw poziomą linię';
|
||||
tinyMCELang['lang_theme_removeformat_desc'] = 'Usuń formatowanie';
|
||||
tinyMCELang['lang_theme_custom1_desc'] = 'Wstaw własny opis';
|
||||
tinyMCELang['lang_theme_hr_desc'] = 'Wstaw pozioma linie';
|
||||
tinyMCELang['lang_theme_removeformat_desc'] = 'Usun formatowanie';
|
||||
tinyMCELang['lang_theme_custom1_desc'] = 'Wstaw wlasny opis';
|
||||
tinyMCELang['lang_insert_image_border'] = 'Ramka';
|
||||
tinyMCELang['lang_insert_image_dimensions'] = 'Wymiary';
|
||||
tinyMCELang['lang_insert_image_vspace'] = 'VSpace';
|
||||
tinyMCELang['lang_insert_image_hspace'] = 'HSpace';
|
||||
tinyMCELang['lang_insert_image_align'] = 'Otaczanie';
|
||||
tinyMCELang['lang_insert_image_align_default'] = 'Domyślne';
|
||||
tinyMCELang['lang_insert_image_align_baseline'] = 'Główne';
|
||||
tinyMCELang['lang_insert_image_align_default'] = 'Domyslne';
|
||||
tinyMCELang['lang_insert_image_align_baseline'] = 'Glówne';
|
||||
tinyMCELang['lang_insert_image_align_top'] = 'Górne';
|
||||
tinyMCELang['lang_insert_image_align_middle'] = 'Środkowe';
|
||||
tinyMCELang['lang_insert_image_align_middle'] = 'Srodkowe';
|
||||
tinyMCELang['lang_insert_image_align_bottom'] = 'Dolne';
|
||||
tinyMCELang['lang_insert_image_align_texttop'] = 'Tekst powyżej';
|
||||
tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absolutny środek';
|
||||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolutny dół';
|
||||
tinyMCELang['lang_insert_image_align_texttop'] = 'Tekst powyzej';
|
||||
tinyMCELang['lang_insert_image_align_absmiddle'] = 'Absolutny srodek';
|
||||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Absolutny dól';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Lewe';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Prawe';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Rozmiar czcionki';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Domyślna czcionka';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = '-- Paragraf --';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Adres';
|
||||
tinyMCELang['lang_theme_pre'] = 'Preformatowanie';
|
||||
tinyMCELang['lang_theme_h1'] = 'Nagłówek 1';
|
||||
tinyMCELang['lang_theme_h2'] = 'Nagłówek 2';
|
||||
tinyMCELang['lang_theme_h3'] = 'Nagłówek 3';
|
||||
tinyMCELang['lang_theme_h4'] = 'Nagłówek 4';
|
||||
tinyMCELang['lang_theme_h5'] = 'Nagłówek 5';
|
||||
tinyMCELang['lang_theme_h6'] = 'Nagłówek 6';
|
||||
tinyMCELang['lang_theme_h1'] = 'Naglówek 1';
|
||||
tinyMCELang['lang_theme_h2'] = 'Naglówek 2';
|
||||
tinyMCELang['lang_theme_h3'] = 'Naglówek 3';
|
||||
tinyMCELang['lang_theme_h4'] = 'Naglówek 4';
|
||||
tinyMCELang['lang_theme_h5'] = 'Naglówek 5';
|
||||
tinyMCELang['lang_theme_h6'] = 'Naglówek 6';
|
||||
tinyMCELang['lang_theme_colorpicker_title'] = 'Wybierz kolor';
|
||||
tinyMCELang['lang_theme_colorpicker_apply'] = 'Wybierz';
|
||||
tinyMCELang['lang_theme_forecolor_desc'] = 'Wybierz kolor tekstu';
|
||||
tinyMCELang['lang_theme_backcolor_desc'] = 'Wybierz kolor tła';
|
||||
tinyMCELang['lang_theme_backcolor_desc'] = 'Wybierz kolor tla';
|
||||
tinyMCELang['lang_theme_charmap_title'] = 'Wybierz znak';
|
||||
tinyMCELang['lang_theme_charmap_desc'] = 'Wstaw znak';
|
||||
tinyMCELang['lang_theme_visualaid_desc'] = 'Toggle guidelines/invisible elements';
|
||||
tinyMCELang['lang_insert_anchor_title'] = 'Kotwica';
|
||||
tinyMCELang['lang_insert_anchor_name'] = 'Nazwa kotwicy';
|
||||
tinyMCELang['lang_theme_anchor_desc'] = 'Wstaw/Edytuj kotwicę';
|
||||
tinyMCELang['lang_theme_insert_link_titlefield'] = 'Tytuł';
|
||||
tinyMCELang['lang_theme_clipboard_msg'] = 'Kopiuj/Edytuj/Wklej nie jest dostępne w przeglądarkach Mozilla and Firefox.\nPotrzebujesz więcej informacji na ten temat?';
|
||||
tinyMCELang['lang_theme_path'] = 'Ścieżka';
|
||||
tinyMCELang['lang_theme_anchor_desc'] = 'Wstaw/Edytuj kotwice';
|
||||
tinyMCELang['lang_theme_insert_link_titlefield'] = 'Tytul';
|
||||
tinyMCELang['lang_theme_clipboard_msg'] = 'Kopiuj/Edytuj/Wklej nie jest dostepne w przegladarkach Mozilla and Firefox.\nPotrzebujesz wiecej informacji na ten temat?';
|
||||
tinyMCELang['lang_theme_path'] = 'Sciezka';
|
||||
tinyMCELang['lang_cut_desc'] = 'Wytnij';
|
||||
tinyMCELang['lang_copy_desc'] = 'Kopiuj';
|
||||
tinyMCELang['lang_paste_desc'] = 'Wklej';
|
||||
tinyMCELang['lang_link_list'] = 'Lista linków';
|
||||
tinyMCELang['lang_image_list'] = 'Lista obrazków';
|
||||
tinyMCELang['lang_browse'] = 'Przeglądaj';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Właściwości obrazka';
|
||||
tinyMCELang['lang_browse'] = 'Przegladaj';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Wlasciwosci obrazka';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Klasa';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = 'Centrado absoluto';
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Fundo absoluto';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Esquerda';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Direita';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Por omissão';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Parágrafo';
|
||||
tinyMCELang['lang_theme_div'] = 'Bloco HTML';
|
||||
tinyMCELang['lang_theme_address'] = 'Morada';
|
||||
|
|
@ -57,3 +58,6 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Classe de CSS';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
62
www/extras/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_br.js
vendored
Normal file
62
www/extras/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_br.js
vendored
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
// pt_BR lang variables
|
||||
|
||||
tinyMCELang['lang_theme_style_select'] = 'Estilos';
|
||||
tinyMCELang['lang_theme_code_desc'] = 'Editar Código HTML';
|
||||
tinyMCELang['lang_theme_code_title'] = 'Editor de Código HTML';
|
||||
tinyMCELang['lang_theme_code_wordwrap'] = 'Quebrar Linhas';
|
||||
tinyMCELang['lang_theme_sub_desc'] = 'Subscrito';
|
||||
tinyMCELang['lang_theme_sup_desc'] = 'Subrescrito';
|
||||
tinyMCELang['lang_theme_hr_desc'] = 'Inserir linha horizontal';
|
||||
tinyMCELang['lang_theme_removeformat_desc'] = 'Remover formatação';
|
||||
tinyMCELang['lang_theme_custom1_desc'] = 'Sua descrição personalizada aqui';
|
||||
tinyMCELang['lang_insert_image_border'] = 'Borda';
|
||||
tinyMCELang['lang_insert_image_dimensions'] = 'Dimensões';
|
||||
tinyMCELang['lang_insert_image_vspace'] = 'Espaço Vertical';
|
||||
tinyMCELang['lang_insert_image_hspace'] = 'Espaço Horizontal';
|
||||
tinyMCELang['lang_insert_image_align'] = 'Alinhamento';
|
||||
tinyMCELang['lang_insert_image_align_default'] = 'Padrão';
|
||||
tinyMCELang['lang_insert_image_align_baseline'] = 'Linha base';
|
||||
tinyMCELang['lang_insert_image_align_top'] = 'Topo';
|
||||
tinyMCELang['lang_insert_image_align_middle'] = 'Centro';
|
||||
tinyMCELang['lang_insert_image_align_bottom'] = 'Fundo';
|
||||
tinyMCELang['lang_insert_image_align_texttop'] = 'Texto ao Topo';
|
||||
tinyMCELang['lang_insert_image_align_absmiddle'] = 'Centro Absoluto';
|
||||
tinyMCELang['lang_insert_image_align_absbottom'] = 'Fundo Absoluto';
|
||||
tinyMCELang['lang_insert_image_align_left'] = 'Esquerda';
|
||||
tinyMCELang['lang_insert_image_align_right'] = 'Direita';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Parágrafo';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Endereço';
|
||||
tinyMCELang['lang_theme_pre'] = 'Pré-formatado';
|
||||
tinyMCELang['lang_theme_h1'] = 'Cabeçalho 1';
|
||||
tinyMCELang['lang_theme_h2'] = 'Cabeçalho 2';
|
||||
tinyMCELang['lang_theme_h3'] = 'Cabeçalho 3';
|
||||
tinyMCELang['lang_theme_h4'] = 'Cabeçalho 4';
|
||||
tinyMCELang['lang_theme_h5'] = 'Cabeçalho 5';
|
||||
tinyMCELang['lang_theme_h6'] = 'Cabeçalho 6';
|
||||
tinyMCELang['lang_theme_colorpicker_title'] = 'Selecionar cor';
|
||||
tinyMCELang['lang_theme_colorpicker_apply'] = 'Aplicar';
|
||||
tinyMCELang['lang_theme_forecolor_desc'] = 'Selecionar cor do texto';
|
||||
tinyMCELang['lang_theme_backcolor_desc'] = 'Selecionar cor de fundo';
|
||||
tinyMCELang['lang_theme_charmap_title'] = 'Selecionar caractere especial';
|
||||
tinyMCELang['lang_theme_charmap_desc'] = 'Inserir caractere especial';
|
||||
tinyMCELang['lang_theme_visualaid_desc'] = 'Tornar linhas visíveis/invisíveis';
|
||||
tinyMCELang['lang_insert_anchor_title'] = 'Inserir/editar âncora';
|
||||
tinyMCELang['lang_insert_anchor_name'] = 'Nome da âncora';
|
||||
tinyMCELang['lang_theme_anchor_desc'] = 'Inserir/editar âncora';
|
||||
tinyMCELang['lang_theme_insert_link_titlefield'] = 'Título';
|
||||
tinyMCELang['lang_theme_clipboard_msg'] = 'Copiar/Recortar/Colar não é permitido no Mozilla e Firefox.\nQuer mais informações sobre isso?';
|
||||
tinyMCELang['lang_theme_path'] = 'Caminho';
|
||||
tinyMCELang['lang_cut_desc'] = 'Recortar';
|
||||
tinyMCELang['lang_copy_desc'] = 'Copiar';
|
||||
tinyMCELang['lang_paste_desc'] = 'Colar';
|
||||
tinyMCELang['lang_link_list'] = 'Lista de Links';
|
||||
tinyMCELang['lang_image_list'] = 'Lista de Imagens';
|
||||
tinyMCELang['lang_browse'] = 'Navegar';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Propriedades da Imagem';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_class'] = 'Class';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
@ -26,9 +26,9 @@ tinyMCELang['lang_insert_image_align_left'] = 'Vänster';
|
|||
tinyMCELang['lang_insert_image_align_right'] = 'Höger';
|
||||
tinyMCELang['lang_insert_image_delta_width'] = 30;
|
||||
tinyMCELang['lang_insert_image_delta_height'] = 10;
|
||||
tinyMCELang['lang_theme_font_size'] = 'Fontstorlek';
|
||||
tinyMCELang['lang_theme_fontdefault'] = 'Normal';
|
||||
tinyMCELang['lang_theme_paragraph'] = 'Stycke';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Fontstorlek --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font familj --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Stycke --';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_address'] = 'Adress';
|
||||
tinyMCELang['lang_theme_pre'] = 'Förformatterad';
|
||||
|
|
@ -58,3 +58,6 @@ tinyMCELang['lang_link_list'] = 'Länkar';
|
|||
tinyMCELang['lang_image_list'] = 'Bilder';
|
||||
tinyMCELang['lang_browse'] = 'Bläddra';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Bild egenskaper';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'Nytt dokument';
|
||||
tinyMCELang['lang_class'] = 'Stil';
|
||||
tinyMCELang['lang_newdocument'] = 'Är du säker på att du vill tömma hela redigerings ytan?';
|
||||
|
|
|
|||
|
|
@ -54,8 +54,9 @@ tinyMCELang['lang_theme_code_wordwrap'] = 'Word wrap';
|
|||
tinyMCELang['lang_theme_code_title'] = 'HTML ì©l½X';
|
||||
tinyMCELang['lang_theme_colorpicker_apply'] = 'Åܧó';
|
||||
tinyMCELang['lang_theme_colorpicker_title'] = 'ÃC¦â';
|
||||
tinyMCELang['lang_theme_font_size'] = 'Font size';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '¹w³]¦r«¬';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_forecolor_desc'] = '¦r«¬ÃC¦â';
|
||||
tinyMCELang['lang_theme_backcolor_desc'] = 'Select background color';
|
||||
tinyMCELang['lang_theme_h1'] = '¼ÐÃD1';
|
||||
|
|
@ -84,3 +85,5 @@ tinyMCELang['lang_link_list'] = 'Link list';
|
|||
tinyMCELang['lang_image_list'] = 'Image list';
|
||||
tinyMCELang['lang_browse'] = 'Browse';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_newdocument_desc'] = 'New document';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// Simplified Chinese lang variables contributed by cube316 (cube316@etang.com)
|
||||
// Simplified Chinese lang variables contributed by cube316 (cube316@gmail.com)
|
||||
//请访问 http://www.cube316.net/ 以获取TinyMCE的中文支持
|
||||
|
||||
tinyMCELang['lang_theme_style_select'] = '格式';
|
||||
tinyMCELang['lang_theme_code_desc'] = '编辑HTML源代码';
|
||||
|
|
@ -24,10 +25,11 @@ tinyMCELang['lang_insert_image_align_absmiddle'] = '
|
|||
tinyMCELang['lang_insert_image_align_absbottom'] = '绝对底部';
|
||||
tinyMCELang['lang_insert_image_align_left'] = '左对齐';
|
||||
tinyMCELang['lang_insert_image_align_right'] = '右对齐';
|
||||
tinyMCELang['lang_theme_font_size'] = '字体大小';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '默认';
|
||||
tinyMCELang['lang_theme_font_size'] = '-- Font size --';
|
||||
tinyMCELang['lang_theme_fontdefault'] = '-- Font family --';
|
||||
tinyMCELang['lang_theme_block'] = '-- Format --';
|
||||
tinyMCELang['lang_theme_paragraph'] = '段落';
|
||||
tinyMCELang['lang_theme_div'] = 'Div';
|
||||
tinyMCELang['lang_theme_div'] = '层';
|
||||
tinyMCELang['lang_theme_address'] = '地址';
|
||||
tinyMCELang['lang_theme_pre'] = '预格式化的';
|
||||
tinyMCELang['lang_theme_h1'] = '标题 1';
|
||||
|
|
@ -55,4 +57,7 @@ tinyMCELang['lang_paste_desc'] = 'ճ
|
|||
tinyMCELang['lang_link_list'] = '链接列表';
|
||||
tinyMCELang['lang_image_list'] = '图像列表';
|
||||
tinyMCELang['lang_browse'] = '浏览';
|
||||
tinyMCELang['lang_image_props_desc'] = 'Image properties';
|
||||
tinyMCELang['lang_image_props_desc'] = '图像属性';
|
||||
tinyMCELang['lang_newdocument_desc'] = '新建文档';
|
||||
tinyMCELang['lang_class'] = '类';
|
||||
tinyMCELang['lang_newdocument'] = 'Are you sure you want clear all contents?';
|
||||
|
|
|
|||
|
|
@ -4,13 +4,15 @@
|
|||
<script language="javascript" src="../../tiny_mce_popup.js"></script>
|
||||
<script language="javascript">
|
||||
var url = tinyMCE.getParam("external_link_list_url");
|
||||
if (url != null)
|
||||
document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + tinyMCE.documentBasePath + "/" + url + '"></sc'+'ript>');
|
||||
if (url != null) {
|
||||
// Fix relative
|
||||
if (url.charAt(0) != '/')
|
||||
url = tinyMCE.documentBasePath + "/" + url;
|
||||
|
||||
document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + url + '"></sc'+'ript>');
|
||||
}
|
||||
</script>
|
||||
<script language="javascript">
|
||||
// Disable auto resize
|
||||
tinyMCE.getWindowArg('mce_windowresize', false);
|
||||
|
||||
function init() {
|
||||
for (var i=0; i<document.forms[0].target.options.length; i++) {
|
||||
var option = document.forms[0].target.options[i];
|
||||
|
|
@ -23,6 +25,38 @@ if (url != null)
|
|||
document.forms[0].linktitle.value = tinyMCE.getWindowArg('title');
|
||||
document.forms[0].insert.value = tinyMCE.getLang('lang_' + tinyMCE.getWindowArg('action'), 'Insert', true);
|
||||
|
||||
var className = tinyMCE.getWindowArg('className');
|
||||
var styleSelectElm = document.forms[0].styleSelect;
|
||||
var stylesAr = tinyMCE.getParam('theme_advanced_styles', false);
|
||||
if (stylesAr) {
|
||||
stylesAr = stylesAr.split(';');
|
||||
|
||||
for (var i=0; i<stylesAr.length; i++) {
|
||||
var key, value;
|
||||
|
||||
key = stylesAr[i].split('=')[0];
|
||||
value = stylesAr[i].split('=')[1];
|
||||
|
||||
styleSelectElm.options[styleSelectElm.length] = new Option(key, value);
|
||||
if (value == className)
|
||||
styleSelectElm.options.selectedIndex = styleSelectElm.options.length-1;
|
||||
}
|
||||
} else {
|
||||
var csses = tinyMCE.getCSSClasses(tinyMCE.getWindowArg('editor_id'));
|
||||
for (var i=0; i<csses.length; i++) {
|
||||
styleSelectElm.options[styleSelectElm.length] = new Option(csses[i], csses[i]);
|
||||
if (csses[i] == className)
|
||||
styleSelectElm.options.selectedIndex = styleSelectElm.options.length-1;
|
||||
}
|
||||
}
|
||||
|
||||
// Hide it if there is no styles
|
||||
if (styleSelectElm.options.length == 1) {
|
||||
document.getElementById('styleSelectRow').style.display = "none";
|
||||
document.getElementById('styleSelectRow').style.overflow = "hidden";
|
||||
document.getElementById('styleSelectRow').style.height = "0px";
|
||||
}
|
||||
|
||||
// Handle file browser
|
||||
if (tinyMCE.getParam("file_browser_callback") != null) {
|
||||
document.getElementById('href').style.width = '180px';
|
||||
|
|
@ -49,10 +83,6 @@ if (url != null)
|
|||
formObj.link_list.options[i].selected = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Autoresize and focus
|
||||
TinyMCEPopup_autoResize();
|
||||
window.focus();
|
||||
}
|
||||
|
||||
function insertLink() {
|
||||
|
|
@ -60,14 +90,16 @@ if (url != null)
|
|||
var href = document.forms[0].href.value;
|
||||
var target = document.forms[0].target.options[document.forms[0].target.selectedIndex].value;
|
||||
var title = document.forms[0].linktitle.value;
|
||||
var style_class = document.forms[0].styleSelect.value;
|
||||
var dummy;
|
||||
|
||||
window.opener.tinyMCE.insertLink(href, target, title);
|
||||
top.close();
|
||||
window.opener.tinyMCE.insertLink(href, target, title, dummy, style_class);
|
||||
tinyMCE.closeDialog();
|
||||
}
|
||||
}
|
||||
|
||||
function cancelAction() {
|
||||
top.close();
|
||||
tinyMCE.closeDialog();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
@ -111,12 +143,38 @@ if (url != null)
|
|||
<td><select name="target" style="width: 200px">
|
||||
<option value="_self">{$lang_insert_link_target_same}</option>
|
||||
<option value="_blank">{$lang_insert_link_target_blank}</option>
|
||||
<script language="javascript">
|
||||
var targets = tinyMCE.getParam('theme_advanced_link_targets', '').split(';');
|
||||
|
||||
for (var i=0; i<targets.length; i++) {
|
||||
var key, value;
|
||||
|
||||
if (targets[i] == "")
|
||||
continue;
|
||||
|
||||
key = targets[i].split('=')[0];
|
||||
value = targets[i].split('=')[1];
|
||||
|
||||
html += '<option value="' + value + '">' + key + '</option>';
|
||||
}
|
||||
|
||||
document.write(html);
|
||||
</script>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">{$lang_theme_insert_link_titlefield}:</td>
|
||||
<td><input name="linktitle" type="text" id="linktitle" value="" style="width: 200px"></td>
|
||||
</tr>
|
||||
<tr id="styleSelectRow">
|
||||
<td>{$lang_class}:</td>
|
||||
<td>
|
||||
<select name="styleSelect">
|
||||
<option value="" selected>{$lang_theme_style_select}</option>
|
||||
</select></td>
|
||||
<td align="right"> </td>
|
||||
<td align="right"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="button" id="insert" name="insert" value="{$lang_insert}" onclick="insertLink();">
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -56,8 +56,6 @@
|
|||
document.forms[0].htmlSource.style.width = Math.abs(wWidth) + 'px';
|
||||
|
||||
}
|
||||
|
||||
window.focus();
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -22,3 +22,6 @@ pre {
|
|||
font-size: 10px;
|
||||
}
|
||||
|
||||
.mceVisualAid {
|
||||
border: 1px dashed #BBBBBB;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,29 +4,29 @@ function TinyMCE_default_getEditorTemplate(){var template=new Array();template['
|
|||
<span id="{$editor_id}">IFRAME</span>\
|
||||
</td></tr>\
|
||||
<tr><td class="mceToolbar" align="center" height="1">\
|
||||
<img id="{$editor_id}_bold" src="{$themeurl}/images/{$lang_bold_img}" title="{$lang_bold_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Bold\')">\
|
||||
<img id="{$editor_id}_italic" src="{$themeurl}/images/{$lang_italic_img}" title="{$lang_italic_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Italic\')">\
|
||||
<img id="{$editor_id}_underline" src="{$themeurl}/images/{$lang_underline_img}" title="{$lang_underline_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Underline\')">\
|
||||
<img id="{$editor_id}_strikethrough" src="{$themeurl}/images/strikethrough.gif" title="{$lang_striketrough_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Strikethrough\')">\
|
||||
<img id="{$editor_id}_bold" src="{$themeurl}/images/{$lang_bold_img}" title="{$lang_bold_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Bold\')">\
|
||||
<img id="{$editor_id}_italic" src="{$themeurl}/images/{$lang_italic_img}" title="{$lang_italic_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Italic\')">\
|
||||
<img id="{$editor_id}_underline" src="{$themeurl}/images/{$lang_underline_img}" title="{$lang_underline_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Underline\')">\
|
||||
<img id="{$editor_id}_strikethrough" src="{$themeurl}/images/strikethrough.gif" title="{$lang_striketrough_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Strikethrough\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img id="{$editor_id}_left" src="{$themeurl}/images/left.gif" title="{$lang_justifyleft_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyLeft\')">\
|
||||
<img id="{$editor_id}_center" src="{$themeurl}/images/center.gif" title="{$lang_justifycenter_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyCenter\')">\
|
||||
<img id="{$editor_id}_right" src="{$themeurl}/images/right.gif" title="{$lang_justifyright_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyRight\')">\
|
||||
<img id="{$editor_id}_full" src="{$themeurl}/images/full.gif" title="{$lang_justifyfull_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyFull\')">\
|
||||
<img id="{$editor_id}_left" src="{$themeurl}/images/left.gif" title="{$lang_justifyleft_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyLeft\')">\
|
||||
<img id="{$editor_id}_center" src="{$themeurl}/images/center.gif" title="{$lang_justifycenter_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyCenter\')">\
|
||||
<img id="{$editor_id}_right" src="{$themeurl}/images/right.gif" title="{$lang_justifyright_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyRight\')">\
|
||||
<img id="{$editor_id}_full" src="{$themeurl}/images/full.gif" title="{$lang_justifyfull_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyFull\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img src="{$themeurl}/images/outdent.gif" title="{$lang_outdent_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Outdent\')">\
|
||||
<img src="{$themeurl}/images/indent.gif" title="{$lang_indent_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Indent\')">\
|
||||
<img src="{$themeurl}/images/outdent.gif" title="{$lang_outdent_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Outdent\')">\
|
||||
<img src="{$themeurl}/images/indent.gif" title="{$lang_indent_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Indent\')">\
|
||||
<br>\
|
||||
<img id="{$editor_id}_bullist" src="{$themeurl}/images/bullist.gif" title="{$lang_bullist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertUnorderedList\')">\
|
||||
<img id="{$editor_id}_numlist" src="{$themeurl}/images/numlist.gif" title="{$lang_numlist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertOrderedList\')">\
|
||||
<img id="{$editor_id}_bullist" src="{$themeurl}/images/bullist.gif" title="{$lang_bullist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertUnorderedList\')">\
|
||||
<img id="{$editor_id}_numlist" src="{$themeurl}/images/numlist.gif" title="{$lang_numlist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertOrderedList\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" width="20" height="20" class="mceSeparatorLine">\
|
||||
<img src="{$themeurl}/images/undo.gif" title="{$lang_undo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Undo\')">\
|
||||
<img src="{$themeurl}/images/redo.gif" title="{$lang_redo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Redo\')">\
|
||||
<img src="{$themeurl}/images/undo.gif" title="{$lang_undo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Undo\')">\
|
||||
<img src="{$themeurl}/images/redo.gif" title="{$lang_redo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Redo\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img id="{$editor_id}_link" src="{$themeurl}/images/link.gif" title="{$lang_link_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceLink\', true)">\
|
||||
<img src="{$themeurl}/images/unlink.gif" title="{$lang_unlink_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'unlink\')">\
|
||||
<img id="{$editor_id}_image" src="{$themeurl}/images/image.gif" title="{$lang_image_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceImage\', true)">\
|
||||
<img src="{$themeurl}/images/cleanup.gif" title="{$lang_cleanup_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceCleanup\')">\
|
||||
<img src="{$themeurl}/images/help.gif" title="{$lang_help_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceHelp\')">\
|
||||
<img id="{$editor_id}_link" src="{$themeurl}/images/link.gif" title="{$lang_link_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceLink\', true)">\
|
||||
<img src="{$themeurl}/images/unlink.gif" title="{$lang_unlink_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'unlink\')">\
|
||||
<img id="{$editor_id}_image" src="{$themeurl}/images/image.gif" title="{$lang_image_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceImage\', true)">\
|
||||
<img src="{$themeurl}/images/cleanup.gif" title="{$lang_cleanup_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceCleanup\')">\
|
||||
<img src="{$themeurl}/images/help.gif" title="{$lang_help_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceHelp\')">\
|
||||
</td></tr>\
|
||||
</table>';template['delta_width']=0;template['delta_height']=-40;return template;}function TinyMCE_default_getInsertLinkTemplate(){var template=new Array();template['file']='link.htm';template['width']=320;template['height']=200;template['width']+=tinyMCE.getLang('lang_insert_link_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_link_delta_height',0);return template;}function TinyMCE_default_getInsertImageTemplate(){var template=new Array();template['file']='image.htm';template['width']=360;template['height']=200;template['width']+=tinyMCE.getLang('lang_insert_image_delta_width',0);template['height']+=tinyMCE.getLang('lang_insert_image_delta_height',0);return template;}function TinyMCE_default_handleNodeChange(editor_id,node){tinyMCE.switchClassSticky(editor_id+'_left','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_right','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_center','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_full','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonNormal');alignNode=node;breakOut=false;do{if(!alignNode.getAttribute||!alignNode.getAttribute('align'))continue;switch(alignNode.getAttribute('align').toLowerCase()){case "left":tinyMCE.switchClassSticky(editor_id+'_left','mceButtonSelected');breakOut=true;break;case "right":tinyMCE.switchClassSticky(editor_id+'_right','mceButtonSelected');breakOut=true;break;case "middle":case "center":tinyMCE.switchClassSticky(editor_id+'_center','mceButtonSelected');breakOut=true;break;case "justify":tinyMCE.switchClassSticky(editor_id+'_full','mceButtonSelected');breakOut=true;break;}}while(!breakOut&&(alignNode=alignNode.parentNode));do{switch(node.nodeName.toLowerCase()){case "b":case "strong":tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonSelected');break;case "i":case "em":tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonSelected');break;case "u":tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonSelected');break;case "strike":tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonSelected');break;case "ul":tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonSelected');break;case "ol":tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonSelected');break;}}while((node=node.parentNode));}
|
||||
|
|
@ -7,30 +7,30 @@ function TinyMCE_default_getEditorTemplate() {
|
|||
<span id="{$editor_id}">IFRAME</span>\
|
||||
</td></tr>\
|
||||
<tr><td class="mceToolbar" align="center" height="1">\
|
||||
<img id="{$editor_id}_bold" src="{$themeurl}/images/{$lang_bold_img}" title="{$lang_bold_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Bold\')">\
|
||||
<img id="{$editor_id}_italic" src="{$themeurl}/images/{$lang_italic_img}" title="{$lang_italic_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Italic\')">\
|
||||
<img id="{$editor_id}_underline" src="{$themeurl}/images/{$lang_underline_img}" title="{$lang_underline_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Underline\')">\
|
||||
<img id="{$editor_id}_strikethrough" src="{$themeurl}/images/strikethrough.gif" title="{$lang_striketrough_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Strikethrough\')">\
|
||||
<img id="{$editor_id}_bold" src="{$themeurl}/images/{$lang_bold_img}" title="{$lang_bold_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Bold\')">\
|
||||
<img id="{$editor_id}_italic" src="{$themeurl}/images/{$lang_italic_img}" title="{$lang_italic_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Italic\')">\
|
||||
<img id="{$editor_id}_underline" src="{$themeurl}/images/{$lang_underline_img}" title="{$lang_underline_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Underline\')">\
|
||||
<img id="{$editor_id}_strikethrough" src="{$themeurl}/images/strikethrough.gif" title="{$lang_striketrough_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Strikethrough\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img id="{$editor_id}_left" src="{$themeurl}/images/left.gif" title="{$lang_justifyleft_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyLeft\')">\
|
||||
<img id="{$editor_id}_center" src="{$themeurl}/images/center.gif" title="{$lang_justifycenter_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyCenter\')">\
|
||||
<img id="{$editor_id}_right" src="{$themeurl}/images/right.gif" title="{$lang_justifyright_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyRight\')">\
|
||||
<img id="{$editor_id}_full" src="{$themeurl}/images/full.gif" title="{$lang_justifyfull_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyFull\')">\
|
||||
<img id="{$editor_id}_left" src="{$themeurl}/images/left.gif" title="{$lang_justifyleft_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyLeft\')">\
|
||||
<img id="{$editor_id}_center" src="{$themeurl}/images/center.gif" title="{$lang_justifycenter_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyCenter\')">\
|
||||
<img id="{$editor_id}_right" src="{$themeurl}/images/right.gif" title="{$lang_justifyright_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyRight\')">\
|
||||
<img id="{$editor_id}_full" src="{$themeurl}/images/full.gif" title="{$lang_justifyfull_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'JustifyFull\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img src="{$themeurl}/images/outdent.gif" title="{$lang_outdent_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Outdent\')">\
|
||||
<img src="{$themeurl}/images/indent.gif" title="{$lang_indent_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Indent\')">\
|
||||
<img src="{$themeurl}/images/outdent.gif" title="{$lang_outdent_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Outdent\')">\
|
||||
<img src="{$themeurl}/images/indent.gif" title="{$lang_indent_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Indent\')">\
|
||||
<br>\
|
||||
<img id="{$editor_id}_bullist" src="{$themeurl}/images/bullist.gif" title="{$lang_bullist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertUnorderedList\')">\
|
||||
<img id="{$editor_id}_numlist" src="{$themeurl}/images/numlist.gif" title="{$lang_numlist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertOrderedList\')">\
|
||||
<img id="{$editor_id}_bullist" src="{$themeurl}/images/bullist.gif" title="{$lang_bullist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertUnorderedList\')">\
|
||||
<img id="{$editor_id}_numlist" src="{$themeurl}/images/numlist.gif" title="{$lang_numlist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertOrderedList\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" width="20" height="20" class="mceSeparatorLine">\
|
||||
<img src="{$themeurl}/images/undo.gif" title="{$lang_undo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Undo\')">\
|
||||
<img src="{$themeurl}/images/redo.gif" title="{$lang_redo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Redo\')">\
|
||||
<img src="{$themeurl}/images/undo.gif" title="{$lang_undo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Undo\')">\
|
||||
<img src="{$themeurl}/images/redo.gif" title="{$lang_redo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Redo\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img id="{$editor_id}_link" src="{$themeurl}/images/link.gif" title="{$lang_link_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceLink\', true)">\
|
||||
<img src="{$themeurl}/images/unlink.gif" title="{$lang_unlink_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'unlink\')">\
|
||||
<img id="{$editor_id}_image" src="{$themeurl}/images/image.gif" title="{$lang_image_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceImage\', true)">\
|
||||
<img src="{$themeurl}/images/cleanup.gif" title="{$lang_cleanup_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceCleanup\')">\
|
||||
<img src="{$themeurl}/images/help.gif" title="{$lang_help_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceHelp\')">\
|
||||
<img id="{$editor_id}_link" src="{$themeurl}/images/link.gif" title="{$lang_link_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceLink\', true)">\
|
||||
<img src="{$themeurl}/images/unlink.gif" title="{$lang_unlink_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'unlink\')">\
|
||||
<img id="{$editor_id}_image" src="{$themeurl}/images/image.gif" title="{$lang_image_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceImage\', true)">\
|
||||
<img src="{$themeurl}/images/cleanup.gif" title="{$lang_cleanup_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceCleanup\')">\
|
||||
<img src="{$themeurl}/images/help.gif" title="{$lang_help_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceHelp\')">\
|
||||
</td></tr>\
|
||||
</table>';
|
||||
|
||||
|
|
|
|||
|
|
@ -22,3 +22,6 @@ pre {
|
|||
font-size: 10px;
|
||||
}
|
||||
|
||||
.mceVisualAid {
|
||||
border: 1px dashed #BBBBBB;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,17 +4,17 @@ function TinyMCE_simple_getEditorTemplate(){var template=new Array();template['h
|
|||
<span id="{$editor_id}">IFRAME</span>\
|
||||
</td></tr>\
|
||||
<tr><td class="mceToolbar" align="center" height="1">\
|
||||
<img id="{$editor_id}_bold" src="{$themeurl}/images/{$lang_bold_img}" title="{$lang_bold_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Bold\')">\
|
||||
<img id="{$editor_id}_italic" src="{$themeurl}/images/{$lang_italic_img}" title="{$lang_italic_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Italic\')">\
|
||||
<img id="{$editor_id}_underline" src="{$themeurl}/images/{$lang_underline_img}" title="{$lang_underline_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Underline\')">\
|
||||
<img id="{$editor_id}_strikethrough" src="{$themeurl}/images/strikethrough.gif" title="{$lang_striketrough_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Strikethrough\')">\
|
||||
<img id="{$editor_id}_bold" src="{$themeurl}/images/{$lang_bold_img}" title="{$lang_bold_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Bold\')">\
|
||||
<img id="{$editor_id}_italic" src="{$themeurl}/images/{$lang_italic_img}" title="{$lang_italic_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Italic\')">\
|
||||
<img id="{$editor_id}_underline" src="{$themeurl}/images/{$lang_underline_img}" title="{$lang_underline_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Underline\')">\
|
||||
<img id="{$editor_id}_strikethrough" src="{$themeurl}/images/strikethrough.gif" title="{$lang_striketrough_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Strikethrough\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img src="{$themeurl}/images/undo.gif" title="{$lang_undo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Undo\')">\
|
||||
<img src="{$themeurl}/images/redo.gif" title="{$lang_redo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Redo\')">\
|
||||
<img src="{$themeurl}/images/undo.gif" title="{$lang_undo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Undo\')">\
|
||||
<img src="{$themeurl}/images/redo.gif" title="{$lang_redo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Redo\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img src="{$themeurl}/images/cleanup.gif" title="{$lang_cleanup_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceCleanup\')">\
|
||||
<img src="{$themeurl}/images/cleanup.gif" title="{$lang_cleanup_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceCleanup\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img id="{$editor_id}_bullist" src="{$themeurl}/images/bullist.gif" title="{$lang_bullist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertUnorderedList\')">\
|
||||
<img id="{$editor_id}_numlist" src="{$themeurl}/images/numlist.gif" title="{$lang_numlist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertOrderedList\')">\
|
||||
<img id="{$editor_id}_bullist" src="{$themeurl}/images/bullist.gif" title="{$lang_bullist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertUnorderedList\')">\
|
||||
<img id="{$editor_id}_numlist" src="{$themeurl}/images/numlist.gif" title="{$lang_numlist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertOrderedList\')">\
|
||||
</td></tr>\
|
||||
</table>';template['delta_width']=0;template['delta_height']=-20;return template;}function TinyMCE_simple_handleNodeChange(editor_id,node){tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonNormal');do{switch(node.nodeName.toLowerCase()){case "b":case "strong":tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonSelected');break;case "i":case "em":tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonSelected');break;case "u":tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonSelected');break;case "strike":tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonSelected');break;case "ul":tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonSelected');break;case "ol":tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonSelected');break;}}while((node=node.parentNode));}
|
||||
|
|
@ -7,18 +7,18 @@ function TinyMCE_simple_getEditorTemplate() {
|
|||
<span id="{$editor_id}">IFRAME</span>\
|
||||
</td></tr>\
|
||||
<tr><td class="mceToolbar" align="center" height="1">\
|
||||
<img id="{$editor_id}_bold" src="{$themeurl}/images/{$lang_bold_img}" title="{$lang_bold_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Bold\')">\
|
||||
<img id="{$editor_id}_italic" src="{$themeurl}/images/{$lang_italic_img}" title="{$lang_italic_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Italic\')">\
|
||||
<img id="{$editor_id}_underline" src="{$themeurl}/images/{$lang_underline_img}" title="{$lang_underline_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Underline\')">\
|
||||
<img id="{$editor_id}_strikethrough" src="{$themeurl}/images/strikethrough.gif" title="{$lang_striketrough_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Strikethrough\')">\
|
||||
<img id="{$editor_id}_bold" src="{$themeurl}/images/{$lang_bold_img}" title="{$lang_bold_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Bold\')">\
|
||||
<img id="{$editor_id}_italic" src="{$themeurl}/images/{$lang_italic_img}" title="{$lang_italic_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Italic\')">\
|
||||
<img id="{$editor_id}_underline" src="{$themeurl}/images/{$lang_underline_img}" title="{$lang_underline_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Underline\')">\
|
||||
<img id="{$editor_id}_strikethrough" src="{$themeurl}/images/strikethrough.gif" title="{$lang_striketrough_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Strikethrough\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img src="{$themeurl}/images/undo.gif" title="{$lang_undo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Undo\')">\
|
||||
<img src="{$themeurl}/images/redo.gif" title="{$lang_redo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Redo\')">\
|
||||
<img src="{$themeurl}/images/undo.gif" title="{$lang_undo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Undo\')">\
|
||||
<img src="{$themeurl}/images/redo.gif" title="{$lang_redo_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Redo\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img src="{$themeurl}/images/cleanup.gif" title="{$lang_cleanup_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceCleanup\')">\
|
||||
<img src="{$themeurl}/images/cleanup.gif" title="{$lang_cleanup_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceCleanup\')">\
|
||||
<img src="{$themeurl}/images/spacer.gif" width="1" height="15" class="mceSeparatorLine">\
|
||||
<img id="{$editor_id}_bullist" src="{$themeurl}/images/bullist.gif" title="{$lang_bullist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertUnorderedList\')">\
|
||||
<img id="{$editor_id}_numlist" src="{$themeurl}/images/numlist.gif" title="{$lang_numlist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" onclick="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertOrderedList\')">\
|
||||
<img id="{$editor_id}_bullist" src="{$themeurl}/images/bullist.gif" title="{$lang_bullist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertUnorderedList\')">\
|
||||
<img id="{$editor_id}_numlist" src="{$themeurl}/images/numlist.gif" title="{$lang_numlist_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');tinyMCE.execInstanceCommand(\'{$editor_id}\',\'InsertOrderedList\')">\
|
||||
</td></tr>\
|
||||
</table>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue