Index: openacs-4/packages/acs-templating/www/doc/tagref/property.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/property.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/tagref/property.adp 27 Oct 2014 16:40:26 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/tagref/property.adp 7 Aug 2017 23:48:03 -0000 1.3 @@ -1,22 +1,30 @@ -{/doc/acs-templating {Templating}} {Templating System Tag Reference: Property} +{/doc/acs-templating {ACS Templating}} {Templating System Tag Reference: Property} Templating System Tag Reference: Property - - -

Property

Templating System : Designer Guide : Tag Reference : Property -

Summary

The property tag is used to set display attributes of +

Property

+Templating System + : Designer Guide + : Tag Reference + : Property +

Summary

+

The property tag is used to set display attributes of the page. The contents of the tag may be plain text, static HTML, or a dynamic template that references local data sources. Properties are most commonly used to pass information to a master -template, such as a title or logo.

Usage

+template, such as a title or logo.

+

Usage

+
 <master src="master">
 
 <property name="title">My Home Page</property>
 
 <p>Welcome to my home page!</p>
 
 ...
-

Note(s)


templating\@arsdigita.com - +
+

Note(s)

+ +
+ \ No newline at end of file