cancel
Showing results for 
Search instead for 
Did you mean: 

Update control with aggregation

Former Member
0 Kudos

HI

Im trying to change the following control to like following

Some Title  sap.ui.core.Title

sperator under sap.ui.core.Label

some Text sap.ui.core.Label

Radio button group one on top other (two radio button only) 

and on the write side of the second RB a DropDownBox

I try with the following (thanks to Dennis) and its not working,what am I doing wrong?

I don't want to use the M library just the common ...

JS Bin - Collaborative JavaScript Debugging

Accepted Solutions (1)

Accepted Solutions (1)

former_member182862
Active Contributor
0 Kudos

HI Miley

I think it is working now

JS Bin - Collaborative JavaScript Debugging

Former Member
0 Kudos

Thanks Dennis,

The only thing is how should I put the listBox on right side of the B radio button.

and it will be great if you can explain a bit about the

oRm.write("<div");

oRm.write(">");

a

Thanks,

Miley

former_member182862
Active Contributor
0 Kudos

Hi Miley

oRm is writing the HTML tag for the control.

I think this is what you need

JS Bin - Collaborative JavaScript Debugging

Answers (0)