upgrading to tinymce 2.0.6.1

This commit is contained in:
JT Smith 2006-06-23 18:18:40 +00:00
parent f8e69afdf4
commit 0534118f8d
70 changed files with 1159 additions and 555 deletions

View file

@ -48,11 +48,6 @@ function init() {
updateColor('bordercolor_pick', 'bordercolor');
updateColor('bgcolor_pick', 'bgcolor');
if (tinyMCE.getParam('class_selectors', true)) {
var sr = document.getElementById('styleSelectRow');
sr.style.display = 'none';
}
}
function updateAction() {

View file

@ -40,11 +40,6 @@ function init() {
document.getElementById('backgroundimage').style.width = '180px';
updateColor('bgcolor_pick', 'bgcolor');
if (tinyMCE.getParam('class_selectors', true)) {
var sr = document.getElementById('styleSelectRow');
sr.style.display = 'none';
}
}
function updateAction() {

View file

@ -259,11 +259,6 @@ function init() {
formObj.cols.disabled = true;
formObj.rows.disabled = true;
}
if (tinyMCE.getParam ('class_selectors', true)) {
var sr = document.getElementById('styleSelectRow');
sr.style.display = 'none';
}
}
function changedSize() {