CakeFest 2024: The Official CakePHP Conference

Radio Control

(UI 0.9.9)

Einführung

A Radio is similar to the radio input type familiar from HTML

Klassenbeschreibung

class UI\Controls\Radio extends UI\Control {
/* Methoden */
public append(string $text)
public getSelected(): int
protected onSelected()
public setSelected(int $index)
/* Geerbte Methoden */
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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