Entry Control
Guide
Edit on GitHub ✎
An Entry is a text entry control, suitable for entering plain text, passwords, or search terms.
Intro
An Entry is a text entry control, suitable for entering plain text, passwords, or search terms.
Class synopsis
class UI\Controls\Entry { }
Predefined Constants
UI\Controls\Entry::NormalA normal single line entry
UI\Controls\Entry::PasswordA password entry
UI\Controls\Entry::SearchA search entry
Entry