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
a67da2f4
Commit
a67da2f4
authored
Jun 12, 2000
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API doc formatting tweak to make things simplier and prettier.
parent
ba91ca7f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
28 deletions
+0
-28
lib/python/Products/OFSP/help/DTMLDocument.py
lib/python/Products/OFSP/help/DTMLDocument.py
+0
-4
lib/python/Products/OFSP/help/DTMLMethod.py
lib/python/Products/OFSP/help/DTMLMethod.py
+0
-4
lib/python/Products/OFSP/help/File.py
lib/python/Products/OFSP/help/File.py
+0
-4
lib/python/Products/OFSP/help/Image.py
lib/python/Products/OFSP/help/Image.py
+0
-4
lib/python/Products/OFSP/help/ObjectManager.py
lib/python/Products/OFSP/help/ObjectManager.py
+0
-4
lib/python/Products/OFSP/help/ObjectManagerItem.py
lib/python/Products/OFSP/help/ObjectManagerItem.py
+0
-4
lib/python/Products/OFSP/help/PropertyManager.py
lib/python/Products/OFSP/help/PropertyManager.py
+0
-4
No files found.
lib/python/Products/OFSP/help/DTMLDocument.py
View file @
a67da2f4
"""
DTML Document
"""
class
DTMLDocument
:
"""
A DTML Document is a Zope object that contains and executes DTML
...
...
lib/python/Products/OFSP/help/DTMLMethod.py
View file @
a67da2f4
"""
DTML Method
"""
class
DTMLMethod
:
"""
A DTML Method is a Zope object that contains and executes DTML
...
...
lib/python/Products/OFSP/help/File.py
View file @
a67da2f4
"""
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 @
a67da2f4
"""
Image
"""
class
Image
:
"""
A Image is a Zope object that contains image content. A Image
...
...
lib/python/Products/OFSP/help/ObjectManager.py
View file @
a67da2f4
"""
ObjectManager
"""
class
ObjectManager
:
"""
An ObjectManager contains other Zope objects. The contained
...
...
lib/python/Products/OFSP/help/ObjectManagerItem.py
View file @
a67da2f4
"""
ObjectManagerItem
"""
class
ObjectManagerItem
:
"""
A Zope object that can be contained within an Object Manager.
...
...
lib/python/Products/OFSP/help/PropertyManager.py
View file @
a67da2f4
"""
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