From ddfafaac2c1f18aca0fda3b4157acd935b9ac9a2 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 30 Apr 2006 12:51:23 +0000 Subject: merge from 3.0 branch till 995. --- demos/quickstart/protected/pages/Configurations/Templates1.page | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Configurations/Templates1.page') diff --git a/demos/quickstart/protected/pages/Configurations/Templates1.page b/demos/quickstart/protected/pages/Configurations/Templates1.page index 39b2d75f..483ef1d1 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates1.page +++ b/demos/quickstart/protected/pages/Configurations/Templates1.page @@ -71,15 +71,18 @@ Template control tag is optional in a template. Each template can contain at mos

Comment Tags

Comment tags are used to put comments in the template or the ultimate rendering result. There are two types of comment tags. One is like that in HTML and will be displayed to the end-users. The other only appear in a template and will be stripped out when the template is instantiated and displayed to the end-users. The format of these two comment tags is as follows, +

<!-- Comments VISIBLE to end-users --> -<! +<!-- Comments INVISIBLE to end-users -!> +--!> +

+Note, template comments (by <!-- ... --!>) cannot appear in a property value.

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