Skip to content
Nicholas K. Dionysopoulos edited this page Mar 22, 2015 · 2 revisions

ImageList Field

This will display a media selection field showing images from a specified folder. It is best to use the Media field type since this is the preferred interface method in Joomla! 3 (showing a preview of the selected media and using the Media Manager to handle media selection).

You can set the following attributes:

  • directory Folder to search the images in, relative to the site's root

  • hideNone Set to 1 to hide the "None" option

  • hideDefault Set to 1 to hide the default option

  • stripExt Set to 1 to hide the extension of the image file

  • style Inline CSS style

  • width HTML width attribute

  • height HTML height attribute

  • align HTML align attribute

  • rel HTML rel attribute

  • title The title attribute of the input element.

  • filter The filtering string for filenames to show. Default: \.png$|\.gif$|\.jpg$|\.bmp$|\.ico$|\.jpeg$|\.psd$|\.eps$.

Clone this wiki locally