[TYPO3-core] RFC: Bug #7245: Javascript Error in new Backend
Ingo Renner
ingo at typo3.org
Wed Jan 23 10:52:52 CET 2008
Steffen Kamper wrote:
Hi Steffen,
> I will try this in the afternoon. Should be easy because structure in
> backend.php is transparent.
> A new function should be there
>
> function renderMenu() {
> return $this->moduleMenu->render();
> }
please directly use the method in ModuleMenu (or create on there)
instead of creating a new one in backend.php. backend.php loads a lot of
other stuff that is not needed during an ajax response.
If something isn't working directly, have a look at the shortcut toolbar
item, how things work there...
Ingo
--
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2
More information about the TYPO3-team-core
mailing list