Dutch PHP Conference 2025 - Call For Papers

Combo Control

(UI 0.9.9)

Вступ

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

Короткий огляд класу

class UI\Controls\Combo extends UI\Control {
/* Методи */
public append(string $text)
public getSelected(): int
protected onSelected()
public setSelected(int $index)
/* Успадковані методи */
}

Зміст

add a note

User Contributed Notes

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