Tab Control
(UI 0.9.9)
Introduction
A Tab can contain many pages of Controls, each with a title, each selectable by the user.
Class synopsis
class UI\Controls\Tab extends UI\Control {
/* Properties */
protected $controls;
/* Methods */
/* Inherited methods */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control::hide()
public UI\Control::show()
}Properties
- controls
Contains controls, should not be manipulated directly
Table of Contents
- UI\Controls\Tab::append — Append Page
- UI\Controls\Tab::delete — Delete Page
- UI\Controls\Tab::hasMargin — Margin Detection
- UI\Controls\Tab::insertAt — Insert Page
- UI\Controls\Tab::pages — Page Count
- UI\Controls\Tab::setMargin — Set Margin
↑ and ↓ to navigate • Enter to select • Esc to close • / to open