Hi all,

J'ai besoin d'aide avec ce plugin, TinyMCE. J'aimerais l'utiliser sur mon site.
J'ai lu le site officiel et mon problème n'est toujours pas résolu.

J'aimerais mettre les plugins suivant : "insertlayer, moveforward, movebackward, absolute, separator, styleprops, separator, spellchecker, cite, abbr, acronym, del, ins, separator, visualchars, nonbreaking".

Je vous donne le code pour que vous puissiez trouver mes erreurs :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<com:THtmlArea ID="HtmlArea2" Width="500px" Height="250px">
<prop:Options>
		plugins :"spellchecker, style, layer, table, save, advhr, advimage, advlink, cleanup, emotions, iespell, insertdatetime, preview, zoom, media, searchreplace, print, contextmenu, paste, directionality, fullscreen, noneditable, visualchars, nonbreaking, xhtmlxtras, flash, fullpage",
		theme_advanced_disable : "bold,italic,underline,strikethrough,sub,sup,justifyleft,justifycenter,justifyright,justifyfull",
 
		theme_advanced_buttons1_add_before : "save, newdocument, separator, bold, italic, underline, strikethrough, separator, justifyleft, justifycenter, justifyright, justifyfull, separator",
		theme_advanced_buttons1_add : "print, preview",
 
		theme_advanced_buttons2_add : "flash, separator, insertdate, inserttime",
		theme_advanced_buttons2_add_before: "cut, copy, paste, cleanup, separator, pastetext, pasteword, separator, search, replace",
 
		theme_advanced_buttons3 : "tablecontrols, separator",
		theme_advanced_buttons3_add : "emotions, iespell, media, advhr, separator, ltr, rtl, separator, fullpage, fullscreen",
 
		theme_advanced_buttons4 :"insertlayer, moveforward, movebackward, absolute, separator, styleprops, separator, spellchecker, cite, abbr, acronym, del, ins, separator, visualchars, nonbreaking",
 
		plugin_insertdate_dateFormat : "%Y-%m-%d",
	        plugin_insertdate_timeFormat : "%H:%M:%S",
		extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
		theme_advanced_resize_horizontal : false,
		theme_advanced_resizing : true,
}
 
</prop:Options>
		</com:THtmlArea>
Avec ce code, j'obtiens :


Cette ligne de code ne fonctionne pas :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
theme_advanced_buttons4 :"insertlayer, moveforward, movebackward, absolute, separator, styleprops, separator, spellchecker, cite, abbr, acronym, del, ins, separator, visualchars, nonbreaking",
Quelqu'un peut m'aider s'il vous plaît?
Merci