Suche // Search:

28.10.2009

Zeilenumbrüche in Textfeldern von XFA-Formularen erzeugen
//
Create Line Breaks in Text Fields of XFA-Forms

Ein Zeilenumbruch ist schon praktisch und einfach gemacht.
Einfach? Ok, solange Sie den Text selbst in das Feld eintippen schon.

Was aber, wenn Sie einem Textfeld einen Standardtext verpassen.
Sie können diesen nur in ein einzeiliges Feld eingeben, das Zeilenumbrüche einfach ignoriert.
Damit Sie den Standardtext dennoch mit Zeilenumbrüchen versehen können, müssen Sie die XML-Quelle anpassen.
Der Code den Sie dafür brauchen sieht wie folgt aus:


A Line break is a very useful thing in a text field and simple to create.
Simply? Well, simply as long you write the text by yourself it is.

What if you need a large text in a text field?
Of course you can type in a default value, but only into one line that does not recognize any line break.
For a line break in your default text you have to manipulate the XML-source.
The code there for is :




Suchen Sie in der XML-Quelle die Zeile, die den Standardtext enthält und fügen Sie dann den Code überall dort ein, wo Sie einen Zeilenumbruch haben möchten.


Search the line in the XML-source, that contains you default text and paste the code above everywhere into the default text where you need a line break.

<text> the music was &#xD;new black polished chrome &#xD; and came over the summer&#xD; ...

Ihr Standardtext wird dann so dargestellt:



So your default text then looks like:



the music was
new black polished chrome
and came over the summer
like liquid night.

Beispiel/Example:
https://acrobat.com/#d=DYI*KarIrLEmeMstN5YIGw

Keine Kommentare:

Kommentar veröffentlichen