diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations')
| -rw-r--r-- | demos/quickstart/protected/pages/Configurations/AppConfig.page | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page index d40510ef..8d998f85 100644 --- a/demos/quickstart/protected/pages/Configurations/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page @@ -31,8 +31,9 @@ Configuration for an application is stored in an XML file named <tt>application.  <li>The <tt><services></tt> element is similar to the <tt><modules></tt> element. It mainly specifies the services provided by the application.</li>
  <li>The <tt><parameters></tt> element contains a list of application-level parameters that are accessible from anywhere in the application. You may specify component-typed parameters like specifying modules, or you may specify string-typed parameters which take a simpler format as follows,
  <com:TTextHighlighter Language="xml" CssClass="source">
 -<parameter id="ParameterID">ParameterValue</parameter>
 +<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.
  </li>
  </ul>
  <p>
  | 
