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

Element index for package metaHTML

[ a ] [ f ] [ g ] [ h ] [ i ] [ n ] [ o ] [ s ] [ v ] [ _ ]

_

__construct
in file html.inc, method htmlTableExtendedInputField::__construct()
    Constructor
__construct
in file html.inc, method htmlTableExtendedInputCheckbox::__construct()
    Constructor.
__construct
in file html.inc, method htmlSpacer::__construct()
    Constructor.
__construct
in file html.inc, method htmlTableExtendedInputFileUpload::__construct()
    Constructor.
__construct
in file html.inc, method htmlTableExtendedInputTextarea::__construct()
    Constructor.
__construct
in file html.inc, method htmlTableRow::__construct()
    Constructor
__construct
in file html.inc, method htmlTableExtendedSelect::__construct()
    Constructor.
__construct
in file html.inc, method htmlSelect::__construct()
    Constructor.
__construct
in file html.inc, method htmlOutputText::__construct()
    Constructor.
__construct
in file html.inc, method htmlHelpLink::__construct()
    Constructor
__construct
in file html.inc, method htmlButton::__construct()
    Constructor.
__construct
in file html.inc, method htmlImage::__construct()
    Constructor.
__construct
in file html.inc, method htmlInputCheckbox::__construct()
    Constructor.
__construct
in file html.inc, method htmlInputTextarea::__construct()
    Constructor.
__construct
in file html.inc, method htmlInputFileUpload::__construct()
    Constructor.
__construct
in file html.inc, method htmlAccountPageButton::__construct()
    Constructor
top

a

$alignment
in file html.inc, variable htmlElement::$alignment
addElement
in file html.inc, method htmlTable::addElement()
    Adds an element to the table. The element may be a htmlElement object or a simple String.
addNewLine
in file html.inc, method htmlTable::addNewLine()
    Adds another line to the table.
ALIGN_BOTTOM
in file html.inc, class constant htmlElement::ALIGN_BOTTOM
ALIGN_LEFT
in file html.inc, class constant htmlElement::ALIGN_LEFT
ALIGN_RIGHT
in file html.inc, class constant htmlElement::ALIGN_RIGHT
ALIGN_TOP
in file html.inc, class constant htmlElement::ALIGN_TOP
top

f

footer
in file html.inc, class constant htmlTable::footer
    table footer
top

g

generateHTML
in file html.inc, method htmlTableExtendedInputField::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlTableExtendedInputCheckbox::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlTable::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlTableExtendedInputFileUpload::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlTableExtendedInputTextarea::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlTableRow::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlTableExtendedSelect::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlSpacer::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlSelect::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlImage::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlHelpLink::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlElement::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlInputCheckbox::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlInputFileUpload::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlOutputText::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlInputTextarea::generateHTML()
    Prints the HTML code for this element.
generateHTML
in file html.inc, method htmlButton::generateHTML()
    Prints the HTML code for this element.
top

h

header
in file html.inc, class constant htmlTable::header
    table header
htmlAccountPageButton
in file html.inc, class htmlAccountPageButton
    Prints a button for the account pages.
htmlButton
in file html.inc, class htmlButton
    Simple button.
htmlElement
in file html.inc, class htmlElement
    Represents a HTML element.
htmlHelpLink
in file html.inc, class htmlHelpLink
    Renders a help link.
htmlImage
in file html.inc, class htmlImage
    Prints the HTML code for an image.
htmlInputCheckbox
in file html.inc, class htmlInputCheckbox
    Prints the HTML code for a checkbox.
htmlInputFileUpload
in file html.inc, class htmlInputFileUpload
    Prints the HTML code for a file upload field.
htmlInputTextarea
in file html.inc, class htmlInputTextarea
    Prints the HTML code for a textarea.
htmlOutputText
in file html.inc, class htmlOutputText
    Prints the text and escapes contained HTML code by default.
htmlSelect
in file html.inc, class htmlSelect
    Represents a select box.
htmlSpacer
in file html.inc, class htmlSpacer
    Adds an empty space with given width and height.
htmlTable
in file html.inc, class htmlTable
    Structures elements using a table.
htmlTableExtendedInputCheckbox
in file html.inc, class htmlTableExtendedInputCheckbox
    Checkbox with descriptive label and help link.
htmlTableExtendedInputField
in file html.inc, class htmlTableExtendedInputField
    An extended input field that combines label, input field and help.
htmlTableExtendedInputFileUpload
in file html.inc, class htmlTableExtendedInputFileUpload
    File upload with descriptive label and help link.
htmlTableExtendedInputTextarea
in file html.inc, class htmlTableExtendedInputTextarea
    Text area with label and help link.
htmlTableExtendedSelect
in file html.inc, class htmlTableExtendedSelect
    Select with label and help link.
htmlTableRow
in file html.inc, class htmlTableRow
    A row inside a htmlTable.
html.inc
procedural page html.inc
top

i

$isImageButton
in file html.inc, variable htmlButton::$isImageButton
    image button or text button
top

n

$name
in file html.inc, variable htmlButton::$name
    button name
newLine
in file html.inc, class constant htmlTable::newLine
    new line
top

o

OPTION_ALIGN
in file html.inc, class constant htmlElement::OPTION_ALIGN
top

s

setFieldMaxLength
in file html.inc, method htmlTableExtendedInputField::setFieldMaxLength()
    Sets the maximum field length.
setFieldSize
in file html.inc, method htmlTableExtendedInputField::setFieldSize()
    Sets the field size.
setHasDescriptiveElements
in file html.inc, method htmlSelect::setHasDescriptiveElements()
    Specifies if the elements are just a simple list or an assoziative array (default: simple list).
setMultiSelect
in file html.inc, method htmlSelect::setMultiSelect()
    Specifies if multi-selection is enabled (default: disabled).
setRequired
in file html.inc, method htmlTableExtendedInputField::setRequired()
    Specifies if this input field must be filled.
setRequired
in file html.inc, method htmlTableExtendedInputTextarea::setRequired()
    Specifies if this input field must be filled.
setSortElements
in file html.inc, method htmlSelect::setSortElements()
    Specifies if the elemets should be sorted (default: sort).
top

v

$value
in file html.inc, variable htmlButton::$value
    button text or image
top

Documentation generated on Fri, 25 Jun 2010 18:48:53 +0200 by phpDocumentor 1.4.1