GSTextField Class
A text-field to let the user enter a text. It can be single- or multiline.
Properties
font
Object
The text-field’s font descriptor to specify which font should be used.
font.name
String
The font’s name.
font.size
Number
The font’s size.
localizable
Boolean
Indicates that the content of the text-field can be translated in different languages by the user using the language configuration view.
multiline
Boolean
Indicates that the text field is multiline. In that case it is necessary to specify a height-value for text-field’s size.
readOnly
Boolean
Indicates if the text-field is read-only. A read-only text-field will not write/save any data.