From b29a1544cac088cbdffa0b36f5d3bdebf1b18264 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 5 Mar 2007 16:05:43 +0000 Subject: merge from 3.0 branch till 1740. --- demos/quickstart/protected/pages/Advanced/Security.page | 2 +- demos/quickstart/protected/pages/Controls/NewControl.page | 2 +- demos/quickstart/protected/pages/Controls/Standard.page | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Advanced/Security.page b/demos/quickstart/protected/pages/Advanced/Security.page index a515bd0a..7aaab552 100644 --- a/demos/quickstart/protected/pages/Advanced/Security.page +++ b/demos/quickstart/protected/pages/Advanced/Security.page @@ -47,7 +47,7 @@ There are several countermeasures to prevent cookies from being attacked.

diff --git a/demos/quickstart/protected/pages/Controls/NewControl.page b/demos/quickstart/protected/pages/Controls/NewControl.page index f521ffd7..9981dd56 100644 --- a/demos/quickstart/protected/pages/Controls/NewControl.page +++ b/demos/quickstart/protected/pages/Controls/NewControl.page @@ -57,7 +57,7 @@ Complete code for LabeledTextBox is shown as follows, class LabeledTextBox extends TCompositeControl { private $_label; private $_textbox; - protected function createChildControls() { + public function createChildControls() { $this->_label=new TLabel; $this->_label->setID('Label'); // add the label as a child of LabeledTextBox diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index 6fe7533f..88bac309 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -104,7 +104,7 @@

  • - TSafeHtml displays its body content with assurance that the content contain no harmful code (such as XSS). + TSafeHtml displays its body content with assurance that the content contain no harmful code (such as XSS).
  • -- cgit v1.2.3