WebRadioGroup position custom

Hi ,


i try to use the webRadioGroup component and need to position inside one of the 
div , 
 i have to use ASM block to move the whole component , which is fieldset tag
   into the designated DIV . is there any where i can position my fieldset inside a specific
   DIV using Delphi component property or code ?

i.e.    $('#webRadioGroup1').appendTo('#myDIV');


please advice. thanks.

kalmen



You should be able to use

WebRadioGroup.ElementHandle.appendChild() for example