Ab Seite 7 findet sich etwa die Beschreibung des von Werner oben vorgestellten
textedit-Elements mit der
multiline-Property:
edittext This control too we've seen in the example given above. It is used to get input from the user. By default, the control is just one line high and you can enter just one line of text. A useful creation property is multiline, which allows you to add more than one line:
In the screenshot we've added a few lines. As you can see, we specified the size of the control in the second argument position ([0, 0, 150, 70]) – these dimensions are left, top, width, and height. (Note that these coordinates differ from those of InDesign's geometricBounds, which are top, left, bottom, right.) When more text is entered than fits the control, a scrollbar is added by default.
(...)