API17

Difference between revisions of "JFormFieldEditors"

From Joomla! Documentation

m (JoomlaWikiBot moved page JFormFieldEditors/11.1 to API17:JFormFieldEditors without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldEditors::getOptions/11.1|getOptions]]
+
|[[API17:JFormFieldEditors::getOptions|getOptions]]
 
|Method to get the field options.  
 
|Method to get the field options.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/editors.php
 
* '''Defined in''' libraries/joomla/form/fields/editors.php
* '''Extends''' [[JFormFieldList/11.1|JFormFieldList]]
+
* '''Extends''' [[API17:JFormFieldList|JFormFieldList]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.editors' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.editors' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldEditors source code''' on [[jplatform:form/fields/editors.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldEditors source code''' on [[jplatform:form/fields/editors.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldEditors|Other versions of JFormFieldEditors]]
+
* [[API17:JFormFieldEditors|Other versions of JFormFieldEditors]]
 
{{SeeAlso:JFormFieldEditors}}
 
{{SeeAlso:JFormFieldEditors}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormFieldEditors]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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

Description[edit]

Template:Description:JFormFieldEditors [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected getOptions Method to get the field options.
  • Defined in libraries/joomla/form/fields/editors.php
  • Extends JFormFieldList

Importing[edit]

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

See also[edit]

Template:SeeAlso:JFormFieldEditors [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />