CakeFest 2024: The Official CakePHP Conference

Элемент управления "Радио"

(UI 0.9.9)

Введение

Радио похож на радиокнопку из HTML

Обзор классов

class UI\Controls\Radio 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