From ffc9318788952a879815cfa01a8b17b7ddae89b1 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 2 Jun 2011 11:16:04 +0000 Subject: added documentation and examples for TActiveCheckBoxList, TActiveDropDownList, TActiveListBox, TActiveRadioButtonList classes --- .../ActiveControls/ActiveRadioButtonList.page | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page new file mode 100644 index 00000000..6095a9d3 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page @@ -0,0 +1,32 @@ + + +

TActiveRadioButtonList

+ + +

+TActiveRadioButtonList is the active counterpart to the original TRadioButtonList control. +

+ +

+The AutoPostBack property is set to true by default. +Thus, when a radio button 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 TRadioButtonList for usage. +

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