[TYPO3-dev] typolist in custom RTE fields
Georg Großberger
grossberger at viamedia.at
Wed May 30 11:30:35 CEST 2007
Hi Ernesto
Thanks for your reply, but until now, nothing changed
> Check out Web>Info> and Page TSconfig settings for RTE, which are
> applying to your setup. Maybe there are specific settings for your
> tables that overrule the defaults. Mainly the .proc part should be
> interesting. If you cannot find it, maybe it could help if you post your
> setup here.
My PageTSConfig looks like this:
[RTE]
| | [default]
| | [skin]=EXT:t3skin/rtehtmlarea/htmlarea.css
| [FE]
| | [skin]=EXT:t3skin/rtehtmlarea/htmlarea.css
| [proc]
| | [preserveTables]=1
| [addParams]
| | [cleanup]=true
| [remove_script_host]=false
| [relative_urls]=false
| [theme_advanced_toolbar_location]="top"
| [theme_advanced_toolbar_align]="left"
| [theme_advanced_statusbar_location]="bottom"
|
[extended_valid_elements]="form[method|action],input[type|name],select[name],option[value|selected],hr[class|width|size|noshade],help"
| [verify_html]=true
| [cleanup_on_startup]=true
| [apply_source_formatting]=true
| [spellchecker_languages]="+Deutsch=de,Englisch=en"
> Usually these settings come from your extensions ext_localconf.php,
> something with t3lib_extMgm::addPageTSConfig(...).
there is no function like this, in the ext_localconf.php, only a
t3lib_extMgm::addUserTSConfig('options.saveDocNew.tx_testext_tbl1=1');
The whole setup has been generated with the kickstarter.
Georg
More information about the TYPO3-dev
mailing list