/functions/inputFuncs.php

Description
Functions
inputfield (line 9)
void inputfield ( $type,  $name, [ $value = ""], [ $attrs = NULL], [ $data = NULL])
  • $type
  • $name
  • $value
  • $attrs
  • $data
printInputText (line 105)

******************************************************************************* DEPRECATED, use inputfield. Draws input html tag of type text.

void printInputText (string $fieldName, string $size, string $max, array_reference &$postVars, array_reference &$pageErrors, [ $visibility = "visible"])
  • string $fieldName: name of input field
  • string $size: size of text box
  • string $max: max input length of text box
  • array_reference &$postVars: reference to array containing all input values
  • array_reference &$pageErrors: reference to array containing all input errors
  • $visibility

Documentation generated on Sun, 28 Jul 2013 15:07:02 -0400 by phpDocumentor 1.4.4