metaHTML
[ class tree: metaHTML ] [ index: metaHTML ] [ all elements ]

Class: htmlTableExtendedRadio

Source Location: /lib/html.inc

Class Overview

htmlElement
   |
   --htmlRadio
      |
      --htmlTableExtendedRadio

Radio list with descriptive label and help link.


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: htmlRadio

htmlRadio::__construct()
Constructor.
htmlRadio::generateHTML()
Prints the HTML code for this element.
htmlRadio::setIsEnabled()
Specifies if this component is enabled and accepts user modification.

Class: htmlElement

htmlElement::generateHTML()
Prints the HTML code for this element.
htmlElement::getAlignmentString()
Returns the HTML attributes for the alignment.
htmlElement::getColspanString()
Returns the HTML attribute for the colspan.
htmlElement::getRowspanString()
Returns the HTML attribute for the rowspan.

Class Details

[line 1170]
Radio list with descriptive label and help link.



[ Top ]


Class Methods


constructor __construct [line 1186]

htmlTableExtendedRadio __construct( String $label, String $name, array $elements, [array $selectedElement = null], [String $helpID = null])

Constructor.



Overrides htmlRadio::__construct() (Constructor.)

Parameters:

String   $label   descriptive label
String   $name   element name
array   $elements   list of elements array(label => value)
array   $selectedElement   value of selected element (optional, default none)
String   $helpID   help ID

[ Top ]

method generateHTML [line 1203]

array generateHTML( string $module, array $input, array $values, boolean $restricted, &$tabindex, string $scope, integer $tabindex)

Prints the HTML code for this element.



Tags:

return:  List of input field names and their type (name => type)


Overrides htmlRadio::generateHTML() (Prints the HTML code for this element.)

Parameters:

string   $module   Name of account module
array   $input   List of meta-HTML elements
array   $values   List of values which override the defaults in $input (name => value)
boolean   $restricted   If true then no buttons will be displayed
integer   $tabindex   Start value of tabulator index for input fields
string   $scope   Account type
   &$tabindex  

[ Top ]


Documentation generated on Tue, 22 Nov 2011 16:29:50 +0100 by phpDocumentor 1.4.1