summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActivePanelVisibleTest.page
blob: 93684bef0c31d9369e080648bab982e52d890b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<com:TContent ID="Content">

<h1>ActivePanel Visible Test</h1>

<com:TActiveRadioButton ID="rbA" Checked="true"
    GroupName="group1" Text="Show A" OnCallback="showA"/>

<com:TActiveRadioButton ID="tbB"
    GroupName="group1" Text="Show B" OnCallback="showB"/>

<com:TActivePanel ID="pnlA">foo</com:TActivePanel>

<com:TActivePanel ID="pnlB">bar</com:TActivePanel>


</com:TContent>