Bug #23460 ยป rtehtmlarea_bugfix_15570_trunk.patch
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 () {
|