From 56466c36f4bbe5a1fee8d77642dc57b2366164e3 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 27 Jun 2006 01:31:25 +0000 Subject: Added tutorial and test cases for TPager. --- demos/quickstart/protected/pages/Controls/Standard.page | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'demos/quickstart/protected/pages/Controls/Standard.page') diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index dfaee35b..156b39e5 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -79,6 +79,10 @@ TMultiView represents a container for a group of TView controls, each of which is container for other controls. At any time, at most one TView is visible. +
  • + TPager generates UI that allows users to interactively specify which page of data to be displayed in a data-bound control. +
  • +
  • TPanel represents a container for other controls on a Web page. In HTML, it is displayed as a <div> element.
  • -- cgit v1.2.3