[TYPO3-core] RFC: Feature #6846: Enable tabs in tt_content records

Steffen Kamper steffen at sk-typo3.de
Wed Nov 28 13:15:17 CET 2007


"Steffen Kamper" <steffen at sk-typo3.de> schrieb im Newsbeitrag 
news:mailman.1.1196248304.30270.typo3-team-core at lists.netfielders.de...
>
> "Dmitry Dulepov [typo3]" <dmitry at typo3.org> schrieb im Newsbeitrag 
> news:mailman.1.1196247620.11417.typo3-team-core at lists.netfielders.de...
>> Hi!
>>
>> Steffen Kamper wrote:
>>> it's simple to disable divider2tabs, if it's not wanted.
>>
>> How?
>>
>> -- 
>
> from php with
> $TCA['tt_content']['ctrl']['dividers2tabs'] = false;
>
> I'm searching for accessing it via TS over TCEFORM.tt_content
>

there is no way to manipulate ctrl-array from TCEFORM.
So there should be a option for userTS (and may be later in User-settings) 
to do a check like
if($BE_USER->getTSConfig('options.tt_content.nodividers2tabs')) 
$TCA['tt_content']['ctrl']['dividers2tabs'] = false;

vg  Steffen 




More information about the TYPO3-team-core mailing list