diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket695.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket695.page | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket695.page b/tests/FunctionalTests/tickets/protected/pages/Ticket695.page new file mode 100644 index 00000000..884be053 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket695.page @@ -0,0 +1,7 @@ +<com:TContent ID="Content"> + +<com:TActiveTextBox ID="ATB" AutoPostBack="True" onTextChanged="onATB" /><br /> +<com:TTextBox ID="TB"/><br /> +Callbacks: <com:TActiveLabel ID="X" Text="0"/> + +</com:TContent> |