ad_general_comments_summary_sorted

EveAndersson.com : API Browser : ad_general_comments_summary_sorted

ad_general_comments_summary_sorted

ad_general_comments_summary_sorted on_what_id on_which_table item \
    [ number_to_display ] [ url_for_more_items ] [ skip_sort ]
Defined in tcl/ad-general-comments.tcl

Generates the line item list of comments made on this item. Sorts entries by comment_date and allows the user to specify the max entries to return (default is all). If you specify the max entries to return, and there are more, the link (you provide) is added to see them all. This link should basically be your return_url with a flag set so you know what your next call to this procedure will show all items.

Parameters:
on_what_id
on_which_table
item
number_to_display (defaults to "-1")
url_for_more_items (optional)
skip_sort (defaults to "0")
[ show source ]

Show another procedure:

eve@eveandersson.com