listPrintAdditionalOptions()

This commit is contained in:
Roland Gruber 2007-02-17 16:43:36 +00:00
parent f6be307eef
commit c0bb586ba6
2 changed files with 7 additions and 3 deletions

View File

@ -7,6 +7,7 @@
Developers: Developers:
API changes: API changes:
- added listPrintTableCellContent() to class lamList - added listPrintTableCellContent() to class lamList
- added listPrintAdditionalOptions() to class lamList
24.01.2007 1.2.0 24.01.2007 1.2.0

View File

@ -14,9 +14,12 @@ Developers:
New lamList function: New lamList function:
The function listPrintTableCellContent() allows you to control how the LDAP - listPrintTableCellContent(): This function allows you to control how the LDAP
attributes are displayed in the table. This can be used to display links attributes are displayed in the table. This can be used to display links
or binary data. or binary data.
- listPrintAdditionalOptions(): If you want to display additional conrols for a list
please use this function. The controls will be placed under the account table.