From 24c0f726ed54350a3f57097d674bfff51c07b2bd Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 30 Apr 2006 12:20:05 +0000 Subject: updated tutorial page about comment tag. --- demos/quickstart/protected/pages/Configurations/Templates1.page | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'demos') 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