JHtmlList::positions
From Joomla! Documentation
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.
JHtmlList::positions[edit]
Description[edit]
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[edit]
- JHtmlList::positions source code on BitBucket
- Class JHtmlList
- Subpackage Html
- Other versions of JHtmlList::positions
User contributed notes[edit]
Code Examples[edit]