Class

FormFieldPasswordEditor

Package: Builder\Form\field Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Regis VIARRE crowkait@phpboost.com Version: PHPBoost 5.2 - last update: 2018 06 03 Since: PHPBoost 3.0 - 2010 02 04 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at: builder/form/field/FormFieldPasswordEditor.class.php

This class manage single-line password fields.

AbstractFormField implements FormField
Extended by FormFieldPasswordEditor
Methods summary
public
# __construct( string $id, string $label, string $value, array $field_options = array(), array $constraints = array() )

Constructs a FormFieldPasswordEditor. It has these options in addition to the AbstractFormField ones:

  • size: The size (width) of the HTML field
  • maxlength: The maximum length for the field
public string
# display( )
protected
# compute_options( array & $field_options )
protected Template