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/Literal.page | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'demos/quickstart/protected/pages/Controls/Literal.page') diff --git a/demos/quickstart/protected/pages/Controls/Literal.page b/demos/quickstart/protected/pages/Controls/Literal.page index edf3bf09..d7b44aff 100644 --- a/demos/quickstart/protected/pages/Controls/Literal.page +++ b/demos/quickstart/protected/pages/Controls/Literal.page @@ -3,4 +3,19 @@

TLiteral

+

+TLiteral displays a static text on a Web page. TLiteral is similar to the TLabel control, except that the TLiteral + * control does not allow child controls and has no style properties, such as BackColor, Font, etc. +

+ +

+The text displayed by TLiteral can be programmatically controlled by setting the Text property. The text displayed may be HTML-encoded if the Encode is true (the default value is false). +

+ +

+Be aware, if Encode is false, make sure Text does not contain unwanted characters that may bring security vulnerabilities. +

+ + + \ No newline at end of file -- cgit v1.2.3