|
XoopsFormElement | --XoopsFormCheckBox
Located in File: Program_Root/class/xoopsform/formcheckbox.php
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
| ||
| ||
| ||
| ||
| ||
|
Inherited From Class XoopsFormElement
|
void | XoopsFormCheckBox( string $caption, string $name, [mixed $value = null]) |
- string $caption:
- string $name:
- mixed $value: Either one value as a string or an array of them.
[ Top ]
void | addOption( string $value, string $name) |
- string $value:
- string $name:
[ Top ]
void | addOptionArray( array $options) |
- array $options: Associative array of value->name pairs
[ Top ]
array | getOptions( ) |
Associative array of value->name pairs
[ Top ]
string | getValue( ) |
[ Top ]
string | render( ) |
Overrides XoopsFormElement::render() (Generate output for the form element.)
prepare HTML for output[ Top ]