Bug #24343 » rtehtmlarea_bugfix_16750_typo3_4-4.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: {
|
- « Previous
- 1
- 2
- 3
- 4
- Next »