[TYPO3-dev] Record View in BE
Steffen Kamper
steffen at dislabs.de
Sat Feb 18 12:08:48 CET 2006
Hi list,
normally i use a syntax like this to allow viewing and edit records in the
page-module:
$TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tablename'][0]
= array(
'fList' => 'cover,title,author,category,new',
'icon' => TRUE
);
In tt_address there is a selecttbox with 3 views and this is very fine i
want to use in my own ext.
But I can't find the instructions for that. Does anybody know where the
declaration is ?
Also i have additional questions:
- is there a possibility to add a pagebrowser (like in list-module) ?
- is there a possibility to add an icon for "new record" ?
thanx in advance
Steffen
More information about the TYPO3-dev
mailing list