Pascaldietz (Talk | contribs) (created TextField API Snapshot page) |
Pascaldietz (Talk | contribs) (removed private properties) |
||
| Line 11: | Line 11: | ||
;''alias'' defaultText | ;''alias'' defaultText | ||
:Sets a defaultText in case the TextField is emtpy | :Sets a defaultText in case the TextField is emtpy | ||
| - | |||
| - | |||
| - | |||
=Signals= | =Signals= | ||
Contents |
The TextField is a text entry for multiple lines of text. It will turn scrollable if the text is too big for the text field.
-
TextField {
id: textField
text: "Type here."
}