diff options
author | wei <> | 2007-05-09 04:21:41 +0000 |
---|---|---|
committer | wei <> | 2007-05-09 04:21:41 +0000 |
commit | c3c0dc28d3e9964bddbe66dac34080cf9e1dd05c (patch) | |
tree | 648bb85a309712e66374dc4dac25cbea839a328b /tests/FunctionalTests/tickets/protected/pages/Ticket603.page | |
parent | 2c8dcb09949ea6fb1ae9ee45cc1b36a0d5c396d9 (diff) |
Fixed #598
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket603.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket603.page | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket603.page b/tests/FunctionalTests/tickets/protected/pages/Ticket603.page new file mode 100644 index 00000000..d5023adc --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket603.page @@ -0,0 +1,9 @@ +<com:TContent ID="Content">
+
+<com:TActiveButton ID="switchContentTypeButton"
+ Text="change" onClick="switchContentTypeClicked" onCallBack="switchContentTypeCallback" />
+<com:TActivePanel ID="ContentPanel" >
+ <com:THtmlArea ID="EditHtmlTextBox" />
+</com:TActivePanel>
+
+</com:TContent>
\ No newline at end of file |