Class input_passwordbox

Description

Password textbox class.

This class defines an input password textbox. It differs from the standard textbox by hiding the input of the user.

  • version: $Revision: 1.5 $

Located in /input.textbox.php (line 104)

input_base
   |
   --input_form_element
      |
      --input_textbox
         |
         --input_passwordbox
Method Summary
 input_passwordbox input_passwordbox (string $name, object &$form, [string $regex = NULL], [string $value = NULL], [string $caption = NULL], [bool $required = TRUE])
Variables
Methods
Constructor input_passwordbox (line 116)

Constructs a new passwordbox object.

input_passwordbox input_passwordbox (string $name, object &$form, [string $regex = NULL], [string $value = NULL], [string $caption = NULL], [bool $required = TRUE])
  • string $name: The name of the textbox.
  • object $form: Reference to associated form.
  • string $regex: The validation regular expression.
  • string $value: The initial contents value.
  • string $caption: The caption to display by the textbox.
  • bool $required: Whether the texbox is allowed to contain no value.

Inherited Methods

Inherited From input_textbox

 input_textbox::input_textbox()
 input_textbox::display()

Inherited From input_form_element

 input_form_element::input_form_element()
 input_form_element::_get_error_css()

Inherited From input_base

 input_base::input_base()
 input_base::reset()
 input_base::set()

Documentation generated on Fri, 28 Jan 2005 10:00:58 -0800 by phpDocumentor 1.2.3