From 84cd815b93ddbb19c3f1314b7135b1c373ce421c Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 27 Mar 2006 04:33:13 +0000 Subject: Added TLiteral, TPlaceHolder demos. --- demos/quickstart/protected/pages/Controls/Standard.page | 4 ++-- 1 file changed, 2 insertions(+), 2 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 d6070986..026d3d1a 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -71,7 +71,7 @@ TLinkButton represents a hyperlink that can perform page postbacks. -
  • * +
  • TLiteral represents a static text without any HTML tag surrounding it on a Web page.
  • @@ -83,7 +83,7 @@ TPanel represents a container for other controls on a Web page. In HTML, it is displayed as a <div> element. -
  • * +
  • TPlaceHolder reserves a place on a control template. It inserts its body content at that place.
  • -- cgit v1.2.3