|
XoopsFormElement | --XoopsFormRadio | --XoopsFormRadioYN
Located in File: Program_Root/class/xoopsform/formradioyn.php
A pair of radio buttons labelled _YES and _NO with values 1 and 0
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
|
Inherited From Class XoopsFormRadio
|
||||||||||||||||||||||||||
Inherited From Class XoopsFormElement
|
void | XoopsFormRadioYN( string $caption, string $name, [string $value = null], [string $yes = _YES], [string $no = _NO]) |
- string $caption:
- string $name:
- string $value: Pre-selected value, can be "0" (No) or "1" (Yes)
- string $yes: String for "Yes"
- string $no: String for "No"
[ Top ]