MultilineEntry Control

(UI 0.9.9)

Giriş

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

Sınıf Sözdizimi

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

Öntanımlı Sabitler

UI\Controls\MultilineEntry::Wrap

Allow lines to wrap

UI\Controls\MultilineEntry::NoWrap

Do not allow lines to wrap

İçindekiler

To Top