MultilineEntry Control
(UI 0.9.9)
Introduction
A Multiline Entry is a text entry control able to hold multiple lines of text, with or without wrapping.
Class synopsis
class UI\Controls\MultilineEntry extends UI\Control {
/* Constants */
/* Constructor */
/* Methods */
protected onChange()
/* Inherited methods */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control::hide()
public UI\Control::show()
}Predefined Constants
UI\Controls\MultilineEntry::WrapAllow lines to wrap
UI\Controls\MultilineEntry::NoWrapDo not allow lines to wrap
Table of Contents
- UI\Controls\MultilineEntry::append — Append Text
- UI\Controls\MultilineEntry::__construct — Construct a new Multiline Entry
- UI\Controls\MultilineEntry::getText — Get Text
- UI\Controls\MultilineEntry::isReadOnly — Read Only Detection
- UI\Controls\MultilineEntry::onChange — Change Handler
- UI\Controls\MultilineEntry::setReadOnly — Set Read Only
- UI\Controls\MultilineEntry::setText — Set Text
↑ and ↓ to navigate • Enter to select • Esc to close • / to open