summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Issue120.page
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-03-20 06:51:50 +0000
committergodzilla80@gmx.net <>2009-03-20 06:51:50 +0000
commit88ca6ce4fae584a72470343d9e786c8ac736c62d (patch)
treed94f552dadf21e672814119bca01d88e725c66a4 /tests/FunctionalTests/tickets/protected/pages/Issue120.page
parentd634db87d432c87a092f1c4cee69a56914cbaa97 (diff)
Fixed Issue #120
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Issue120.page')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Issue120.page13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Issue120.page b/tests/FunctionalTests/tickets/protected/pages/Issue120.page
new file mode 100644
index 00000000..0b504849
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Issue120.page
@@ -0,0 +1,13 @@
+<com:TContent ID="Content">
+ <h1>TActiveDropDownList PromptValue Test</h1>
+
+ <com:TActiveDropDownList id="ddl1" PromptValue="PromptValue" PromptText="PromptText">
+ <com:TListItem Value="value 1" Text="item 1" />
+ <com:TListItem Value="value 2" Text="item 2" />
+ <com:TListItem Value="value 3" Text="item 3" />
+ <com:TListItem Value="value 4" Text="item 4" />
+ </com:TActiveDropDownList>
+
+ <com:TActiveButton id="btn1" OnCallback="buttonClickCallback" />
+
+</com:TContent> \ No newline at end of file