From 91cb43a795263a69000564be15155e96dfdca29f Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 2 Jun 2011 19:38:10 +0000 Subject: fixed page script, updated version number for quickstart pdf, ran build scripts to generate ids --- demos/quickstart/protected/pages/Controls/Captcha.page | 2 +- demos/quickstart/protected/pages/Controls/Conditional.page | 2 +- demos/quickstart/protected/pages/Controls/Keyboard.page | 2 +- demos/quickstart/protected/pages/Controls/List.page | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls') 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 TCaptcha.va

The following template shows a typical use of the TCaptcha control:

- + <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 onInit lifecycle. A typical usage of TConditional is shown as following:

- + <com:TConditional Condition="$this->User->IsGuest"> <prop:TrueTemplate> Login 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.

To use TKeyboard, write a template like following:

- + <com:TTextBox ID="PasswordInput" /> <com:TKeyboard ForControl="PasswordInput" /> 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, TDropDownList starts to support prompt text (something li -

TRatingList

+

TRatingList

-- cgit v1.2.3