From 0a12bef112fe6a1569531e40b7cc063b0f52f44c Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 1 Apr 2006 17:31:28 +0000 Subject: Added THiddenField and THtmlArea demos. --- demos/quickstart/protected/pages/Controls/Standard.page | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 d2b36d1c..2b2eaf29 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -27,15 +27,15 @@ TFileUpload represents a file upload field. It allows users to upload a file to server. -
  • * +
  • THead represents the <head> element on an HTML Web page. It is required by a PRADO page should it use themes.
  • -
  • * +
  • THiddenField represents a hidden input field on a Web page.
  • -
  • * +
  • THtmlArea represents a WYSIWYG text input field taking user input that are in HTML format.
  • @@ -75,7 +75,7 @@ TLiteral represents a static text without any HTML tag surrounding it on a Web page. -
  • +
  • * TMultiView represents a container for a group of TView controls, each of which is container for other controls. At any time, at most one TView is visible.
  • -- cgit v1.2.3