Feature #19323
closedhtmlArea RTE Configuration options for size and position of dialogue windows
0%
Description
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.
(issue imported from #M9340)
Files
Updated by Stanislas Rolland about 16 years ago
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
Updated by Stanislas Rolland about 16 years ago
Committed to SVN TYPO3core trunk (revision 4107).