[TYPO3-core] RFC: Bug #7245: Javascript Error in new Backend

Steffen Kamper steffen at sk-typo3.de
Wed Jan 23 10:13:24 CET 2008


"Ingo Renner" <ingo at typo3.org> schrieb im Newsbeitrag 
news:mailman.1.1201078982.11842.typo3-team-core at lists.netfielders.de...
> Dmitry Dulepov [typo3] wrote:
>
>
>> Needs ajax action to reload part and replace content by element id. If we 
>> used extjs this would be easy but I have no idea how to make it with 
>> prototype.
>
> This is the easiest part: Ajax.Updater('elementId', 'ajax.php', 
> {options});
>
> The hard part is to find a way to let the backend know what to do when 
> clicking the new menu link.
>
>
> Ingo
>


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();
}

which has to be used for ajax call, register through new ajaxinterface.

vg  Steffen 




More information about the TYPO3-team-core mailing list