summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations
diff options
context:
space:
mode:
authorxue <>2006-04-02 15:39:57 +0000
committerxue <>2006-04-02 15:39:57 +0000
commit29130c17def4e63475b3fd775f48832e8d07bda0 (patch)
tree941a62e23743b2dfc5ed8a109cab6bdf12a0edf0 /demos/quickstart/protected/pages/Configurations
parent64e629c5336084f39d36405bda2e78f15367573c (diff)
Added TParameterModule.
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations')
-rw-r--r--demos/quickstart/protected/pages/Configurations/AppConfig.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page
index d617a280..48243200 100644
--- a/demos/quickstart/protected/pages/Configurations/AppConfig.page
+++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page
@@ -33,7 +33,7 @@ Configuration for an application is stored in an XML file named <tt>application.
<com:TTextHighlighter Language="xml" CssClass="source">
<parameter id="ParameterID" value="ParameterValue" />
</com:TTextHighlighter>
-Note, if the <tt>value</tt> attribute is not specified, the whole parameter XML node (of type <tt>TXmlElement</tt>) will be returned as the parameter value.
+Note, if the <tt>value</tt> attribute is not specified, the whole parameter XML node (of type <tt>TXmlElement</tt>) will be returned as the parameter value. In addition, the <tt>System.Util.TParameterModule</tt> module provides a way to load parameters from an external XML file. See more details in its API documentation.
</li>
</ul>
<p>