API17

Difference between revisions of "JFormFieldSpacer"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldSpacer::getInput/11.1|getInput]]
+
|[[API17:JFormFieldSpacer::getInput|getInput]]
 
|Method to get the field input markup.  
 
|Method to get the field input markup.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldSpacer::getLabel/11.1|getLabel]]
+
|[[API17:JFormFieldSpacer::getLabel|getLabel]]
 
|Method to get the field label markup.  
 
|Method to get the field label markup.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldSpacer::getTitle/11.1|getTitle]]
+
|[[API17:JFormFieldSpacer::getTitle|getTitle]]
 
|Method to get the field title.  
 
|Method to get the field title.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/spacer.php
 
* '''Defined in''' libraries/joomla/form/fields/spacer.php
* '''Extends''' [[JFormField/11.1|JFormField]]
+
* '''Extends''' [[API17:JFormField|JFormField]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.spacer' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.spacer' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldSpacer source code''' on [[jplatform:form/fields/spacer.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldSpacer source code''' on [[jplatform:form/fields/spacer.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldSpacer|Other versions of JFormFieldSpacer]]
+
* [[API17:JFormFieldSpacer|Other versions of JFormFieldSpacer]]
 
{{SeeAlso:JFormFieldSpacer}}
 
{{SeeAlso:JFormFieldSpacer}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:48, 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 JFormFieldSpacer[edit]

Description[edit]

Template:Description:JFormFieldSpacer [Edit Descripton]

Methods[edit]

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

Importing[edit]

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

See also[edit]

Template:SeeAlso:JFormFieldSpacer [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />