Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
84ab2071
Commit
84ab2071
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen
parent
e44c63ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/lib/doleditor.class.php
+9
-10
9 additions, 10 deletions
htdocs/lib/doleditor.class.php
with
9 additions
and
10 deletions
htdocs/lib/doleditor.class.php
+
9
−
10
View file @
84ab2071
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment