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

Class: htmlHelpLink

Source Location: /lib/html.inc

Class Overview

htmlElement
   |
   --htmlHelpLink

Renders a help link.


Methods


Inherited Constants

Inherited Variables

Inherited Methods

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 576]
Renders a help link.



[ Top ]


Class Methods


constructor __construct [line 592]

htmlHelpLink __construct( String $helpID, [String $module = null], [String $scope = null])

Constructor



Parameters:

String   $helpID   help ID
String   $module   module name (optional, only if value from generateHTML() should be overwritten)
String   $scope   account type (e.g. user) (optional, only if value from generateHTML() should be overwritten)

[ Top ]

method generateHTML [line 609]

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 htmlElement::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 Sun, 25 Mar 2012 19:35:39 +0200 by phpDocumentor 1.4.1