Class TFormDivision

Description

Division in edit form. Only for display purposes, not stored anywhere.

  • version: 03-08-2002 12:00
  • author: Greg MacLellan

Located in /form-division.inc.php (line 12)

TFormElement
   |
   --TFormDivision
Variable Summary
mixed $htmltype
mixed $maxsize
mixed $required
mixed $size
mixed $type
Method Summary
TFormDivision TFormDivision (string $displayname)
void output ()
void setValue (mixed $value, [mixed $user = false])
Variables
mixed $htmltype = "" (line 19)

The HTML element type


Redefinition of:
TFormElement::$htmltype
The HTML element type
mixed $maxsize (line 15)
mixed $required (line 13)
mixed $size (line 14)
mixed $type = "division" (line 17)

The type of element


Redefinition of:
TFormElement::$type
The type of element

Inherited Variables

Inherited from TFormElement

TFormElement::$alwaysSet
TFormElement::$class
TFormElement::$displayname
TFormElement::$name
TFormElement::$parent
TFormElement::$store
TFormElement::$value
Methods
Constructor TFormDivision (line 27)

Creates a new TFormDivision element (for displaying a header in the form)

TFormDivision TFormDivision (string $displayname)
  • string $displayname: The name that should show up to the user for this field.
output (line 37)
void output ()

Redefinition of:
TFormElement::output()
Outputs the HTML for this tag
setValue (line 33)

This implementation doesn't do anything

void setValue (mixed $value, [mixed $user = false])

Redefinition of:
TFormElement::setValue()
Sets the value of the field

Inherited Methods

Inherited From TFormElement

TFormElement::TFormElement()
TFormElement::getValue()
TFormElement::output()
TFormElement::setParent()
TFormElement::setValue()
TFormElement::validate()

Documentation generated on Thu, 27 Nov 2003 14:58:54 -0500 by phpDocumentor 1.2.3