Pascaldietz (Talk | contribs) m (corrected example from TextField to TextEntry) |
Pascaldietz (Talk | contribs) (removed private properties) |
||
| Line 15: | Line 15: | ||
;''alias'' defaultText | ;''alias'' defaultText | ||
:Sets a defaultText in case the TextEntry is empty. the Text will be displayed as single line | :Sets a defaultText in case the TextEntry is empty. the Text will be displayed as single line | ||
| - | |||
| - | |||
| - | |||
=Signals= | =Signals= | ||
Contents |
The TextEntry is a text entry for single lines of text. It will turn scrollable if the text is too big for the text field.
-
TextEntry {
id: textEntry
text: "Type here."
}