Zope Help System
Provides browsing and searching of Zope Product Help.
Base Classes
|
|
Acquisition.Implicit
ObjectManager
Item
Persistent
|
Methods
|
|
HelpButton
__call__
__init__
helpValues
tpValues
|
|
HelpButton
|
HelpButton (
self,
topic,
product,
)
Insert a help button linked to a help topic.
|
|
__call__
|
__call__ (
self,
REQUEST=None,
**kw,
)
Searchable interface
Seaching does an aggregated search of all ProductHelp
objects. Only Help Topics for which the user has permissions
are returned.
|
|
__init__
|
__init__ ( self, id='HelpSys' )
|
|
helpValues
|
helpValues ( self, spec=None )
ProductHelp objects of all Products that have help
|
|
tpValues
|
tpValues ( self )
Tree protocol - returns child nodes
Aggregates Product Helps with the same title.
|
|