UI\Controls\Form::append

(UI 0.9.9)

UI\Controls\Form::appendAppend Control

Description

publicUI\Controls\Form::append(string$label, UI\Control$control, bool$stretchy = false): int

Shall append the control to the form, and set the label

Parameters

label

The text for the label

control

A control

stretchy

Should be set true to stretch the control

Return Values

Shall return the index of the appended control, may be 0

To Top