3.13. radio

Radio-Element.

folgende Funktion erzeugt ein Radio-Element:

element createRadio (string text, bool checked, [string name], [string group]);

Parameter:

Beispiel:

		$myRadio = $ippfp->createRadio("checkme",false,"","myradiogroup");