API17:JFormFieldUser
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormFieldUser== | ||
| + | ===Description=== | ||
| + | {{Description:JFormFieldUser}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormFieldUser|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldUser|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldUser::getExcluded/11.1|getExcluded]] | |[[JFormFieldUser::getExcluded/11.1|getExcluded]] | ||
| − | | | + | |Method to get the users to exclude from the list of users. |
|- | |- | ||
| + | |protected | ||
|[[JFormFieldUser::getGroups/11.1|getGroups]] | |[[JFormFieldUser::getGroups/11.1|getGroups]] | ||
|Method to get the filtering groups (null means no filtering). | |Method to get the filtering groups (null means no filtering). | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldUser::getInput/11.1|getInput]] | |[[JFormFieldUser::getInput/11.1|getInput]] | ||
|Method to get the field input markup. | |Method to get the field input markup. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/fields/user.php | ||
| + | * '''Extends''' [[JFormField/11.1|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=== | ||
| − | * JFormFieldUser source code | + | * {{JVer|11.1}} '''JFormFieldUser source code''' on [[jplatform:form/fields/user.php|BitBucket]] |
| − | * [[JFormFieldUser|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] |
| + | * [[JFormFieldUser|Other versions of JFormFieldUser]] | ||
{{SeeAlso:JFormFieldUser}} | {{SeeAlso:JFormFieldUser}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldUser|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldUser|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldUser]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFormFieldUser]]</noinclude> |
Revision as of 13:49, 29 August 2012
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.
JFormFieldUser
Description
Description:JFormFieldUser [Edit Descripton]
Methods
| 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
jimport( 'joomla.form.fields.user' );
See also
-
JFormFieldUser source code on BitBucket
-
Subpackage Form
- Other versions of JFormFieldUser
SeeAlso:JFormFieldUser [Edit See Also]
User contributed notes
<CodeExamplesForm />
