Class input_hiddenbox

Description

Input hidden textbox class.

This class defines an input hidden textbox. It differs from the standard textbox by no being visible to the user and thus not accepting user input.

  • version: $Revision: 1.5 $

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

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

Constructs a new hidden form object.

input_hiddenbox input_hiddenbox (string $name, object &$form, [string $regex = NULL], [string $value = NULL], [bool $required = TRUE], string $caption)
  • 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.
display (line 155)

Display the hidden textbox.

void display ()

Redefinition of:
input_textbox::display()
Display the textbox.

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