Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cHTML
  • cHTMLAlignmentTable
  • cHTMLArticle
  • cHTMLAside
  • cHTMLAudio
  • cHTMLButton
  • cHTMLCanvas
  • cHTMLCheckbox
  • cHTMLContentElement
  • cHTMLDiv
  • cHTMLFieldset
  • cHTMLFooter
  • cHTMLForm
  • cHTMLFormElement
  • cHTMLHeader
  • cHTMLHgroup
  • cHTMLHiddenField
  • cHTMLIFrame
  • cHTMLImage
  • cHTMLLabel
  • cHTMLLegend
  • cHTMLLink
  • cHTMLList
  • cHTMLListItem
  • cHTMLNav
  • cHTMLOptgroup
  • cHTMLOptionElement
  • cHTMLParagraph
  • cHTMLPasswordbox
  • cHTMLRadiobutton
  • cHTMLScript
  • cHTMLSection
  • cHTMLSelectElement
  • cHTMLSpan
  • cHTMLTable
  • cHTMLTableBody
  • cHTMLTableData
  • cHTMLTableHead
  • cHTMLTableHeader
  • cHTMLTableRow
  • cHTMLTextarea
  • cHTMLTextbox
  • cHTMLTime
  • cHTMLUpload
  • cHTMLVideo
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cHTMLRadiobutton

cHTMLRadiobutton class represents a radio button.

cHTML
Extended by cHTMLFormElement
Extended by 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
Methods summary
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.

Constructor to create an instance of this class.

Creates an HTML radio button element.

Parameters

$name
string
$name Name of the element
$value
string
$value Value of the radio button
$id
string
$id [optional] ID of the element
$checked
boolean
$checked [optional] Is element checked?
$disabled
string
$disabled [optional] Item disabled flag (non-empty to set disabled)
$tabindex
string
$tabindex [optional] Tab index for form elements
$accesskey
string
$accesskey [optional] Key to access the field
$class
string
$class [optional] the class of this element

Overrides

cHTMLFormElement::__construct()
public cHTMLRadiobutton
# setChecked( boolean $checked )

Sets the checked flag.

Sets the checked flag.

Parameters

$checked
boolean
$checked If true, the "checked" attribute will be assigned.

Returns

cHTMLRadiobutton
$this for chaining
public cHTMLRadiobutton
# setLabelText( string $text )

Sets a custom label text

Sets a custom label text

Parameters

$text
string
$text Text to display

Returns

cHTMLRadiobutton
$this for chaining
public string
# toHtml( boolean $renderLabel = true )

Renders the option element. Note:

Renders the option element. Note:

If this element has an ID, the value (which equals the text displayed) will be rendered as seperate HTML label, if not, it will be displayed as regular text. Displaying the value can be turned off via the parameter.

Parameters

$renderLabel
boolean
$renderLabel [optional] If true, renders a label

Returns

string
Rendered HTML

Overrides

cHTML::toHtml()
Methods inherited from cHTMLFormElement
setAccessKey(), setDisabled(), setTabindex()
Methods inherited from cHTML
__toString(), _appendContent(), _getAttrString(), _parseAttributes(), _setContent(), addRequiredScript(), advanceID(), appendStyleDefinition(), appendStyleDefinitions(), attachEventDefinition(), display(), fillCloseSkeleton(), fillSkeleton(), getAttribute(), getAttributes(), getID(), removeAttribute(), render(), setAlt(), setAttribute(), setAttributes(), setClass(), setEvent(), setGenerateXHTML(), setID(), setStyle(), setTag(), unsetEvent(), updateAttribute(), updateAttributes()
Properties summary
protected string $_value
#

Values for the check box

Values for the check box

protected string $_labelText
#

The text for the corresponding label

The text for the corresponding label

Properties inherited from cHTML
$_attributes, $_content, $_contentlessTag, $_eventDefinitions, $_generateXHTML, $_idCounter, $_requiredScripts, $_skeletonClose, $_skeletonOpen, $_skeletonSingle, $_styleDefinitions, $_styleDefs, $_tag
CMS CONTENIDO 4.9.11 API documentation generated by ApiGen 2.8.0