-
Notifications
You must be signed in to change notification settings - Fork 0
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$
.
FOF (Framework on Framework) and its documentation are Copyright © 2010-2020 Nicholas K. Dionysopoulos / Akeeba Ltd.
FOF is Open Source Software, distributed under the GNU General Public License, version 2 of the license, or (at your option) any later version.
The FOF Wiki content is provided under the GNU Free Documentation License, version 1.3 of the license, or (at your option) any later version.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found on the GNU site.