GML Text Editor Widget
Defines a GUI text editor widget.
@GUI::TextEditor
@GUI::TextEditor {
name: "text_editor"
placeholder: "Text editor"
}
| Property | Type | Possible values | Description |
|---|---|---|---|
| text | string | Any string | Set text |
| placeholder | string | Any string | Set placeholder |
| mode | enum | Editable, ReadOnly, DisplayOnly | Set editor mode |