Class JFormFieldSpacer

Description

Form Field class for the Joomla Platform.

Provides spacer markup to be used in form layouts.

  • since: 11.1

Located in /libraries/joomla/form/fields/spacer.php (line 20)

JFormField
   |
   --JFormFieldSpacer
Direct descendents
Class Description
 class FOFFormFieldSpacer Form Field class for the FOF framework Spacer used between form elements
Variable Summary
 string $type
Method Summary
 string getInput ()
 string getLabel ()
 string getTitle ()
Variables
Methods
getInput (line 38)

Method to get the field input markup for a spacer.

The spacer does not have accept input.

  • return: The field input markup.
  • since: 11.1
  • access: protected
string getInput ()

Redefinition of:
JFormField::getInput()
Method to get the field input markup.
getLabel (line 52)

Method to get the field label markup for a spacer.

Use the label text or name from the XML element as the spacer or Use a hr="true" to automatically generate plain hr markup

  • return: The field label markup.
  • since: 11.1
  • access: protected
string getLabel ()

Redefinition of:
JFormField::getLabel()
Method to get the field label markup.
getTitle (line 105)

Method to get the field title.

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

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

Inherited Methods

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