Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5590459c
Commit
5590459c
authored
Dec 13, 2001
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added documentation for roman and Roman method which I just discovered.
parent
3a4c60ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
lib/python/Products/PageTemplates/help/tal-repeat.stx
lib/python/Products/PageTemplates/help/tal-repeat.stx
+8
-2
No files found.
lib/python/Products/PageTemplates/help/tal-repeat.stx
View file @
5590459c
...
...
@@ -45,11 +45,17 @@ repeat: Repeat an element
o *length* - length of the sequence, which will be the total number
of repetitions.
o *letter* - count reps with lower-case letters: "a" - "z", "aa" - "az",
"ba" - "bz", ..., "za" - "zz", "aaa" - "aaz", and so forth.
o *letter* - repetition number as a lower-case letter: "a" -
"z", "aa" - "az", "ba" - "bz", ..., "za" - "zz", "aaa" - "aaz",
and so forth.
o *Letter* - upper-case version of *letter*.
o *roman* - repetition number as a lower-case roman numeral:
"i", "ii", "iii", "iv", "v", etc.
o *Roman* - upper-case version of *roman*.
You can access the contents of the repeat variable using path
expressions or Python expressions. In path expressions, you write
a three-part path consisting of the name 'repeat', the statement
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment