[TYPO3-german] Formular: Textarea mit Umbrüchen?

David Bruchmann david at bruchmann-web.de
Mon Aug 30 12:46:12 CEST 2010



----- Ursprüngliche Nachricht -----
Von:        Nils Hodyas <n.hodyas at billiton.de>
Gesendet:   Montag, 30. August 2010 08:46:47
An:         typo3-german at lists.typo3.org
CC:
Betreff:    [TYPO3-german]  Re:  Formular: Textarea mit Umbrüchen?
> Am 29.08.2010 09:34, schrieb Nicole:
>> Hallo!
>>
> Hallo!
>
>> Ich wollte mal fragen, ob es normal ist, dass bei einem Formular die
>> Umbrüche
>> eines Textfeldes verloren gehen.
>
> Die automatischen Umbrüche am Zeilenende, ohne dass jemand auf Return
> oder Umschalt+Return gedrück hat? Ja.
>
>>
>> Das ist nämlich gerade bei meinem bettercontact-Formular der Fall.
>>
>> Ist das normal oder muss man da ggf. noch was einstellen oder so?
>>
>> Wär super, wenn mir jemand das zumindest mal pauschal beantworten
>> könnte. :)


Hallo Nicole,

du kannst Text durch einen Parser nachbearbeiten [1], z.B. so:

parseFunc = < lib.parseFunc_RTE


10 = HTML
10.value (
   text
   mit
   Zeilenumbrüchen
)
10.value.parseFunc = < lib.parseFunc_RTE


Damit wird der Text durch eine bereits definierte Funktion geparst.
Du kannst jedoch auch eigene Funktionen schreiben [2].

Gruß,
David

1) 
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.2/view/1/5/#id2504209

2) 
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.2/view/1/5/#id2509925


More information about the TYPO3-german mailing list