API17:JFormFieldFile
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormFieldFile== | ||
| + | ===Description=== | ||
| + | {{Description:JFormFieldFile}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormFieldFile|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldFile|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldFile::getInput/11.1|getInput]] | |[[JFormFieldFile::getInput/11.1|getInput]] | ||
|Method to get the field input markup. | |Method to get the field input markup. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/fields/file.php | ||
| + | * '''Extends''' [[JFormField/11.1|JFormField]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.form.fields.file' );</source> | <source lang="php">jimport( 'joomla.form.fields.file' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JFormFieldFile source code | + | * {{JVer|11.1}} '''JFormFieldFile source code''' on [[jplatform:form/fields/file.php|BitBucket]] |
| − | * [[JFormFieldFile|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] |
| + | * [[JFormFieldFile|Other versions of JFormFieldFile]] | ||
{{SeeAlso:JFormFieldFile}} | {{SeeAlso:JFormFieldFile}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldFile|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldFile|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 39: | Line 38: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldFile]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldFile]]</noinclude> | ||
Revision as of 18:02, 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.
JFormFieldFile
Description
Description:JFormFieldFile [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| protected | getInput | Method to get the field input markup. |
- Defined in libraries/joomla/form/fields/file.php
- Extends JFormField
Importing
jimport( 'joomla.form.fields.file' );
See also
-
JFormFieldFile source code on BitBucket
-
Subpackage Form
- Other versions of JFormFieldFile
SeeAlso:JFormFieldFile [Edit See Also]
User contributed notes
<CodeExamplesForm />
