PHP 8.4.6 Released!

UI\Controls\Form::append

(UI 0.9.9)

UI\Controls\Form::appendAñade un control

Descripción

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

Añade el control al formulario y define la etiqueta

Parámetros

label

El texto de la etiqueta

control

Un control

stretchy

Debe establecerse en true para estirar el control

Valores devueltos

Devuelve el índice del control añadido, puede ser 0

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top