diff options
author | carlgmathisen <> | 2008-11-13 11:27:44 +0000 |
---|---|---|
committer | carlgmathisen <> | 2008-11-13 11:27:44 +0000 |
commit | a39b73ea8a9d858d35f2a7a0ea16c3bf26c0f12c (patch) | |
tree | fcb73487b8ac1bababfac227386cae7e303e1342 /demos/quickstart/protected/pages/Configurations | |
parent | 30e977cde032c7579ffdfbec7af02b0a328a8234 (diff) |
added quickstart docs on url tag
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations')
-rw-r--r-- | demos/quickstart/protected/pages/Configurations/Templates2.page | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/Templates2.page b/demos/quickstart/protected/pages/Configurations/Templates2.page index e8442f1f..8a17c72c 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates2.page +++ b/demos/quickstart/protected/pages/Configurations/Templates2.page @@ -96,4 +96,18 @@ Localization tags represent localized texts. They are in the following format, where <tt>string</tt> will be translated to different languages according to the end-user's language preference. Localization tags are in fact shortcuts to the function call <tt>Prado::localize(string)</tt>.
</p>
+
+<a name="ut"></a>
+<h3 id="1609">URL Tags</h3>
+<p id="190195" class="block-content">
+URL tags are used to insert the relative web url path to the Prado application in the template. You can use it in the following format:
+</p>
+<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code_190087">
+<%/ image.jpg %>
+</com:TTextHighlighter>
+</p>
+<p id="190196" class="block-content">
+If your Prado application is deployed on http://localhost/pradoapp/, the tag above will produce "/pradoapp/image.jpg". This tag will help you to use the correct file path even with UrlFormat set to Path, or if you are using url mappings.
+</p>
+
<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file |