Class TFormPasswordConfirm

Description

Confirmation Password Field

  • version: 09-02-2003 12:22
  • author: Greg MacLellan

Located in /form-password-confirm.inc.php (line 14)

TFormElement
   |
   --TFormText
      |
      --TFormPassword
         |
         --TFormPasswordConfirm
Variable Summary
mixed $value
Method Summary
TFormPasswordConfirm TFormPasswordConfirm (string $name, string $displayname, string $class, mixed $linkfield, bool $required, int $size, int $maxsize, string $value, bool $store)
void init ()
void output ()
void validate ()
Variables
Methods
Constructor TFormPasswordConfirm (line 47)

Creates a new TFormText element (basic text field).

TFormPasswordConfirm TFormPasswordConfirm (string $name, string $displayname, string $class, mixed $linkfield, bool $required, int $size, int $maxsize, string $value, bool $store)
  • string $name: The name of the element. This should correspond to the field names if using with TDBForm, and should not include any spaces or special characters.
  • string $displayname: The name that should show up to the user for this field.
  • string $class: The HTML Class to use for the element
  • bool $required: True if the field has to be filled in
  • int $size: The displayed size of the text box
  • int $maxsize: The maximum number of characters allowed
  • string $value: The initial value for the field. Note if using a TDBForm this value will be overridden by loadValues so it is effectively only the default for new entries.
  • bool $store: Whether this value is persistent. Used by TDBForm to decide to save/load this value from database.
init (line 54)

Required to run sometime after the constructor (so $parent has been set

but before output etc)

void init ()
output (line 109)
void output ()

Redefinition of:
TFormPassword::output()
validate (line 93)
void validate ()

Redefinition of:
TFormText::validate()

Inherited Methods

Inherited From TFormPassword

TFormPassword::output()

Inherited From TFormText

TFormText::TFormText()
TFormText::output()
TFormText::setRegex()
TFormText::validate()

Inherited From TFormElement

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

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