[TYPO3-dev] 7.6 RTE full-screen

Thomas Mammitzsch thomas at visualworx.de
Thu Aug 18 14:14:43 CEST 2016


Hi list,

i changed my TCA to have the new wizard definition like

'content' => array(
			'exclude' => 0,
			'label' => 
'LLL:EXT:zdfspecials/Resources/Private/Language/locallang_db.xml:tx_zdfspecials_domain_model_special.content',
			'config' => array(
				'type' => 'text',
				'cols' => 80,
				'rows' => 15,
				'eval' => 'trim',
                 'softref' => 'typolink_tag,images,email[subst],url',
                 'wizards' => Array(
                     '_PADDING' => 4,
                     'RTE' => Array(
                         'notNewRecords' => 1,
                         'RTEonly' => 1,
                         'type' => 'script',
                         'title' => 
'LLL:EXT:cms/locallang_ttc.php:bodytext.W.RTE',
                         'icon' => 'wizard_rte2.gif',
                         'module' => array(
                             'name' => 'wizard_rte'
                         )
                     ),
                 )
			),
		),

wizard works, but its not full screen at all. What am i missing?

regards, Thomas



More information about the TYPO3-dev mailing list