From 965aa3d9475a86642d33ace50d52c77987a125ea Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 26 Mar 2006 18:23:31 +0000 Subject: Added tutorial page for TExpression and TStatements. --- demos/quickstart/protected/pages/Controls/Standard.page | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Standard.page') diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index ab485233..11c8eaec 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -19,7 +19,7 @@ TDatePicker represents an input field taking date values via a calendar dialog. -
  • * +
  • TExpression accepts a PHP expression and displays the evaluation result on a Web page.
  • @@ -95,7 +95,7 @@ TSafeHtml displays its body content with assurance that the content contain no harmful code (such as XSS). -
  • * +
  • TStatements accepts a few PHP statements and displays their standard output on the Web page.
  • @@ -107,7 +107,7 @@ TTextBox represents a text input field on a Web page. It can collect single-line, multi-line or password text input from users. -
  • * +
  • TTextHighlighter highlights its body content according to the specified syntax highlighter, such as PHP, XML, PRADO, etc.
  • -- cgit v1.2.3