[TYPO3-core] RFC: #6703 $TCA[table]['ctrl']['hideTable'] not implemented
Jeff Segars
jsegars at alumni.rice.edu
Tue Nov 13 21:30:50 CET 2007
Malte Jansen wrote:
>> There's already the TSconfig property 'mod.web_list.hideTables' which
>> could also be used as static definition from an extension, but could be
>> overridden by a TSconfig one specific page/branch.
>
> Correct if I'm wrong. I have not done anything with the static
> templaltes. But tested with this now
>
> I'm including it like this in the ext_tables.php:
> t3lib_extMgm::addStaticFile($_EXTKEY,'static/tables/', 'tables');
>
> But now I have to add it to a template and that is not what solves the
> problem...
I think Olly was just referring to a static (hardcoded) definition of
the TSConfig, rather than actually using static templates.
t3lib_extMgm::addPageTSConfig(
'mod.web_list.hideTables = tx_myext_table'
);
Thanks,
jeff
More information about the TYPO3-team-core
mailing list