[TYPO3-core] RFC: Feature #6779 (tabbed menu as separate file)
Tapio Markula
tapio.markula at xetpoint.fi
Wed Nov 21 11:52:56 CET 2007
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']);
didn't work as replacement?
> news ones weren't reconized..
how to make them manually reconized
apparently this was not correct
--- (revision 2741)
+++ t3lib/class.t3lib_tabmenus.php (working copy)
that was just lucky guess
sorry, but I hope still that it would be used, because the idea itself
is good and Benny and other core people regarded it as good.
There is not very much errors.
More information about the TYPO3-team-core
mailing list