CakeFest 2024: The Official CakePHP Conference

Combo Control

(UI 0.9.9)

Introducción

A Combo control represents a list of options, like the familiar select HTML element.

Sinopsis de la Clase

class UI\Controls\Combo extends UI\Control {
/* Métodos */
public append(string $text)
public getSelected(): int
protected onSelected()
public setSelected(int $index)
/* Métodos heredados */
}

Tabla de contenidos

add a note

User Contributed Notes

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