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
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 107)

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::getFieldName()
JFormField::getId()
JFormField::getInput()
JFormField::getLabel()
JFormField::getName()
JFormField::getTitle()
JFormField::setForm()
JFormField::setup()
JFormField::__get()

Documentation generated on Mon, 25 Jun 2012 13:59:40 -0500 by phpDocumentor 1.4.4