diff options
author | wei <> | 2006-08-12 12:54:27 +0000 |
---|---|---|
committer | wei <> | 2006-08-12 12:54:27 +0000 |
commit | 1180e6486139a9c9662984367c4f624394e06f35 (patch) | |
tree | f89a379960284595d5a425e22424582eea57422c /tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page | |
parent | 54d4919e3f1b00b644fa3c107acdf20159a1b154 (diff) |
Add Triggered Callbacks
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page b/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page new file mode 100644 index 00000000..1281cc5c --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/ValueTriggerCallbackTest.page @@ -0,0 +1,14 @@ +<com:TForm>
+<h1>Value Trigger Callback Test</h1>
+
+<com:TTextBox ID="text1" />
+
+<com:TValueTriggeredCallback
+ ControlID="text1"
+ OnCallback="text1_changed" />
+
+<com:TActiveLabel ID="label1" Text="Label 1" />
+
+<com:TJavascriptLogger />
+
+</com:TForm>
\ No newline at end of file |