diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket587.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket587.page | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket587.page b/tests/FunctionalTests/tickets/protected/pages/Ticket587.page new file mode 100644 index 00000000..a28bab6a --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket587.page @@ -0,0 +1,15 @@ +<com:TContent ID="Content">
+
+<com:TTimeTriggeredCallback ID="Trigger"
+ ActiveControl.CausesValidation="false"
+ OnCallback="Page.onTriggerCallback" Interval="2" />
+Count: <com:TActiveLabel ID="count" Text="0" />
+<com:TTextBox ID="testBox" />
+
+<com:TRequiredFieldValidator
+ ControlToValidate="testBox"
+ Display="Dynamic"
+ ErrorMessage="Please insert a Text." />
+
+<com:TCheckBox Text="Test2" Attributes.OnClick="console.log(this.checked)" AutoPostBack="True" />
+</com:TContent>
\ No newline at end of file |