custom fields
This commit is contained in:
parent
2b0d61ece2
commit
ad86c68537
|
@ -3999,7 +3999,7 @@ Run slapindex to rebuild the index.
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Field type: text, password, text area, checkbox, radio
|
<para>Field type: text, password, text area, checkbox, radio
|
||||||
buttons, select list</para>
|
buttons, select list, file upload</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -4020,14 +4020,6 @@ Run slapindex to rebuild the index.
|
||||||
<para>structural object classes</para>
|
<para>structural object classes</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>(binary) attributes that require file uploads</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>multi-value attributes</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>attributes that require validation rules across multiple
|
<para>attributes that require validation rules across multiple
|
||||||
attributes or cannot be described by a simple regular
|
attributes or cannot be described by a simple regular
|
||||||
|
@ -4313,6 +4305,34 @@ Run slapindex to rebuild the index.
|
||||||
")"</para>
|
")"</para>
|
||||||
|
|
||||||
<para>E.g. /^[a-z0-9\.]$/i</para>
|
<para>E.g. /^[a-z0-9\.]$/i</para>
|
||||||
|
|
||||||
|
<literallayout>
|
||||||
|
</literallayout>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">File upload:</emphasis></para>
|
||||||
|
|
||||||
|
<para>This is used for binary data. You can restrict uploaded data to a
|
||||||
|
given file extension and set the maximum file size.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/customFields21.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
|
<para>Presentation:</para>
|
||||||
|
|
||||||
|
<para>The uploaded data may also be downloaded via LAM.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/customFields22.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
@ -5980,7 +6000,7 @@ Run slapindex to rebuild the index.
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Field type: text, password, text area, checkbox, radio
|
<para>Field type: text, password, text area, checkbox, radio
|
||||||
buttons, select list</para>
|
buttons, select list, file upload</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -6199,6 +6219,34 @@ Run slapindex to rebuild the index.
|
||||||
"(", ")"</para>
|
"(", ")"</para>
|
||||||
|
|
||||||
<para>E.g. /^[a-z0-9\.]$/i</para>
|
<para>E.g. /^[a-z0-9\.]$/i</para>
|
||||||
|
|
||||||
|
<literallayout>
|
||||||
|
</literallayout>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">File upload:</emphasis></para>
|
||||||
|
|
||||||
|
<para>This is used for binary data. You can restrict uploaded data
|
||||||
|
to a given file extension and set the maximum file size.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/customFields23.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
|
<para>Presentation:</para>
|
||||||
|
|
||||||
|
<para>The uploaded data may also be downloaded via LAM.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/customFields24.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in New Issue