Bug #24207 » rtehtmlarea_bugfix_16571_typo3_4-4.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
title: this.localize(title) || title,
|
||
cls: 'htmlarea-window',
|
||
width: dimensions.width,
|
||
height: dimensions.height,
|
||
border: false,
|
||
// As of ExtJS 3.1, JS error with IE when the window is resizable
|
||
//resizable: !Ext.isIE,
|
||
// As of ExtJS 3.3, JS error with IE when the window is resizable
|
||
resizable: !Ext.isIE,
|
||
iconCls: this.getButton(buttonId).iconCls,
|
||
listeners: {
|
||
afterrender: {
|
||
... | ... | |
items: {
|
||
// The content iframe
|
||
xtype: 'box',
|
||
height: dimensions.height-20,
|
||
itemId: 'content-iframe',
|
||
autoEl: {
|
||
tag: 'iframe',
|
typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/typo3image.js (copie de travail) | ||
---|---|---|
this.getWindowDimensions(
|
||
{
|
||
width: 610,
|
||
height: 390
|
||
height: 500
|
||
},
|
||
buttonId
|
||
),
|
typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js (copie de travail) | ||
---|---|---|
this.getWindowDimensions(
|
||
{
|
||
width: 550,
|
||
height: 350
|
||
height: 500
|
||
},
|
||
buttonId
|
||
),
|
- « Previous
- 1
- 2
- Next »