SourceForge Logo Designer documentation  
Home


Designer documentation

1. Philosophy
2. ACS tags
3. Quoting


Python documentation


Download


Credits


Contact


Supported ACS-templating tags

(Visit the ACS reference docs for an overview.)

<master>
Implemented
<slave>
Implemented
<property>
Implemented
<list>
Implemented
<multiple>
maxrows and startrow not implemented.
<noparse>
Implemented
<if>
Implemented, and even better (if it works :-).
<include>
Only <include src="..."> implemented.
<group>
Not yet implemented.
<grid>
Not yet implemented.
<formtemplate>
Not implemented.
<formwidget>
Not implemented.
<formgroup>
Not implemented.
<formerror>
Not implemented.

Comments

Not in ACS Templating, but in AHTS: comments You can mark entire pieces of text as comments. A comment starts with (* and ends with *). Nested comments are allowed. The comments will be stripped by the Scanner, so they're fairly lightweight.

  $Id: tags.tml,v 1.1 2001/04/09 22:36:18 benderydt Exp $