MultilineEntry Control
Guide
Edit on GitHub ✎
A Multiline Entry is a text entry control able to hold multiple lines of text, with or without wrapping.
Intro
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 { }
Predefined Constants
UI\Controls\MultilineEntry::WrapAllow lines to wrap
UI\Controls\MultilineEntry::NoWrapDo not allow lines to wrap
Multilineentry