Back to Serenity

TextEditor

Base/usr/share/man/man5/GML/Widget/TextEditor.md

latest628 B
Original Source

Name

GML Text Editor Widget

Description

Defines a GUI text editor widget.

Synopsis

@GUI::TextEditor

Examples

gml
@GUI::TextEditor {
    name: "text_editor"
    placeholder: "Text editor"
}

Registered Properties

PropertyTypePossible valuesDescription
textstringAny stringSet text
placeholderstringAny stringSet placeholder
modeenumEditable, ReadOnly, DisplayOnlySet editor mode