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
Predefined Constants
UI\Controls\MultilineEntry::Wrap
-
Allow lines to wrap
UI\Controls\MultilineEntry::NoWrap
-
Do 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