API17:JFormFieldSpacer
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormFieldSpacer== | ||
| + | ===Description=== | ||
| + | {{Description:JFormFieldSpacer}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormFieldSpacer|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldSpacer|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldSpacer::getInput/11.1|getInput]] | |[[JFormFieldSpacer::getInput/11.1|getInput]] | ||
|Method to get the field input markup. | |Method to get the field input markup. | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldSpacer::getLabel/11.1|getLabel]] | |[[JFormFieldSpacer::getLabel/11.1|getLabel]] | ||
|Method to get the field label markup. | |Method to get the field label markup. | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldSpacer::getTitle/11.1|getTitle]] | |[[JFormFieldSpacer::getTitle/11.1|getTitle]] | ||
|Method to get the field title. | |Method to get the field title. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/fields/spacer.php | ||
| + | * '''Extends''' [[JFormField/11.1|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=== | ||
| − | * JFormFieldSpacer source code | + | * {{JVer|11.1}} '''JFormFieldSpacer source code''' on [[jplatform:form/fields/spacer.php|BitBucket]] |
| − | * [[JFormFieldSpacer|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] |
| + | * [[JFormFieldSpacer|Other versions of JFormFieldSpacer]] | ||
{{SeeAlso:JFormFieldSpacer}} | {{SeeAlso:JFormFieldSpacer}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldSpacer|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldSpacer|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldSpacer]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldSpacer]]</noinclude> | ||
Revision as of 18:03, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormFieldSpacer
Description
Description:JFormFieldSpacer [Edit Descripton]
Methods
| 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
jimport( 'joomla.form.fields.spacer' );
See also
-
JFormFieldSpacer source code on BitBucket
-
Subpackage Form
- Other versions of JFormFieldSpacer
SeeAlso:JFormFieldSpacer [Edit See Also]
User contributed notes
<CodeExamplesForm />
