From 6baade86cc27d460dc780c016a6560deae48d247 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 26 Jan 2006 14:56:13 +0000 Subject: Makes quickstart tutorial pages xhtml compatible. --- demos/quickstart/protected/pages/Configurations/AppConfig.page | 2 ++ demos/quickstart/protected/pages/Controls/List.page | 4 ++-- demos/quickstart/protected/pages/Fundamentals/Applications.page | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'demos/quickstart/protected') diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page index 127f74a4..d40510ef 100644 --- a/demos/quickstart/protected/pages/Configurations/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page @@ -23,6 +23,7 @@ Configuration for an application is stored in an XML file named application. +

+

By default without explicit configuration, a PRADO application when running will load a few core modules, such as THttpRequest, THttpResponse, etc. It will also provide the TPageService as a default service. Configuration and usage of these modules and services are covered in individual sections of this tutorial. Note, if your application takes default settings for these modules and service, you do not need to provide an application configuration. However, if these modules or services are not sufficient, or you want to change their behavior by configuring their property values, you will need an application configuration.

diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page index 5f22e412..86de4c41 100644 --- a/demos/quickstart/protected/pages/Controls/List.page +++ b/demos/quickstart/protected/pages/Controls/List.page @@ -26,13 +26,13 @@ List controls covered in this section all inherit directly or indirectly from TListControl
inherits from TDataBoundControl, these list controls also share a common operation known as databinding. The Items can be populated from preexisting data specified by DataSource or DataSourceID. A function call to dataBind() will cause the data population. For list controls, data can be specified in three kinds of format: