[Typo3-UG CH] Components reuse

Gregor Kissling gregork at gregork.org
Tue Jul 29 17:57:23 CEST 2003


Hello !

I know that it is possible to reuse a text component from a page in a
different page. Just write the following code in the template setup :

# Substitute the ###footerText### subpart with dynamic search form:
subparts.footerText= TEXT
subparts.footerText{
   data = DB : tt_content:448:bodytext
}

In this case the text component with id 448 is reused and inserted in
the page.

But now I try to reuse a search form component ro a plugin.

Do you know how to do it ?

Thank you by advance for your help !
Gregor ;)





More information about the TYPO3-ch mailing list