Combo Control
(UI 0.9.9)
Introduction
A Combo control represents a list of options, like the familiar select HTML element.
Class synopsis
class UI\Controls\Combo extends UI\Control {
/* Methods */
protected onSelected()
/* Inherited methods */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control::hide()
public UI\Control::show()
}Table of Contents
- UI\Controls\Combo::append — Append Option
- UI\Controls\Combo::getSelected — Get Selected Option
- UI\Controls\Combo::onSelected — Selected Handler
- UI\Controls\Combo::setSelected — Set Selected Option
↑ and ↓ to navigate • Enter to select • Esc to close • / to open