[TYPO3-UG Spain] incluir el RTE en extension propia

Pedro Julio sectj at hotmail.com
Fri Oct 7 10:41:40 CEST 2011


El la configuration de tu Ext tienes en tce.php tienes que poner rte asi:

'bodytext' => Array (
			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.text',
			'l10n_mode' => $l10n_mode,
			'config' => Array (
				'type' => 'text',
				'cols' => '48',
				'rows' => '5',
				'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',
						'script' => 'wizard_rte.php',
					),
				)
			)
		),


Saludos

Am 13.09.11 11:28, schrieb Ainhize Akesolo (ST3 Elkartea):
> Hola a todos!
> A ver si me podeis ayudar con este problemilla. He creado una extension
> propia para el backend (para envio de emails) y necesito incluir el RTE
> en una de las secciones para editar el email pero no se como.
> Gracias,
> Ainhize



More information about the TYPO3-UG-Spain mailing list