API17

Difference between revisions of "JFormFieldHidden"

From Joomla! Documentation

m (JoomlaWikiBot moved page JFormFieldHidden/11.1 to API17:JFormFieldHidden without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldHidden::getInput/11.1|getInput]]
+
|[[API17:JFormFieldHidden::getInput|getInput]]
 
|Method to get the field input markup.  
 
|Method to get the field input markup.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/hidden.php
 
* '''Defined in''' libraries/joomla/form/fields/hidden.php
* '''Extends''' [[JFormField/11.1|JFormField]]
+
* '''Extends''' [[API17:JFormField|JFormField]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.hidden' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.hidden' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldHidden source code''' on [[jplatform:form/fields/hidden.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldHidden source code''' on [[jplatform:form/fields/hidden.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldHidden|Other versions of JFormFieldHidden]]
+
* [[API17:JFormFieldHidden|Other versions of JFormFieldHidden]]
 
{{SeeAlso:JFormFieldHidden}}
 
{{SeeAlso:JFormFieldHidden}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormFieldHidden]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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[edit]

Description[edit]

Template:Description:JFormFieldHidden [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected getInput Method to get the field input markup.
  • Defined in libraries/joomla/form/fields/hidden.php
  • Extends JFormField

Importing[edit]

jimport( 'joomla.form.fields.hidden' );

See also[edit]

Template:SeeAlso:JFormFieldHidden [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />