README
Todo List
htmlElement | --htmlInputField
[line 361]
htmlInputField __construct( String $fieldName, [String $fieldValue = null], [ $fieldSize = null])
Overridden in child classes as:
array generateHTML( string $module, array $input, array $values, boolean $restricted, &$tabindex, string $scope, integer $tabindex)
void setFieldMaxLength( int $fieldMaxLength)
void setFieldSize( int $fieldSize)
void setIsEnabled( boolean $isEnabled)
void setIsPassword( boolean $isPassword)
void setObfuscate( boolean $obfuscate)
void setRequired( boolean $required)
void setValidationRule( boolean $rule)
This rule is checked on client side when the input field looses focus.