Back to Joomla project (class list)

Class NoteField - list of methods

Form Field class for the Joomla Platform.
Supports a one line text field.

Extends

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

Method Summary

protected string
()

Method to get the field label markup.
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 input markup.
Returns
  • string The field input markup.
Since
  • 1.7.0
Show source code of this method: getInput Source Code

Properties Summary

protected string
$type
The form field type.
Since
  • 1.7.0
protected bool
$hiddenLabel
Hide the label when rendering the form field.
Since
  • 4.0.0
protected bool
$hiddenDescription
Hide the description when rendering the form field.
Since
  • 4.0.0

Tags Summary

Since
1.7.0