Select list of images

Select list of images

by Kieran Briggs -
Number of replies: 1

Hi, 

I'm creating a block which lets users add a graphical heading to a course.  I have all my headings created and in an /images folder in the block structure.

How can I use edit_form.php to show all the different banners and let the user select it?  I started by creating a select mform element and giving the options as text, but I would rather the banners appear in the select box instead.

Average of ratings: -
In reply to Kieran Briggs

Re: Select list of images

by Roman Gelembiuk -
Picture of Plugin developers

Hi,

It is not easy to do what you want with HTML select input.

I would list banners in a table and put radio button near every banner . Also the table i would put to div container with limited height (e.g. 300 pixels) with scrolling enabled.