Class FOFFormFieldText

Description

Implements interfaces:

Form Field class for the FOF framework Supports a one line text field.

  • since: 2.0

Located in /libraries/fof/form/field/text.php (line 20)

JFormField
   |
   --JFormFieldText
      |
      --FOFFormFieldText
Direct descendents
Class Description
 class FOFFormFieldButton Form Field class for the FOF framework Supports a button input.
 class FOFFormFieldTitle Form Field class for the FOF framework Supports a title field with an optional slug display below it.
Variable Summary
Method Summary
 string getRepeatable ()
 string getStatic ()
 string parseFieldTags (string $text)
 mixed __get (string $name)
Variables
Methods
getRepeatable (line 104)

Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)

  • return: The field HTML
  • since: 2.0
  • access: public
string getRepeatable ()

Implementation of:
FOFFormField::getRepeatable()
Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)

Redefined in descendants as:
getStatic (line 76)

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).

  • return: The field HTML
  • since: 2.0
  • access: public
string getStatic ()

Implementation of:
FOFFormField::getStatic()
Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
parseFieldTags (line 214)

Replace string with tags that reference fields

  • return: Text with tags replace
  • access: protected
string parseFieldTags (string $text)
  • string $text: Text to process
__get (line 41)

Method to get certain otherwise inaccessible properties from the form field object.

  • return: The property value or null.
  • since: 2.0
  • access: public
mixed __get (string $name)
  • string $name: The property name for which to the the value.

Redefinition of:
JFormFieldText::__get()
Method to get certain otherwise inaccessible properties from the form field object.

Redefined in descendants as:

Inherited Methods

Inherited From JFormFieldText

 JFormFieldText::getInput()
 JFormFieldText::getSuggestions()
 JFormFieldText::setup()
 JFormFieldText::__get()
 JFormFieldText::__set()

Inherited From JFormField

 JFormField::__construct()
 JFormField::getAttribute()
 JFormField::getControlGroup()
 JFormField::getFieldName()
 JFormField::getId()
 JFormField::getInput()
 JFormField::getLabel()
 JFormField::getName()
 JFormField::getTitle()
 JFormField::setForm()
 JFormField::setup()
 JFormField::setValue()
 JFormField::__get()
 JFormField::__set()

Documentation generated on Tue, 19 Nov 2013 15:15:40 +0100 by phpDocumentor 1.4.3