[TYPO3-english] tinymce_rte change html source editor dimensions
Tapio Markula
tapio.markula at xetpoint.fi
Thu Nov 13 17:16:11 CET 2008
Stephan de Bruin kirjoitti:
> Hello all,
>
> can anyone tell me how to change the dimensions of the html source
> editor in the tinymce_rte extension. On a screen with a 1024x768
> dimension, it falls outside of the scope so that I can not close or save
> the source.
>
> Any help will be greatly appreciated.
>
> Thanks in advance.
>
> Greetings,
> Stephan
here - with some extra setting too
RTE.default {
typo3filemanager.window.width = 500
typo3filemanager.window.height = 350
}
RTE.default.init {
theme_advanced_source_editor_width = 500
theme_advanced_source_editor_height = 350
template_popup_width=500
template_popup_height=350
}
More information about the TYPO3-english
mailing list