API16

Difference between revisions of "JHtmlList/accesslevel"

From Joomla! Documentation

< API16:JHtmlList
(New page: ===Description=== Use JHtml::_('access.assetgrouplist', 'access', $selected) instead Deprecated <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JHtml...)
 
m (removing red link to edit, no existant pages)
(One intermediate revision by one other user not shown)
Line 3: Line 3:
  
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JHtmlList/accesslevel|Edit Descripton]]<nowiki>]</nowiki>
+
<nowiki>[<! removed edit link to red link >]</nowiki>
 
</span>
 
</span>
  
{{Description:JHtmlList/accesslevel}}
+
<! removed transcluded page call, red link never existed >
  
 
===Syntax===
 
===Syntax===
Line 17: Line 17:
 
!Description
 
!Description
 
|-
 
|-
|  
+
| &$row
 
|  
 
|  
 
|   
 
|   
Line 36: Line 36:
  
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JHtmlList/accesslevel|Edit See Also]]<nowiki>]</nowiki>
+
<nowiki>[<! removed edit link to red link >]</nowiki>
 
</span>
 
</span>
{{SeeAlso:JHtmlList/accesslevel}}
+
<! removed transcluded page call, red link never existed >
  
 
===Examples===
 
===Examples===
Line 51: Line 51:
 
  format= ,,,
 
  format= ,,,
 
</dpl>
 
</dpl>
 +
[[Category:Archived pages API16]]

Revision as of 21:57, 13 May 2013

The "API16" 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.

Description[edit]

Use JHtml::_('access.assetgrouplist', 'access', $selected) instead Deprecated

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax[edit]

static accesslevel(&$row)
Parameter Name Default Value Description
&$row

Defined in[edit]

libraries/joomla/html/html/list.php

Importing[edit]

jimport( 'joomla.html.html.list' );

Source Body[edit]

public static function accesslevel(&$row)
{
        return JHtml::_('access.assetgrouplist', 'access', $row->access);
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples[edit]

<CodeExamplesForm />