Commit d57d2b42 authored by Amos Latteier's avatar Amos Latteier

added tal and metal prefixes to titles - this makes things easier to...

added tal and metal prefixes to titles - this makes things easier to understand in the Zope Book Appendix C
parent cfbc4693
define-macro - Define a macro
metal:define-macro - Define a macro
Syntax
......@@ -30,4 +30,3 @@ define-macro - Define a macro
"metal:use-macro":metal-use-macro.stx"
"metal:define-slot":metal-define-slot.stx
define-slot - Define a macro customization point
metal:define-slot - Define a macro customization point
Syntax
......
fill-slot - Customize a macro
metal:fill-slot - Customize a macro
Syntax
......
use-macro - Use a macro
metal:use-macro - Use a macro
Syntax
......
attributes - Replace element attributes
tal:attributes - Replace element attributes
Syntax
......
condition - Conditionally insert or remove an element
tal:condition - Conditionally insert or remove an element
Syntax
......
content - replace the content of an element
tal:content - replace the content of an element
Syntax
......
define - Define variables
tal:define - Define variables
Syntax
......
omit-tag - Remove an element, leaving its contents
tal:omit-tag - Remove an element, leaving its contents
Syntax
......
on-error - Handle errors
tal:on-error - Handle errors
Syntax
......
repeat - Repeat an element
tal:repeat - Repeat an element
Syntax
......
replace - Replace an element
tal:replace - Replace an element
Syntax
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment