API17

Difference between revisions of "JFormFieldUser"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|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}}
 
{{SeeAlso:JFormFieldUser}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

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

Description[edit]

Template:Description:JFormFieldUser [Edit Descripton]

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]

Template:SeeAlso:JFormFieldUser [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />