From 0cba2b20bb89e2be8728edb25e6a68a764d35c19 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 6 Feb 2006 17:01:15 +0000 Subject: Fixed a bug in TDataGrid about columnspan of pager cell. --- .../pages/Controls/Samples/LabeledTextBox2/LabeledTextBox.php | 2 +- .../protected/pages/Controls/Samples/TCustomValidator/Home.page | 6 +++--- .../protected/pages/Controls/Samples/TDataGrid/Sample5.page | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples') diff --git a/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/LabeledTextBox.php b/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/LabeledTextBox.php index f4148148..0d410357 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/LabeledTextBox.php +++ b/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/LabeledTextBox.php @@ -1,6 +1,6 @@ @@ -41,7 +41,7 @@ Custom validator with client-side validation disabled: EnableClientScript="false" ControlToValidate="TextBox2" ClientValidationFunction="myValidationFunction" - ServerValidate="serverValidate" + OnServerValidate="serverValidate" Text="You must enter 'test'." /> @@ -57,7 +57,7 @@ Custom validator with focus-on-error enabled and dynamic display: ValidationGroup="Group3" ControlToValidate="TextBox3" ClientValidationFunction="myValidationFunction" - ServerValidate="serverValidate" + OnServerValidate="serverValidate" FocusOnError="true" Text="You must enter 'test'." /> diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page index 17f2c5d4..8fc393e7 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page @@ -24,7 +24,7 @@ -- cgit v1.2.3