Commit edff4f8f authored by Amos Latteier's avatar Amos Latteier

Improved display of API topics in help browser.

parent b6bc9e84
......@@ -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>
......
"""
File
"""
class File:
"""
A File is a Zope object that contains file content. A File object
......
"""
Image
"""
class Image:
"""
A Image is a Zope object that contains image content. A Image
......
"""
ObjectManager
"""
class ObjectManager:
"""
An ObjectManager contains other Zope objects. The contained
......
"""
ObjectManagerItem
"""
class ObjectManagerItem:
"""
A Zope object that can be contained within an Object Manager.
......@@ -80,4 +84,4 @@ class ObjectManagerItem:
Returns the top-level Zope Application object.
Permission -- XXX None XXX
"""
\ No newline at end of file
"""
"""
PropertyManager
"""
class PropertyManager:
"""
A Property Manager object has a collection of typed attributes
......
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