From 4d8ed423f7b4a8eae2898cc5552829595717a581 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 2 Jan 2006 20:59:17 +0000 Subject: TCheckBoxList and TRadioButtonList completed. --- .../pages/Controls/Samples/TCheckBoxList/Home.page | 105 ++++++++++++++++++++- 1 file changed, 100 insertions(+), 5 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page index 7f8772c8..ac9de17e 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page @@ -6,10 +6,10 @@ -Check box list with initial items: +Check box list with default settings: - + @@ -20,15 +20,110 @@ Check box list with initial items: -Check box list with initial items: +Check box list with customized cellpadding, cellspacing, color and text alignment: - + - + + + + + + +Check box list with vertical (default) repeat direction: + + + + + + + + + + + + + +Check box list with horizontal repeat direction: + + + + + + + + + + + + + +Check box list with flow layout and vertical (default) repeat direction: + + + + + + + + + + + + + +Check box list with flow layout and horizontal repeat direction: + + + + + + + + + + + + + +Check box list's behavior upon postback: + + + + + + + + + +
+ + + + + + +Auto postback check box list: + + + + + + + + + -- cgit v1.2.3