JFormFieldHidden
Extends \JFormFieldForm Field class for the Joomla Platform.
Provides a hidden field
link |
http://www.w3.org/TR/html-markup/input.hidden.html#input.hidden |
---|---|
since |
1.7.0 |
package |
Joomla.Platform |
Methods
getInput
Method to get the field input markup.
getInput() : string
since |
1.7.0 |
---|
Response
string
The field input markup.
getLayoutData
Method to get the data to be passed to the layout for rendering.
getLayoutData() : array
since |
3.7 |
---|
Response
array
Properties
type
The form field type.
since |
1.7.0 |
---|
Type(s)
string
layout
Name of the layout being used to render the field
since |
3.7 |
---|
Type(s)
string