Class

FormFieldHTML

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: 2019 01 24 Since: PHPBoost 3.0 - 2010 04 10 Contributor: Arnaud GENET elenwii@phpboost.com Contributor: Sebastien LARTIGUE babsolune@phpboost.com Located at: builder/form/field/FormFieldHTML.class.php

This class manage free contents fields. It provides you additionnal field options :

  • template : A template object to personnalize the field
  • content : The field html content if you don't use a personnal template
AbstractFormField implements FormField
Extended by FormFieldHTML
Methods summary
public
# __construct( string $id, string $value, array $properties = array() )

Constructs and set parameters to the field. The specific parameters of this abstract class (common with many fields) are the following:

  • description at which you must associate the description of the field
  • class which corresponds to the HTML class of the field
  • required which tells whether this field must be completed. If it's the case, it will display a * beside the label and will add a non empty constraint to the constraints.

None of these parameters is required.

public string
# display( )
protected Template