API17:JHtmlList::positions
From Joomla! Documentation
JHtmlList::positions
Description
Select list of positions - generally used for location of images.
public static function positions (
$name
$active=null
$javascript=null
$none=1
$center=1
$left=1
$right=1
$id=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $active | null | ||
| $javascript | null | ||
| $none | 1 | ||
| $center | 1 | ||
| $left | 1 | ||
| $right | 1 | ||
| $id | false |
- Returns
- Defined on line 221 of libraries/joomla/html/html/list.php
See also
JHtmlList::positions source code on BitBucket
Class JHtmlList
Subpackage Html- Other versions of JHtmlList::positions
User contributed notes
Code Examples