From bb7b3338eaf191274527275a95c15902f0aa4548 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 3 Dec 2010 18:13:56 +0100 Subject: [PATCH] Doc / LSattr_mail : Added informations about disableMailSending parameter. --- .../LSattr_html/LSattr_html_mail.docbook | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/conf/LSattribute/LSattr_html/LSattr_html_mail.docbook b/doc/conf/LSattribute/LSattr_html/LSattr_html_mail.docbook index 631b2371..9806862f 100644 --- a/doc/conf/LSattribute/LSattr_html/LSattr_html_mail.docbook +++ b/doc/conf/LSattribute/LSattr_html/LSattr_html_mail.docbook @@ -3,6 +3,30 @@ Ce type est utilisé pour la gestion des attributs dont la valeur est une adresse e-mail. Il propose directement dans l'interface, la possibilité d'envoyer des mails à l'adresse saisie. + + +Structure... + array( + 'disableMailSending' => [booléen] +),]]> +... + + + +Paramètres de configuration + + + disableMailSending + + Désactive l'envoi de mail depuis l'interface pour cet attribut. + Ceci ne désactive pas pour autant le lien HTML de type + mailto:. Pour cela, utilisez plutôt le type d'attribut HTML + text. + + + + + Ce type d'attribut HTML est dérivé du type text. Il profite donc de toutes les fonctionnalités d'un champ de ce type (autogénération, ...).