Control Form (Arrangement)

(UI 0.9.9)

Introdução

A Form is a control which allows the arrangement of other controls into a familiar layout (the form).

Resumo da classe

classUI\Controls\FormextendsUI\Control {
protected$controls;
publicappend(string$label, UI\Control$control, bool$stretchy = false): int
publicdelete(int$index): bool
publicisPadded(): bool
publicsetPadded(bool$padded)
}

Propriedades

controls

Contains controls, should not be manipulated directly

Índice

To Top