From f1f33db1f85c0893205a4a00c203d884dc1af1a5 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 10 Sep 2006 01:03:56 +0000 Subject: Changed TCallbackEventParameter::Parameter to TCallbackEventParameter::CallbackParameter Add TActiveButton and TActiveCheckBox quickstart docs. --- .../pages/ActiveControls/ActiveCheckBox.page | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveCheckBox.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveCheckBox.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBox.page b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBox.page new file mode 100644 index 00000000..d66c48f5 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBox.page @@ -0,0 +1,23 @@ + + +

TActiveCheckBox

+ + +

+TActiveCheckBox is the active control counter part to +TCheckbox. The AutoPostBack + property of TActiveCheckBox is set to true by default. + Thus, when the checkbox is clicked the + OnCallback event is raise after the OnCheckedChanged event. +

+ +

+ The Text and Checked properties of TActiveCheckBox + can be changed during a callback request. The TextAlign property + of TActiveCheckBox can not be changed during + a callback request. +

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