added auto-completion
This commit is contained in:
parent
458705adaa
commit
30b57a7da5
|
@ -5,7 +5,7 @@ December 2013 4.4
|
|||
- LAM Pro:
|
||||
-> Bind DLZ support
|
||||
-> Samba/Shadow: display password change date in self service
|
||||
-> Custom fields: support custom label and icon
|
||||
-> Custom fields: support custom label and icon, auto-completion
|
||||
|
||||
|
||||
25.09.2013 4.3
|
||||
|
|
|
@ -4620,6 +4620,11 @@ Run slapindex to rebuild the index.
|
|||
linkend="customFields_validation_expressions_admin">validation
|
||||
expression</link> and error message.</para>
|
||||
|
||||
<para>You can also enable auto-completion. In this case LAM will search
|
||||
all accounts for the given attribute and provide auto-completion hints
|
||||
when the user edits this field. This should only be used if there is a
|
||||
limited number of different values for this attribute.</para>
|
||||
|
||||
<screenshot>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
|
@ -6632,6 +6637,12 @@ Run slapindex to rebuild the index.
|
|||
linkend="customFields_validation_expressions">validation
|
||||
expression</link> and error message.</para>
|
||||
|
||||
<para>You can also enable auto-completion. In this case LAM will
|
||||
search all accounts for the given attribute and provide
|
||||
auto-completion hints when the user edits this field. This should
|
||||
only be used if there is a limited number of different values for
|
||||
this attribute.</para>
|
||||
|
||||
<screenshot>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue