cancel
Showing results for 
Search instead for 
Did you mean: 

ItemListBox

Former Member
0 Kudos

Hi

i am using ItemListBox UI, i want process for creating contextand select items in itemlistbox and move that item in text area

like layout selection in portal

tellme how to prepare code

Regards

Narain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

(wdContext.currentItemListBoxSourceElement().getItemListBoxDescriptiveText());

now u can set the text in d text area by

(wdContext.currentItemListBoxSourceElement().getItemListBoxText)

Former Member
0 Kudos

Hi Kanwaipreet Singh

thanks for ur replay

here i want know abt type of Value Attribute of Itemlistbox

Regards

Narain

Former Member
0 Kudos

hi

Use a value node with value attributes of type string.

regards

LNV

Former Member
0 Kudos

Hi Vvln

i want to show some item in ItemListBox

how to do this

Regards

Narain

Former Member
0 Kudos

hi

Put all the values in a value node and bind it to the dataSource. All your descriptive texts can be put here "descriptiveText"

The link gives a very comprehensive description.

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm">itemlistbox</a>

regards

LNV