From 5c9064d7d387c6f1e91fb11f47e14fb0d45cca3d Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 22 Jan 2006 04:23:57 +0000 Subject: Fixed renderInputTag issue with TRadioButton. --- .../pages/Controls/Samples/TCheckBox/Home.page | 26 +++++++++++++++++----- .../pages/Controls/Samples/TCheckBox/Home.php | 4 ++++ 2 files changed, 25 insertions(+), 5 deletions(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page index 7d468a69..9e25fc8e 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page @@ -5,24 +5,40 @@ + +
-A checkbox with customized color and font: +A checkbox with customized text alignment, color and font:
-A click checkbox: +A checkbox with label and input attributes: - + +
+An auto postback checkbox: + +
-A button causing validation: +A checkbox causing validation on a textbox: Text="I'm clicked"; + } } ?> \ No newline at end of file -- cgit v1.2.3