[Typo3] Editpanel in own extension?

Namuk Tscholak namtscho at gmx.net
Fri Sep 2 10:33:13 CEST 2005


Hi tapio,

tapio wrote:
> Look at source code of 'Advanced banner manager'.

Thats it. :-) Thanks a lot.

I have to replace:
$markerArray["###EDIT_PANEL###"] = $this->pi_getEditPanel();

with:
$markerArray["###EDIT_PANEL###"] = 
$this->pi_getEditPanel($row,$current_table);

The solution from Wouter dont works:
$markerArray["###EDIT_PANEL###"] = 
$this->pi_getEditPanel($row['uid'],$current_table);

Have a nice weekend an kind regards
namtscho



More information about the TYPO3-english mailing list