From 85a8e37118107312b971aba4065be4e850441866 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 24 Jan 2006 05:13:51 +0000 Subject: Added TRadioButton demo and FT. --- .../pages/Controls/Samples/TRadioButton/Home.page | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page (limited to 'demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page new file mode 100644 index 00000000..4cda20d8 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page @@ -0,0 +1,102 @@ + + +

TRadioButton Samples

+ + + + + + + + + + + + + + + +
+A radiobutton with customized text alignment, color and font: + + +
+A radiobutton with label and input attributes: + + +
+An auto postback radiobutton: + + +
+A radiobutton causing validation on a textbox: + + + + +
+A radiobutton validated by a required field validator: + + + + +
+A radiobutton group: + + + + + +
+ + +
+ +
\ No newline at end of file -- cgit v1.2.3