Back to Joomla project (class list)

Class SpacerField - list of methods

Form Field class for the Joomla Platform.
Provides spacer markup to be used in form layouts.

Extends

Package: Joomla\CMS\Form\Field
Copyright: (C) 2009 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Form/Field/SpacerField.php
Project: Joomla

Method Summary

protected string
()

Method to get the field input markup for a spacer.
Returns
  • string The field input markup.
Since
  • 1.7.0
Show source code of this method: getInput Source Code

protected string
()

Method to get the field label markup for a spacer.
Returns
  • string The field label markup.
Since
  • 1.7.0
Show source code of this method: getLabel Source Code

protected string
()

Method to get the field title.
Returns
  • string The field title.
Since
  • 1.7.0
Show source code of this method: getTitle Source Code

public string
(mixed $options = array())

Method to get a control group with label and input.
Parameters
  • array $options Options to be passed into the rendering of the field
Returns
  • string A string containing the html for the control group
Since
  • 3.7.3
Show source code of this method: renderField Source Code

Properties Summary

protected string
$type
The form field type.
Since
  • 1.7.0

Tags Summary

Since
1.7.0