[TYPO3-english] HTML in TS wrap?

Markus Klein markus.klein at typo3.org
Mon Dec 21 23:50:49 CET 2015


Hi!

Checkout the awesome docs:
https://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/Syntax/TypoScriptSyntax/Index.html#syntax-multiline-values


Kind regards
Markus

------------------------------------------------------------
Markus Klein
TYPO3 CMS Active Contributors Team Member

TYPO3 .... inspiring people to share!
Get involved: typo3.org

> -----Original Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
> bounces at lists.typo3.org] On Behalf Of Axel Joensson
> Sent: Monday, December 21, 2015 9:14 PM
> To: typo3-english at lists.typo3.org
> Subject: [TYPO3-english] HTML in TS wrap?
> 
> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list