Class

FormFieldShortMultiLineTextEditor

Package: Builder\Form\field Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2018 06 03 Since: PHPBoost 3.0 - 2010 12 15 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Contributor: mipel mipel@phpboost.com Located at: builder/form/field/FormFieldShortMultiLineTextEditor.class.php

This class represents a short multi-line text field.

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

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

  • rows: the number of rows of the texarea
  • cols: the number of cols of the textarea
  • width: the number pourcent of width of the textarea
public string
# display( )
protected
protected Template