Commit a7822fc0 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added comments


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1920 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 447e0f85
...@@ -404,6 +404,24 @@ class ListBoxWidget(Widget.Widget): ...@@ -404,6 +404,24 @@ class ListBoxWidget(Widget.Widget):
""" """
This is where most things happen. This method renders a list This is where most things happen. This method renders a list
of items of items
render_format allows to produce either HTML (default)
or produce a generic 'list' format which can be converted by page templates
or dtml into various formats (ex. PDF, CSV, OpenOffice, etc.)
the 'list' format includes additional metainformation
- depth in a report tree (ex. 0, 1, 2, etc.)
- nature of the line (ex. stat or nonstat)
- identification of the tree (ex. relative_url)
- uid if any (to allow future import)
- etc.
which is intended to simplify operation with a spreadsheet or a pagetemplate
""" """
############################################################### ###############################################################
# #
......
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