From 9be8859d92e4bbec2462e82457d014f0a0d720db Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 26 Dec 2005 15:54:54 +0000 Subject: --- demos/quickstart/protected/pages/Controls/Overview.page | 15 +++++++++++++++ demos/quickstart/protected/pages/Controls/Simple1.page | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/Overview.page create mode 100644 demos/quickstart/protected/pages/Controls/Simple1.page (limited to 'demos/quickstart/protected/pages/Controls') diff --git a/demos/quickstart/protected/pages/Controls/Overview.page b/demos/quickstart/protected/pages/Controls/Overview.page new file mode 100644 index 00000000..7c3fbea6 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Overview.page @@ -0,0 +1,15 @@ + +

Controls Overview

+

+A control is an instance of class TControl or its subclass. A control is a component defined in addition with user interface. The base class TControl defines the parent-child relationship among controls which reflects the containment relationship among user interface elements. +

+

+Control classes constitute one of the major part of PRADO framework. Nearly every generic HTML element can find its representation in terms of a PRADO control. Mastering these controls becomes extremely important to effectively and efficiently compose applications using PRADO. +

+

+In this section, we will first introduce the ...., then.... +

+

+To be continued... +

+
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Controls/Simple1.page b/demos/quickstart/protected/pages/Controls/Simple1.page new file mode 100644 index 00000000..a608c8d2 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Simple1.page @@ -0,0 +1,2 @@ + + \ No newline at end of file -- cgit v1.2.3