diff options
author | ctrlaltca@gmail.com <> | 2011-06-02 19:38:10 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-02 19:38:10 +0000 |
commit | 91cb43a795263a69000564be15155e96dfdca29f (patch) | |
tree | 69a3fc5b239977d5fd62ab247c2563124489c62c /demos/quickstart/protected/pages/Controls | |
parent | 0daa38a4f5bb43d7332d681a98ccb693bc579230 (diff) |
fixed page script, updated version number for quickstart pdf, ran build scripts to generate ids
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Captcha.page b/demos/quickstart/protected/pages/Controls/Captcha.page index 6810d2a2..74184050 100644 --- a/demos/quickstart/protected/pages/Controls/Captcha.page +++ b/demos/quickstart/protected/pages/Controls/Captcha.page @@ -30,7 +30,7 @@ Upon postback, user input can be validated by calling the method <tt>TCaptcha.va <p id="280007" class="block-content">
The following template shows a typical use of the <tt>TCaptcha</tt> control:
</p>
-<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code-280105">
+<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code_280105">
<com:TCaptcha ID="Captcha" />
<com:TTextBox ID="Input" />
<com:TCaptchaValidator CaptchaControl="Captcha"
diff --git a/demos/quickstart/protected/pages/Controls/Conditional.page b/demos/quickstart/protected/pages/Controls/Conditional.page index a2662e86..55858a3b 100644 --- a/demos/quickstart/protected/pages/Controls/Conditional.page +++ b/demos/quickstart/protected/pages/Controls/Conditional.page @@ -23,7 +23,7 @@ objects that are available on or after the <tt>onInit</tt> lifecycle. A typical usage of TConditional is shown as following:
</p>
-<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code-320112">
+<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>
diff --git a/demos/quickstart/protected/pages/Controls/Keyboard.page b/demos/quickstart/protected/pages/Controls/Keyboard.page index 47e15e78..5f5d2c6b 100644 --- a/demos/quickstart/protected/pages/Controls/Keyboard.page +++ b/demos/quickstart/protected/pages/Controls/Keyboard.page @@ -11,7 +11,7 @@ an associated text box. It helps to reduce the keyboard recording hacking. <p id="460011" class="block-content">
To use TKeyboard, write a template like following:
</p>
-<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code-460120">
+<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code_460120">
<com:TTextBox ID="PasswordInput" />
<com:TKeyboard ForControl="PasswordInput" />
</com:TTextHighlighter>
diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page index c68a477f..5c6cb8e1 100644 --- a/demos/quickstart/protected/pages/Controls/List.page +++ b/demos/quickstart/protected/pages/Controls/List.page @@ -101,7 +101,7 @@ Since v3.1.1, <tt>TDropDownList</tt> starts to support prompt text (something li <com:RunBar PagePath="Controls.Samples.TBulletedList.Home" />
-<h2>TRatingList</h2>
+<h2 id="130001">TRatingList</h2>
<com:DocLink ClassPath="System.Web.UI.WebControls.TRatingList" />
<p class="block-content">
|