API17

Difference between revisions of "JFormFieldHidden::getInput"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldHidden::getInput source code''' on [[jplatform:form/fields/hidden.php#cl-30|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldHidden::getInput source code''' on [[jplatform:form/fields/hidden.php#cl-30|BitBucket]]
* {{JVer|11.1}} Class [[JFormFieldHidden/11.1|JFormFieldHidden]]
+
* {{JVer|11.1}} Class [[API17:JFormFieldHidden|JFormFieldHidden]]
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[JFormFieldHidden::getInput|Other versions of JFormFieldHidden::getInput]]
+
* [[API17:JFormFieldHidden::getInput|Other versions of JFormFieldHidden::getInput]]
 
{{SeeAlso:JFormFieldHidden::getInput}}
 
{{SeeAlso:JFormFieldHidden::getInput}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:46, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFormFieldHidden::getInput[edit]

Description[edit]

Method to get the field input markup.

Template:Description:JFormFieldHidden::getInput [Edit Descripton]

protected function getInput ()
  • Returns string The field input markup.
  • Defined on line 38 of libraries/joomla/form/fields/hidden.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JFormFieldHidden::getInput [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />