API17

API17:JHtmlList::images

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples