[wix-users] BurnBootStrappper RadioButton If Condition Check
Srinivas
srinivasmsis at gmail.com
Thu Jan 25 15:33:01 PST 2018
hi,
I have 3 radio buttons in my theme file on home screen. i wanted to know
which one is clicked
<Button Name="RadioButton1" X="25" Y="210" Width="100" Height="17"
TabStop="yes" FontId="7" HexStyle="0x000009" >A</Button>
<Button Name="RadioButton2" X="25" Y="240" Width="100" Height="17"
TabStop="yes" FontId="7" HexStyle="0x000009">B</Button>
<Button Name="RadioButton3" X="25" Y="270" Width="100" Height="17"
TabStop="yes" FontId="7" HexStyle="0x000009">C</Button>
IF RadioButton1 is selected
<Variable Name="XYZ" Type="string" bal:Overridable="yes" Value="A" />
ELSE IF RadioButton2 is selected
<Variable Name="XYZ" Type="string" bal:Overridable="yes" Value="B" />
IF RadioButton3 is selected
<Variable Name="XYZ" Type="string" bal:Overridable="yes" Value="C" />
Please suggest me, how can i achieve this using standard Bootstrapper
Thanks
Sriini
More information about the wix-users
mailing list