Combobox in edit mode ? [message #449452] |
Mon, 29 March 2010 11:16  |
vld_apo
Messages: 1 Registered: March 2010 Location: sk
|
Junior Member |
|
|
Hello,
I am having a problem...
I have a form with rows and when I click on the Edit icon, I want one of the fields to be displayed as Combobox(Dropdown) with values... How do I achieve that ?
I need that only in edit mode...
|
|
|
Re: Combobox in edit mode ? [message #449681 is a reply to message #449452] |
Wed, 31 March 2010 07:28  |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
You'll have to give us a slightly more detailed explanation.
Are you saying that you want to conditionally change how an item displays on screen?
If you, the easiest way I've found to do it is to have two different items, and use javascript (the Apex supplies $f_hide_on _value_item and $f_show_on_value_item, detailed in the Apex API Reference are good for this)
|
|
|