API17

Difference between revisions of "JFormFieldUser"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JFormFieldUser==
 
=={{JVer|11.1}} JFormFieldUser==
 
===Description===
 
===Description===
{{Description:JFormFieldUser}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFormFieldUser|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldUser::getExcluded/11.1|getExcluded]]
+
|[[API17:JFormFieldUser::getExcluded|getExcluded]]
 
|Method to get the users to exclude from the list of users.  
 
|Method to get the users to exclude from the list of users.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldUser::getGroups/11.1|getGroups]]
+
|[[API17:JFormFieldUser::getGroups|getGroups]]
 
|Method to get the filtering groups (null means no filtering).  
 
|Method to get the filtering groups (null means no filtering).  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldUser::getInput/11.1|getInput]]
+
|[[API17:JFormFieldUser::getInput|getInput]]
 
|Method to get the field input markup.  
 
|Method to get the field input markup.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/user.php
 
* '''Defined in''' libraries/joomla/form/fields/user.php
* '''Extends''' [[JFormField/11.1|JFormField]]
+
* '''Extends''' [[API17:JFormField|JFormField]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.user' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.user' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldUser source code''' on [[jplatform:form/fields/user.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldUser source code''' on [[jplatform:form/fields/user.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldUser|Other versions of JFormFieldUser]]
+
* [[API17:JFormFieldUser|Other versions of JFormFieldUser]]
{{SeeAlso:JFormFieldUser}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFormFieldUser|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFormFieldUser
 
category=JFormFieldUser
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 49: Line 45:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldUser]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:08, 24 March 2017

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

Description[edit]

Methods[edit]

Visibility Method name Description
protected getExcluded Method to get the users to exclude from the list of users.
protected getGroups Method to get the filtering groups (null means no filtering).
protected getInput Method to get the field input markup.
  • Defined in libraries/joomla/form/fields/user.php
  • Extends JFormField

Importing[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]