Changeset 2172 for trunk/demos/helloworld/protected/pages/Home.page
- Timestamp:
- 08/28/2007 10:15:30 PM (17 months ago)
- Files:
-
- 1 modified
-
trunk/demos/helloworld/protected/pages/Home.page (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/helloworld/protected/pages/Home.page
r2171 r2172 8 8 9 9 <com:TForm> 10 <com:TCaptcha ID="Captcha" CaseSensitive="true" MaxTokenLength="5" />11 <com:TTextBox ID="Input" />12 10 <com:TButton Text="Click me" OnClick="buttonClicked" /> 13 <com:TCaptchaValidator EnableClientScript="true" ControlToValidate="Input" CaptchaControl="Captcha" Text="invalid" />14 11 </com:TForm> 15 12
