[TYPO3-english] Hiding a tab from a content element in backend

Marcus 'biesior' Biesioroff vsbies at wp.pl
Fri Apr 15 22:14:26 CEST 2011


W dniu 11-04-15 19:12, Enrique Moreno Tent pisze:
> But how do I find out the<table>  that I should be using?

The fastest way is using Firefox FireBug or other similar code inspector 
(ie. built-in Chrome), generally it should be somwhere in name attribute 
of choosen input.

ie. Field 'After' (bottom margin) of the tt_content has name: 
data[tt_content][47][spaceAfter]_hr

so 'tt_content' is table name and 'spaceAfter' is field name, 47 is uid 
but you don't need this

Checking names in newly created records is little bit worse idea as 
there is no uid but random string so just search in existing records.

-- 
Marcus 'biesior' Biesioroff
http://www.typo3.pl | TYPO3 Polish Community
T3CI


More information about the TYPO3-english mailing list