WIKINDX METHODS
Method:
textInput()
Class:
FORM
Method Call:
include_once("core/html/FORM.php");
STRING FORM::textInput(STRING: $label, STRING: $name, [STRING: $value, INT: $size, INT: $maxLength]);
Description:
Returns a form input element of type text with name=$name and value=$value. By default, $value = FALSE, $size
= 20 and $maxLength = 255.
Usage:
$label is printed a line above the text field. To not print $label, set it to FALSE.
WIKINDX home
WIKINDX usage
WIKINDX classes