listPrintAdditionalOptions()
This commit is contained in:
parent
f6be307eef
commit
c0bb586ba6
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue