PHP 8.3.4 Released!

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