API17

Difference between revisions of "JHtmlList::category"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎See also: moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JHtmlList::category|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JHtmlList::category|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JHtmlList::category ($name, $extension, $selected=NULL, $javascript=NULL, $order=null, $size=1, $sel_cat=1)
+
public static function category (
 +
        $name
 +
        $extension
 +
        $selected=NULL
 +
        $javascript=NULL
 +
        $order=null
 +
        $size=1
 +
        $sel_cat=1
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 55: Line 62:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 255 of libraries/joomla/html/html/list.php
===Defined in===
 
libraries/joomla/html/html/list.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JHtmlList::category source code''' on [[jplatform:html/html/list.php#cl-247|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JHtmlList|JHtmlList]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
 +
* [[API17:JHtmlList::category|Other versions of JHtmlList::category]]
 +
{{SeeAlso:JHtmlList::category}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlList::category|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlList::category|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JHtmlList/11.1|JHtmlList]]
+
===User contributed notes===
* [[JHtmlList::category|Other versions of this method]]
 
{{SeeAlso:JHtmlList::category}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 75: Line 81:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlList]][[Category:JHtmlList::category]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:54, 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 JHtmlList::category[edit]

Description[edit]

Template:Description:JHtmlList::category [Edit Descripton]

public static function category (
        $name
        $extension
        $selected=NULL
        $javascript=NULL
        $order=null
        $size=1
        $sel_cat=1
)
Parameter Type Default Description
$name
$extension
$selected NULL
$javascript NULL
$order null
$size 1
$sel_cat 1
  • Returns
  • Defined on line 255 of libraries/joomla/html/html/list.php

See also[edit]

Template:SeeAlso:JHtmlList::category [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />