[TYPO3-dev] 7.6 RTE full-screen

stefan sajok stefansajok at hotmail.com
Tue Aug 23 11:16:39 CEST 2016


Hi Thomas, I have the same problem here. TYPO3 7.6.6
Th RTE works in fullscreen inside of standard content elements, but not im my Extension.

My TCA:

..

		'description' => array(
			'exclude' => 1,
			'label' => 'LLL:EXT:cust/Resources/Private/Language/locallang_db.xlf:tx_cust_domain_model_product.description',
			'config' => array(
				'type' => 'text',
				'cols' => 40,
				'rows' => 15,
				'eval' => 'trim',
				'wizards' => array(
					'RTE' => array(
						'icon' => 'wizard_rte2.gif',
						'notNewRecords'=> 1,
						'RTEonly' => 1,
						'module' => array(
							'name' => 'wizard_rich_text_editor',
							'urlParameters' => array(
								'mode' => 'wizard',
								'act' => 'wizard_rte.php'
							)
						),
						'title' => 'LLL:EXT:cms/locallang_ttc.xlf:bodytext.W.RTE',
						'type' => 'script'
					)
				)
			),
		),

..



More information about the TYPO3-dev mailing list