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
rtyanasrtyanas 

Scrolling list with a selectable items

I'm a newbie to force.com with many questions please help!

 

Looking at all the documentation gives me many introductary ideas but, not very many examples of different scenarios.  Is there an example where a scrollable list of items is listed and each item is selectable.  This selectable item will create a list in another scrollable list each scrollable list is in a frame in the same window. 

 

If I had an inventory list

 

Supply                If I clicked on Mouse I would get another        Detail

-----------              list in the same window                                     ----------

Monitors                                                                                             Logitech

Mouse                                                                                                 Microsoft

 

I'm having difficulties finding simple VF examples like the one above.  I get the controller logic but, connecting that to VF gets involved with their components.

 

Thanks,

 

Thomas

 

 

 

 

ibtesamibtesam

Hi,

 

You are probably referring to "multi select picklist",

salesforce doesnt provide exact look and feel of the standard picklist field in a VF page,

refer this link for creating such field in VF page.

http://hisrinu.wordpress.com/2011/05/30/custom-multi-select-picklist-field-in-visualforce/