MultilineEntry Control

(UI 0.9.9)

Introducción

A Multiline Entry is a text entry control able to hold multiple lines of text, with or without wrapping.

Sinopsis de la Clase

classUI\Controls\MultilineEntryextendsUI\Control {
constintWrap;
constintNoWrap;
public__construct(int$type = ?)
publicappend(string$text)
publicgetText(): string
publicisReadOnly(): bool
protectedonChange()
publicsetReadOnly(bool$readOnly)
publicsetText(string$text)
}

Constantes predefinidas

UI\Controls\MultilineEntry::Wrap

Allow lines to wrap

UI\Controls\MultilineEntry::NoWrap

Do not allow lines to wrap

Tabla de contenidos

To Top