Tab Control
(PHP 7, UI 0.9.9)
소개
A Tab can contain many pages of Controls, each with a title, each selectable by the user.
클래스 개요
public integer append
(
string $name
,
UI\Control $control
)
public boolean delete
(
integer $index
)
public insertAt
(
string $name
,
integer $page
,
UI\Control $control
)
public integer pages
(
void
)
public setMargin
(
integer $page
,
boolean $margin
)
}
프로퍼티
- controls
-
Contains controls, should not be manipulated directly
Table of Contents
There are no user contributed notes for this page.