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. --- .../pages/Controls/Samples/TPager/Sample1.page | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page (limited to 'demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page new file mode 100644 index 00000000..0d61f580 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page @@ -0,0 +1,77 @@ + + +

TPager Sample

+

+The following sample displays three different pagers associated with a single TDataList control. The datalist control is enabled with custom paging, which allows it to read only one page of data each time. This is typical in DB-driven applications. +

+ +
+Go to page: + +
+ + + + +
Computer Parts
+
+ + +
+Total <%# $this->Parent->PageCount %> pages. +
+
+ + + + + + + + + + + + +
IDNameQuantityPrice
DataItem['id'] %> />DataItem['name'] %> />DataItem['quantity'] %> />$DataItem['price'] %> />
+
+ +
+ + +
+Choose page: + + +
\ No newline at end of file -- cgit v1.2.3