From f7b1db61531f9309dc9a1b9587449442a7ae5ed5 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 30 Jan 2006 03:40:28 +0000 Subject: Added two repeater demos. --- .../pages/Controls/Samples/TRepeater/Sample2.page | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page (limited to 'demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page new file mode 100644 index 00000000..174f132c --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page @@ -0,0 +1,55 @@ + + +

TRepeater Sample 2

+ + + + + + + + + + + + + + + + + + +
Regional Personnel
<%#$this->Parent->DataItem %> + + + + + + + + + + + + + + + + + + + + + + + +
<%#$this->Parent->DataItem['name'] %><%#$this->Parent->DataItem['age'] %><%#$this->Parent->DataItem['position'] %>
<%#$this->Parent->DataItem['name'] %><%#$this->Parent->DataItem['age'] %><%#$this->Parent->DataItem['position'] %>
+ + +
+
+ + +
+ +
\ No newline at end of file -- cgit v1.2.3