API17

Difference between revisions of "JFormFieldComponentLayout"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JFormFieldComponentLayout==
 
=={{JVer|11.1}} JFormFieldComponentLayout==
 
===Description===
 
===Description===
{{Description:JFormFieldComponentLayout}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFormFieldComponentLayout|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldComponentLayout::getInput/11.1|getInput]]
+
|[[API17:JFormFieldComponentLayout::getInput|getInput]]
 
|Method to get the field input.  
 
|Method to get the field input.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/componentlayout.php
 
* '''Defined in''' libraries/joomla/form/fields/componentlayout.php
* '''Extends''' [[JFormField/11.1|JFormField]]
+
* '''Extends''' [[API17:JFormField|JFormField]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.componentlayout' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.componentlayout' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldComponentLayout source code''' on [[jplatform:form/fields/componentlayout.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldComponentLayout source code''' on [[jplatform:form/fields/componentlayout.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldComponentLayout|Other versions of JFormFieldComponentLayout]]
+
* [[API17:JFormFieldComponentLayout|Other versions of JFormFieldComponentLayout]]
{{SeeAlso:JFormFieldComponentLayout}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFormFieldComponentLayout|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFormFieldComponentLayout
 
category=JFormFieldComponentLayout
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 41: Line 37:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormFieldComponentLayout]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:06, 24 March 2017

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

Description[edit]

Methods[edit]

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

Importing[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]