[TYPO3-dev] BE module links

Jochen Rieger j.rieger at connecta.ag
Thu Jan 25 17:17:29 CET 2007


Hi Jan,

 > as it's in the List module. Sort of a function I'd pass an array like
 > (table => my_table, id => 1, action = edit) to and it would return a

the only thing I know of is something like this:

$params = '&edit['.$table.']['.$row['uid'].']=edit';
t3lib_BEfunc::editOnClick($params,$GLOBALS['BACK_PATH'],'');

The method is defined here:

http://typo3.org/fileadmin/typo3api-4.0.0/df/d8f/class_8t3lib__befunc_8php-source.html#l02257

To hide and delete records you could use the datamap and tce... but I 
don't know too much about that.

Cheers,
Jochen




More information about the TYPO3-dev mailing list