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 --- .../protected/pages/ActiveControls/ActiveCheckBoxList.page | 2 +- .../protected/pages/ActiveControls/ActiveDataGrid.page | 12 ++++++------ .../protected/pages/ActiveControls/ActiveDataList.page | 2 +- .../protected/pages/ActiveControls/ActiveDatePicker.page | 2 +- .../protected/pages/ActiveControls/ActiveDropDownList.page | 2 +- .../protected/pages/ActiveControls/ActiveFileUpload.page | 2 +- .../protected/pages/ActiveControls/ActiveHiddenField.page | 2 +- .../protected/pages/ActiveControls/ActiveListBox.page | 2 +- .../pages/ActiveControls/ActiveRadioButtonList.page | 2 +- .../protected/pages/ActiveControls/ActiveRepeater.page | 2 +- .../quickstart/protected/pages/ActiveControls/Callback.page | 2 +- .../protected/pages/ActiveControls/CallbackClientScript.page | 2 +- .../protected/pages/ActiveControls/CallbackClientSide.page | 6 +++--- .../pages/ActiveControls/CallbackEventParameter.page | 2 +- .../pages/ActiveControls/EventTriggeredCallback.page | 2 +- demos/quickstart/protected/pages/ActiveControls/Home.page | 12 ++++++------ .../protected/pages/ActiveControls/InPlaceTextBox.page | 2 +- .../pages/ActiveControls/TimeTriggeredCallback.page | 2 +- .../pages/ActiveControls/ValueTriggeredCallback.page | 2 +- 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 +- 23 files changed, 35 insertions(+), 35 deletions(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page index 2560ece5..a18bc62d 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBoxList.page @@ -1,6 +1,6 @@ -

TActiveCheckBoxList

+

TActiveCheckBoxList

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveDataGrid.page b/demos/quickstart/protected/pages/ActiveControls/ActiveDataGrid.page index 9a82743d..a1884cf9 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveDataGrid.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveDataGrid.page @@ -34,16 +34,16 @@ Please refer to the original documentation of

-

Columns

+

Columns

-

Automatically Generated Columns

+

Automatically Generated Columns

TDataGrid by default will create a list of columns based on the structure of the bound data. TDataGrid will read the first row of the data, extract the field names of the row, and construct a column for each field. Each column is of type TActiveBoundColumn. All of this happens in an ajax callback.

-

Manually Specified Columns

+

Manually Specified Columns

The following example uses manually specified columns to show a list of book information,

@@ -60,7 +60,7 @@ Each column can be shown or hidden in a callback. -

Interacting with TActiveDataGrid

+

Interacting with TActiveDataGrid

The following example shows how to make the previous book information table an interactive one. It allows users to edit and delete book items from the table. Two additional columns are used in the example to allow users interact with the datagrid: TActiveEditCommandColumn and TActiveButtonColumn. In addition, TActiveDropDownListColumn replaces the previous TActiveTemplateColumn to allow users to select a rating from a dropdown list. Note, it is also possible to use TActiveTemplateColumn to achieve the same task. @@ -68,13 +68,13 @@ All the iteration is done using AJAX callbacks.

-

Sorting

+

Sorting

The following example turns the datagrid in Example 2 into a sortable one. Users can click on the link button displayed in the header of any column, and the data will be sorted in ascending order along that column. The grid is sorted and rendered upon a callback request.

-

Paging

+

Paging

The following example enables the paging functionality of the datagrid shown in Example 1. In this example, you move between the datagrid pages clicking on the pager links. The grid reacts to paging rendering itself as the result of a callback request. Note that you can't change the pager style upon callback.

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveDataList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveDataList.page index 12fb941f..57cd79f0 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveDataList.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveDataList.page @@ -1,6 +1,6 @@ -

TActiveDataList

+

TActiveDataList

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveDatePicker.page b/demos/quickstart/protected/pages/ActiveControls/ActiveDatePicker.page index 774a84b3..93b095d4 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveDatePicker.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveDatePicker.page @@ -1,6 +1,6 @@ -

TActiveDatePicker

+

TActiveDatePicker

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page index 4400c552..dc09c16c 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveDropDownList.page @@ -1,6 +1,6 @@ -

TActiveDropDownList

+

TActiveDropDownList

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveFileUpload.page b/demos/quickstart/protected/pages/ActiveControls/ActiveFileUpload.page index 8bdb7cfe..275f1e2c 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveFileUpload.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveFileUpload.page @@ -1,6 +1,6 @@ -

TActiveFileUpload

+

TActiveFileUpload

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page b/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page index 00077b59..f09a1c48 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page @@ -1,6 +1,6 @@ -

TActiveHiddenField

+

TActiveHiddenField

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page b/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page index 802c9fb1..61b77f62 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveListBox.page @@ -1,6 +1,6 @@ -

TActiveListBox

+

TActiveListBox

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page index 6095a9d3..9e8ed4d5 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveRadioButtonList.page @@ -1,6 +1,6 @@ -

TActiveRadioButtonList

+

TActiveRadioButtonList

diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page b/demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page index d22a7467..5a19c26d 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page @@ -1,6 +1,6 @@ -

TActiveRepeater

+

TActiveRepeater

diff --git a/demos/quickstart/protected/pages/ActiveControls/Callback.page b/demos/quickstart/protected/pages/ActiveControls/Callback.page index d37eb614..38d6eddf 100644 --- a/demos/quickstart/protected/pages/ActiveControls/Callback.page +++ b/demos/quickstart/protected/pages/ActiveControls/Callback.page @@ -1,6 +1,6 @@ -

TCallback

+

TCallback

diff --git a/demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page b/demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page index 7ffd2db9..5913991c 100644 --- a/demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page +++ b/demos/quickstart/protected/pages/ActiveControls/CallbackClientScript.page @@ -1,6 +1,6 @@ -

TCallbackClientScript

+

TCallbackClientScript

diff --git a/demos/quickstart/protected/pages/ActiveControls/CallbackClientSide.page b/demos/quickstart/protected/pages/ActiveControls/CallbackClientSide.page index c8e52585..11ccffe6 100644 --- a/demos/quickstart/protected/pages/ActiveControls/CallbackClientSide.page +++ b/demos/quickstart/protected/pages/ActiveControls/CallbackClientSide.page @@ -1,6 +1,6 @@ -

TCallbackClientSide

+

TCallbackClientSide

@@ -25,7 +25,7 @@ The following example demonstrates the toggling of a "loading" indicator when th </com:TActiveButton> -

Events

+

Events

The following client side events are executing in order if the callback @@ -58,7 +58,7 @@ response is returned. A successful request/response will raise OnSuccess event otherwise OnFailure will be raised.

-

Properties

+

Properties

The following properties can be used to change the way the callback request is performed. diff --git a/demos/quickstart/protected/pages/ActiveControls/CallbackEventParameter.page b/demos/quickstart/protected/pages/ActiveControls/CallbackEventParameter.page index e99a2d40..6fa6a9d2 100644 --- a/demos/quickstart/protected/pages/ActiveControls/CallbackEventParameter.page +++ b/demos/quickstart/protected/pages/ActiveControls/CallbackEventParameter.page @@ -1,6 +1,6 @@ -

TCallbackEventParameter

+

TCallbackEventParameter

diff --git a/demos/quickstart/protected/pages/ActiveControls/EventTriggeredCallback.page b/demos/quickstart/protected/pages/ActiveControls/EventTriggeredCallback.page index 170fa295..bf9fa5be 100644 --- a/demos/quickstart/protected/pages/ActiveControls/EventTriggeredCallback.page +++ b/demos/quickstart/protected/pages/ActiveControls/EventTriggeredCallback.page @@ -1,6 +1,6 @@ -

TEventTriggeredCallback

+

TEventTriggeredCallback

diff --git a/demos/quickstart/protected/pages/ActiveControls/Home.page b/demos/quickstart/protected/pages/ActiveControls/Home.page index 1a216db6..8aec52c0 100644 --- a/demos/quickstart/protected/pages/ActiveControls/Home.page +++ b/demos/quickstart/protected/pages/ActiveControls/Home.page @@ -380,7 +380,7 @@ realize the active controls. They can be useful to develop new active controls, to use them.

  • -

    TActiveControlAdapter

    +

    TActiveControlAdapter

    TActiveControlAdapter customizes the parent TControl class for active control classes. @@ -390,7 +390,7 @@ to use them.

  • -

    TActiveListControlAdapter

    +

    TActiveListControlAdapter

    TActiveListControlAdapter allows the adapted list controls to change the selections @@ -399,7 +399,7 @@ to use them.

  • -

    TActivePageAdapter

    +

    TActivePageAdapter

    TActivePageAdapter process the page life-cycle for callback requests. @@ -407,7 +407,7 @@ to use them.

  • -

    TBaseActiveControl

    +

    TBaseActiveControl

    TBaseActiveControl class provided additional basic properties common for every @@ -421,7 +421,7 @@ to use them.

  • -

    TCallbackResponseAdapter

    +

    TCallbackResponseAdapter

    TCallbackResponseAdapter alters the THttpResponse's outputs. @@ -435,7 +435,7 @@ to use them.

-

Active Control Infrastructure Advanced Classes

+

Active Control Infrastructure Advanced Classes

The following classes provide advanced properties and events needed to realize the active controls. A Prado user can use them to customize active controls behaviour and interact directly with the client side during a callback.

diff --git a/demos/quickstart/protected/pages/ActiveControls/InPlaceTextBox.page b/demos/quickstart/protected/pages/ActiveControls/InPlaceTextBox.page index 2349d255..67c214f8 100644 --- a/demos/quickstart/protected/pages/ActiveControls/InPlaceTextBox.page +++ b/demos/quickstart/protected/pages/ActiveControls/InPlaceTextBox.page @@ -1,6 +1,6 @@ -

TInPlaceTextBox

+

TInPlaceTextBox

diff --git a/demos/quickstart/protected/pages/ActiveControls/TimeTriggeredCallback.page b/demos/quickstart/protected/pages/ActiveControls/TimeTriggeredCallback.page index 3239f931..84f1509b 100644 --- a/demos/quickstart/protected/pages/ActiveControls/TimeTriggeredCallback.page +++ b/demos/quickstart/protected/pages/ActiveControls/TimeTriggeredCallback.page @@ -1,6 +1,6 @@ -

TTimeTriggeredCallback

+

TTimeTriggeredCallback

diff --git a/demos/quickstart/protected/pages/ActiveControls/ValueTriggeredCallback.page b/demos/quickstart/protected/pages/ActiveControls/ValueTriggeredCallback.page index c05d6a20..16e6dbe1 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ValueTriggeredCallback.page +++ b/demos/quickstart/protected/pages/ActiveControls/ValueTriggeredCallback.page @@ -1,6 +1,6 @@ -

TValueTriggeredCallback

+

TValueTriggeredCallback

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