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
65534752
Commit
65534752
authored
Mar 08, 2001
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved documentation of the leaves attribute of the tree tag.
parent
d978073a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lib/python/Products/OFSP/help/dtml-tree.stx
lib/python/Products/OFSP/help/dtml-tree.stx
+4
-1
No files found.
lib/python/Products/OFSP/help/dtml-tree.stx
View file @
65534752
...
...
@@ -37,7 +37,10 @@ tree: Inserts a tree widget
support. This attribute is for advanced usage only.
leaves=string -- The name of a DTML Document or Method used to
render nodes that don't have any children.
render nodes that don't have any children. Note: this document
should begin with '<dtml-var standard_html_header>' and end with
'<dtml-var standard_html_footer>' in order to ensure proper
display in the tree.
header=string -- The name of a DTML Document or Method displayed
before expanded nodes. If the header is not found, it is skipped.
...
...
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