diff options
author | wei <> | 2007-05-09 02:51:02 +0000 |
---|---|---|
committer | wei <> | 2007-05-09 02:51:02 +0000 |
commit | e2614a35a70f609bccc1d65df6f1b92ff1fef5ef (patch) | |
tree | e50ba7375212d2275cc2d866d220adca254eadf1 /tests/FunctionalTests | |
parent | 733cc375da74f9bf0fd3d71989bb20d503dbbb7b (diff) |
Add compact db demo, add THtmlArea::EnableCompression, add ClientSide options for TColorPicker
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket609.page | 11 |
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 |