From 22c0b4956ff476ae165bf93a448f0980dfa050f3 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 20 Jan 2006 18:04:41 +0000 Subject: Added Validation test cases for TTextBox --- .../pages/Controls/Samples/TTextBox/Home.page | 44 ++++++++++++++++++++-- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page index c8315e42..246ecfec 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page @@ -45,19 +45,37 @@ Read-only text box: -Auto postback text box: +Auto postback text box not causing validation: + +Auto postback text box causing validation: + + + + + Text box's behavior upon postback: - + @@ -69,7 +87,9 @@ Safety feature (cross-site scripting prevention): Text="test" Width="200px"/> SafeText: -Page->TextBox2->SafeText%> /> +Page->TextBox2->SafeText%> /> @@ -120,15 +140,31 @@ Read-only text box with text-wrapping disabled: -Auto postback text box: +Auto postback text box not causing validation: + +Auto postback text box causing validation: + + + + + \ No newline at end of file -- cgit v1.2.3