mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Add doc on LSattr_html_tel
This commit is contained in:
parent
5e3ffcbba5
commit
b8ae56c92f
3 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
&conf-LSattr_html_select_list;
|
&conf-LSattr_html_select_list;
|
||||||
&conf-LSattr_html_select_object;
|
&conf-LSattr_html_select_object;
|
||||||
&conf-LSattr_html_ssh_key;
|
&conf-LSattr_html_ssh_key;
|
||||||
|
&conf-LSattr_html_tel;
|
||||||
&conf-LSattr_html_text;
|
&conf-LSattr_html_text;
|
||||||
&conf-LSattr_html_textarea;
|
&conf-LSattr_html_textarea;
|
||||||
&conf-LSattr_html_valueWithUnit;
|
&conf-LSattr_html_valueWithUnit;
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
<!ENTITY conf-LSattr_html_select_list SYSTEM "LSattr_html_select_list.docbook">
|
<!ENTITY conf-LSattr_html_select_list SYSTEM "LSattr_html_select_list.docbook">
|
||||||
<!ENTITY conf-LSattr_html_select_object SYSTEM "LSattr_html_select_object.docbook">
|
<!ENTITY conf-LSattr_html_select_object SYSTEM "LSattr_html_select_object.docbook">
|
||||||
<!ENTITY conf-LSattr_html_ssh_key SYSTEM "LSattr_html_ssh_key.docbook">
|
<!ENTITY conf-LSattr_html_ssh_key SYSTEM "LSattr_html_ssh_key.docbook">
|
||||||
|
<!ENTITY conf-LSattr_html_tel SYSTEM "LSattr_html_tel.docbook">
|
||||||
<!ENTITY conf-LSattr_html_text SYSTEM "LSattr_html_text.docbook">
|
<!ENTITY conf-LSattr_html_text SYSTEM "LSattr_html_text.docbook">
|
||||||
<!ENTITY conf-LSattr_html_textarea SYSTEM "LSattr_html_textarea.docbook">
|
<!ENTITY conf-LSattr_html_textarea SYSTEM "LSattr_html_textarea.docbook">
|
||||||
<!ENTITY conf-LSattr_html_url SYSTEM "LSattr_html_url.docbook">
|
<!ENTITY conf-LSattr_html_url SYSTEM "LSattr_html_url.docbook">
|
||||||
|
|
10
doc/conf/LSattribute/LSattr_html/LSattr_html_tel.docbook
Normal file
10
doc/conf/LSattribute/LSattr_html/LSattr_html_tel.docbook
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<sect4 id="config-LSattr_html_tel">
|
||||||
|
<title>LSattr_html_tel</title>
|
||||||
|
<para>Ce type est utilisé pour la gestion des attributs dont la valeur est
|
||||||
|
un numéro de téléphone. Lors de l'affichage, un lien hypertexte avec une URI
|
||||||
|
de type <literal>tel:~~</literal> est affiché.</para>
|
||||||
|
<important><simpara>Ce type d'attribut HTML est dérivé du type
|
||||||
|
<link linkend='config-LSattr_html_text'>text</link>. Il profite donc de toutes
|
||||||
|
les fonctionnalités d'un champ de ce type (autogénération, ...).</simpara>
|
||||||
|
</important>
|
||||||
|
</sect4>
|
Loading…
Reference in a new issue