API17

Difference between revisions of "JFormFieldMedia"

From Joomla! Documentation

(Layout updates)
m (→‎User contributed notes: bad link repair)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JFormFieldMedia==
 +
===Description===
 +
{{Description:JFormFieldMedia}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JFormFieldMedia|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JFormFieldMedia|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JFormFieldMedia}}
 
===Defined in===
 
libraries/joomla/form/fields/media.php
 
* see source code in [[jplatform:form/fields/media.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Form/11.1|Form]]
 
===Extends===
 
[[JFormField/11.1|JFormField]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|protected
 
|[[JFormFieldMedia::getInput/11.1|getInput]]
 
|[[JFormFieldMedia::getInput/11.1|getInput]]
 
|Method to get the field input markup.  
 
|Method to get the field input markup.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/form/fields/media.php
 +
* '''Extends''' [[JFormField/11.1|JFormField]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.media' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.media' );</source>
 
===See also===
 
===See also===
* JFormFieldMedia source code in [[jplatform:form/fields/media.php|BitBucket]]
+
* {{JVer|11.1}} '''JFormFieldMedia source code''' on [[jplatform:form/fields/media.php|BitBucket]]
* [[JFormFieldMedia|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
 +
* [[JFormFieldMedia|Other versions of JFormFieldMedia]]
 
{{SeeAlso:JFormFieldMedia}}
 
{{SeeAlso:JFormFieldMedia}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFormFieldMedia|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JFormFieldMedia|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===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:JFormFieldMedia]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormFieldMedia]]</noinclude>

Revision as of 13:47, 29 August 2012

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

Description[edit]

Template:Description:JFormFieldMedia [Edit Descripton]

Methods[edit]

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

Importing[edit]

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

See also[edit]

Template:SeeAlso:JFormFieldMedia [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />