Control Form (Arrangement)

(UI 0.9.9)

Introduction

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

Class synopsis

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)
}

Properties

controls

Contains controls, should not be manipulated directly

Table of Contents

To Top