From b9f9a16d7eefc48ac489c8cb2b87749459bb3d38 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 2 Jun 2011 09:56:29 +0000 Subject: merged documentation changes from branch/3.1 to trunk/ --- .../pages/ActiveControls/ActiveRepeater.page | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page b/demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page new file mode 100644 index 00000000..d22a7467 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page @@ -0,0 +1,24 @@ + + +

TActiveRepeater

+ + +

+TActiveRepeater represents a data bound and updatable repeater control which is the +active counterpart to the original TRepeater control. +

+ +

+This component can be used in the same way as the regular repeater, the only +difference is that the active repeater uses callbacks instead of postbacks +for interaction. +

+ +

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

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