[TYPO3-dev] Adding JS file to list frame

Steffen Kamper info at sk-typo3.de
Fri Aug 13 17:01:40 CEST 2010


Hi,

just a sidenote - current implementation is very bad for doing things 
like you want to do.

This will change soon, built with ExtJS. Then you'll find a store 
holding all modules, you only have to call something like
var module = TYPO3.Stores.ModuleStore.getById('web_page');
holding all properties like name, description, icon, link, 
hasNavigationFrame etc.

for your problem: use Firebug to debug. Simply type "top.content" in 
console and hit ctrl+return, then you can explore the object.

vg Steffen




More information about the TYPO3-dev mailing list