From 6394a6ffe3a9f3e4e698603b94503dc96f1e2652 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 2 Jun 2011 16:06:37 +0000 Subject: upported documentation changes to trunk/ --- .../pages/ActiveControls/ActiveCheckBoxList.page | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page new file mode 100644 index 00000000..2560ece5 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page @@ -0,0 +1,32 @@ + + +

TActiveCheckBoxList

+ + +

+TActiveCheckBoxList is the active counterpart to the original TCheckBoxList control. +

+ +

+The AutoPostBack property is set to true by default. +Thus, when a checkbox is clicked a OnCallback event is +raised after OnSelectedIndexChanged event. +

+ +

+With ActiveControl.EnabledUpdate +set to true (default is true), changes to the selection will be updated +on the client side. +

+ +

+List items can not be changed dynamically during a callback request. +

+ +

+Please refer to the original documentation of TCheckBoxList for usage. +

+ + + +
$Id$
\ No newline at end of file -- cgit v1.2.3