API16

JFormFieldUser: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JFormFieldUser}} ===Define...
 
m preparing for archive only
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JFormFieldUser|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JFormFieldUser}}
===Defined in===
===Defined in===
libraries/joomla/form/fields/user.php
libraries/joomla/form/fields/user.php
===Methods===
 
{| class="wikitable sortable"
|-
!Method name
!Description
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>C:\Testumgebung\xampp\htdocs\mysnugs\administrator\components\com_doxiki\views\wiki\class\tmpl\default.php</b> on line <b>22</b><br />
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.form.fields.user' );</source>
<source lang="php">jimport( 'joomla.form.fields.user' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFormFieldUser|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{SeeAlso:JFormFieldUser}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JFormFieldUser
  category=JFormFieldUser
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:43, 25 March 2017

Defined in

libraries/joomla/form/fields/user.php

Importing

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



Examples

Code Examples