root/branches/PT_3_0/docs/reserved-variables.txt

Revision 231, 1.0 kB (checked in by schst, 5 years ago)

updated docs

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Reserved variables:
2 -------------------
3 $Id$
4
5 The following variables are used by patTemplate and
6 cannot/should not be overridden:
7
8 - PAT_ROW_VAR
9 - PATTEMPLATE_VERSION (global scape)
10
11 If the attribute 'addSystemVars' is set to 'on', the
12 following variables will be added:
13
14 - PAT_LOOPS
15 - PAT_IS_ODD
16 - PAT_IS_EVEN
17 - PAT_IS_FIRST
18 - PAT_IS_LAST
19
20 Reserved tags are:
21
22 - tmpl
23 - sub
24 - link
25 - var
26 - instance (not used, yet)
27 - assign (not used, yet)
28
29 Reserved attributes:
30 --------------------
31
32 1. VAR-Tag
33    - copyfrom
34    - copyfromtemplate
35    - modifier
36    - name
37    - hidden
38    
39 2. TMPL-Tag
40    - addsystemvars
41    - autoclear
42    - autoload
43    - child
44    - conditiontmpl
45    - conditionvar
46    - loop
47    - limit
48    - maxloop (better name needed, e.g. 'chunk')
49    - modulo
50    - name
51    - placeholder
52    - reader
53    - requiredvars
54    - src
55    - type
56    - unusedvars
57    - useglobals
58    - varscope
59    - visibility
60    - whitespace
61    
62 3. SUB-Tag
63    - condition
64
65 4. LINK-Tag
66    - src
67
68 5. INSTANCE-Tag (not implemented)
69    - same as TMPL
Note: See TracBrowser for help on using the browser.