Class FOFFormFieldButton

Description

Implements interfaces:

Form Field class for the FOF framework Supports a button input.

  • since: 2.0

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

JFormField
   |
   --JFormFieldText
      |
      --FOFFormFieldText
         |
         --FOFFormFieldButton
Variable Summary
 mixed $repeatable
 mixed $static
Method Summary
 string getInput ()
 string getTitle ()
 mixed __get (string $name)
Variables
Methods
getInput (line 70)

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 getInput ()

Redefinition of:
JFormFieldText::getInput()
Method to get the field input markup.
getTitle (line 98)

Method to get the field title.

  • return: The field title.
  • access: protected
string getTitle ()

Redefinition of:
JFormField::getTitle()
Method to get the field title.
__get (line 35)

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:
FOFFormFieldText::__get()
Method to get certain otherwise inaccessible properties from the form field object.

Inherited Methods

Inherited From FOFFormFieldText

 FOFFormFieldText::getRepeatable()
 FOFFormFieldText::getStatic()
 FOFFormFieldText::parseFieldTags()
 FOFFormFieldText::__get()

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 14:54:47 +0100 by phpDocumentor 1.4.3