[TYPO3-german] sr_feuser_register RTE
Stephan Grass
hallo at stephan-grass.de
Mon Feb 6 15:28:44 CET 2012
Ich habe die Extension mit dem Kickstarter gemacht. In der extTables
steht auch brav:
---
if (!defined ('TYPO3_MODE')) {
die ('Access denied.');
}
$tempColumns = array (
'tx_text2feuserregister_text' => array (
'exclude' => 0,
'label' =>
'LLL:EXT:text2fe_user_register/locallang_db.xml:fe_users.tx_text2feuserregister_text',
'config'
=> array (
'type' => 'text',
'cols' => '30',
'rows' => '5',
'wizards' => array(
'_PADDING' => 2,
'RTE' => array(
'notNewRecords' => 1,
'RTEonly' => 1,
'type' => 'script',
'title' => 'Full screen Rich Text Editing|Formatteret
redigering i hele vinduet',
'icon' => 'wizard_rte2.gif',
'script' => 'wizard_rte.php',
),
),
)
),
);
t3lib_div::loadTCA('fe_users');
t3lib_extMgm::addTCAcolumns('fe_users',$tempColumns,1);
t3lib_extMgm::addToAllTCAtypes('fe_users','tx_text2feuserregister_text;;;richtext[]:rte_transform[mode=ts];1-1-1');
----
In
dem Template binde ich das Feld mit
###TCA_INPUT_tx_text2feuserregister_text### ein.
Nur wird der HTML-Editor nicht eingebunden.
Stephan
More information about the TYPO3-german
mailing list