[Typo3] function pi_getEditPanel($row='', $tablename='', $label='', $conf=Array())
tapio
tapio.markula at dnainternet.net
Tue Dec 20 17:52:09 CET 2005
Hi
How to set the last parameter
function pi_getEditPanel($row='',$tablename='',$label='',$conf=Array())
{...
$conf['allow'] = 'edit,new,delete,move,hide';
...
}
I would like to set toolbar,edit,new,move
but I don't know the correct syntax
pi_getEditPanel($row,
'tx_macinabanners_banners','','toolbar,edit,new,delete,move,hide');
doesn't work as expected
More information about the TYPO3-english
mailing list