Bug #24343 » rtehtmlarea_bugfix_16750_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
cls: 'htmlarea-window',
|
||
width: dimensions.width,
|
||
border: false,
|
||
// As of ExtJS 3.3, JS error with IE when the window is resizable
|
||
resizable: !Ext.isIE,
|
||
resizable: true,
|
||
iconCls: this.getButton(buttonId).iconCls,
|
||
listeners: {
|
||
afterrender: {
|