Class XoopsFormRadio
XOOPS form radio compo
You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- XoopsFormElement
- XoopsFormRadio
Direct known subclasses
XoopsFormRadioYN
Package: kernel\form
Copyright: (c) 2000-2017 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Author: Taiwen Jiang phppp@users.sourceforge.net
Since: 2.0
Located at lass/xoopsform/formradio.php
Copyright: (c) 2000-2017 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Author: Taiwen Jiang phppp@users.sourceforge.net
Since: 2.0
Located at lass/xoopsform/formradio.php
public
|
#
__construct( string $caption, string $name, string $value = null, string $delimeter = ' ' )
Constructor |
public
string
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
string
|
|
public
string
|
public
array
|
$_options
Array of Options |
#
array()
|
public
string
|
$_value
Pre-selected value |
|
public
integer
|
$columns
Columns per line for rendering Leave unset (null) to put all options in one line Set to 1 to put each option on its own line Any other positive integer 'n' to put 'n' options on each line |
|
public
string
|
$_delimeter
HTML to seperate the elements |
$_accesskey,
$_caption,
$_class,
$_description,
$_extra,
$_formtype,
$_hidden,
$_name,
$_nocolspan,
$_required,
$customValidationCode
|