[TYPO3-core] RFC: Feature #6779 (tabbed menu as separate file)

Malte Jansen mail at maltejansen.de
Wed Nov 21 12:40:24 CET 2007


Tapio Markula schrieb:
> Malte Jansen kirjoitti:
>> Tapio Markula schrieb:
>>> Malte Jansen
>>>
>>>> e.g. the function is of first line is removed and so some important 
>>>> setting get lost for a correct working
>>>> -                    $item.= 
>>>> $this->getDynTabMenu($tabParts,'TCEFORMS:flexform:'.$PA['itemFormElName'].$PA['_lang']); 
>>>>
>>>> +                    $item.= 
>>>> t3lib_tabMenus::getDynTabMenu($tabParts,'TCEFORMS:flexform:'.$PA['itemFormElName'].$PA['_lang']); 
>>>
>>>
>>>
>>>
>>> I don't understand - the same parameters has been send. I don't 
>>> understand why I should not work.
>> Because you removed this function: $this->getDynTabMenu(...) and there 
>> is no replacement for this.
> 
> why
> + $item.= 
> t3lib_tabMenus::getDynTabMenu($tabParts,'TCEFORMS:flexform:'.$PA['itemFormElName'].$PA['_lang']); 

Please learn the basics of OOP in PHP.

template::getDynTabMenu is not called their. Please check so whole code.
Their is function inside the tceforms called getDynTabMenu...

If you would check all options in a working version, you should notice 
that disabling tabs does not work.

But before post here something else. Post it in the dev-list.

Cheers,

Malte


More information about the TYPO3-team-core mailing list