From 4ed0f6e7c0f2efa7525b1d9ad95e29fe2ce6dcdb Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 28 Dec 2005 16:03:34 +0000 Subject: --- demos/quickstart/protected/controls/Layout.php | 15 +++++ demos/quickstart/protected/controls/Layout.tpl | 39 +++++++++++ demos/quickstart/protected/controls/TopicList.php | 8 +++ demos/quickstart/protected/controls/TopicList.tpl | 79 +++++++++++++++++++++++ 4 files changed, 141 insertions(+) create mode 100644 demos/quickstart/protected/controls/Layout.php create mode 100644 demos/quickstart/protected/controls/Layout.tpl create mode 100644 demos/quickstart/protected/controls/TopicList.php create mode 100644 demos/quickstart/protected/controls/TopicList.tpl (limited to 'demos/quickstart/protected/controls') diff --git a/demos/quickstart/protected/controls/Layout.php b/demos/quickstart/protected/controls/Layout.php new file mode 100644 index 00000000..a82d2fff --- /dev/null +++ b/demos/quickstart/protected/controls/Layout.php @@ -0,0 +1,15 @@ +TopicPanel->Visible=!$this->TopicPanel->Visible; + if($this->TopicPanel->Visible) + $sender->Text="Hide TOC"; + else + $sender->Text="Show TOC"; + } +} + +?> \ No newline at end of file diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl new file mode 100644 index 00000000..4382c787 --- /dev/null +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ +
+ + + +
+ + \ No newline at end of file diff --git a/demos/quickstart/protected/controls/TopicList.php b/demos/quickstart/protected/controls/TopicList.php new file mode 100644 index 00000000..ce827cc0 --- /dev/null +++ b/demos/quickstart/protected/controls/TopicList.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl new file mode 100644 index 00000000..35c062d2 --- /dev/null +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -0,0 +1,79 @@ +
+ +
+Getting Started
+Introduction
+What is PRADO?
+Installation
+
+ +
+Fundamentals
+Architecture
+Components
+Controls
+Pages
+Modules
+Services
+Applications
+
+ +
+Configurations
+Overview
+Templates: Part I
+Templates: Part II
+Templates: Part III
+Application Configurations
+Page Configurations
+
+ +
+Samples
+Hello World
+Hangman Game
+
+ +
+Controls
+Overview
+Simple HTML Controls
+Validation Controls
+List Controls
+TRepeater
+TDataList
+TDataGrid
+Active Controls
+Authoring New Controls
+
+ +
+Data Access
+DataBinding
+Data Bound Controls
+Data Source Controls
+
+ +
+Avanced Features
+Overview
+Assets
+Themes and Skins
+Internationalization
+
+ +
+Security
+Overview
+Authentication
+Authorization
+ViewState Protection
+
+ +
+Performance
+Caching
+Performance Tuning
+
+ +
\ No newline at end of file -- cgit v1.2.3