diff options
Diffstat (limited to 'tests/FunctionalTests/protected/pages/UI/testOnClickAttribute.page')
-rw-r--r-- | tests/FunctionalTests/protected/pages/UI/testOnClickAttribute.page | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/testOnClickAttribute.page b/tests/FunctionalTests/protected/pages/UI/testOnClickAttribute.page deleted file mode 100644 index 31381c40..00000000 --- a/tests/FunctionalTests/protected/pages/UI/testOnClickAttribute.page +++ /dev/null @@ -1,7 +0,0 @@ -<%@ Title="Test Attributes.OnClick" %>
-<com:TContent ID="Content">
-<h1>Test Attributes.OnClick</h1>
- <com:TLinkButton OnClick="doClick" Text="Click me"
- Attributes.OnClick="if(!confirm('Are you sure?')) return false;" />
- <com:TLabel ID="clickState" />
-</com:TContent>
\ No newline at end of file |