[TYPO3] Carriage return/Linefeed in a wrap?

Christoph Luehr chluehr at gmail.com
Mon May 7 10:14:29 CEST 2007


Hi Dmitry,

thanks for the multiline hint .. seems like the way to go.
- now i got stuck on a different issue :-)

allWrap (
	 <li> | </li>

)

does not work, as all whitespace are removed, i guess i have to
use

allWrap.noTrimWrap (
	 |<li> | </li>
|
)

but that results in a html source like this:

<li>  </li><a href=..></a><li>  </li> ....

*confused* - any ideas?

kind regards, Chris

On 07/05/07, Dmitry Dulepov <9f4eetb02 at sneakemail.com> wrote:
> Christoph Luehr wrote:
> > i have s.th. like this in a TS menu code:
> >
> >    NO {
> >      allWrap = <li> | </li>
> >    }
> >
> > .. and i'd like to have a \r\n in the generated html code after the
> > closing <li> - is there any way to achieve this?
> >
> > Thanks for any pointers in advance & kind regards,
>
> Pointer:
> http://typo3.org/documentation/document-library/core-documentation/doc_core_ts/4.1.0/view/1/2/#id3515513
>
> Search for "multiline" if cannot see it quickly.
>
> --
> Dmitry Dulepov
>
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
>
> "It is our choices, that show what we truly are,
> far more than our abilities." (A.P.W.B.D.)
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list