diff options
author | ctrlaltca@gmail.com <> | 2011-06-01 23:01:03 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-01 23:01:03 +0000 |
commit | 3baba6fb4b6c17ff77eb4a13a812ccde9263dce2 (patch) | |
tree | b7c6b4ad31e5fa093b0c0e3eae43070095e60351 /demos/quickstart/protected/pages/Controls/Conditional.page | |
parent | d0ce04fb74c0163951bbb36fa4f05973d91b02eb (diff) |
gave the build scripts a run so that new ids can be generated.
Added new docs to the quickstart.pdf
misc doc fixes
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Conditional.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Conditional.page | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Conditional.page b/demos/quickstart/protected/pages/Controls/Conditional.page index e8ea4a65..a2662e86 100644 --- a/demos/quickstart/protected/pages/Controls/Conditional.page +++ b/demos/quickstart/protected/pages/Controls/Conditional.page @@ -1,6 +1,6 @@ <com:TContent ID="body" >
-<h1>TConditional</h1>
+<h1 id="64008">TConditional</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TConditional" />
<p class="block-content">
@@ -17,13 +17,13 @@ you set <tt>Condition</tt> in template only and the expression should not refer objects that are available on or after the <tt>onInit</tt> lifecycle.
</p>
-<p>
+<p id="320009" class="block-content">
<tt>TConditional</tt> is very light. It instantiates either <tt>TrueTemplate</tt>
<tt>FalseTemplate</tt>, but never both. And the condition is evaluated only once.
A typical usage of TConditional is shown as following:
</p>
-<com:TTextHighlighter Language="prado" CssClass="source">
+<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code-320112">
<com:TConditional Condition="$this->User->IsGuest">
<prop:TrueTemplate>
<a href="path/to/login">Login</a>
|