summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket609.page11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket609.page b/tests/FunctionalTests/tickets/protected/pages/Ticket609.page
new file mode 100644
index 00000000..741f4d65
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket609.page
@@ -0,0 +1,11 @@
+<com:TContent ID="Content">
+
+<com:TLabel ForControl="foo" Text="Choose Color:" />
+<com:TColorPicker ID="foo">
+ <prop:ClientSide.OnColorSelected>
+ alert(parameter);
+ </prop:ClientSide.OnColorSelected>
+</com:TColorPicker>
+Description
+
+</com:TContent> \ No newline at end of file