Extension Key: rvt_tsobjtags
Copyright 2006, ries@vantwisk.nl, <ries@vantwisk.nl>, http://www.rvantwisk.nl/
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml
The content of this document is related to TYPO3
- a GNU/GPL CMS/Framework available from www.typo3.com
It creates extra tags with the name tsobj. You can use these tags in the RTE to access Typoscript objects. Much like the tscobj extension from Jean-David Gadina that makes Typoscript Objects available as Content Elements.
Illustration 1: Gifbuilder object added using tsobj
For a working example you can go to my site here : http://www.rvantwisk.nl/no_cache/typo3-snippets/Typoscript-object-tags.html
In illustration 1 you can see how a GIFBUILDER object is shown within my text that I was typing in the RTE. This would normally not possibly unless using tsobj of course.
Illustration 2: How it looks in the RTE
In illustration 2 you can see how the tag is inserted into the RTE. Of course during editing of the document you will simply see the tags in HTML mode. However during rendering for the website they are perfectly replaced with whatever that Typoscript outputs.

