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

Class: htmlTableExtendedInputCheckbox

Source Location: /lib/html.inc

Class Overview

htmlElement
   |
   --htmlInputCheckbox
      |
      --htmlTableExtendedInputCheckbox

Checkbox with descriptive label and help link.


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: htmlInputCheckbox

htmlInputCheckbox::__construct()
Constructor.
htmlInputCheckbox::generateHTML()
Prints the HTML code for this element.
htmlInputCheckbox::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 1044]
Checkbox with descriptive label and help link.



[ Top ]


Class Methods


constructor __construct [line 1062]

htmlTableExtendedInputCheckbox __construct( String $name, boolean $checked, String $label, [String $helpID = null], [boolean $labelFirst = true])

Constructor.



Overrides htmlInputCheckbox::__construct() (Constructor.)

Parameters:

String   $name   unique name
boolean   $checked   checked
String   $label   descriptive label
String   $helpID   help ID
boolean   $labelFirst   specifies if the label is at the beginning or at the end (optional, default beginning)

[ Top ]

method generateHTML [line 1080]

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 htmlInputCheckbox::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 Thu, 28 Oct 2010 21:00:18 +0200 by phpDocumentor 1.4.1