API17:JHtmlList::images
From Joomla! Documentation
JHtmlList::images
Description
Build the select list to choose an image.
public static function images (
$name
$active=NULL
$javascript=NULL
$directory=NULL
$extensions="bmp|gif|jpg|png"
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $active | NULL | ||
| $javascript | NULL | ||
| $directory | NULL | ||
| $extensions | gif|jpg|png" |
- Returns
- Defined on line 35 of libraries/joomla/html/html/list.php
See also
JHtmlList::images source code on BitBucket
Class JHtmlList
Subpackage Html- Other versions of JHtmlList::images
User contributed notes
Code Examples