upgrading to tinymce 2.0.6.1
This commit is contained in:
parent
f8e69afdf4
commit
0534118f8d
70 changed files with 1159 additions and 555 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue