function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NareshKrishnaNareshKrishna 

Is there any way of doing multi image selection in visualforce ?

Hi All,

 

I have to develop a page with multi image selection in visual force.

Its just like below:

<apex:selectList value="{!countries}" multiselect="true">

  <apex:selectOptions value="{!items}"/>

</apex:selectList>

 

How can we use options as images here..?

And is there any way displaying options in multiple columns instead of single column only?

 

Thanks.