Project

General

Profile

Bug #23460 ยป rtehtmlarea_bugfix_15570_trunk.patch

Administrator Admin, 2010-08-27 08:06

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
}
},
/*
* Calculate the height available for the editing iframe
*/
getInnerHeight: function () {
return this.getSize().height - this.toolbar.getHeight() - this.statusBar.getHeight() - 5;
},
/*
* Fire the editor when all components of the framework are rendered and ready
*/
onIframeReady: function () {
    (1-1/1)