Show
Ignore:
Timestamp:
08/28/2007 10:15:30 PM (17 months ago)
Author:
xue
Message:

revert.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/demos/helloworld/protected/pages/Home.page

    r2171 r2172  
    88 
    99<com:TForm> 
    10 <com:TCaptcha ID="Captcha" CaseSensitive="true" MaxTokenLength="5" /> 
    11 <com:TTextBox ID="Input" /> 
    1210<com:TButton Text="Click me" OnClick="buttonClicked" /> 
    13 <com:TCaptchaValidator EnableClientScript="true" ControlToValidate="Input" CaptchaControl="Captcha" Text="invalid" /> 
    1411</com:TForm> 
    1512