[TYPO3-core] FYI: Added feature #9340: htmlArea RTE: Configuration options for size and position of dialogue windows

Simon Schaufelberger (Schaufi) simonschaufi at jesus.de
Thu Feb 17 23:08:25 CET 2011


Hi Stanislas,
i checked that with TYPO3 4.5 and it does NOT work (any more).

What i have is:
     buttons.link.dialogueWindow {
     	height = 500
     	width = 860
     	positionFromTop = 5
     	positionFromLeft = 20
     	doNotResize = 1
     	doNotCenter = 1
     }
     buttons.image.dialogueWindow {
     	height = 500
     	width = 860
     	positionFromTop = 5
     	positionFromLeft = 20
     	doNotResize = 1
     	doNotCenter = 1
     }

the window has the correct size but the rest of the parametes have no 
effect. The window is still centered and not positioned in any way. Can 
this ticket be reopened or shall i open another ticket?

Regards, Schaufi

Am 14.09.2008 04:35, schrieb Stanislas Rolland:
> FYI: The attached SVN patch was committed.
>
> Type:
> Feature
>
> Problem:
> Add configuration options to disable resizing and/or centering of all or
> of specific dialogue windows, to set the opening position of all or
> specific dialogue windows, and to set the opening size of specific
> dialogue windows.
>
> Solution:
> The attached patch adds the following configuration options:
> dialogueWindows.defaultPositionFromTop
> dialogueWindows.defaultPositionFromLeft
> dialogueWindows.doNotResize
> dialogueWindows.doNotCenter
> buttons.[button-name].dialogueWindow.width
> buttons.[button-name].dialogueWindow.height
> buttons.[button-name].dialogueWindow.positionFromTop
> buttons.[button-name].dialogueWindow.positionFromLeft
> buttons.[button-name].dialogueWindow.doNotResize
> buttons.[button-name].dialogueWindow.doNotCenter
>
> The manual is updated accordingly.
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=9340
>
> Branches:
> trunk (revision 4107)
>
> Regards,
> Stanislas


More information about the TYPO3-team-core mailing list