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

Class: htmlTableExtendedSelect

Source Location: /lib/html.inc

Class Overview

htmlElement
   |
   --htmlSelect
      |
      --htmlTableExtendedSelect

Select with label and help link.


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: htmlSelect

htmlSelect::__construct()
Constructor.
htmlSelect::generateHTML()
Prints the HTML code for this element.
htmlSelect::setHasDescriptiveElements()
Specifies if the elements are just a simple list or an assoziative array (default: simple list).
htmlSelect::setMultiSelect()
Specifies if multi-selection is enabled (default: disabled).
htmlSelect::setSortElements()
Specifies if the elemets should be sorted (default: sort).

Class: htmlElement

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

Class Details

[line 597]
Select with label and help link.



[ Top ]


Class Methods


constructor __construct [line 614]

htmlTableExtendedSelect __construct( String $name, array $elements, array $selectedElements, String $label, [String $helpID = null], [int $size = 1])

Constructor.



Overrides htmlSelect::__construct() (Constructor.)

Parameters:

String   $name   element name
array   $elements   list of elememts
array   $selectedElements   list of selected elements
String   $label   descriptive label
String   $helpID   help ID (optional, default none)
int   $size   size (optional, default = 1)

[ Top ]

method generateHTML [line 631]

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 htmlSelect::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 Fri, 25 Jun 2010 18:49:10 +0200 by phpDocumentor 1.4.1