summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page')
-rw-r--r--tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page10
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page b/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page
index 87522f72..2d43bb82 100644
--- a/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page
+++ b/tests/FunctionalTests/features/protected/pages/ActiveControls/ActiveControl.page
@@ -2,9 +2,9 @@
<h1>TCallback Demo</h1>
<com:TClientScript UsingPradoScripts="ajax" />
<com:TCallback id="control1"
- OnCallback="control1onCallback">
- <com:TButton id="button2" Text="Hello" Visible="false"/>
- </com:TCallback>
+ OnCallback="control1onCallback" />
+
+ <com:TActiveLabel id="label1" Text="Name:" />
<com:TTextBox id="text1" />
<com:TCheckBoxList>
@@ -12,10 +12,6 @@
<com:TListItem Text="Two" />
</com:TCheckBoxList>
- <com:TPanel id="panel2" Visible="false">
- asdad <com:TCheckBox id="checkbox1" />
- </com:TPanel>
-
<input type="hidden" name="PRADO_CALLBACK_TARGET" value="<%= $this->control1->UniqueID %>" />
<com:TButton id="button1" Text="Submit" CausesValidation="false" />