summaryrefslogtreecommitdiff
path: root/demos/helloworld/protected/pages/Home.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/helloworld/protected/pages/Home.page')
-rw-r--r--demos/helloworld/protected/pages/Home.page3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/helloworld/protected/pages/Home.page b/demos/helloworld/protected/pages/Home.page
index 0a4a36b4..0c0a7a3d 100644
--- a/demos/helloworld/protected/pages/Home.page
+++ b/demos/helloworld/protected/pages/Home.page
@@ -7,10 +7,7 @@
<body>
<com:TForm>
-<com:TCaptcha ID="Captcha" CaseSensitive="true" MaxTokenLength="5" />
-<com:TTextBox ID="Input" />
<com:TButton Text="Click me" OnClick="buttonClicked" />
-<com:TCaptchaValidator EnableClientScript="true" ControlToValidate="Input" CaptchaControl="Captcha" Text="invalid" />
</com:TForm>
</body>