[TYPO3-dev] Go to page module from custom module

Stefan Galinski stefan.galinski at gmail.com
Fri Apr 13 15:37:40 CEST 2012


Hi Rudy,

This should work with the current TYPO3 core master:

	top.fsMod.recentIds['web'] = <pageId>;

	if (top.TYPO3.Backend.NavigationContainer.PageTree) {
		
top.TYPO3.Backend.NavigationContainer.PageTree.refreshTree();
	}


Rudy Gnodde wrote:

> Hello,
> 
> I have a custom module where I want to be able to link to the
> (Templavoila) page module and open a certain page there. I have been
> able to open the page using the following in the onclick of the link:
> 
> top.goToModule('web_txtemplavoilaM1', '', 'id=11');
> 
> However this does not update the page tree. Is there any way to update
> the page tree when doing this?
> 
> Thanks,
> 
> Rudy Gnodde
-- 
Stefan Galinski
staatl. geprüfter Informatiktechniker



More information about the TYPO3-dev mailing list