Class cHTMLRadiobutton
cHTMLRadiobutton class represents a radio button.
- cHTML
- cHTMLFormElement
- cHTMLRadiobutton
Package: Core\GUI\HTML
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at classes/html/class.html.radiobutton.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at classes/html/class.html.radiobutton.php
public
|
#
__construct( string $name, string $value, string $id = '', boolean $checked = false, string $disabled = false, string $tabindex = NULL, string $accesskey = '', string $class = '' )
Constructor to create an instance of this class. |
public
|
|
public
|
|
public
string
|
setAccessKey(),
setDisabled(),
setTabindex()
|
protected
string
|
$_value |
|
#
Values for the check box |
protected
string
|
$_labelText |
|
#
The text for the corresponding label |
$_attributes,
$_content,
$_contentlessTag,
$_eventDefinitions,
$_generateXHTML,
$_idCounter,
$_requiredScripts,
$_skeletonClose,
$_skeletonOpen,
$_skeletonSingle,
$_styleDefinitions,
$_styleDefs,
$_tag
|