3.
Re: How to set DropDownList Item value May 27, 2008 10:07 PM

in response to:
fukuta
Thanks Utkal , Fukuta n All Members for your valuable replies,
I found the solution throgh Curl Documentation :-
{cell DropdownList:
{DropdownList
name="drop-down-list",
{ListValueItem value="1", {HBox {image source = {url "curl://install/docs/default/images/adria.jpg"}},"A"}},
{ListValueItem value="2", {text B}},
{ListValueItem value="3", {text C}},
{on ValueChanged at d:DropdownList do
set dropdownlist-display.value =
{if-non-null d.form-value then
d.form-value
else
"null"
}
}
}
}
{cell form-value: {value dropdownlist-display}}
Regards,
Mannusanghi