[TYPO3-english] tinymce_rte change html source editor dimensions

Stephan de Bruin stephan.de.bruin at dpdk.nl
Thu Nov 13 17:24:28 CET 2008


Tapio Markula schreef:
> 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
> }

Thanks Tapio,

it worked like a charm.


More information about the TYPO3-english mailing list