cancel
Showing results for 
Search instead for 
Did you mean: 

coding with radiobuttongroupby key

Former Member
0 Kudos

hi,

I need to use a radiobuttongroupby key where i have options to select from....a, b, c.How do i extract the value of selected option in my coding??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

selectedKey property specifies the path to the context attribute that stores the currently selected key

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mamai,

were you able to extract? how to do it?

I have a doubt..

Should the value attribute corresponding to the radiobutton has to be under a node, or can i place it directly under context

Former Member
0 Kudos

i think there is an option like following

wdContext.nodeRadioButtonsElement().getElementAt(i).isSelected();

Please check that

Thanks and Regards

shanto aloor