From 84ab2071ed1314a19590f0e1f6335ed31ac93392 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sat, 21 May 2011 16:57:20 +0000 Subject: [PATCH] Doxygen --- htdocs/lib/doleditor.class.php | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/htdocs/lib/doleditor.class.php b/htdocs/lib/doleditor.class.php index 5fa456096d2..5cac53b2bdb 100644 --- a/htdocs/lib/doleditor.class.php +++ b/htdocs/lib/doleditor.class.php @@ -50,16 +50,15 @@ class DolEditor /** * Create an object to build an HTML area to edit a large string content - * - * @param htmlname Nom formulaire html WYSIWIG - * @param content Contenu edition WYSIWIG - * @param width Largeur en pixel de la zone edition (auto by default) - * @param height Hauteur en pixel de la zone edition (200px by default) - * @param toolbarname Nom barre de menu editeur - * @param toolbarlocation Emplacement de la barre de menu : - * 'In' chaque fenetre d'edition a la propre barre d'outils - * 'Out:nom' partage de la barre d'outils ou 'nom' est le nom du DIV qui affiche la barre - * @param toolbarstartexpanded visible ou non au demarrage + * @param htmlname HTML name of WYSIWIG form + * @param content Content of WYSIWIG form + * @param width Width in pixel of edit area (auto by default) + * @param height Height in pixel of edit area (200px by default) + * @param toolbarname Name of bar set to use ('Full', 'dolibarr_notes', 'dolibarr_details', 'dolibarr_mailings') + * @param toolbarlocation Where bar is stored : + * 'In' each window has its own toolbar + * 'Out:name' share toolbar into the div called 'name' + * @param toolbarstartexpanded Bar is visible or not at start * @param uselocalbrowser Enabled to add links to local object with local browser. If false, only external images can be added in content. * @param okforextandededitor True=Allow usage of extended editor tool (like fckeditor) * @param rows Size of rows for textarea tool -- GitLab