[TYPO3-english] HTML in TS wrap?

Axel Joensson a.joensson at web.de
Mon Dec 21 21:14:03 CET 2015


Hi,

I've got the following TS from an extension:

        output = COA
        output {
                20       = TEXT
                20.value  = <table><tr>
                30       = TEXT
                30.field = map
                30.wrap  = <td>|</td>
                40       = TEXT
                                 ...

I need several lines of plain HTML (a noscript tag delivering a static
map version from a link if JS is disabled, in place of the dynamically
generated map object) to be inserted, appending it to the map (object
30) or right after the slash, but before the closing </td>.

Unfortunately, all of my approaches didn't work out, my syntax must
become a bit rusty, but I'm sure there is a way. Any hints?

TIA,
Axel 


More information about the TYPO3-english mailing list