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
edff4f8f
Commit
edff4f8f
authored
Jun 09, 2000
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved display of API topics in help browser.
parent
b6bc9e84
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
2 deletions
+22
-2
lib/python/HelpSys/menu.dtml
lib/python/HelpSys/menu.dtml
+1
-1
lib/python/Products/OFSP/help/File.py
lib/python/Products/OFSP/help/File.py
+4
-0
lib/python/Products/OFSP/help/Image.py
lib/python/Products/OFSP/help/Image.py
+4
-0
lib/python/Products/OFSP/help/ObjectManager.py
lib/python/Products/OFSP/help/ObjectManager.py
+4
-0
lib/python/Products/OFSP/help/ObjectManagerItem.py
lib/python/Products/OFSP/help/ObjectManagerItem.py
+5
-1
lib/python/Products/OFSP/help/PropertyManager.py
lib/python/Products/OFSP/help/PropertyManager.py
+4
-0
No files found.
lib/python/HelpSys/menu.dtml
View file @
edff4f8f
...
...
@@ -5,7 +5,7 @@
<dtml-tree>
<dtml-if "meta_type =='Help Topic'">
<a href="<dtml-var absolute_url>" target="help_main"><dtml-var title_
and
_id></a>
<a href="<dtml-var absolute_url>" target="help_main"><dtml-var title_
or
_id></a>
<dtml-else>
<dtml-var title>
</dtml-if>
...
...
lib/python/Products/OFSP/help/File.py
View file @
edff4f8f
"""
File
"""
class
File
:
"""
A File is a Zope object that contains file content. A File object
...
...
lib/python/Products/OFSP/help/Image.py
View file @
edff4f8f
"""
Image
"""
class
Image
:
"""
A Image is a Zope object that contains image content. A Image
...
...
lib/python/Products/OFSP/help/ObjectManager.py
View file @
edff4f8f
"""
ObjectManager
"""
class
ObjectManager
:
"""
An ObjectManager contains other Zope objects. The contained
...
...
lib/python/Products/OFSP/help/ObjectManagerItem.py
View file @
edff4f8f
"""
ObjectManagerItem
"""
class
ObjectManagerItem
:
"""
A Zope object that can be contained within an Object Manager.
...
...
lib/python/Products/OFSP/help/PropertyManager.py
View file @
edff4f8f
"""
PropertyManager
"""
class
PropertyManager
:
"""
A Property Manager object has a collection of typed attributes
...
...
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