Project

General

Profile

Bug #81880

Updated by Hannes Lau almost 7 years ago

 
 * Create a new TYPO3 instance 
 * Add a new page 
 * Add the following code @RTE.editor.config.width = 100@ to the PageTSConfig of the new page: @RTE.editor.config.width = 100@ page 
 * Add a new content element contentelement of type text 

 Result: When editing the content element, you can see the editor spanning the whole width of the right frame.  
 Expected: Due to the above configuration change, the editor should be only 100px wide 

Back