diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket698.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket698.page | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket698.page b/tests/FunctionalTests/tickets/protected/pages/Ticket698.page new file mode 100644 index 00000000..686fef9d --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket698.page @@ -0,0 +1,7 @@ + +<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 |